html {
	font-family: "Open Sans", sans-serif !important;
}

nav {
	width: 650px;
	height: 100px;
	margin-left: 10px;
	background-color: #578db0;
	float: left;
	border-style: none;

}

nav ul {
	width: 653px;
	height: 25px;
	margin-top: 1px;
	padding: 0;
	float: left;
	border-style: none;
}

nav li {
	background-color: #293f91;
	list-style-type: none;
	margin-left: 1px;
	z-index: 1;
	cursor: pointer;
	position: relative;
	float: left;
	color: #ffffff !important;
}

header nav li a {
	text-transform: uppercase !important;
	font-size: 11px !important;
}

.buscar {
	width: 179px;
	height: 25px;
	border-style: none;
	float: left;
	margin-top: 1px;
	padding-left: 14px;
	margin-left: 0;
	font-size: 13px;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	-moz-appearance: none;
}

.restricciones {
	width: 134px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	color: #ffffff !important;
}

.restricciones:hover {
	background-color: #ff0000 !important;
}

.medios {
	width: 111px;
	height: 20px;
	padding-top: 5px;
	margin-left: 1px;
	text-align: center;
	color: #ffffff !important;

}

.medios:hover {
	background-color: #ff0000 !important;
}

.boletin {
	width: 114px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
}

.boletin:hover {
	background-color: #ff0000 !important;
}

.faq {
	width: 205px;
	margin-left: 1px;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	float: left;
}

.faq:hover {
	background-color: #ff0000 !important;
}

#current {
	background-color: #ff0000;
}

.auditorio {
	width: 87px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	margin-left: 0;
	color: #ffffff !important;
}

.auditorio:hover {
	background-color: #ff0000 !important;
}

.auditorio:hover .primero {
	visibility: visible;
	color: #ffffff !important;
}

.programacion {
	width: 106px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
}

.programacion:hover {
	background-color: #ff0000 !important;
}

.localidades {
	width: 94px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	color: #ffffff !important;
}

.localidades:hover {
	background-color: #ff0000 !important;
}

.localidades:hover .segundo {
	visibility: visible;
	color: #ffffff !important;
}

.patrocinadores {
	width: 111px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
}

.patrocinadores:hover {
	background-color: #ff0000 !important;
}

.patrocinadores:hover .cuarto {
	visibility: visible;
	color: #ffffff !important;
}

.como {
	width: 96px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
}

.como:hover {
	background-color: #ff0000 !important;
}

.como:hover .tercero {
	visibility: visible;
	color: #ffffff !important;
	color: #ffffff !important;
}

.enlaces {
	width: 70px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
}

.enlaces:hover {
	background-color: #ff0000 !important;
}

.contacto {
	width: 80px;
	height: 20px;
	padding-top: 5px;
	text-align: center;

}

.contacto:hover {
	background-color: #ff0000 !important;
}

.primero {
	visibility: hidden;
	width: 101px;
	height: 73px;
	background-color: #1a5f89;
	font-size: 15px;
	color: #ffffff;
	padding: 0;
	margin-top: 2px;
	text-align: left;
	margin-left: 0;
}

.primero li {
	height: 20px;
	padding-top: 5px;
	width: 104px;
	padding-left: 14px;
	padding-right: 14px;
	float: left;
	margin: 0;
}

.primero li:hover {
	background-color: #ff0000;
}

.segundo {
	visibility: hidden;
	width: 105px;
	height: 73px;
	background-color: #1a5f89;
	font-size: 15px;
	color: #ffffff;
	padding: 0;
	margin-left: 0;
	margin-top: 2px;
	text-align: left;
}


.segundo li {
	height: 20px;
	padding-top: 5px;
	width: 88px;
	padding-left: 11px;
	padding-right: 15px;
	margin: 0;
}

.segundo li:hover {
	background-color: #ff0000;
}

.tercero {
	visibility: hidden;
	width: 89px;
	height: 49px;
	background-color: #1a5f89;
	font-size: 15px;
	color: #ffffff;
	margin-top: 2px;
	text-align: left;
	margin-left: 0;
}


.tercero li {
	height: 20px;
	padding-top: 5px;
	width: 83px;
	text-align: center;
	padding-left: 7px;
	padding-right: 10px;
	margin: 0;
}

.tercero li:hover {
	background-color: #ff0000;
}

