*{
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: "Chalet";
	src: url("../fonts/Chalet.eot");
	src: url("../fonts/Chalet.eot?#iefix") format("embedded-opentype"),
		 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(../fonts/fondo.jpg);
	color: #FFF;
	font-family: "Chalet",Helvetica, Verdana;
	font-size: 2em;
}	
h1 {
	color: #F60;
	margin: 0.25em auto;
	text-align: center;
	text-shadow: 5px 5px 10px rgba(255,255,255,0.5);	
}
header, nav, footer {
	background: #1E6381;
	border-radius: 0.5em;
	margin: 0.5em auto;
	max-width: 960px;
	padding: 0.25em;
	text-align: center;
}

footer {
	text-align: right;
}


section#contenedor {

	margin: 0.5em auto;
	max-width: 960px;
	padding: 0;
	text-align: center;
		
}

section#principal, aside {
	background: #1E6381;
	border-radius: 0.5em;
	display: inline-block;
	margin: 0.25em auto;
	max-width: 960px;
	min-height: 200px;
	padding: 0.25em;
	text-align: center;
	vertical-align: top;
	width: 65%;
}

article {
	background: #011E30;
	border-radius: 0.5em;
	min-height: 140px;
	text-align: left;
	padding: 0.25em;
}
aside {
	width: 30%;
}

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.0em;
	padding: 0.2em;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webtik-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}	

nav a:hover {
	background: #212121;
	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;
	-webtik-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}	