/******************************************************************
HORIZONTAL MENU (menulist)
******************************************************************/
@import "CIMenuHorizontal.css";
/******************************************************************
VERTICAL MENU (menulistVert)
******************************************************************/

/* End Hack */


/* *************************************************************
   SBC Custom Colors and settings 
   menu0, propiedades para amabos menus, vertical/horizontal
************************************************************* */
/* PROPIEDAD DEL MENU SUPERIOR */
#menu0 {
    text-align: left; /* alineacion del texto */
    width: 137px; /*@@ ANCHO DE CADA MENU */
    padding: 0px;
    margin: 0px; /* SEPARACION ENTRE MENUS */
    /*line-height: 1.5em;*/
	/*border: 1px solid #FFF;*/
}

/*FORMATO INTERNO DE LOS ENLACES DE LOS MENUS PADRE*/
#menu0 A                       
{ 
  font-weight: bold; 
  border: 1px solid #FFF;
  border-right-color: #CCC; /* @@ COLOR DEL BORDE */
  border-bottom-color: #CCC; /* @@ COLOR DEL BORDE */
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;

  display: block;
  padding: 0px; /* padding del contenido del menu, con respecto al cajon*/
  padding-left:5px;
  color: #666; /* @@ COLOR DEL TEXTO MENU SUPERIOR*/
  text-decoration: none;

}



/*Sub menu items are BLACK*/
#menu0 LI A  { color: #666; } /* @@ COLOR DEL TEXTO DEL SUBMENU */
/* ************************************************************* */
#menu0 A:HOVER { background: #CCC; color: #FFF; } /* @@ COLOR DEL MENU Y TEXTO AL HACER OVER */


/* ************************************************************* */

/*************************************************
 File browser options
*************************************************/

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
#browsermenu_fm UL, #browsermenu_go UL {
 visibility: hidden;
 position: absolute;
 top: 1px;
 left: 0;
 width: 170px;
}

#browsermenu_fm UL LI A, #browsermenu_go UL LI A {
 padding: 0;
 margin: 0;
}

#franja_menu
{
  background-color:#f4f4f4;
 
     /*@@ Color del fondo de la franja que contiene el menu  */ 
}
