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;
}
#content2 h2 {
	color: #3399CC;
    font-style: normal;
    font-weight: 600;
}
#aside2 h2 {
	color: #3399CC;
    font-style: normal;
    font-weight: 600;
}
#tercero h2 {
	color: #3399CC;
    font-style: normal;
    font-weight: 600;
}
#content2 {
	width: 58%;
    margin-left: 2%;
    float: left;
    display: block;
    text-align: justify;
}
#aside2 {
	width: 34%;
    margin-left: 4%;
    float: left;
    display: block;
    text-align: justify;
}
#tercero {
	width: 34%;
    margin-left: 4%;
    float: left;
    display: block;
    text-align: justify;
}
#img_content2 {
	padding: 10px;
    margin-left: 15%;
}
#img_content3 {
	padding: 10px;
    margin-left: 15%;
}
#img_content3 p {
	margin-left: 0.1%;
    font-weight: bold;
    font-size: 12px;
}
#img_content2 p {
    margin-left: 0.5%;
    font-weight: bold;
    font-size: 12px;
}
#content2 a {
	color:#FF944C;
	text-decoration: none;
	font-weight: bold;
}
#aside2 a {
	color:#FF944C;
	text-decoration: none;
	font-weight: bold;
}
#tercero 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%;
}
