/* CSS Document AGOSTO 2015*/ 

body {
	margin: 0;
	/*background:url(https://www.geyseco.es/bg/tweed.png) repeat;*/
	/*background:url(https://www.geyseco.es/bg/debut_dark/debut_dark.png);*/
	/*background-size:cover;*/
	font-family: 'Raleway', sans-serif !important;
	color: #444;
	font-size: 14px;
	/*background:#d7d7d7;*/
	/*line-height: 1.7em;background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);*/
	background-size: 400% 400%;
	background-color:#fce4ec;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	/*animation: Gradient 15s ease infinite;*/
	
	}
	@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
	
}

header {
	width: 100% ;
	/*background:url(https://www.geyseco.es/bg/debut_dark/debut_dark.png) repeat;
	background-image:url(../images/bg_cabecera_web.jpg);*/
	height: auto;
	background-color:#FFFFFF;
	}

#cabecera, #contenedor{
	width: 960px;
	margin: 0 auto;
	}
	
	#idiomas {
		background:#2E4C5B ; 
		display:inline-block; 
		width:100%; 
		color:#FFF; 
		text-align:center; 
		vertical-align:top; 
		margin-bottom:10px;
		box-sizing:border-box;
		padding:8px;
		border-radius: 2px;}


nav, section{
	float:left;
	display:inline-block;
	vertical-align:top;
	}

nav {
	width:22%;
	background:  #FFF;
	vertical-align:top;
	padding:1em;
	box-sizing:border-box;
	
	
	}

section{
	width:78%;
	background:#FFF;
	min-height:650px;
	vertical-align:top;
	}

article {
	padding:45px;
	box-sizing:border-box;
	}
	
/*SECRETARIA*/	
#secretaria {
	display:inline-block;
	background:#ECEFF1;
	width:95%;
	box-sizing:border-box;
	padding:1.3em;
	line-height:normal;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border: medium #CFD8DC solid;
}

#secretaria input[type="text"] {
	padding:8px;
	margin:0px 4px 10px 0PX;
	border: 2PX #B0BEC5 solid;
	color:#000;
	display:inline-block;
	width: 49%;
	height: 3em;
	font-weight:bold;
	}

#secretaria input[type="email"] {
	padding:8px;
	margin:0px 4px 10px 0PX;
	border: 2PX #B0BEC5 solid;
	width: 49%;
	height: 3em;
	font-weight:bold;}
	
#secretaria textarea {
	border: 2PX #B0BEC5 solid;
	padding:8px;
	margin:4px 0PX;
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	font-weight:bold;
	text-transform: uppercase;
	}
	
#secretaria input[type="submit"] {
	padding:8px;
	margin: 20px 0px 20px 0PX;
	width: 20%;
	border:none;
	background: #455A64;
	float:right;}
#secretaria input[type="checkbox"] {
	float: left;
	vertical-align:middle;
	
	}
	#secretaria  fieldset {
		width:100%;
	
	
	}

/*FIN SECRETARIA*/	



/*MENU*/	/*MENU*/	/*MENU*/	/*MENU*/

nav ul {
	padding: 0px;
	}

nav ul li{
	list-style:none;
	width:100%;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	vertical-align:middle;
	box-sizing:border-box;
	margin-bottom:8px !important;
	
	}


.active {
	color:#FFF;
	background:#10542E;
	}

.active a:visited{
	color:#FFF;
	background:#10542E;
	}

/* FINAL MENU*/	/* FINAL MENU*/	/* FINAL MENU*/	/* FINAL MENU*/

/*footer{
	display:inline-block;
	width:100%;
	background-color:#423f38;
	min-height:150px;
	background:url(../images/footer2.jpg) top repeat-x;
}*/

descktop_hidden{
	display:none;
	}
#sponsors{
	width:25%;
	height: 470px;
	display: inline-block;
	background-color: #55A1A8;
	moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 10px;
	padding-top:10px;
	margin:5px;
	float: right;
	text-align:center;
	}

#anima{
	padding: 1em 0em 0em 2em;
	text-align:center;
	width:520px;
	}
	
#organiza {
	font-size:12px; 
	padding:8px; 
	margin: 6px;  
	background:#CDC6B2
	}
	
.comites {
	width: 100%}

/* MEDIA QUERY!!!! */	/* MEDIA QUERY!!!! */	/* MEDIA QUERY!!!! */



