@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imgs/produccion_fondo.jpg);
}

#textos {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#685C53;
text-align:justify;
padding-top:20px;
padding-bottom:20px;
}

#textos li{
font-weight:bolder;
}

#footer{
background-image:url(../imgs/footer.gif);
background-repeat:no-repeat;
width:900px;
height:30px;
color:#eeebe5;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
text-align:center;
padding-top:16px;
}
#footer a{text-decoration:none; color:#eeebe5;}
#footer a:hover{ text-decoration:underline; color:#eeebe5;}

