`/* reseteo universal */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

article,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}

/* estilos del sitio */
/*@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;
}*/

/*@font-face {
	font-family: "Pecita";
	src: url("../fonts/Pecita.eot");
	src: url("../fonts/Pecita,eot?#iefix") format("embedded-opentype"),
		url("../fonts/Pecita.woff") format("woff"),
		url("../fonts/Pecita.ttf") format("truetype"),
		url("../fonts/Pecita,svg#Pecita") format("svg");
	font-weight: normal;
	font-style: normal;
}*/

body {
	background: #FFFF;
	color: #FFF;
	font-family: sans-serif, Helvetica, verdana;
	font-size: 1em
}

a {
	color: #57ABB8;
	font-weigth: blod;
	text-decoration: none;
}

a:hover {
	color: #f60
}

audio, iframe, img {
	max-width: : 100%;
}

figcaption {
	font-size: 0.85em;
	padding:0.25em;
	text-align: center;
}
h2, h3 {
	color:  #f90;
	font-family: sans-serif, Helvetica, Verdana;
}

h3{
	background: #e2e7f1;
	border-radius: 1em;
	box-shadow: .25em .25em .25em rgba(255,153,0,.5);
	margin-bottom: .5em;
	padding-left: .5em;
}

hr {
	border: 1px dashed #dfff;
	margin: 1em 0;
}
ol {
	padding: 0 2em;

}
ol li{
	padding: 1em 0;
}


header {
	border: 1px solid #e0040b;
	border-radius: 0.25em;
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
}

header {
	
	background: #ffffff url(../img/fondoinfinito.jpg) no-repeat;
	background-position: 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: "Pecita", 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: #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;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

section#contenidos {
	
	border-radius: 0.5em;
	display: inline-block;
	margin: 0 auto;
	max-width: 90%;
	padding: 0.25em;
	vertical-align: top;
	width: 65%
}

article#central {
	border-radius:0.5em;
	margin: 0.5em;
	padding: 0.5em;
	text-align: 0.5em;
	width: 95%;
}


article#info-contacto {
border: .1em solid;
margin: .5em;
min-height: 144px;
padding: .5em;

}


footer {
	background: #e0040b ;
	color: #000;
	font-size:  0.85;
	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;	
}

.redonda{
	border-radius: 3.125em;
	/*box-shadow: 5px 5px 10px rgba(9,9,9,.3);*/
}

@media(min-width:1081px){
	header h1{
		text-align: left;
		width: 35%
	}
	
	nav {
		text-align: right;
		width: 60%;
	}
	
}

@media(min-width: 1080px){
	nav li {
		font_size: 1.3em;
	}
	article#central {
		width: 90%
	}
	
}	

@media(min-width: 800px){
	nav li{
		font-size: 0.95em;
	}
	article#central {
		width: 88%;
	}
	
}

@media(max-width: 600px){
	nav li {
		display: inline-block;
		margin: 0px;
		width: 98%;
	}
	section#contenidos {
		display: block;
		margin-bottom: 0.2em;
		width: 95%;
	}

	
}