 /*Estilo menus */
  table[class^="AWMSTBG"] 
 {   overflow:hidden; 
     height:50px !important; 
     border: none !important; 
     background-color:white;
     width:200px; 
 }
 
 /*Estilo  menus */
 table[class^="AWMST"] 
 { overflow:hidden; 
   height:26px !important; 
   border: 10px !important; 
   width:200px; }

 

 
  /*Ajustar Fondo de Imagen de Menus*/
  table[class^="AWMSTBG"] img
 {  height:51px;
    width:200px;
    border: 1px;
  }
 
 /*Ajustar Fondo de Imagen de Menus*/
 table[class^="AWMST"] img 
 {  height:25px;
    width:200px;  
    border: 1px;}
 
 
  
 /*Estilo submenu imagenes*/
 td[class^="AWMSTTD"] img 
 {  height:8px !important;
    width:8px !important;  }
	
	
	
	/***** Se puede Modificar Esto *****/
	.submenu
	{
	  color:white;
	  font-weight:bold;
	  font-size:10pt;
	  font-family: Gill Sans / Gill Sans MT, sans-serif;
	  padding-left:10px;

	}
	
	.principalmenu {
	   
	  color:white;
	  font-size:10pt;
	  font-family: Gill Sans / Gill Sans MT, sans-serif;
	  padding-left:15px;

	}