body {
	font-family: Verdana, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	}
/* Enlace*/
a {FONT-FAMILY: Arial,Verdana,"Times New Roman"
}
.green {
	COLOR: #CE652C; FONT-FAMILY: Verdana
}
a:link {
	COLOR: #535309; TEXT-DECORATION: none
}
a:visited {
	COLOR: #535309; TEXT-DECORATION: none
}
a:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}

/*Estilo del menu*/

#contenedor {
margin-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
height: 0px;

width: 986px;
}
#menu {
margin: 0;
height: 0px;

height: 31px;
}
#fondomenu {
padding: 0;
background: url(imagenes/imagenes/fondomenu_off.jpg);
width: 986px;
height: 4px;
}
#fondomenu ul {
list-style: none;
padding: 0;
margin-left: 25;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
}

#fondomenu ul li {

width: 156px;
height: 31px;
margin-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
float: left;
text-align: center;
line-height: 20px;
font-size: 12px;
font-weight:bold;
color: white;
text-decoration: none;
display: block;
}

#fondomenu ul li a {
background: url(imagenes/fondomenu_off.jpg);
width: 156px;
height: 31px;
margin-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
float: left;
text-align: center;
line-height: 20px;
font-size: 12px;
font-weight:bold;
color: #000000;
text-decoration: none;
display: block;
}
#fondomenu ul li a:hover {
background: url(imagenes/fondomenu_on.jpg);
color: #DFE0E5;
font-size: 13px;
}
