﻿.FechaNoticia 
 {
    font-family: Helvetica, Arial;
    text-align: justify;
    font-size: 12px;
    color: #08266e;
    font-weight: bold;
 }
 
 .TituloNoticia, a.TituloNoticia:link, a.TituloNoticia:active, a.TituloNoticia:visited
 {
    color: #838383;
    font-family: Helvetica, Arial;
    text-align: justify;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
 }
  
 a.TituloNoticia:hover
 {
    color: #838383;
    font-family: Helvetica, Arial;
    text-align: justify;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
 }

 .TituloNoticiaDetalle
 {
    color: #000000;
    font-family: JosefinSans-Light;
    text-align: justify;
    text-decoration: none;
    font-size: 24px;
 }
 
 .ContenidoTituloNoticia
 {
     margin-bottom: 15px;
 }
 
 .TituloNoticiaListado, a.TituloNoticiaListado:visited, a.TituloNoticiaListado:link, a.TituloNoticiaListado:active 
 {
    color: #333333;
    font-family: JosefinSans-Light;
    text-align: justify;
    text-decoration: none;
    font-size: 18px;
 }
 
 a.TituloNoticiaListado:hover
 {
    text-decoration: none;
 }
 
 .ContenidoFechaNoticia
 {
    margin-bottom: 15px; 
 }
 
 .TextoFechaNoticia 
 {
    color: #76787b;
    font-family: Myriradpro-regular;
    text-align: justify;
    font-style: italic;
 }
 
 .TextoNoticia 
 {
    color: #000000;
    font-family: JosefinSans-Light;
    text-align: justify;
 }
 
 .ContenidoDescripcionNoticia
 {
     text-align: justify;
 }
 
 .TextoDescripcionNoticiaListado
 {
    color: #54565a;
    font-family: JosefinSans-Light;
    text-align: justify;
 }
 
 .ContenedorImagenNoticia
 {
     width: 663px;
     height: 295px;
     padding: 10px 10px 10px 10px;
     border: 1px solid #d7d7d7;
 }
 
 .ContenedorContenidoNoticia
 {
    margin-top: 12px;
    width: 387px;
    height: 271px;
    margin-left: 40px;
    border-top: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    padding-top: 20px;
 }
 
 .ImagenNoticiaCapa
 {
     width: 663px;
     max-height: 295px;
     overflow: hidden;
 }
 
 .ImagenNoticia
 {
     width: 660px;
 }
 
 
 

