/* CSS CYCLOPE 4.1 */
/* DEVELOPMENT SH AND MB*/
/* CSS MENU*/


/* menu horizontal */

#menu-h {
	width:400px;
	float:right;
	text-align:right;
	margin-top:10px !important;
	margin-top:12px;
	z-index:15;
	background-color:#fff;
	}
	
#menu-h ul {
	padding: 0 0 0 0 ;
	margin: 0 5px 0px 31px !important;
	/*margin: 0 0 0px 31px;*/
	}

#menu-h li {
		display: inline;	
		width:105px;		
		font-size:11px;
		text-align:center;
	}

#menu-h li a {

	background: transparent url("../imagenes/bg.menu-h.1.png") 0 0 no-repeat;		
	padding: 4px 0 6px 0px ;	
	margin: 0px 2px 0 0 ;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;	
	width:105px;
	float:right;
	display:block;
	
	}	
#menu-h li a:hover {
		margin-top: 0px;
		padding: 4px 0 6px 0px;
		color:#ffcc00;
		
	}	




/* #### MENU VERTICAL #### */	


#menu { /* Config del menu en gral */
	z-index: 1; /* lo  trae adelante*/
	font-size: 11px; /* define estilos que se heredan */
	font-weight: bold;
	width: 93% !important; /*	se asegura de usar el 100% de w */
	width:215px;
	text-align:left;
	font-family:verdana;
	font-size:13px;
	}



#menu a{ /*LINK del menu */
	display: block; /* muy importante: configura el <a> para que ocupe todo el ancho */
	padding:2px 0 3px 10px; /* Con el padding se le da el alto, no se usa height*/ 
	color: #006699; 
	background: transparent url("../imagenes/bgmenu.png") no-repeat top left;	
	width: 100%; /*	se asegura de usar el 100% de w */
   	font-weight:bold;
   	margin-bottom:3px;
    text-decoration: none;
   	}

	
#menu a:hover { /*Menu hover, tratar de no repetir */
	text-decoration: underline;
	}

#menu ul, #menu ol { /* se le saca el icono al <ul> , y el padding/margin */
	list-style:none;
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	}

#menu li ul { /* se le indica al submenu que no sea visible por defecto */
	display:none;
	}
	
#menu li ul a { /* submenues, hereda las opciones del #menu a */
	text-decoration: none;	
	color: #405B77;
	background: transparent url(../imagenes/subboton.gif) no-repeat top left;	
	font-size:12px;
	width: 100%;
	margin-bottom:3px;
padding:3px 0 4px 10px; /* Con el padding se le da el alto, no se usa height*/ 
	}
