/* Estilos de pagina */
body { 
	text-align:center;
}

/* Capa contenedora de todo */
#centrada {
	margin:0 auto 0 auto; 
	width:920px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

/* Cabecera y estilos para */
#cabecera {
	width: 900px;
	height: 44px;
	padding-bottom: 2px;
	padding-top: 11px;
	background: url(../imgs/cabecera.gif) repeat-x;
}

#cabecera_muva {
	font: bold 24px Arial;
	color: #cc0033;
	float: left;
}

/* contenedor pie de web */
#pie {
	width: 900px;
	height: 40px;
	margin-bottom: 11px;
	clear: both;
	background: #edb7aa url(../imgs/fondo_pie.gif) repeat-x;
}

/* estilos del pie */
.muvapie {
	font: bold 26px Arial, sans-serif;
	color: #cc0033;
	letter-spacing: -1px;
}

.muvapie a {
	text-decoration: none;
	color: #cc0033;
}

.muvapie a:hover {
	text-decoration: underline;
}

.pie_enlaces  {
	font: bold 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #cc0033;
	text-align: right;
}

/* el on */
.pie_enlaces a {
	color: #cc0033;
	text-decoration: none;
}

/* el over */
.pie_enlaces a:hover {
	color: #fff;
	text-decoration: none;
}
