/* CSS Document nov 2016*/ 
html {
	position: relative; 
    height: 100%;
}
body {
    margin: 0;
    /* background: url(../images/pattern_flower-7_1_1_0-0_0_1__ffffff_008f99_006f80_71b4b7.png) repeat; */
    background-color: #FFFFFF;
    /* background: url(../images/halftone.png) repeat; */
    font-family: 'Raleway', sans-serif;
    color: #444;
    font-size: 14px;
    line-height: 1.7em;
    /*padding-left: 400px;*/
}
* {
		box-sizing:border-box;}
#cabecera {
	width: 100%;
	/*background: #5B5E5E;*/
	background-image:url(../images/bg_cabecera_web.jpg);
	height: auto;
	max-height:170px;
	border-bottom: 1px dashed #999;
	

	}
header, #contenedor{
	width: 99%;
	margin: 0 4%;
	position:relative;
	float:left;
	
	}

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

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

section{
	
	background:#FFFFFF;
	min-height:650px;
	vertical-align:top;
	border: 1px dashed #999;
	box-sizing:border-box;
	margin: 0 auto;
	
	}

article {
	padding:45px;
	box-sizing:border-box;
	}
	
/*SECRETARIA*/	
#secretaria {
	display:inline-block;
	background:#ECEFF1;
	width:100%;
	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: 48%;
	height: 3em;
	font-weight:bold;
	}

#secretaria input[type="email"] {
	padding:8px;
	margin:0px 4px 10px 0PX;
	border: 2PX #B0BEC5 solid;
	width: 48%;
	height: 3em;
	font-weight:bold;}
	
#secretaria textarea {
	border: 2PX #B0BEC5 solid;
	padding:8px;
	margin:4px 0PX;
	display:inline-block;
	box-sizing:border-box;
	width:97%;
	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; 
	background:#CDC6B2
	}
	
	#organiza input[type="submit"] {
	padding:8px;
	width: 90%;
	border:none;
	background: #455A64;
	}
	#organiza input[type="password"] {
	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;
	}
	footer {
	/*position: absolute;*/
	display:flex;
	float:left;
	text-align:center;
	display:inline-block;
	font-size:12px;		
	height:5%;
	width:100%;
	background-color:#2C3840;/*background:url(../images/footer2.jpg) top repeat-x;*/
	padding: 30px 30px;
	bottom:0;
	z-index:9999;
	border-top: #546E7A 2px dashed;
	}
	footer a {
		color:#777;
	}
	#footer_realse {
	font-size:11px;
	margin-top:20px;
	color:#CCC;
	}
	


/* 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:#d7d7d7;*/
	line-height: 1.7em;
	background:#FFF;
	padding-left: 0px!important;
}
	
	#cabecera {
		width: 100%;
		background: none;
		border:none;
		height:auto;
	}
	
	header{
		width:100%;
		height:auto;
		border:none;
	}
	
	#contenedor{
		width:100%;
		max-width:100%;
		border:none;
	}
	
	#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;
	border:none;
	}
	
	#organiza {
		display:none;
		}
		
	table {
		width:100%;
		}
		
		td {
		width:auto;
		}	
		
	nav {
	width:100%;
	background: #bab7b2;
	vertical-align:top;
	padding: 0px;
	display:inline-block;
	
	}


	nav, section{
		float:none;
		width:100%;
		height:auto;
		display:inline-block;
		vertical-align:top;
		border:none;
		
	}
	
	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;
	
}
}


@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:#d7d7d7;*/
	line-height: 1.8em;
}
	#cabecera {
		width: 100%;
		height:auto;
		border:none;
		background:none;
	}
	#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:none;
		border:none;
	}
	table {
		width:100%;
		}
	td {
		width:auto;
		}	
		
	#organiza {
		display:none;
		}
	
	#contenedor{
		width:100%;
		max-width:100%;
		border:none;
	}
	article {
	padding:35px;
	box-sizing:border-box;
	}
	
	nav {
	width:100%;
	background:none;
	vertical-align:top;
	padding: 0px;
	
	}
	nav, section{
		width:100%;
		line-height:normal;
		vertical-align:central;
		border:none;
	}
	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;
	}
	
	footer{
		width:100%;
	}
	
	.tablet_hidden{
		display:none;
	}
	#sponsors{
		display:none;
}
	#anima{
	width:100%;
	height:auto;
	overflow: hidden;
	

}
/*input#solicito {
    display: none;
}*/

img.foto_cabecera {
    width: 900px!important;
    height: 275px!important;
	margin-left: 25px!important;
}