body {
	margin: 0px;
	padding: 0px;
	color: #151515;
	background-color: #EFF5F8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 100%;
	min-width: 740px;
	max-width: 1000px;
	margin: 0 auto;
	background: #ffffff;
}
#header h1 {
	font-size: 3.5em;
	color: #3399CC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu a {
	float: left;
	width: 20%;
	background-color: #4d4d4d;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover, #menu a:active, #menu a:focus {
	text-decoration:none;
	background-color: #43A6CB;
}
#hero img {
	max-width: 100%;
	margin: 0px;
}
#texto_naranja {
	width: 30%;
    padding: 1%;
    position: absolute;
    top: 20%;
    right: 15%;
    background-color: #FAA356;
    color: #FFFFFF;
    text-align: justify;
}
#content h2 {
	color: #3399CC;
    font-style: normal;
    font-weight: 600;
}
#aside h2 {
	color: #3399CC;
    font-style: normal;
    font-weight: 600;
}
#content {
	width: 58%;
    margin-left: 2%;
    float: left;
    display: block;
    text-align: justify;
}
#aside {
	width: 34%;
    margin-left: 4%;
    float: left;
    display: block;
    text-align: justify;
}
#img_content {
	padding: 10px;
    margin-left: 18%;
}
#img_content p {
    margin-left: 9.5%;
    font-weight: bold;
    font-size: 14px;
}
#content a {
	color:#FF944C;
	text-decoration: none;
	font-weight: bold;
}
#aside a {
	color:#FF944C;
	text-decoration: none;
	font-weight: bold;
}
/* Limpiar footer*/
#footer {
	clear: both;
}
#footer_up, #footer_down {
	overflow:hidden;
}
#footer_up {
	background-color: #4D4D4D;
	border-top: 4px solid #0D7502;
	color: #FFFFFF;
}
#about {
	margin-left: 2%;
}
#about, #a311, #feedback, #redes {
	float: left;
	width: 20%;
	margin-top: 5%;
	margin-bottom: 5%;
	margin: 2%;
}
#footer_up a.titulo {
	color: #F8FF5C;
	font-weight: bold;
}
#footer_up a.titulo2 {
	color: #F8FF5C;
	text-decoration: none;
}
#redes ul li a{
	text-decoration: none;
	color: #F8FF5C;
}
#redes ul{
	list-style:none;
}
#footer_down {
	background-color: #43A6CB;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer_down p {
	margin-left: 2%;
	width: 26%;
	float:left;
}
#footer_down ul li a {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#43A6CB;
	float:left;
	font-size: 14px;
}
#footer_down ul {
	list-style: none;
	margin-left:47%;
}