body {
	color: #565F6B;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #E5E6E8 url(images/skin/bg.png) repeat-x center top;
	font: normal 11px/11px Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #ff8100;
	border-style: hidden;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #007eff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border-style: hidden;
}

img {
	border-style: none;
}
a:active {
	text-decoration: none;
}

#contenedor {
	height: 100%;
	margin: auto;
	padding-top: 0;
	width: 760px;
}

#header {
	height: 139px;
	margin: 7px 0 0;
	padding: 0;
	background: url(images/skin/header.png) no-repeat center top;
}

#botonera {
	height: 35px;
	clear: both;
	padding: 0;
	margin: 0;
}

#divisor {
	height: 37px;
	clear: both;
	margin: 0;
	padding: 0;
	background: url(images/skin/bg_divisor.png) no-repeat center top;
}

/* @group sidebar */

#sidebar {
	width: 154px;
	float: left;
	height: 100%;
	margin: 0;
	padding-top: 14px;
}

#sidebar img {
	margin: 0 0 10px;
	padding: 0;
}

#sidebar h1 {
	padding: 0;
	margin: 0;
}



/* @end */

#contenido {
	width: 606px;
	background-color: #788192;
	text-align: justify;
	float: left;
}

#contenido_blanco {
	width: 546px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
	background: #fff url(images/skin/bg_contenido_blanco.png) no-repeat center top;
	margin-bottom: 15px;
}

#footer {
	width: 546px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px 15px;
	background: #fff url(images/skin/bg_footer.png) no-repeat center bottom;
	margin-bottom: 15px;
	height: 31px;
}

#footer a {
	font-size: 10px;
}

#contenido_blanco h1 {
	margin: 0 0 10px;
	padding: 0;
}

#contenido_blanco p {
	margin: 0 0 15px;
	padding: 0;
}

#float_left {
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
}

#float_center {
	text-align: center;
	margin: 10px;
	padding: 0;
}

.titulo {
	color: #f90;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 13px;
}

.destacado {
	color: #003f83;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

/* @group lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}



/* @end */