body {
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:center;
}


#cabecera {
background-image:url(imagenes/cabecera.jpg);
background-position:center;
background-repeat:no-repeat;
width:818px;
height:123px;
margin:auto;
}

#cuerpo {
background-image:url(imagenes/fondo.jpg);
background-position:center;
background-repeat:repeat-y;
width:818px;
height:320px;
text-align:left;
margin:auto;
} 

#accion {
background-image:url(imagenes/fondo.jpg);
background-position:center;
background-repeat:repeat-y;
width:780px;
padding-left:15px;
padding-right:23px;
height:320px;
text-align:justify;
margin:auto;
} 

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

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

A.texto:link {
	text_decoration:none;
}

A.texto:hover {
	color:#333333;
	text_dcoration:none;
}
