@charset "iso-8859-2";
/* CSS Document */

#noticia{
width:500px;
height:153px;
margin-top:10px;

border: 2px solid #191071;
padding: 6px;

background-color:#dfdfdf;
background-image:url(imagenes/fondo_verde.gif);
background-repeat:repeat;
margin-left:auto;
margin-right:auto;
}

#fecha{
height:51px;
width:50px;
background-image:url(imagenes/fondo_fecha.gif);
background-repeat:no-repeat;
text-align:center;

}

.mes-ano{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:10px;
font-weight:bold;
//font-size:9px;
line-height:130%;
//line-height:110%;
}

.dia{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size:20px;
font-weight:bold;
}

#titulo_noticia{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #190e6c;
font-size:16px;
font-weight:bold;



}

#contenido_noticia{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:140%;
height:119px;
}

#masinfo{
float:right;
width:300px;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #190e6c;
font-style:italic;
font-size:10px;
font-weight:bold;
}

.masinfo{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #190e6c;
font-style:italic;
font-size:9px;
font-weight:bold;
}

#foto_noticia{
height:91px;
width:91px;
margin-top:7px;


}

#noticia_iz{
width:95px;
float:left;
}

#noticia_dr{
width:390px;
float:right;

}


