


#noticias h3{  color:#000; font-weight: 600; font-size:1.4em; margin-bottom: 20px; margin-top: 8px;}

#noticias .enlaces{display:block;}
#noticias .ver{ font-weight:600; color:#274dad; font-size:0.7em!important; display: block; padding-top:8px ;}
#noticias .ver.inline{display: inline-block;}
#noticias .ver:hover{  color:#1b377e; }
.not_individual p a:hover{color:#000;color:#274dad; font-size: 0.9em; padding-left: 8px; }

.margen_noticia{ margin:10px; border: 1px dotted #ccc; background-color: #fff;  padding: 10px;}

.medio a{ font-size: 1.1em; text-transform: uppercase; font-weight: 800; color:#274dad;}
.medio a:hover{color:#333;}


.no-block {
    display: inline!important;
}




/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    
    #noticias h3{ font-size:1.4em;}
   
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
   
    #noticias h3{ font-size:1.6em;}

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
 

}