/*.cabecero_interior{
    background-image: url("../img/cabecero3.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;   
    border-bottom: 5px solid #FFA41C;
}*/
.cabecero_interior{margin: 0px; padding: 0px; border-bottom: 5px solid #FFA41C;}
.hoja_blanca{ background-color: #fff; padding:40px 60px 60px 60px; }
.fondo_gris2 {    background-color: #f5f5f5;}

.relleno_ambos{ padding-top: 40px; padding-bottom: 40px;}




body{ line-height: 150%; font-size: 16px;}

.titular_pagina {
    color: #FFA41C;   
    font-size: 40px;   
    font-family: 'montserratbold';
    padding-bottom: 30px;
    text-transform: uppercase;

}
.fondo_redes {    margin-top: 0px;}
.colaboradores li{ list-style: none; display: inline-block; margin:4px 10px ; vertical-align: middle;}
.fondo_color_tabla{ background-color: #f4f4f4; padding: 20px;}
.fondo_color_tabla td{ border: none; border-bottom: 1px solid #fff!important; border-top: none!important;}

.contenido_interior h2 {
    color: #FFA41C;
    font-family: 'ralewaysemibold';
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.contenido_interior h3 {
    color: #000000;
    font-family: 'ralewaysemibold';
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.contenido_interior a {
    color: #FFA41C;
}
.contenido_interior a:hover {
    color: #000000;
}
.contenido_interior .negro {
    color: #000;

}
.contenido_interior img{display: block;    height: auto;    max-width: 100%; }
.negro {    color: #000;}
.zona_boton_volver{ padding-bottom: 20px;}




.fila_descargas {
    border-bottom: 1px dotted #cccccc;
    display: block;
    margin-bottom: 10px;
}
.descargar {
    color: #16b1ea;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.descargar a {
    color: #16b1ea;
}
.nombre_descarga {
    color: #000000;
}
.fila_descargas a {
    display: block;
    padding-bottom: 10px;
    padding-top: 15px;
}
.fila_descargas a:hover {
    background-color: #eeeeee;
    box-shadow: 0 0 4px #777777, 0 0 20px #cccccc inset;
    display: block;
    position: relative;
}
.rojo_rest {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

#ficha_not img, #ficha_personal img{
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

@media only screen and (max-width: 959px) {
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .titular_pagina {    font-size: 26px;}

}
@media only screen and (max-width: 479px) {
    .hoja_blanca{ padding:40px 15px 40px 15px; }
    .titular_pagina {    font-size: 26px;}
    .destacado {    font-size: 20px;}
}
