﻿H1 .TitularNoticia
{
    font-weight: bold;
    font-size: large;
    font-family: Arial;
}
.FechaNoticia
{
    color: #FF6D06;
    font-size: small;
}
.Resumen
{
    font-size: medium;
    font-family: Arial;
}

.TitularResumen
{
    font-weight: bold;
    font-size: small;
    font-family: Arial;
}
.FechaNoticiaResumen
{
    color: #FF6D06;
    font-size: x-small;
}
.ResumenResumen
{
    font-size: small;
    font-family: Tahoma;
}
A.NoticiaResumen
{
    color: #ff0000;
    font-size: x-small;
    text-decoration: none;
}
HR.Noticia
{
    color: #FF6D06;
    border-top: 1px solid;
}
