/*                                                              
 * Hoja de Estilo para los menus
 */                                                             
                                                                
#menu {
	height: 18px;
	/*background: url(../img/menu_nar.gif) repeat-x;*/
	background: url(../img/fondo_menu.jpg) no-repeat;
}

                                                                
/*                                                              
	menu vertical                                           
*/                                                              
#menuv {                                                        
	border: 1px solid #accfe8;                              
	border-width: 1px 1px 0 1px;                            
	width: 160px;                                           
	font: 80% "trebuchet ms", arial, helvetica, sans-serif; 
}                                                               
                                                                
#menuv ul, li {                                                 
	list-style-type: none;                                  
}                                                               
                                                                
#menuv ul {                                                     
	margin: 0;                                              
	padding: 0;                                             
}                                                               
                                                                
#menuv li {                                                     
	border-bottom: 1px solid #accfe8;                       
}                                                               
                                                                
#menuv a {                                                      
	text-decoration: none;                                  
	color: #3366cc;                                         
	background: #f0f7fc;                                    
	display: block;                                         
	padding: 3px 6px;                                       
	width: 148px;                                           
}                                                               
                                                                
#menuv a:hover {                                                
	background: #dbebf6;                                    
}                                                               
                                                                
/*                                                              
	menu horizontal                                         
*/                                                              
#menuh {                                                        
	margin: auto;
	font: 9px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	/*background: url(../img/fondo_menu.gif);*/
	height: 18px;
	width: 750px;	
	}                                                               
                                                                
#menuh ul, li {                                                 
	list-style-type: none;                                  
}                                                               
                                                                
#menuh ul {                                                     
	margin: 0;                                              
	padding: 0;                                             
}                                                               
                                                                
#menuh li {                                                     
	float: left;                                  
	width: 75px;
	height: 18px;
	background: url(../img/bot_menu.gif);
}                                                               
                                                                
#menuh a {                                                      
	text-decoration: none;
	color: #fff;
	display: block;                                     
	padding: 3px;
	text-align: center;	
}                                                               
                                                                
                                                          
#menuh a:hover {                                                
	background: url(../img/bot_menu_ho.gif);
}                                                               

#menuh a.actual {
	background: url(../img/bot_actual.gif);	
	color: #f90;
}