.escritorio_barra_menu {
	background-color:#f0f0f0;
}

.escritorio_barra_menu .escritorio_logotipo {
  position:absolute;
	left:0px;
	top:0px;
	height:58px;
	width:95px;
	z-index:999;
	cursor:pointer;
}

.escritorio_barra_menu .escritorio_modulos{
  position:absolute;
	left:0px;
	top:0px;
  height:58px;
  width:400;
	background-color:#f0f0f0;
	z-index:999;
}

.escritorio_barra_menu .escritorio_sesion {
  position:absolute;
	left:496px;
	top:0px;
	height:56px;
	text-align:center;
	border: 1px dotted #c0c0c0;
	background-color: #f0f0f0;
	width:350px;
	z-index:999;
}

.escritorio_barra_menu .escritorio_sesion td#TdAhora{
	color:#000000;
	font-size:10px;
	font-weight:bold;
}

.escritorio_barra_menu .escritorio_ahora {
  position:absolute;
	left:496px;
	top:0px;
	height:46px;
	text-align:center;	
	vertical-align:middle;
	padding:5px;
	border: 1px dotted #c0c0c0;
	background-color: #ffffff;
	width:100px;
	z-index:999;
	font-size:14px;
	font-weight:bold;
	color:#0000FF;
}

.herr_main .herr_submenu_escritorio_ventanas  {
  position:absolute;
  left:0px;
  top:0px;
  background: transparent url('../img/barramenu/flecha.gif') no-repeat 10px 0px;
  padding-top:10px;
  width:200px;
}


.herr_main .herr_submenu_escritorio_ventanas ul{
  border:1px solid #5596D9;
	background-color:#ffffff;
  text-align:left;
  margin:0px;
  padding:5px;
}

.herr_main .herr_submenu_escritorio_ventanas ul li{
  list-style-type: none;
  border-bottom:1px dotted #c0c0c0;
  background-color:#ffffff;
  padding:2px;
  font-size:14px;
  overflow: hidden;
}

.herr_main .herr_submenu_escritorio_ventanas ul li img{
  padding-right:5px;
  width:16px;
  height:16px;
	vertical-align:middle;
}

.herr_main .herr_submenu_escritorio_ventanas ul li.opcion_activa:hover{
  background-color:#f0f0f0;
}

.aviso_notificacion 
{
    position:absolute;
    left:0px;
    top:0px;
    width:200px;
    height:50px;
    background-color: #f0f0f0;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    z-index:9999;
    cursor:pointer
}