@charset "UTF-8";
/* CSS Document */

#menuSec {
    font-family: 'Roboto Slab', serif;
    text-align: right;
    font-size: 1.1em;   
}

#menuSec a {
    text-decoration: none;
    cursor: pointer;
    color: #000000;
} 

#menuSec a:hover {color: #31a5dc;} 

#menuBusq {
    color: #ffffff;
    font-size: 1.1em; 
    text-align: right;
    font-family: 'Roboto Slab', serif;
    line-height: 1.3em;
} 

#menuBusq a {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}

#menuBusq a:hover { color: #8cd15f;}

h1.TitSeparador {
    font-family: 'Roboto Slab', serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    padding: 5px 5px 5px 50px;
    margin: 0;
    width: 145px;
    background-color: #000000;
}

h1.largo {width: 300px !important;}

h1.titulo {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5em;
    font-weight: 100;
    margin-bottom: 0px;
    margin-top: -3px;
}

h1.titulo span { font-weight: 300; }

h2.subTitulo {
    font-family: 'Roboto Slab', serif;
    font-size: 2.1em;
    font-weight: 200;
    margin: -5px 0 0 0;
}

.contieneSlider .item-2 h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 2.1em;
    line-height: 1em;
    font-weight: 100;
    margin: -5px 0 10px 0;
    text-align: right;
}

.contieneSlider .item-2 p {
    font-weight: 100;
    line-height: 1.3em;
    text-align: justify;
    margin: 0;
    margin-bottom: 20px;
}

#bloqueTit-Categ h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 4em;
    font-weight: 500;
    color: rgba(255,255,255,.70);
    text-align: right;
    margin: 0;  
}

div.bloquePadd-Int p { 
    font-size: .9em;
    font-weight: 200;
    line-height: 1.4em;
    text-align: justify;
    margin-top: 2px;
}

.fichaVideo p{
    font-weight: 200;
    line-height: 1.4em;
    text-align: justify;
    margin-top: 5px;
}
.fichaVideo h2 {
    font-weight: 300;
    font-size: 1.5em;
    margin-bottom: 0;
}

div.azul1{
    border-bottom: #31a5dc 5px solid;
    margin: 0px 50px 20px 50px;
}

div.txtResumen, div.txtResumenCto {
    font-size: .9em;
    font-weight: 300;
    line-height: 1.3em;
}

div.txtResumen h3,  div.txtResumenCto h3 {
    margin: 0;
    font-weight: normal;
    
}

div.txtResumen a,  div.txtResumenCto a {
    font-weight: normal;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

div.txtResumen a:hover,  div.txtResumenCto a:hover {
    color: #31a5dc;
    font-weight: normal;
    cursor: pointer;
}

div.azul2{
    border-bottom: #009dac 5px solid;
    margin: 0px 50px 20px 50px;
}

footer #parte2 {
    text-align: center;
    line-height: 1.3em;
    font-size: .7em;
    font-weight: 200;
    color: #ffffff;
}


footer #parte2  a{
    font-size: 1.3em;
    color: #8cd15f;
    text-decoration: none;
    cursor: pointer;
}

footer #parte2  a:hover{
    color: #f8d12d;
    text-decoration: none;
    transition: opacity 2s ease 1s;
}

#creditos h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5em;
    font-weight: 100;
    color: #ffffff;
    opacity: 0.7;
    float: left;
    margin: 0 30px 0 0;
}

#creditos h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 1em;
    font-weight: 200;
    color: #ffffff;
    opacity: 1.0;
    margin: 0 0 15px 0;
}

#creditos h3 {
    font-family: 'Roboto Slab', serif;
    font-size: .8em;
    font-weight: 300;
    color: #ffffff;
    opacity: 1.0;
}

#creditos h3 span{
    opacity: 0.7;
}

