#menu_fundacion {
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 30px;
	clear: both;
	background-image: url(../img/fundacion/fondo_botones.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 40px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #003871;
	padding-left: 50px;
}
#menu_fundacion li {
	display: block;
	float: left;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
}
#menu_fundacion li a {
	color: #004181;
	text-decoration: none;
}
#menu_fundacion li a:hover {

	color: #F3561D;
	text-decoration: none;
}
.activado {
	color: #F3561D!important;
	text-decoration: none;
}