.cuarto {
	visibility: hidden;
	width: 76px;
	height: 24px;
	background-color: #1a5f89;
	font-size: 15px;
	color: #ffffff;
	padding: 0;
	margin-top: 2px;
	text-align: left;
	margin-left: 0;
}

.cuarto li {
	height: 20px;
	padding-top: 5px;
	width: 125px;
	padding-left: 10px;
	float: left;
	margin: 0;
}

.cuarto li:hover {
	background-color: #ff0000;
}

/* ==========================================================
   HEADER / NAV RESPONSIVE
   ========================================================== */

/* --- Botón hamburguesa (oculto en desktop) --- */
/* .menu-toggle {
	display: none;
}

.header-top {
	display: contents;
} */

/* --- TABLET + MOBILE (max-width: 980px) --- */

/* @media screen and (max-width: 980px) {

	header {
		width: 100% !important;
		height: auto !important;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		box-sizing: border-box;
	}

	.header-top {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		background-color: #578db0;
		box-sizing: border-box;
	}

	.logo {
		width: 200px !important;
		height: auto !important;
		float: none;
	} */

/* --- Botón hamburguesa --- */
/* .menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		background: none;
		border: none;
		cursor: pointer;
		padding: 10px 15px;
		z-index: 100;
	} */

/* .menu-toggle span {
		display: block;
		width: 28px;
		height: 3px;
		background-color: #ffffff;
		border-radius: 2px;
		transition: transform 0.3s, opacity 0.3s;
	} */

/* --- Nav oculto por defecto en móvil --- */
/* nav {
		width: 100% !important;
		height: auto !important;
		float: none;
		margin-left: 0 !important;
		display: none;
		flex-direction: column;
	}

	nav.nav-open {
		display: flex;
	} */

/* --- Banner slider superior --- */
/* nav .banner {
		width: 100% !important;
		height: 49px !important;
		overflow: hidden;
	}

	nav .banner #sliderIzq {
		width: 100% !important;
	}

	nav .banner #controllerIzq {
		margin-left: auto !important;
	} */

/* --- Buscador --- */
/* .buscar {
		width: 100% !important;
		height: 35px;
		float: none;
		margin: 0;
		padding-left: 14px;
		box-sizing: border-box;
		font-size: 14px;
	}

	nav form {
		width: 100%;
	} */

/* --- Listas de navegación --- */
/* nav ul {
		width: 100% !important;
		height: auto !important;
		float: none;
		display: flex;
		flex-wrap: wrap;
		margin: 0 !important;
		padding: 0 !important;
	}

	nav li {
		float: none;
		width: 50% !important;
		height: auto !important;
		box-sizing: border-box;
		text-align: center;
		margin-left: 0 !important;
	}

	nav li a {
		display: block;
		padding: 12px 8px;
		color: #ffffff;
		text-decoration: none;
	} */

/* --- Items específicos: ancho automático --- */
/* .restricciones,
	.medios,
	.boletin,
	.faq,
	.auditorio,
	.programacion,
	.localidades,
	.patrocinadores,
	.como,
	.enlaces,
	.contacto {
		width: 50% !important;
		height: auto !important;
		padding-top: 0;
	} */

/* --- Submenús desplegables --- */
/* .primero,
	.segundo,
	.tercero,
	.cuarto {
		visibility: visible;
		position: static;
		width: 100% !important;
		height: auto !important;
		display: none;
		margin-top: 0;
	}

	.auditorio:hover .primero,
	.localidades:hover .segundo,
	.como:hover .tercero,
	.patrocinadores:hover .cuarto {
		display: block;
	}

	.primero li,
	.segundo li,
	.tercero li,
	.cuarto li {
		width: 100% !important;
		padding-left: 20px;
		padding-right: 10px;
		box-sizing: border-box;
		text-align: left;
	}
} */

/* --- MOBILE PEQUEÑO (max-width: 480px) --- */
/* @media screen and (max-width: 480px) {

	.logo {
		width: 160px !important;
	}

	nav li {
		width: 100% !important;
	}

	.restricciones,
	.medios,
	.boletin,
	.faq,
	.auditorio,
	.programacion,
	.localidades,
	.patrocinadores,
	.como,
	.enlaces,
	.contacto {
		width: 100% !important;
	}

	header nav li a {
		font-size: 12px !important;
		padding: 10px 8px;
	}
} */