 @font-face {
	font-family: 'Edmondsans-Regular';
    src: url('../fonts/Edmondsans-Regular.eot');
}
@font-face {
	font-family: 'Edmondsans-Regular';
    src: url('../fonts/Edmondsans-Regular.woff') format('woff'),
	url('../fonts/Edmondsans-Regular.svg#Edmondsans-Regular') format('svg');
}
 @font-face {
	font-family: 'Edmondsans-Bold';
    src: url('../fonts/Edmondsans-Bold.eot');
}
@font-face {
	font-family: 'Edmondsans-Bold';
    src: url('../fonts/Edmondsans-Bold.woff') format('woff'),
	url('../fonts/Edmondsans-Bold.svg#Edmondsans-Bold') format('svg');
}
       
a{
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}
a img:hover{
/* 	opacity: 0.5; */
}
div, iframe{
	padding: 0px; margin: 0px; border: 0px; 
	vertical-align: top; outline:none;
	zoom: 1;
	font-family: "Edmondsans-Regular", serif;
	max-width: 100%;
}
/* COLORES */
.naranja, .bNaranja:hover, .bloque a:hover{
	color: #cf0d17 !important;
}
.blanco{
	color: #d6d6d6;
}
.gris{
	color: #5d5e5f !important;
}
.rojo{
	color: #cf0d17;
}

.negrita{
	font-family: "Edmondsans-Bold", serif;
}

h1{
	font-size: 44px;
	font-family: "Edmondsans-Bold", serif;
}
h2{ 
	font-size: 32px; 
	font-family: "Edmondsans-Bold", serif;
}
h3{ font-size: 22px; }
h4{ font-size: 16px; }
h5{ font-size: 12px; }

/* TODO */
body{
	background-color: #222222;
}

div img{
	max-width: 100%;
}

.divFull{
	width: 100%;
}

.divMax{
	width: 86%;
	position: relative;
}
#divZero{
	width: 100%;
	margin-bottom: 60px;
	margin-top: 65px;
}


.divBg1{
	background-image: url(../img/bg1.jpg);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: repeat-y;
	width: 100%;
}

.divHeightSpace{
	width: 100%;
	height: 200px; 
}
#logoHeader{
	height: 40px;
}


/* SLIDER */
#banerTop{
	padding: 0px; margin: 0px;
}
#header_logo{
	background-image: url(../img/logoBaner.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-color: #222222;
	position: relative;
	padding: 0px; margin: 0px;
}
#header_slider{
	background-image: url(../img/slides/01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #222222;
	position: relative;
}

#sliderFestivalName, .sliderCaption{
	position: absolute;
	left: 0px; bottom: 20%;
}
.sliderCaption{
	left: 20px;
	line-height: 4em;
	bottom: 20% !important;
}

#headerTop{
	width: 100%;
	background-color: #222222;
	padding-top: 40px; padding-bottom: 50px;
	
}

#menu{
	position: fixed;
	top: 0px; left: 0px;
	width: 100%;
	z-index: 10;
	height: 30px; max-height: 30px;
}
#menu li{
	padding-top: 10px;
	padding-right: 10px;
	list-style: none;
	display: inline-block;
	color: #cf0d17;
}
#menu li:hover{
	color: white;
}
#menu a{
	font-size: 16px;
}

#menu{
	background-color: #222222;
	padding: 15px;
	padding-bottom: 22px;
}

/* menu idiomas */
.bIdioma{
/* 	display: none; */
}
.bIdioma:hover, #divIdiomas a:hover{
	color: white !important;
}

.divNegro{
	background-color: #222222;
}
.divGris{
	background-color: #d6d6d6;
}

#footerMenu a{
	font-size: 14px;
}
#footerMenu a:hover, #footer a:hover{
	color: #cf0d17;
}

.bMenu, .bMenu2{
	padding: 10px;
}

.bMenuActivo{
	color: #5d5e5f !important;
	font-weight: bold;
}
.bIdiomaActivo{
	color: white !important;
}
.bMenu2{
	color: #cf0d17;
}


#footerMenu{
	position: fixed;
	bottom: 0px; left: 0px;
	width: 100%; min-width: 100%;
	padding: 15px 0px;
}


.bMenu2:hover{
	color: #dbdcdb !important;
}

.divFloatLeft img	, .divFloatRight img{
	vertical-align: top;
}
.divFloatRight{
	padding-right: 30px;
	float: right;
	display: inline-block;
}
.divFloatLeft{
	padding-left: 30px;
	float: left;
}

.clear{
	clear: both;
	width: 100%;
	overflow: auto;
}

#divColaboradores img{
	max-height: 80px;
}

/* SLIDER */
/*#slider{
	width: 100%;
	position: relative;
	height: 358px;
	background-color: #191d20;
	z-index: 0;
	
	background-image: url('../img/slideHipnotik.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;
}
#sliderImage{
	z-index: -1;
	width: 100%;
	height: 358px;
	position: absolute;
	top: 0px; right: 0px;
	background-image: url('../img/slides/slide1.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
}*/

/* CONTENT */
#divContent{

}

