@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.amarillo{
	color:#FC0;

}

#head {
	height:368px;
	background:url(images/head.gif);
}

#menu {
	padding:326px 0 10px 500px;
}

#menu ul { 
	margin:0;
	padding:0;
	list-style:none;
	font-size: 11px;
}


#menu li {
	display:block;
	float:left;
	padding:0 10px 0 0;
	}

#menu a {
	color:#FFF;
	text-decoration:none;
}
#menu a:hover {
	color: #FC0;
	text-decoration:none;
}

#content {
	width:420px;
	margin:20px 68px 0 97px;
	float:left;
	color:#333;
	text-align:justify;
}

#barra {
	width:224px;
	height:634px;
	background: url(images/bg-barra.gif);
	float:left;
	padding:18px;
	color:#FFF;
}

#barra a{
	color: #FC0;
}

#barra  a:hover{
	text-decoration: none;
}


#barra ul {
	list-style:none;
	margin:0;
	padding:10px 0;
}
	
#barra ul li {
	width:240px;
	height:100px;
	list-style:none;
	margin:0;
	padding-top:15px;
}

#barra ul li img {

}
.img {
	padding:0 10px 10px 0;
	float:left;
}


#logos {
	width:140px;
	float:left;
	text-align:center;
}	

#footer {
	width: 100%;
	float:left;
	background:#008EA4;
	color:#FFF;
	padding:3px 0 ;
}	

#footer p {
	margin:0 0 0 585px;
}

#video {
	background: url(images/bg-video.gif);
	height:285px;
	text-align:center;
	padding:9px;
}

th {
	background:#008EA4;
	color:#FFF;
	font-size:11px;
}
.diez {
	font-size:10px;
}




/*----------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:images/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 90% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 90% no-repeat; }

#imageDataContainer{ font: 11px "Trebuchet MS", Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.thumbnail{
	padding: 4px;
	border: 1px solid #eee;
	float: left;
	margin: 0 10px 10px 0;
}

.thumbnail a{
	color:#333;
	font-size:11px;
	text-decoration:none;
}
.thumbnail a:hover{
	color:#fff;
}
.thumbnail:hover{
	background:#FF6600;
}

.thumbnail img {
	border:0;
}
