@charset "utf-8";
/* CSS Document */

/*         ETIQUETAS GENERALES             */
body{
	text-align:center;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2905a0;
}

a{
	text-decoration:none;
	color:#8a76cb;
}
a:hover{
	color:#2905a0;
}

/*            CAPAS                       */

#contenedor{
	background:url(image/bkg_cab.jpg) top repeat-x;	
	text-align:center;
	margin:0 auto;
}

#cabecera{	
	height:300px;
	margin:0 auto;
}

#pie{
	margin:0 auto;
	width:795px;
	text-align:right;
	clear:both;
	padding:0 70px 0 0;
}

#contenido{
	margin:0 auto;
	height:100%;
	width:795px;
}
