* {
	border: 0;
	margin: 0;
	padding: 0;
}

article,figcaption,figure,footer,header,hgroup,nav,section{
	display: block;
	
}

@font-face {
	font-family: "Chalet";
	src: url("../fonts/Chalet.eot");
	src: url("../fonts/Chalet.eot?#iefix") format("embed-open-type"),
		 url("../fonts/Chalet.woff") format("woff"),
		 url("../fonts/Chalet.ttf") format("truetype"),
		 url("../fonts/Chalet.svg#Chalet") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	background: #212121 url("../img/greendrops.jpg");
	color: #FFF;
	font-family: "Chalet", Helvetica, Verdana;
	font-size: 1em;
	margin-top: 2em;
}

a {
	color: #57ABB8;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #F60;
}

figcaption {
	font-size: 0.85em;
	padding: 0.25em;
	text-align: center;
}

h1 {
	font-size: 1.65em;
	color: #466d53;
	font-family: Verdana;
}

h2 {
	color: #F90;
	font-family: "Chalet", Verdana;
}

h3 {
	color: #F90;
	font-family: Verdana;
	font-size: 2em;
}

hr {
	border: 1px dashed #FFF;
	margin: 1em 0;
}

img, video {
	max-width: 100%;
}

header, section#contenido, footer {
	/*background: #FFF url("../img/fondo-interno.jpg");*/
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
}

header h1, nav {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

nav ul {
	list-style: none;
}

nav li {
	display: inline-block;
	padding: 0.1em;
	vertical-align: top;
}

nav a {
	background: #FFF;
	border: 0.1em solid #57ABB8;
	border-radius: 0.25em;
	color: #F60;
	display: block;
	font-family: "Chalet", Helvetica, Verdana;
	font-size: 1.4em;
	padding: 0.2em;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

nav a:hover {
	background: #40bb1c;
	border: 0.1em dashed #F60;
	border-radius: 0 0.5em 0 0.5em;
	color: #FFF;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

section#principal, aside {
	background: #1E6381;
	border-radius: 0.5em;
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0.25em;
	vertical-align: top;
	width: 95%;
}

article#galeria-inicio {
	border-radius: 0.5em;
	margin: 0.5em;
	padding: 0.5em;
	text-align: left;
	width: 96%;
}

aside {
	width: 10%;
}

aside img{
	border-radius: 0.5em;
}

article#descripcion-acerca {
	background: #1E6301;
	border-radius: .5em;
	display: inline-block;
	font-family: Verdana;
	margin: 0 auto;
	max-width: 70%;
	min-height: 303px;
	padding: 2em;
	text-align: justify;
	vertical-align: bottom;
	width: 80%;
}

footer {
	
	background: #1E6381;
	border-radius: 0.5em;
	color: #000;
	font-family: Verdana;
	font-size: 0.95em;
	margin-top: 1em;
	padding: 0.75em 0;
	
}

.fade{
	opacity: 1;
	filter: alpha(opacity=10);
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.fade:hover{
	opacity: 0.7;
	filter: alpha(opacity=7);
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media(min-width: 1081px) {
	header h1 {
		text-align: left;
		width: 35%;
	}
	
	nav {
		text-align: right;
		width: 60%;
	}
}

@media(max-width: 1080px) {
	nav li {
		font-size: 1.3em;
	}
	
	article#galeria-inicio {
		width: 90%;
	}
	aside {
		width: 20%;
	}
}

@media(max-width: 800px) {
	nav li {
		font-size: 0.95em;
	}
	article#galeria-inicio {
		width: 88%;
	}
}

@media(max-width: 600px) {
	nav li {
		display: inline-block;
		margin: 0px;
		width: 90%;
	}
	section#principal {
		margin-bottom: 0.2em;
	}
	section#principal, aside {
		display: block;
		width: 90%;
	}
}