/*hola*/
.cabecero_interior {
   
    background-image: url("../img/cabecero_interior.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
background-size: cover;
    padding: 50px 0px;
    margin-bottom: 70px;
  
}
.titular_pagina {
    color: #fff;
    font-size: 50px;    
    font-family: 'roboto_slabbold';
}

#tabla_cookies td{padding: 10px!important;}

.contenido_interior h2 {
    color:#222;
    font-family: 'roboto_slabbold';
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 35px;
    }
   .contenido_interior h2::after {
    content: " ";
    display: block;
    background-color: #1DAAA0;
    height: 8px; 
    width:150px;
    margin: 20px  0;
}
.contenido_interior h1 {
    color:#222;
    font-family: 'roboto_slabbold';
    font-size:40px;
    margin-bottom: 30px;;
    margin-top: 30px;
    }


.contenido_interior h1:after {
    content: " ";
    display: block;
    background-color: #1DAAA0;
    height: 8px; 
    width:150px;
    margin: 20px  0;
   
}



  .contenido_interior p{ line-height: 160%; font-size: 16px; text-align: justify;} 

.contenido_interior h3 {
    color: #000000;
    font-family: 'roboto_slabbold';
    font-size: 25px;
    margin-bottom: 10;
    margin-top: 20px;
}
.contenido_interior a {
    color:  #1DAAA0;
}
.contenido_interior a:hover {
    color: #000000;
}
.contenido_interior .negro {
    color: #000000;
    font-weight: bold;
}
.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;
}
@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) {
}
@media only screen and (max-width: 479px) {
    .titular_pagina {
        font-size: 28px;
    }
    .destacado {
        font-size: 20px;
    }
}