.divEntrada{
	overflow: hidden;
}
.divEntrada img{
	max-width: 100%;
}

.imgMax{
	height: auto;
	width: 100%;
}

.footerFixed{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}


/* DIV CLASSES */
.divMargin{
	margin: 30px;
}

/* ELEMENTS */

.divPadding{
	padding: 10px;
}

.divPaddingDoble{
	padding: 30px;
}

.div60, .div50, .div40, .div33, .div25{
	float: left;
}
.div60{
	width: 60%;
}
.div50{
	width: 50%;
}
.div40{
	width: 40%;
}
.div33{
	width: 33.3%;
}
.div25{
	width: 25%;
}



/* VIDEO */
.videoIframe{
	padding: 0px; border: 0px; margin: 0px;
	width: 100%;
	height: 520px;
}
.videoIframeSmall{
	width: 90%; height: 240px;
}

/* MAPS */
#map-canvas {
	width: 100%;
    height: 400px;
}
      
/* FORMS */

#formPrensa input[type="text"], select{
	border: solid 1px #222222;
}

select{
	width: 80%;
	font-size: 16px;
	height: 30px;
}
input[type="text"], select{
	padding: 6px;
	border: none;
	max-width: 100%;
}
.boton1{
	padding: 8px;
	font-size: 16px;
	background-color: #dbdcdb;
	color: #000000;
	border: none;
}
.boton2{
	padding: 8px;
	font-size: 16px;
	background-color: #000000;
	color: #dbdcdb;
	border: none;
}
.boton1:hover{
	background-color: #b1b1b1;
}
.boton2:hover{
	background-color: #525252;
}



/* ARTISTAS */
#divDetalleArtista{
	z-index: 10;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: fixed; top: 0px; left: 0px;
}
#divDetalleArtistaBloque{
	width: 60%;
	min-height: 480px; height: auto;
	position: fixed; top: 10%; left: 20%;
}
#divDetalleArtista{
	overflow-y: scroll;
}
#divDetalleArtistaCerrar{
	position: absolute; top: 5px; right: 5px;
}

#divArrow{
	position: fixed;
	left: 48%;
	bottom: 15%;
}


/* MENU MOBILE */
#mainMenuMobile{
	display: none;
}
#mainMenuMobile img{
	height: 30px;
	padding-right: 20px;
}
#menuMobile{
	display: none;
	z-index: 20;
	position: fixed; top: 0px; left: 0px;
	width: 100%; height: 100%;
	background-color: #222222;
}
.bMenuMobile, .bMenuMobileIdioma{
	padding: 10px 0px;
	width: 80%;
	background-color: #d6d6d6;
	color: #cf0d17;
	margin: 2px 0px;
}
.bMenuMobile:hover{
	background-color: #b5b5b5;
}
.bMenuMobileIdioma{
	background-color: #b5b5b5;
	color: #222222;
}

#submenuFooter{
	position: relative;	
}

@media screen and (max-width: 940px) {
	h1{ font-size: 30px; }
	h2{ font-size: 24px; }
	h3{ font-size: 18px; }
	h4{ font-size: 12px; }
	h5{ font-size: 8px; }
}

.mobileTopPadding{
	padding-top: 10px;
}
	
@media screen and (max-width: 895px) {

	#slider, #sliderImage{
		height: 253px;
	}
	
	.videoIframe{
		height: 420px;
	}
	#divZero{
		margin-bottom: 38px;
	}
	
	h1{ font-size: 28px; }
	h2{ font-size: 22px; }
	h3{ font-size: 16px; }
	h4{ font-size: 10px; }
	h5{ font-size: 8px; }
	
	#divDetalleArtista{
		position: absolute;
	}
	#divDetalleArtistaBloque{
		width: 100%; height: 100%;
		left: 0px; top: 0px;
		overflow-y: scroll;
	}
	
}

@media screen and (max-width: 620px) {
	
	#divDetalleArtistaBloque{
		padding-top: 40px;	
	}
	.NoFloatMovile{
		float: none;
		width: 100%;
		padding: 10px 0px;
	}
	
	#mainMenuPC{
		display: none;
	}

	#footerMenu .divFloatRight{
		float: none;
	}
	#submenuFooter{
		display: none;
	}

	.mobileTopPadding{
		padding-top: 260px !important;
	}

	#divZero{
		margin-top: 32px;
	}
	.divFloatRight{
		padding-right: 10px;
	}
	.divFloatLeft{
		padding-left: 10px;
	}
	.bMenu, .bMenu2{
		padding: 4px;
	}
	#menu a, #footerMenu a, #footer a{
		font-size: 9px;
	}
	#menu, #footerMenu, #footer{
		padding: 5px;
		padding-bottom: 10px;
	}
	#slider, #sliderImage{
		height: 153px;
	}
	
	.div60, .div50, .div40, .div33, .div25{
		float: none;
		width: 100%;
	}
	
	.videoIframe{
		height: 320px;
		width: 100%;
	}
	
	.divMax{
		width: 100%;
	}
	
	#mainMenuMobile{
		display: inherit;
	}
	

	
}