@charset "utf-8";
#encabezado {
	height: 133px;
	width: 768px;
	background-image: url(imagenes/encabezado.png);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	position: absolute;
	left: 315px;
	z-index: 1;
}
#pie {
	background-image: url(imagenes/pie.png);
	height: 93px;
	width: 768px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	left: 315px;
	position: absolute;
	top: 949px;
}
#pie #textpie {
	margin-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	margin-right: 10px;
}
#pie #menupie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #999999;
	margin: 9px;
	font-style: normal;
	text-transform: none;
}
#cuerpo #contenido {
	height: 739px;
	width: 474px;
	margin-top: 20px;
	margin-left: 10px;
	font-family: "Century Gothic";
	font-size: small;
	color: #609;
	float: left;
	font-weight: normal;
	overflow: auto;
	z-index: 1;
}
#cuerpo #banner {
	float: right;
	height: 451px;
	width: 255px;
	margin-top: 20px;
	margin-right: 10px;
}

#cuerpo #fotos {
	height: 278px;
	width: 255px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	overflow: auto;
}







#cuerpo {
	width: 768px;
	background-image: url(imagenes/cuerpo.png);
	height: 774px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: absolute;
	left: 315px;
	top: 157px;
	z-index: 2;
}
#cuerpo table {
	z-index: 10;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#cuerpo #contenido h2 span {
	color: #470746;
}
.encabezados {
	color: #609;
}
#cuerpo #contenido .encabezados {
	color: #60C;
}

