/* CSS Document */

.listaNoticias
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
    width: 400px;
}
.listaNoticias H1
{
    font-weight:bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pieNoticia
{
    background-image:url(../img/linea.jpg);
    background-repeat:no-repeat;
    float:left;
    background-position: left center;
    width:100%;
    height:20px;
}
.titulo 
{
	font-family: "Times New Roman", Times, serif;	
	font-size: 19px;
	color:#E15252;
}
