/*######## DÍAS ########*/
#dias_festival_Wrapper{
    width: 100%;
    float: left;
    margin-bottom: -5px;
}
#dias_festival_Wrapper select{
    font-size: 16px;
    border: 1px solid black;
    border-radius: 0px;
    padding: 10px 15px;
    background: white;
    width: 100%;
}
.evento_programacion{
    border-bottom: 1px solid;
    padding: 20px 0px;
    font-size: 16px;
}
.evento_programacion .titulo_evento{
    font-size: 28px;
    font-weight: 100;
    width: 100%;
    line-height: 34px;
}
.evento_programacion .titulo_evento a:hover, .evento_programacion .titulo_evento a:focus, .evento_programacion .titulo_evento a:active {
    text-decoration: none;
}
.evento_programacion .district{
    font-size: 18px;
    color: #000;
}
.dias_festival{
	float: left;
}

.dias_festival li{
	float: left;
}

.dias_festival li a{
	float: left;
	width: 45px;
	padding: 4px 0;
	font-size: 24pt;
	color: #999;
	cursor: pointer;
	text-align: center;
}
.dias_festival.mes1 li a{
	margin: 0 17px;
}

.dias_festival.mes2 li a{
	margin: 0 7.5px;
}

.dias_festival li a:hover{
	color: #fff;
}

.dias_festival li a.dia_sel {
	color: #fff;
	background: url(../Images/diagonales.png);
}


/*######## TABLA EVENTOS ########*/

#eventos_main_Wrapper {
	position: relative;
	float: left;
	margin-bottom: 100px;
}

#programa_Wrapper {
	width: 960px;
	float: left;
	margin-bottom: 40px;
}

#eventos_Wrapper{
	position: absolute;
	width: 890px;
	z-index: 2;
	top: 112px;
	right: 3px;
}
#eventos_todo_Wrapper{
	position: absolute;
	width:  898px;
	height: 60px;
	z-index: 3;
	top: 51px;
	right: 0;
}

#eventos_contenido{
	float: left;
	padding: 1px;
}

.evento{
	position: absolute;
	z-index: 2;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
}

.evento_todo{
	position: relative;
	float: left;
	width: 150px;
	height: 60px;
	margin-left: 5px;
	cursor: pointer;
}

.evento_info_Wrapper {
	position: absolute;
	z-index: 2;
	width: 160px;
	height: 60px;
	top: 20px;
	left: 55px;
	display: none;
}

#evento_info_general_Wrapper{
	position: absolute;
	z-index: 500;
	width: 160px;
	top: 20px;
	left: 55px;
	padding: 10px;
	background: #fff;
	display: none;
}


.evento_info {
	float: left;
	width: 160px;
	padding: 10px;
	background: #fff;
	z-index: 1000;
}

.titulo_evento {
	float: left;
	margin-bottom: 5px;
	font-weight: normal;
        line-height: 27px;
}

.subtitulo_evento {
	float: left;
	clear: both;
	margin-bottom: 10px;
	font-size: 12pt;
	line-height: 12pt;
	color: #999;
}
.evento_flecha {
	position: absolute;
	width: 10px;
	height: 15px;
	left: -10px;
	top: 15px;
	background: url(../Images/flecha_izquierda_sombra.png) no-repeat 0 0;

}

.evento_flecha_general{
	position: absolute;
	width: 10px;
	height: 15px;
	left: -10px;
	top: 15px;
	background: url(../Images/flecha_izquierda_sombra.png) no-repeat 0 0;
}

.nombre_evento_Wrapper{
	position: absolute;
	width: 88%;
	height: 90%;
	left: 4px;
	top: 4px;
	background: transparent;
	overflow: hidden;
}


.nombre_evento {
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 10pt;
	line-height: 10pt;
	color: #fff;
}
.icono {
	float: left;
	clear: left;
	width: 17px;
	height: 17px;
	margin-top: 3px;
	margin-left: 5px;
}

#tabla_programa{
	width: 960px;
}

