/*HOJA DE ESTILOS PARA BOLETIN*/

body, html { margin:0; padding:0; }
#envoltura { width: 900px; margin: 0 auto 0 auto; }
p { font: 16px "Times New Roman", Times, serif; color: #0A1114; }
a:link, a:visited { font: 14px "Times New Roman", Times, serif; color: #006666; }
#encabezado { 
width: 900px;
height: 236px;
background: url(../imagenes/encabezado_boletin.jpg) no-repeat top left;
}
#izq {
width: 240px;
float: left;
}
#der {
width: 430px;
float: right;
margin: 20px 90px 0 0;
}
#footer {
height: 220px;
padding: 60px;
background: url(../imagenes/bg_footer.jpg) repeat-x top left;
}
.clr { clear: both; }
#izq a:link, #izq a:visited {
border: 0;
text-decoration: none;
color: #0E5597;
}
#encabezado h1 {
font: 24px Arial, Helvetica, sans-serif;
color: #344954;
width: 390px;
padding: 120px 0 0 390px;
margin: 0;
}
#encabezado h1 span {
font: 18px Arial, Helvetica, sans-serif;
color: #000;
}
#izq h1, h3 {
font: 22px "Times New Roman", Times, serif;
color: #324650;
}
#izq h3 { padding: 0 0 0 25px; background: url(../imagenes/bg_titulo.jpg) no-repeat top left; }
#fecha, #volumen {
width: 140px;
font: 14px "Times New Roman", Times, serif;
color: #324650;
margin: 0 0 0 670px;
}
#fecha { margin-top: 15px; }
#der h2 {
width: 200px;
text-align: center;
font: 28px "Times New Roman", Times, serif;
color: #0A1114;
background: url(../imagenes/bg_h1.jpg) no-repeat center;
margin: 0 auto 0 auto;
}
#footer_menu { width: 750px; }
#footer_menu tr td {
width: 200px;
text-align: center;
vertical-align: top;
padding: 20px;
}
#footer_menu h3 { border-bottom: 1px #0E5597 solid; line-height: 40px; }
ul {
padding: 0 0 0 15px;
margin: 0;
list-style-image: url(../imagenes/bullet_02.gif);
}
ul li, ul li a:link, ul li a:visited, #footer_menu tr td p {
font: 12px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #0E5597;
}
.separador {
background: url(../imagenes/separador.gif) no-repeat top;
width: 202px;
height: 1px;
margin: 10px 0;
}
hr { display: none; }
#quote {
width: 200px;
padding: 10px;
margin: 0 5px;
float: left;
background: #96BAC6;
font: italic 12px "Times New Roman", Times, serifs;
}
#quote p {
font: bold italic 12px "Times New Roman", Times, serifs;
}
#der ul li {
font: 14px "Times New Roman", Times, serif;
color: #0A1114;
}