

/* #tipografia propiedades
================================================== */
.titulo-imagen-nota-color { 
    color: #01476c !important;
    font-weight: bold;
    font-family: 'Encode Sans', sans-serif !important;
}

.txt-copete{

    font-family: 'Roboto', sans-serif !important; 
    font-weight: 500 !important;
    font-size: 1.2em !important;

}
.txt-nota {
    font-family: 'Roboto', sans-serif !important; 
    color:  rgb(66, 66, 66);
    font-size: 1em;
    text-align: left !important;
    padding-left: 6px !important;
   
}


/* #cajas - contenedores
================================================== */

.alto-noticias-titulos-largos {

   height:395px !important;
}

img.scale-with-grid, #Content img {
    max-width: 100%;
    height: auto;
    background-size: cover;
    border-radius: 10px !important;
    
}

.flota-right{
float: right !important;    
}

.titulo-noticias-home { line-height: 1.2em !important;}



/*contenedor archivos*/


.caja-docs {
    width: 100%;
    height: 25%;
    border: 1px solid #b9b9b9;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    background-color: #ffffff;
    float: left;
}

.caja-docs a:hover{ text-decoration: none;}

.caja-docs:hover {
    width: 100%;
    height: 25%;
    border: 1px solid #b9b9b9;
    background-color: #e6e6e6;
    float: left;
}

.caja-icono-left { 
    width: 15%;
    height:auto;
    float: left !important;
 }

.icono-descarga { 
    font-size: 30px;
    padding-top: 10px;
    float: left;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    background-color: #007dc1;
    height: 48px;
    color: #fff;
}

.caja-txt-btn { 
    width: 85%;
    height:auto;
    float: left !important;
 }

.texto-interno-docs { 
    padding-top: 18px;
    font-family: "Encode-Sans-regular";
    color: #706F6F;
    text-align: left;
    margin-bottom: 0px !important;
    font-size: 13px !important;
    font-weight: initial !important;
}