#tabla_programa th{
	height: 50px;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	font-size: 30pt;
	line-height: 34pt;
	color: #fff;
	border-bottom: solid 1px #555;
}

.col_hora {
	width: 60px;
	height: 60px;
	padding: 0;
	background: #242526;
	text-align: left;
	vertical-align: top;
	border-right: solid 1px #777;
	border-bottom: solid 1px #000;
}

.col_eventos {
	background: #333;
	border-bottom: solid 1px #000;
}

.td_hora {
	float: left;
	height: 13px;
	padding: 3px;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: normal;
	font-size: 13pt;
	line-height: 13pt;
	color: #fff;
}

#filtros_eventos_Wrapper {
	position: relative;
	float: left;
	clear: both;
	width: 960px;
	margin-bottom: 10px;
}

#filtros_eventos_categorias {
	float: left;
	width: 500px;
}

#filtros_eventos_espacios {
	float: left;
	width: 460px;
}

#filtros_eventos_leyenda {
	position: relative;
	float: left;
	width: 155px;
	height: 310px;
	font-size: 15pt;
	line-height: 16pt;
	color: #999;
}
#b_filtro_eventos_todos,
#b_filtro_eventos_ninguno{
	float: right;
	clear: right;
	margin-top: -5px;
	margin-right: 10px;
	font-size: 15pt;
	line-height: 18pt;
	color: #999;
	cursor: pointer;
}
#b_filtro_espacios_todos,
#b_filtro_espacios_ninguno{
	float: right;
	clear: right;
	margin-top: -5px;
	margin-right: 0px;
	font-size: 15pt;
	line-height: 18pt;
	color: #999;
	cursor: pointer;
}

#b_filtro_eventos_todos:hover,
#b_filtro_eventos_ninguno:hover,
#b_filtro_espacios_todos:hover,
#b_filtro_espacios_ninguno:hover{
	color: #ffffff;
}

.titulo_filtro_eventos{
	margin-left: 0;
	font-weight: normal;
	font-size: 25pt;
	line-height: 25pt;
	color: #ccc;
}

.lista_filtros_eventos_categorias,
.lista_filtros_eventos_espacios{
	margin-top: 20px;
}

.lista_filtros_eventos_categorias li{
	float: left;
	width: 240px;
	margin-right: 10px;
}
.lista_filtros_eventos_categorias li a{
	position: relative;
	float: left;
	width: 200px;
	height: 28px;
	padding: 0 5px;
	background: #eee;
	margin-bottom: 1px;
	font-size: 14pt;
	line-height: 18pt;
	color: #666;
	font-weight: 300;
	border: none;
}

.etiqueta_categoria{
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 1px;
}

.lista_filtros_eventos_categorias li.filtro_off a,
.lista_filtros_eventos_espacios li.filtro_off a,
.lista_filtros_eventos_categorias li.filtro_off .etiqueta_categoria{
	background: #333;
	color: #555;
}

.lista_filtros_eventos_categorias li a:hover{
	background: #fff;
}

/*---- ESPACIOS ----*/
.lista_filtros_eventos_espacios li{
	float: left;
	margin-left: 10px;
}

.lista_filtros_eventos_espacios li a{
	position: relative;
	float: left;
	width: 210px;
	height: 28px;
	padding: 0 5px;
	background: #eee;
	margin-bottom: 1px;
	font-size: 14pt;
	line-height: 18pt;
	color: #666;
	font-weight: 300;
	border: none;
}

.lista_filtros_eventos_espacios li a:hover{
	background: #fff;
}

.filtro_on {
	color: #999;
}

.filtro_off {
	color: #ccc;
}


.lista_filtros_eventos_categorias li:hover,
.lista_filtros_eventos_espacios li:hover{
	color: #555;
}

.etiqueta_espacio{
	float: left;
	width: 18px;
	height: 17px;
	padding-top: 1px;
	margin-top: -1px;
	margin-right: 5px;
	background: #555;
	color: #fff;
	font-size: 11pt;
	text-align: center;
}
