
.carousel-caption {   padding-bottom: 10%;}
.carousel-caption .subtitular_web{text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);}

.carousel-inner .item::before {
	content:'';
	position: absolute;
        top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
}

.banner_evento{ margin-bottom: 20px; margin-top:20px !important;}


.titular_web {
    text-align: left;
    color: #fff;
    font-family: 'montserratbold';
    font-size: 40px;
    line-height: 115%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #333;
}
.subtitular_web {
    background-color: #fff;
    color: #666;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px!important;
    margin-top: 0px;
    margin-bottom: 50px;

}
a:hover{ color:#000;}
.titulares_index{ font-size: 32px; font-family: 'ralewaysemibold'; text-align: center; color:#000; margin-bottom:40px; margin-top: 40px; }

.titulares_index:after{ 
    background: #FFA41C none repeat scroll 0 0;
    content: "";
    margin:0 auto;
    display:  inherit;
    height:3px;
    margin-top: 20px;
    width: 60px;   
    text-align: center;
}
.fondo_gris{  margin-top: 0px;}


.texto_sub{font-size: 15px; text-align: center;}

/*----- noticias -------*/

.bloque_not_index{ padding-top: 30px; padding-bottom: 30px;}
.categoria{ padding: 3px 10px 3px 10px; background-color: #eee; display: inline-block; font-size: 12px;}
.categoria2{ padding: 3px 10px 3px 10px; background-color: #FDF4D9; display: inline-block; font-size: 12px;}
.bloque_not_index h3 a{ color:#000;   }
.bloque_not_index h3 a:hover{ color:#C67D15; }
.bloque_not_index h3 {font-size: 18px; color:#000;    font-family: 'ralewayregular'; line-height:110%;}
.bloque_not_index p{font-size: 15px; padding-top: 8px; padding-bottom: 8px;}
.categoria_1{color:#C67D15;}



.ver_mas a{
    font-size:11px;  
    color:#E58F16;
    letter-spacing: 1px; text-transform: uppercase;

    padding-bottom: 5px;
}
.ver_mas a:hover{   color: #000;}








@media only screen and (min-width:1400px) {
    .titular_web {    font-size: 50px;}
}


@media only screen and (min-width: 960px) and (max-width:1399px) {
    .titular_web {    font-size: 35px;}
    .carousel-caption {   padding-bottom: 4%;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #zona_menu li a {    padding: 10px 7px; font-size: 13px;}
    .titular_web {    font-size: 30px;}
    .carousel-caption {   padding-bottom: 2%;}
    .subtitular_web {    font-size: 11px;}
    
   
}

@media only screen and (max-width: 767px) {
    .titular_web {    font-size: 35px;}
    #zona_menu li a {    padding: 10px 7px;  font-size: 13px;}
    .titular_web {    font-size: 35px;}
    .banner_cabecero {   padding-bottom: 0px;   padding-top: 10px;}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
   
    .titular_web {    font-size: 21px;}
    .banner_cabecero {   padding-bottom: 0px;   padding-top: 10px;}
    .fondo_gris{  padding-top: 10px; padding-bottom: 10px; }
    .banner_evento{ margin-bottom: 10px; }
}

@media only screen and (max-width: 479px) {
    .titular_web {    font-size: 19px;}
    .banner_cabecero {   padding-bottom: 0px;   padding-top: 10px;}
    .dropdown-menu li{ font-size: 12px;}
    .fondo_gris{  padding-top: 10px; padding-bottom: 10px; }
    .banner_evento{ margin-bottom: 10px; }    
    .carousel-caption { left: 11%; right: 11%; padding-bottom: 3%;}
}