@media screen and (min-width:10px) and (max-width:500px) { /*PARA MOVIL!!!*/ /*PARA MOVIL!!!*/ /*PARA MOVIL!!!*/ /*PARA MOVIL!!!*/ 
	body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	color: #444;
	font-size: 16px;
	background:#FFFFFF;
	line-height: 1.7em;
}
	
	#cabecera {
		width: 100%;
		background:#FFFFFF;
	}
	
	header{
		width:100%;
		height:auto;
		background:#FFFFFF;
	}
	
	#contenedor{
		width:100%;
		max-width:100%;
	}
	
	#secretaria {
	width:100%;
	padding:.5em;

}

	#secretaria input[type="text"] {
	padding:8px;
	margin:0px 4px 10px 0PX;
	border: 2PX #B0BEC5 solid;
	color:#000;
	display:inline-block;
	width: 100%;
	height: 3em;
	font-weight:bold;
	}
	
	#secretaria input[type="email"] {
	padding:8px;
	margin:0px 4px 10px 0PX;
	border: 2PX #B0BEC5 solid;
	width: 100%;
	height: 3em;
	font-weight:bold;}
	
#secretaria input[type="submit"] {
	width: 40%;
	}
	
	article {
	padding:30px;
	box-sizing:border-box;
	}
	
	#organiza {
		display:none;
		}
		
	table {
		width:100%;
		}
		
		td {
		width:auto;
		}	
		
	nav {
	width:100%;
	background:#FFFFFF;
	vertical-align:top;
	padding: 0px;
	display:inline-block;
	
	}


	nav, section{
		float:none;
		width:100%;
		height:auto;
		display:inline-block;
		vertical-align:top;
		
	}
	
	nav ul{
		text-align:center;
		display:inline-block;
		vertical-align:top;
	}
		
	nav ul li{
		border-radius:4px;
		background: #FFF; /* Old browsers */	
		display:inline-block;		
		vertical-align:top;
		width:auto;
		
		
	}
	
	
	.active {
		display:inline-block;
		box-sizing:border-box;
		background: #4c4c4c; /* Old browsers */	
		color:#F2F2F2;
	}

	.active a:visited {
		display:inline-block;
		box-sizing:border-box;
		background: #4c4c4c; /* Old browsers */
		color:#F2F2F2;
	}
	
	img {
		max-width: 100%;
	}
	
	footer{
		width:100%;
	}
	
	.phone_hidden{
		display:none;
	}
	#sponsors{
		display:none;
		width:0%;
}
#anima{
	
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	
}

.comites {
	width: 100%}
footer{
	width:100%;
	}

#legal{
	display:none;
}

#advice{
	display:none;
}


@media screen and (min-width:500px) and (max-width:950px){ /*PARA TABLET!!!*/ /*PARA TABLET!!!*/ /*PARA TABLET!!!*/ /*PARA TABLET!!!*/

	body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	color: #444;
	font-size: 16px;
	background:#FFFFFF;
	line-height: 1.8em;
}
	#cabecera {
		width: 100%;
		height:auto;
	}
	#secretaria input[type="text"] {
	padding:8px;
	margin:0px 4px 10px 0PX;
	border: 2PX #B0BEC5 solid;
	color:#000;
	display:inline-block;
	width: 100%;
	height: 3em;
	font-weight:bold;
	}
	
	#secretaria input[type="email"] {
	padding:8px;
	margin:0px 4px 10px 0PX;
	border: 2PX #B0BEC5 solid;
	width: 100%;
	height: 3em;
	font-weight:bold;}
	
	
	header{
		width:100%;
		height:auto;
		background:#FFFFFF;
	}
	table {
		width:100%;
		}
	td {
		width:auto;
		}	
		
	#organiza {
		display:none;
		}
	
	#contenedor{
		width:100%;
		max-width:100%;
	}
	article {
	padding:35px;
	box-sizing:border-box;
	}
	
	nav {
	width:100%;
	background:#FFFFFF;
	vertical-align:top;
	padding: 15px;
	
	}
	nav, section{
		width:100%;
		line-height:normal;
		vertical-align:central;
	}
	nav ul{
		text-align:center;
		width:100%;
	}

	nav ul li{
		display:inline-block;		
		vertical-align:top;
		width:auto;
		font-weight:700;
		font-size:18px;
		width:25%;
		
	}
		
	.active {
		background: #4c4c4c; /* Old browsers */	
		color:#F2F2F2;
	}

	.active a:visited{
		background: #4c4c4c; /* Old browsers */
		color:#b4aa92;
	}
	
	}
	
	
	img{
		max-width:100%;
		border:0px;
	}
	

	.tablet_hidden{
		display:none;
	}
	#sponsors{
		display:none;
}
	#anima{
	width:100%;
	height:auto;
	overflow: hidden;
	

}

