@charset "utf-8";
/* CSS Document */
body{
	background:#fff; fixed;
}
#contenedor{
	width:954px;
	height:auto;
	display:block;
	background:url(../img/fondo_1.jpg);
	/*BORDES REDONDOS*/
	-moz-border-radius-topleft: 12px;
-moz-border-radius-topright:12px;
-moz-border-radius-bottomleft:11px;
-moz-border-radius-bottomright:12px;
-webkit-border-top-left-radius:12px;
-webkit-border-top-right-radius:12px;
-webkit-border-bottom-left-radius:11px;
-webkit-border-bottom-right-radius:12px;
border-top-left-radius:12px;
border-top-right-radius:12px;
border-bottom-left-radius:11px;
border-bottom-right-radius:12px;
}

header{
	width:954px;
	height:167px;
	display:block;
	margin:auto;
	background:#127b76;
	/*BORDES REDONDOS*/
	-moz-border-radius-topleft: 12px;
-moz-border-radius-topright:12px;
-moz-border-radius-bottomleft:11px;
-moz-border-radius-bottomright:12px;
-webkit-border-top-left-radius:12px;
-webkit-border-top-right-radius:12px;
-webkit-border-bottom-left-radius:11px;
-webkit-border-bottom-right-radius:12px;
border-top-left-radius:12px;
border-top-right-radius:12px;
border-bottom-left-radius:11px;
border-bottom-right-radius:12px;
/*Sombra de la caja*/
box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
header  div #imgCentro{
	width:960px;
	height:100px;
	display:block;
	margin:auto;
 /*BORDES REDONDOS*/
	-moz-border-radius-topleft: 12px;
-moz-border-radius-topright:12px;
border-top-left-radius:12px;
border-top-right-radius:12px;
border-bottom-left-radius:11px;
border-bottom-right-radius:12px;	
}
header  .titulos_encabezado{
	font-family:Verdana, Geneva, sans-serif;
	/*font-weight:bold;*/
	text-shadow:3px 2px 2px #000;
	font-size:20px;
	color:#fff;
	text-align:center;
}

footer{
	
	width:960px;
	height:50px;
	position:block;
	margin-top:-20px;
}
footer div{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	width:500px;
	height:50px;
	display:block;
	margin-top:-20px;
}
footer div #anterior{
	width:51px;
	height:40px;
	display:block;
	background:url(../img/sprite_atras_adelante_inicio.png);
	margin-left:-10px;
	background-position:0px;
}
footer div #home{
	width:51px;
	height:40px;
	display:block;
	background:url(../img/sprite_atras_adelante_inicio.png);
	margin-left:90px;
	margin-top:-40px;
	background-position:-51px;
}
footer div #siguiente{
	width:51px;
	height:40px;
	display:block;
	background:url(../img/sprite_atras_adelante_inicio.png);
	margin-left:200px;
	margin-top:-40px;
	background-position:-102px;
}