/* TAMANO DEl BOX GENERALES */
div#menuPrincipal {
	width: 978px;
	height: 12px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 36px;
	font-size: 13px;
}
/* TAMANO DE LOS BOTONES GENERALES */
div#menuPrincipal ul#nav {
	height: 40px;
	background-color: #900;
}

/* ESTO HACE QUE EL DESPLEGABLE BAJE JUSTO DEBAJO DEL BOTON GENERAL */
div#menuPrincipal ul#nav li {
	float: left;
	position: relative;
	height: px;
}

/* FORMA COMO MUESTRA LOS BOTONES GENERALES */
div#menuPrincipal ul#nav li a {
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	float: left;
	font-size: 11px;
	font-weight: BOLD;
	color: #FFF;
	text-transform: none;
	height: 40px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #710000;
	border-left-color: #B00;

}

/* FORMA COMO MUESTRA EL ESPACIO ENTRE LOS BOTONES GENERALES Y LOS DESPLEGABLES */
div#menuPrincipal ul#nav li ul {
	position: absolute;
	top: 40px;
	left: 0;
	width: auto;
	display: none;
}

/* FORMA COMO MUESTRA CADA BOTON EL DESPLEGABLE */
div#menuPrincipal ul#nav li ul li a {
	background: none;
	display: block;
	width: 145px;
	clear: both;
	height: 20px;
	line-height: 12px;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 12px;
}

/* FORMA COMO SE BAJAN EL DESPLEGABLE */
div#menuPrincipal ul#nav li:hover ul, div#menuPrincipal ul#nav li.over ul {
	display:block;
	width: 150px;
	z-index: 1000;
}

/* TAMAŅO BOTONES DESPLEGABLES */
div#menuPrincipal ul#nav li:hover ul li {
	height: 20px;
}

/* MENU DESPLEGABLES */
div#menuPrincipal ul#nav li:hover a, div#menuPrincipal ul#nav li.over a {
	background-color: #000;
	color: #FFF;
}

/* BOTONES DESPLEGABLES */
div#menuPrincipal ul#nav li:hover ul li a:hover, div#menuPrincipal ul#nav li.over ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #C00;
}

/* FORMATO SUBRAYADO DE LOS BOTONES */
div#menuPrincipal a:hover {
	text-decoration: none;
}



.ms {

}
