﻿.LineaSeparadoraNoticias
{
    width: 100%; 
    background: linear-gradient(90deg, rgba(153, 51, 153, 1) 0%, rgba(248, 44, 91, 1) 100%);
    height: 1px;
}

.CalendarioNoticia
{
    position: relative;
    background: #333;
    padding: 10px 10px 5px 10px;
    display: inline-block;
    text-align: left;    
    border-radius: 4px;
    margin-top: 20px;
}

.CalendarioNoticiaListado
{
    position: relative;
    background: #333;
    padding: 10px 10px 5px 10px;
    display: inline-block;
    text-align: left;    
    border-radius: 4px;
}

.DiaCalendarioNoticia
{
    position: relative;
    font-size: 30px;
    color: #fff;
    display: inline-block;
}

.MesCalendarioNoticia
{    
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-left: 2px;
    display: inline-block;
}

.AnyoCalendarioNoticia
{
    position: relative;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
}

.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: #333;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 60px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
 }
 
 .ContenidoTituloNoticia
 {  
     padding: 0 4%;
     font-size: 25px;
     line-height: 1;
     margin-bottom: 15px;
     /*VLF*/
     height: 75px;
 }
 
 .TituloNoticiaListado, a.TituloNoticiaListado:visited, a.TituloNoticiaListado:link, a.TituloNoticiaListado:active 
 {
    color: #fff;
    font-family: Montserrat;
    text-align: justify;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
 }
 
 a.TituloNoticiaListado:hover
 {
    text-decoration: none;
 }
 
 .TituloNoticiaListadoNombre, a.TituloNoticiaListadoNombre:visited, a.TituloNoticiaListadoNombre:link, a.TituloNoticiaListadoNombre:active 
 {
    color: #333;
    font-family: Montserrat;
    font-weight: 700;
    text-align: justify;
    text-decoration: none;
    font-size: 16px;
 }
 
 a.TituloNoticiaListadoNombre:hover
 {
    text-decoration: none;
 }
 
 .ContenidoFechaNoticia
 {
    margin-bottom: 15px; 
 }
 
 .TextoFechaNoticia 
 {
    color: #76787b;
    font-family: Lato;
    text-align: justify;
    font-style: italic;
 }
 
 .TextoNoticia 
 {
    color: #646464;
    font-family: 'Lato', Sans-Serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
 }
 
 .ContenidoDescripcionNoticia
 {
     text-align: justify;
 }
 
 .TextoDescripcionNoticiaListado
 {
    color: #646464;
    font-family: Lato;
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
 }
 
 .ContenedorImagenNoticia
 {
     width: 100%;
     height: 295px;
    
 }
 
 .ContenedorContenidoNoticia
 {
    width: 100%;
    height: 355px;
    padding-top: 20px;
 }

 .ImagenNoticiaCapa
 {
     width: 100%;
     max-height: 275px;
     overflow: hidden;
 }
 

 .ImagenNoticia
 {
    width: 100%;
    height: 295px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-widht: 640px;
    border: 0px !important;
 }
 
 .ContenedorNoticias {
    width: 85%;
    max-width: 960px;
    position: relative;
}
 .ContenedorNoticia{
    padding: 0px 13px !Important;
    position: relative;
}

 /*VLF*/
 .LineaMigasNoticia
 {
     margin-top: 10px!important;
 }
 
 /*-------------------------------------------*/
 
 @media screen and (max-width: 800px)
 {
     /*VLF*/
     .LineaMigasNoticia
     {
         margin-top: 0px!important;
     }
 }/*768px*/