.menu {
	float: left;
	width: 657px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 40px;
}
.menu li {
	float: left;
	display: inline;
}
.menu li a {
	width: 218px;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	background-image: url(../imagenes/botonoff.jpg);
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	text-align: center;
	margin-left: 1px;
	display: inline;
}
.menu    li a:hover  {
	background-image: url(../imagenes/botonon.jpg);
	background-repeat: no-repeat;
}
#on     {
	background-image: url(../imagenes/botonon.jpg);
	height: 30px;
	width: 218px;
	margin-left: 1px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-align: center;
	font-size: 0.9em;
	padding-top: 10px;
}
.submenu {
	float: left;
	width: 900px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.submenuli{
    float: left;
    padding-right: 23px;
}
.submenulisin{
    float: left;
}
.submenu li a {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu li a:hover {
	text-decoration: underline;
}
.atajos {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
}
#last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#first {
	padding-left: 0px;

}

.atajos li {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0011A9;
}
.atajos li a {
	color: #000066;
	text-decoration: none;
}
.atajos a:hover {
	text-decoration: underline;
}
.submenufooter {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.submenufooter li a {
	background-color: #C5C9D6;
	float: left;
	width: 262px;
	margin-left: 10px;
	margin-top: 1px;
	font-family: "Trebuchet MS";
	color: #555E79;
	font-size: 0.7em;
	text-decoration: none;
	padding-left: 10px;
    display: inline;
}
.submenufooter li a:hover {
	color: #FFFFFF;
	background-color: #A4AABD;
	background-image: url(../imagenes/dot.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
