@charset "utf-8";
/* CSS Document */

html, body {
	background-color:#004080;
/*	background-image: url(../images/fondo.jpg);*/
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top:0px;
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
#fondo {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	left: 0px;
	top: 0px;
}
#cabecera {
	position: relative;
	width:955px;
	height:289px;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background-image: url(../images/baseheader.png);
}
#menu-superior {
	position:absolute;
	width:316px;
	height:15px;
	z-index:1;
	top: -19px;
	left: 639px;
}
#cab-flash {
	position:absolute;
	width:914px;
	height:207px;
	z-index:2;
	left: 20px;
	top: 16px;
}
#menu-hori {
	position:absolute;
	width:924px;
	height:42px;
	z-index:3;
	left: 15px;
	top: 233px;
}
#cuerpo {
	position:relative;
	width:922px;
	height:auto;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	top: -1px;
}
#pie {
	position:relative;
	width:100%;
	height:50px;
	z-index:3;
	left: 0px;
	top: -1px;
	background-color: #f8c301;
	color:#004080;
/*	background-image:url(../images/pie.jpg);*/
}
#menu-enlace {
	position:relative;
	width:242px;
	height:321px;
	z-index:3;
	padding:10px;
	background-color: #EAF4F6;
}
#list-repro {
	position:relative;
	width:596px;
	height:321px;
	z-index:3;
	padding:10px;
	background-color: #EAF4F6;
}
.Estilo1 {
	color: #FFFFFF;
	font-size: 11px;
}
#derechos {
	position:relative;
	width:auto;
	height:30px;
	z-index:1;
	margin:auto;
}
#contenidoIndex{
	padding-left:20px;
	padding-right:20px;
	height:1265px;
	overflow:auto;
}
