/* Generales */
* {
	margin: 0;
	padding: 0;
}




   P.w { background:url('../img/1.gif') top repeat-x;
         border-left: solid #5e839f 1px;
	  border-right: solid #5e839f 1px;
	  border-top: solid #5e839f 1px;

	  font-weight: bold;
         color: #000000;
         display: block;
	  font-family: Arial, sans-serif; 
         font-size: 12px;
         line-height: 17px;
         margin: 0;
         padding: 0;
         text-align: center;
         text-indent: 0;
         width: auto; }


   P.y { background: none #FFFFFF;
         border: solid #5e839f 1px;
         color: #000000;
         display: block;
         font-size: 1em;
         line-height: 1;
         padding-left: 0.7em;
         padding-right: 0.7em;
	  padding-top: 0.7em;
	  padding-bottom: 0.4em;
         text-align: center;
         text-indent: 0;
         width: auto; }


   P.y_sin_justify { background: none #FFFFFF;
         border: solid #5e839f 1px;
         color: #000000;
         display: block;
         font-size: 0.8em;
         line-height: 1;
         padding-left: 0.7em;
         padding-right: 0.7em;
	  padding-top: 0.7em;
	  padding-bottom: 0.4em;
         text-align: left;
         text-indent: 0;
         width: auto; }


   P.y_i { background: none #FFFFFF;
           border-left: solid #5e839f 1px;
	    border-right: solid #5e839f 1px;
	    border-top: solid #5e839f 1px;
	    color: #000000;
           display: block;
           font-size: 1em;
           line-height: 1;
           margin: 0;
           padding: 0;
           text-align: justify;
           text-indent: 0;
           width: auto; }





a {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
}

.ocultar span {
	position: absolute;
	top: -10000px;
}
div.limpiar {
	clear: both;
}
div.limpiar hr {
	position: absolute;
	top: -10000px;
}


/* Menu principal */
div#menuPrincipal {
	width: 540px;
	height: 20px;
	clear: both;
	margin-left: 20px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	background: #5e839f;
}
div#menuPrincipal ul#nav {
	height: 20px;
	background: url(../img/1.gif) repeat-x;
}
div#menuPrincipal ul#nav li {
	float: left;
	position: relative;
	height: 20px;
}
div#menuPrincipal ul#nav li a {
	display: block;
	/*background: url(../img/sep_menu.gif) no-repeat right 0;*/
	/*padding: 0 6px;*/
	padding: 0 5px;

	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	
	height: 20px;
	padding-top: 3px;
}

div#menuPrincipal ul#nav li ul {
	position: absolute;
	top: 22px;
	left: 0px;
	width: auto;
	display: none;
}
div#menuPrincipal ul#nav li ul li {
	display: block;
	clear: both;
	width: 112px;
	background: #eee;
	height: 20px;
	line-height: 16px;
	border-bottom: 1px solid #292929;
	padding: 0;
	margin: 0;
}
div#menuPrincipal ul#nav li ul li a {
	background: #6696bc;  /* fondo del desplegado sin estar sobre el */
	display: block;
	width: 100px;
	clear: both;
	height: 12px;
	line-height: 12px;
	padding: 4px 0 4px 12px;
	margin: 0;
}
div#menuPrincipal ul#nav li:hover ul, div#menuPrincipal ul#nav li.over ul {
	display:block;
	width: 150px;
	z-index: 1000;
}
div#menuPrincipal ul#nav li:hover, div#menuPrincipal ul#nav li.over {
	/*background: url(../img/fnd_menu_over.gif) repeat-x;*/
	background: url(../img/menu.png) repeat-x; /* fondo cuando te pones encima de la barra de menu*/
	height: 20px;
}
div#menuPrincipal ul#nav li:hover ul li {
	height: 20px; //grosor de cada uno de los submenus
}
div#menuPrincipal ul#nav li:hover ul li:hover, div#menuPrincipal ul#nav li.over ul li.over {
	background: none;
	background-color: #dedede;
}
div#menuPrincipal ul#nav li:hover a, div#menuPrincipal ul#nav li.over a {
	background-image: none;
	background-color: none;
	color: #FFF;
}

div#menuPrincipal ul#nav li:hover ul li a:hover, div#menuPrincipal ul#nav li.over ul li a:hover {
	text-decoration: none;
       background: #dedede;
	color: #000; /* color de la letra cuando te pones encima del sub-sub menu*/
}
div#menuPrincipal a:hover {
	text-decoration: none;

}

div#menuPrincipal a {
	text-decoration: none;
}

