#cabecero_in{
    background-image: url(../img/cabecero_noticias.jpg);
    background-repeat:no-repeat;
    background-position: center top;
    padding-top: 160px;
    padding-bottom: 50px;
    height: 350px; /* quitar al programar*/
}

.container{ border:none!important; }
.caja_noticia{ margin-bottom: 40px; margin-top: 20px;}

.datos_noticia{ background-color: #eee; padding: 40px 40px; font-size: 14px;}
.fecha_not{ font-size: 13px; color:#777; text-transform: uppercase;}
.titular_noticias {  font-family: 'ralewaybold'; font-size: 22px;  line-height: 24px; color:#000; padding-bottom: 10px;}
.titular_noticias a{   line-height: 18px; color:#000;}
.titular_noticias a:hover{  color:#3994C8;}
.leer { font-size: 12px; color:#000; text-align: right;  font-family: 'ralewaybold';}
.leer a{  color:#000; }
.leer a:hover{ color:#3994C8;}
.titulo_area{ background-color: #eee; padding: 10px 0px; font-size: 15px; text-align: center;  font-family: 'ralewaybold'; letter-spacing: 1px;}


.datos_noticia_g{ background-color: #eee; padding: 40px 40px; font-size: 14px;}

.datos_noticia_g img{
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}




/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {




}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    #cabecero_in{        
        background-size: cover;
        padding-top: 50px;  
        padding-bottom: 50px;  
        height: auto;        
    }

    .texto_destacado {   font-size: 30px; text-align: right; margin-right: 20px;}    
    .logo{font-size: 20px; text-align: right; margin-right: 20px;}
    
    .otras_not{
        margin-top: 15px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    
    #cabecero_in{        
        background-size: cover;
        padding-top: 50px;  
        padding-bottom: 50px;  
        height: auto;        
    }

    .texto_destacado {   font-size: 30px; text-align: right; margin-right: 20px;}    
    .logo{font-size: 20px; text-align: right; margin-right: 20px;}           

    .otras_not{
        margin-top: 15px;
    }
}
