#contenedornavbar {
    border: 0px;
    margin-bottom: 0px;
}
#carousel-index, .carousel-inner>.item>img.img-carousel-index{
	height: 175px;
}
@media only screen and (min-width: 768px){
    #carousel-index, .carousel-inner>.item>img.img-carousel-index{
        height: 250px;
    }
}
@media only screen and (min-width: 992px){
    #carousel-index, .carousel-inner>.item>img.img-carousel-index{
        height: 328px;
    }
}
.img-carousel-index{
    width: 100%;
}

#eventos-proximos{
    color: #FFF;
    text-decoration: none;
}

#mas-eventos{
    color: #FFF;
}

#contenedor_eventos{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#contenedor_eventos, .opcion_evento{
    height: 140px;
}

#equalheight {
    overflow: hidden;
}

.demo{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
	float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
	text-align:center;
}

#mas_eventos{
    color: white;
}
#filtrar-por{
	color:white;
	margin-top:15px;
	margin-left:20px;
	font-size:16px;
}
.opcion_evento{
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    border-right: 1px solid #ded9d9;
    border-bottom: 1px solid #ded9d9;
    border-top: 1px solid #ded9d9;
    overflow: hidden;
}

.enlace_evento{
    color: #062f45;
}

#referencia_eventos{
    background-color: #1d5f83;
    color: white;
    border-top: 1px solid #18506e;
    border-right: 1px solid #18506e;
    border-left: 1px solid #18506e;
    border-bottom: 1px solid #18506e;
    overflow: hidden;
}

@media only screen and (min-width: 768px), screen and (max-width: 991px){
    #referencia_eventos, .opcion_evento{
        padding-top: 1px;
        padding-bottom: 1px;
    }
}

#barrafiltro {
    background-image: url(../../img/index/barranoticias.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 1px solid #6e6e69;
    border-bottom: 1px solid #6e6e69;
    border-left: 1px solid #6e6e69;
    border-right: 1px solid #6e6e69;
    margin-bottom: 0px;

}


.navbar-inverse .navbar-nav>li>a.dropdownnoticias {
    color: white;
}
.navbar-inverse .navbar-nav>li>a.dropdownnoticias:hover {
    background-color: #666;
}
#barra-xs{
	border-color:#666;
}
#barra-xs:hover{
	background-color:#666;
}
#barra-xs:focus{
	background-color:#666;
}
.navbar-inverse .navbar-nav>.open>a#dropdownnoticias{
    /*background-image: url(../../img/index/barranoticias.png);*/
	background-color: #666;
	/*background-color:#999;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: none;
}

/*Solucion de problema*/
.navbar-inverse .navbar-nav>.open>a#dropdownnoticias:hover, .navbar-inverse .navbar-nav>.open>a#dropdownnoticias:focus{
    /*background-color: #8e8e8e; */
}

/*Fin solucion de problema*/

#bs-example-navbar-collapse-2{
    border-top: none;
}

#vermas {
    margin-bottom: 20px;
}


.imagen_thumbnail{
    margin: 0px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px){
	.imagen_thumbnail{
		margin: 0px;
		min-height:150px;
		max-height:150px;
		min-width:100%;
	}
	#contenido_thumbnail{
		min-height:190px;
		max-height:190px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px){
	.imagen_thumbnail{
		margin: 0px;
		min-height:200px;
		max-height:200px;
		min-width:100%;
	}
	#contenido_thumbnail{
		min-height:165px;
		max-height:165px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
	.imagen_thumbnail{
		margin: 0px;
		min-height:250px;
		max-height:250px;
		min-width:100%;
	}
  #contenido_thumbnail{
		min-height:125px;
		max-height:125px;
	}

}
#sobrecarga{
	overflow:hidden;
}
.efecto-caption{
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    color:#fff !important;
    margin-left: 15px;
    overflow: hidden;
}

.efecto-caption-sm-xs{
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    color:#fff !important;
    margin-left: 15px;
    overflow: hidden;
}

#hover_izquierdo, #hover-derecho{
    height: 100%;
}

#hover_izquierdo{
    padding-right: 15px;
    text-align: justify;
}

#hover-derecho{
    background: #025aa0;
    padding-left: 15px;
    text-align: justify;
}

#imagen_descripcion{
    overflow: hidden;
}

.contenido_imagen_descripcion{
    padding: 0;
}

#div_uno{
    padding-left: 0;
    padding-right: 0;
}

#div_dos{
    overflow: hidden;
    background-color: #1d5f83;
    color: white;
    text-align: justify;
}

.imagen_caption{
    width: 100%;
    height: 276px;
}

#div_caption_sm_xs{
    padding: 0px;
}

#contenedor_carousel_miniatura{
    height: 276px;
}

#contenedor_imagenes_carousel{
    height: 276px;
}

@media only screen and (max-width:767px){
    .opcion_evento{
        border-left: 1px solid #ded9d9;
    }

    #barrafiltro{
        margin-top: 20px;

    }

    .imagen_caption{
        height: 100%;
    }

    #contenedor_carousel_miniatura{
        margin-top: 20px;
    }
}

#respuesta_encuesta{
    color: #5bc0de;
}



.enlaces_footer {
    list-style: none;
}

@media only screen and (max-width: 768px){
    #noticias, #eventos, #ambos{
        color:#FFF;
    }
	#divider{
		background-color:#999;
	}
}

/*Encuesta*/
.imagen_encuesta{
    width: 300px;
    height: 200px;
	margin: 0 auto;
}
#texto_encuesta {
    max-width:100%;
}

#botones_encuesta {
    text-align:center;
    padding-top:10px;
}

#footer_encuesta {
    margin-top:0px;
}
#comentarios{
    width: 79px;
    height: 79px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

#encuesta{
    margin-top: 40px;
    background-color: #f7f7f7;
    border-top: 1px solid #ded9d9;
    border-bottom: border-top: 1px solid #ded9d9;
    padding: 15px;
    color: black;
}
#responder_encuesta{
	margin-top:0px;
}
@media only screen and (min-width:992px){
	#responder_encuesta{
		margin-bottom:0px;
	}
}
@media only screen and (max-width:991px){
    #encuesta{
        text-align: center;
    }
}
/*ENCUESTA*/

/*FAQ Botsnipp*/

.faq-cat-content {
    margin-top: 25px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}

.active-faq {
    border-left: 5px solid #888888;
}

.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}

/*FAQ Botsnipp*/
