@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:110px;
	background:url(../img/encabezado_interno.jpg) no-repeat;
	display:block;
	margin:auto;
	/*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);
}
footer{
	width:960px;
	height:50px;
	position:block;
	margin:-10px 465px 465px 10px;
	margin:auto;
}
/*LISTAS ORDENADAS DE LOS BOTONES-- LO QUE LE MODIFIQUÉ AL FOOTER*/
footer ul{
	width:203px;
	height:50px;
	display:block;
	list-style:none;
	margin-top:-20px;
	margin:auto;
}
footer ul .vinculo_footer a{
	width:51px;
	height:40px;
	display:block;
	float:left;
}
footer ul .vinculo_footer a:hover{
	/*Transición*/
	transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
/**/
transform: rotate(4deg) scale(1.253) skew(1deg) translate(0px);
-webkit-transform: rotate(4deg) scale(1.253) skew(1deg) translate(0px);
-moz-transform: rotate(4deg) scale(1.253) skew(1deg) translate(0px);
-o-transform: rotate(4deg) scale(1.253) skew(1deg) translate(0px);
-ms-transform: rotate(4deg) scale(1.253) skew(1deg) translate(0px);
}
/*EL ID DE CADA BOTÓN*/
#anterior a{
	background:url(../img/sprite_atras_adelante_inicio.png);
	margin-right:10px;
	background-position:0px;
}
#home a{
	background:url(../img/sprite_atras_adelante_inicio.png);
	background-position:-51px;
	margin-right:10px;
	margin-left:10px;
}
#siguiente a{
	background:url(../img/sprite_atras_adelante_inicio.png);
	background-position:-102px;
	margin-left:10px;
}