body {
	font-size: 12px;
	font-family: "Trebuchet MS";
	line-height: 20px;
	color: #E9E9E9;
	background-color: #282828;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link {
	color:#FFFFFF;
	font-weight:bold;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #34B5FA;
}
.main {
	font-size: 16px;
	font-family: "Trebuchet MS";
	line-height: 30px;
	color: #FFFFFF;
}
.text_home {
	font-family: "Trebuchet MS";
	color: #E9E9E9;
	width: 600px;
	font-size: 1.2em;
	line-height: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.titulares {
	font-family: impact;
	font-size: 3em;
	color: #FFFFFF;
	font-style: italic;
}
.flash_module {
	float: right;
	width: 300px;
	clear: both;
}
.columna #container {
	width: 960px;
	background-image: url(../images/bg-content.jpg);
	background-repeat:repeat-x;
	background-color:#686868;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.columna #header {
	height: 100px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}

.columna #mainContent {
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.columna #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 240px;
}
.footer_right {
	width: 320px;
	font-family:"Palatino Linotype";
	font-size: 1.8em;
	float: right;
	margin-top: 20px;
	color: #E6E6E6;
	font-weight: bold;
	text-align: right;
}
.footer_left {
	float: left;
	margin-top: 20px;
	text-align: left;
	width: 500px;
	font-family: "Palatino Linotype";
	font-size: 18px;
}
.footer_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

.columna #footer { 
	padding: 0 10px;
	background: #A7A7A7;
} 
.columna #footer p {
	margin: 0;
	padding: 10px 0;
}
#spacer {
	height: 20px;
}
.f_titulo {
	color:#FFFFFF;
}
.f_listado {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.f_listado a:link {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
.f_listado a:visited {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
.f_listado a:hover {
	color: #0066FF;
	font-weight:bold;
	text-decoration:underline;
}
.f_listado a:active {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}	
/* Menu */
#header #menu {
	float: right;

}

ul#menu
{
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	/* background:transparent url(../images/nav_bg.png) repeat-x top left; */
	font-family:Arial, Helvetica, sans-serif;
	top: 32px;

}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}
	
ul#menu li a:hover
{
	background-image:url(../images/bg_menu_hover.jpg);
	background-repeat: repeat;
	color:#FFFFFF;
	height:22px;
	background-color: #00CCFF;
	/* background:transparent url url(../images/nav_bg.png) 0px -30px no-repeat; */
}
	

ul#menu li a.current {
	display:inline;
	height:22px;
	/* background:transparent url(../images/nav_bg.png) 0px -30px no-repeat; */	
	float:left; 
	margin:0;
}
/* Gallery */
.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery img{ /*CSS for images within an album*/
border: 2px solid #666666;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
background-color: #999999;
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid #CCCCCC;
text-decoration: none;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #333333;
}

/* Accordeon */
.tit_tips{ /*header of 1st demo*/
font-size: 12px;
font-style: italic;
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background-image:url(../images/bg_close.gif);
/* background:#333333; */
}

.opentit{ /*class added to contents of 1st demo when they are open*/
background-image:url(../images/bg_open.gif);
border: 1px solid black;
/* background: #00CCFF; */
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
/* CSS Form */
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
} 
input
{
	color: #000000;
	border: 1px solid #333333;
	background-color: #CCCCCC;
}

.submit input
{
	color: #FFFFFF;
	border: 2px outset #333333;
	background-color: #333333;
	font-weight: bold;
} 
textarea
{
	color: #000000;
	border: 1px solid #333333;
	background-color: #CCCCCC;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
