
/*cuerpo general*/

body{
	margin:0px;
	padding: 0px;
	color: #151515;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #eff5f8;
	text-align: justify;
}


#header h1{
	color: #3399cc;
	margin: 0px;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #ffffff;
	font-size: 3.5em;
}
#wrapper{
	background: #ffffff;
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin: 0 auto;
}
#nav ul {
	list-style: none;

}
#nav a {
	float: left;
	display:block;
	width: 20%;
	background-color: #4d4d4d;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	
}

#texto-hero {
	background-color:#FAA356;
	width: 25% ;
	position: absolute;
	right: 20%;
	top: 20% ;
	padding: 1%;
	color: #FFFFFF ;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#contenido {
	width: 65% ;
	float: left;
	padding: 2% ;
	text-align: justify;	
	
}

#content img {
	margin-left: 23% ;
	
}

#content h2 {
	color: #3399CC;
	
}

#content h4 {
	margin-left: 23% ;	
		
}

#aside {
	width: 26% ;
	float: left;
	text-align: justify;
		
}

.link {
	color: orange;
	
}

/*footer*/

#footer {
	clear: both;
	
}

/*parte arriba footer*/

#footer_up {
	background: #4D4D4D;
	border top: 25px solid color: #BDD129;
	overflow: hidden;
	clear: both;
	float: right;
	color: #FFFFFF ;
	
}


#about, #a311, #feedback, #Redes{
	float: left;
	width: 25%;
	padding:2%;	

}

#footer_up a.titulo1 {
	color: #C9E178;
	font-weight: bold;
	
}

#footer_up a.titulo2 {
	color: #C9E178;
	
}

#footer_up a.titulo3 {
	color: #C9E178;
	
}

#footer_up ul{
	list-style: none;
	color: #C9E178;
	text-decoration: none;
}

/*parte abajo footer*/

#footer_down {
	color: #FFFFFF;	
	background: #99D5DE;
	clear; both
}

#footer_down ul {
	list-style: none;
	
}


/*dirección: http://pduque.neocities.org/ */



	