@charset "utf-8";
/* CSS Document FOOTER */

#footer {
	width:1000px;
	height: 290px;
	clear: both;
	color:#000;
	background-color:#A1C37F;
	text-align:center;
}

#footer a{
font-weight:bold;
text-decoration:underline;
}

#box_links_izq {
	width:200px;
	height:85px;
	color:#333333;
	margin-left:200px;
	margin-bottom:20px;
	float:left;
	font-weight: bold;
}
#box_links_der {
	width:200px;
	height:85px;
	color:#333333;
	margin-left:200px;
	margin-bottom:20px;
	margin-right:200px;
	float:left;
}
#footer h2{
font-weight:bold;
font-size:16px;
margin-top:0px;
margin-bottom:5px;
}
#footer ul {
	float: left;
	text-align: left;
	
}

#footer li {
	font-size: 12pt;
	color:#333333;
	text-align:left;
	font-weight:bold;
	
}


#footer li a, #footer li a:active, #footer li a:visited {
    text-decoration: none;
	font-weight:bold;
    color: #333;
}

#footer li a:hover {
    text-decoration: underline;
	color:#000;
}
#footer a, #footer a:active, #footer  a:visited {
    text-decoration: none;
	font-weight:bold;
    color: #333;
	font-size:12px;
}

#footer  a:hover {
    text-decoration: underline;
	color:#000;
	font-size:12px;
}
#text {
width:900px;
margin-left:50px;
margin-right:50px;
margin-top:10px;
margin-bottom:5px;
 text-align:center;
 }

