/* ESTILOS FRONTEND */
@charset "utf-8";

	/*Colores:
	- azul: #004A7F (dark); #2389C4 (light);
	- naranja: #F7941D (dark); #FAC44D (light);
	*/

	/* Inicio fonts */

	/* Final fonts */

	
	/* Inicio structure.php: */
html, body{font-size:100%;		/*Declaración de tamaño de fuente para IE*/
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}
body{background-color: #F9F9F9;}

h1{color: #004A7F;
	font-size: 1.4em;
}

header, nav, #main, footer{margin: 0 auto;
	max-width: 1020px;
	width: 96%;
}

.header_bg{background-color: #FFF;
	height: 70px;
	position: relative;
	width: 100%;
}
	header{overflow: auto;
		position: relative;
		/*background-color: #66cc66;*/
	}
		header figure{margin: 5px 0 0 0;
			width: 100%;
			/*background-color: #66cc66;*/
		}
			header figure img{height: 60px;}
			header figure figcaption{color: #004A7F;
				display: inline;
				float: right;
				/*font-family: 'Comfortaa', cursive;
				font-family: 'Kite One', sans-serif;*/
				font-family: 'Krona One', sans-serif;
				font-size: 1.4em;
				/*font-weight: bold;*/
				margin: 11px 0 0 0; 
				text-shadow: 1px 1px 0 #FFF;
				/*background-color: #CC6666;*/
			}

		header .social{position: absolute;
			right: 0;
			top: 17px;
		}
			header .social a{margin-left: 15px;}

.nav_bg{background: -moz-linear-gradient(top,  rgba(247,148,29,1) 0%, rgba(247,148,29,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,148,29,1)), color-stop(100%,rgba(247,148,29,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,148,29,1) 0%,rgba(247,148,29,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,148,29,1) 0%,rgba(247,148,29,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,148,29,1) 0%,rgba(247,148,29,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,148,29,1) 0%,rgba(247,148,29,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#bff7941d',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #DDD;
	-moz-box-shadow:0px 3px 5px #999;		
	-webkit-box-shadow:0px 3px 5px #999;								
	box-shadow:0px 3px 5px #999;
	height: 70px;
	position: absolute;
	width: 100%;
	z-index: 0;
}

#wrap{}

#main{background-color: #FFF;
	border-radius:12px 12px 0 0;				
	-ms-border-radius:12px 12px 0 0;			
	-moz-border-radius:12px 12px 0 0;			
	-webkit-border-radius:12px 12px 0 0;		
	-khtml-border-radius:12px 12px 0 0;
	-moz-box-shadow:inset 0px 0px 8px #BBB;     
    -webkit-box-shadow:inset 0px 0px 8px #BBB;                      
    box-shadow:inset 0px 0px 8px #BBB; 
	margin-top: 38px;
	overflow: auto;
	padding: 0;
	position: relative;
	z-index: 10;
	/*height: 400px;*/
}
	#contenedor{margin: 50px 20px;}

.footer_bg{background-color: #F7941D;
	-moz-box-shadow:0px -5px 45px #999;		
	-webkit-box-shadow:0px -5px 45px #999;							
	box-shadow:0px -5px 45px #999;
	height: 200px;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}
	footer{height: 100%;
		position: relative;
		/*background-color: #66cc66;*/
	}
		.foot_up{padding-top: 40px;}
			.foot_up p{color: #FFF;
				text-align: center;
			}
				.foot_up p a{color: #FFF;}
					.foot_up p a:hover{text-decoration: underline;}
		.foot{bottom: 10px;
			font-size: .9em !important;
			height: 20px;
			left: 0;
			position: absolute;
			width: 100%;
			z-index: 100;
		}
			.lc{float: right;}
				.lc{color: #EEE;}
					.lc a{color: #669933;}
						.lc a:hover{text-decoration: underline;}
					
	/* Fin structure.php */


	/* Inicio 404.php: */
#e404{background-color: #C8CCC8;
	margin: 100px 0;
	position: relative;
}
	/* Fin 404.php */
	
	
	/* INICIO MEDIA QUERIES: */
@media(max-height:){
	
}
	/* FIN MEDIA QUERIES */