@charset "utf-8";
/* CSS Document */
body{
	background:#fff; fixed;
}
#contenedor{
	width:960px;
	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:960px;
	height:167px;
	display:block;
	margin:auto;
	background:#127b76 url(../img/feb_mar_84.png) no-repeat;
	/*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-top:50px;
	color:#fff;
}
footer div{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
width:500px;
height:50px;
display:block;
margin-top:-20px
}
