body{
	margin:0px;
	padding:0px;
	background-color: #eff5f8;
}



/*wrapper*/
#wrapper{
	
	background: #ffffff;
	width:100%;
	min-width:740px;
	max-width:1000px;
	margin:0px auto;
}

h1{
	color:#3399CC;
	text-align: center;
	font-size:3.5em;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
/*navegador*/
#nav ul{
	list-style: none;
	margin:0px;
	padding:0px;

}
#nav a{
	display: block;
	float: left;
	width: 20%;
	background-color: #4D4D4D;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom:6px;
	font-weight: bold;
}
/*hero*/
#texto_hero{
	background-color:#FAA356;
	color:#ffffff;
	display:block;
	position:absolute;
	width: 25%;
	top:20%;
	right:20%;
	padding:1%;
	
}
#titulo_hero{
	color:#ffffff;
	text-align:justify;
	
}
h2{
 color:#3399CC;
}
#content{
	width:70%;
	float:left;
	padding:1%;
	text-align:justify;
	
}
#aside{
	width:26%;
	float:right;
	text-align:justify;
	padding:1%;
}
#footer{
	background-color:#4D4D4D;
	clear:both;
	border-top: 2px green solid;
}
.link{
	color:#FAA356;
	text-decoration:none;
}
#content img{
	margin-left:15%;
	
}
h4{
	margin-left: 23%;
	text-align:justify;
}
#footer_down{
	background-color:#43a6cb;
	color:#ffffff;
	padding:1%;
}
#foto_content p{
	text-align:justify;
}
.titulo, .titulo2{
	color:#86b300;
}
#footer_up,#footer_down{
	overflow:hidden;
}
#about, #a311, #feedback, #redes{
	float: left;
	width: 20%;

	
}
#footer p{
	color:white;
	float:left;
	
	
}
/* ayudita mia*/
#footer_down ul li{
	display: block;
	list-style:none;
	float:left;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	width: 15%;

}
#footer a{
	text-decoration: none;
}
#footer_down p{
	width: 25%;

}
#footer_down a{
	color:#ffffff;
	text-decoration:none;
	padding
}
                        /*http://vazcona.neocities.org/*/
