@charset "utf-8";
.menuprincipal/* CSS Document */

 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 560px;
	margin-left: 5px;
	display: inline;

}
.menuprincipal  li {
	height: 24px;
	width: 139px;
	list-style-type: none;
	float: left;
	background-image: url(../imagenes/boton_on.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 18px;
	margin-right: 1px;
	font-weight: bold;
}
.menuprincipal  li  a {
	background-image: url(../imagenes/boton_off.jpg);
	width: 139px;
	float: left;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
	height: 24px;
	margin-top: -18px;
	padding-top: 18px;
	background-color: #FFFFFF;
}

.menuprincipal li a:hover {
	background-image: url(../imagenes/boton_over.jpg);
	color: #42064C;
}
.atajos {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 399px;
}
.atajos li {
	list-style-type: none;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #660088;
	text-align: center;
	margin-right: 15px;
}
.atajos li a {
	float: left;
	font-family: "Trebuchet MS";
	color: #620D72;
	text-decoration: none;
}
.atajos li a:hover {
	text-decoration: underline;
}
.shorts {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 195px;
}
.shorts li {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #FFFFFF;
	list-style-type: none;
}

.shorts  li a {
	margin-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.shorts li a:hover {
	text-decoration: underline;
}
