/* CSS Document */

/* MAQUETACION */

.body {
background-color:#C8C8C8;
text-align:center;
}

#cabecera {
background-image:url(imagenes/cabecera.jpg);
background-position:bottom;
background-repeat:no-repeat;
width:811px;
height:139px;
text-align:right;
margin:auto;
}

#cuerpo {
background-image:url(imagenes/fondo.jpg);
background-position:center;
background-repeat:repeat-y;
width:811px;
height:400px;
margin:auto;
}

#pie {
background-image:url(imagenes/pie.jpg);
background-position:top;
background-repeat:no-repeat;
width:811px;
height:45px;
margin:auto;
}


#menu {
background-image:url(imagenes/fondo_oscuro.jpg);
background-position:center;
background-repeat:repeat-y;
width:811 px;
height:20 px;
text-align:left;
}

/* TEXTO */

.texto_menu {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;
text-transform:uppercase;
color:#000000;
}

.texto {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color:#000000;
}

.firma {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
color:#000000;
}


.enlace {
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#222222;
}

a:hover {
text-decoration:none;
color:#444444;
}

