@charset "UTF-8";
/* CSS Document */

body {
	background: #5fb3b5 url(imagenes/interfaz/fondo.jpg) left top repeat-x;
	margin: 0px auto;
	padding: 0px;
	text-align: justify;
}
#centro {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1px;
	height: 1px;
}
#principal {
	position: absolute;
	left: -404px;
	width: 808px;
}
#cabecera {
	background: url(imagenes/interfaz/cabecera.jpg) left top no-repeat;
	width: 808px;
	height: 127px;
	float: left;
}
#menu {
	width: 808px;
	height: 38px;
	float: left;
}
#menu img {
	/float: left;
}
#cuerpo {
	background: url(imagenes/inicio/01.jpg) left top no-repeat;
	width: 808px;
	height: 430px;
	float: left;
}
#principal .dossier {
	background: url(imagenes/dossier/01.jpg) left top no-repeat;
}
#principal .imagenes {
	background: url(imagenes/imagenes/01.jpg) left top no-repeat;
}
#principal  .imagenes ul {
	width: 360px;
	height: 360px;
	position: absolute;
	top: 220px;
	left: 70px;
	padding: 0px;
	margin: 0px;
}
#principal  .imagenes ul li {
	background: url(imagenes/imagenes/li_fondo.gif) center center no-repeat;
	float: left;
	width: 73px;
	height: 73px;
	padding: 17px 0px 0px 17px;
	margin: 0px;
}
#principal  .imagenes ul li img {
	border: 0px;
}
#principal .material {
	background: url(imagenes/material/01.jpg) left top no-repeat;
}
#principal .video {
	background: url(imagenes/video/01.jpg) left top no-repeat;
}
#principal #videochiqui {
	float: left;
	position: absolute;
	top: 245px;
	left: 170px;
}
#cuerpo img {
	float: left;
}
#pie {
	background: url(imagenes/interfaz/pie.jpg) left top no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	width: 808px;
	height: 27px;
	float: left;
}
#pie img {
	float: left;
	margin-left: 5px;
}
#pie .datos {
	padding-top: 5px;
}
#pie a {
	color: #5fb3b5;
	text-decoration: none;
}
#pie a:hover {
	color: #e3b500;
	text-decoration: none;
}
