/*
 * Hoja de estilo de la clase CMenu
 */
.cmenu-container{
  position:            absolute;
  width:               300px;
  left:                10px;
  padding-left:        10px;
  padding-right:       10px;
  margin-right:        10px;
  overflow:            hidden;
  background-image:	   url("../img/fondo_menu.png"); 
 /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fondo_menu.png', sizingMethod='scale'); */
  background-repeat:   no-repeat;
}
.cmenu-head{
  position:            relative;
  width:               100%;
  height:              30px;
  color:               #ffffff;
  text-align:          center;
  font-size:           25px;
  left:                0px;
  top:                 0px;
  background-color:    transparent;
}
.cmenu-foot{
  position:            absolute;
  width:               100%;
  height:              30px;
  left:                0px;
  top:                 0px;
  color:               #ffffff;
  text-align:          center;
  font-size:           20px;
  background-color:    transparent;
}
.cmenu-item{
  position:            relative;
  width:               72%;
  left:                0px;
  float:               left;
  padding-top:         5px;
  margin-left:         27px;
  padding-left:        12px;
  padding-bottom:      2px;
  color:               #000000;
  font-weight:         bold;
  overflow:            hidden;
  line-height:         20px;
  cursor:              pointer;
}

.cmenu-item:hover{
  color:               #000000;
  background-color:    #ffffff;
}


.cmenu-item-iehover{
  position:            relative;
  width:               78%;
  left:                0px;
  float:               left;
  padding-top:         2px;
  margin-left:         10px;
  padding-bottom:      2px;
  color:               #000000;
  font-weight:         bold;
  background-color:    #ffffff;
  overflow:            hidden;
}

.cmenu-item-ieout
{
  position:            relative;
  width:               78%;
  left:                0px;
  float:               left;
  padding-top:         2px;
  margin-left:         10px;
  padding-bottom:      2px;
  color:               #000000;
  font-weight:         bold;
  overflow:            hidden;
}
.cmenu-icono-item{
  position:            relative;
  width:               20px;
  height:              20px;
  float:               left;
  margin-right:        10px;
}

