#fondo{
       background-color:white;    
}
#contenedor{
      width: 990px;
      border:outset 2px lightgrey;
      margin: auto;
      height:590px;
      position:relative;
}
#logo{
      
      width: 210px;     
      height: 150px;
      float:left;
      
      position:absolute;
      border:inset 1px lightgrey;
}
#logo_imagen{
       width: 100%;
       height: 100%;
       
}
#contenido
{
      width: 775px;
      height:589px;
      background-color:white;
      right:1px;
      float:right;
      position:absolute;
      top: 0px;
}
#menulateral{
      color: black;
     
      background:linear-gradient(-70deg, black, white) ;
      width: 210px;     
      height: 400px;
      float:left;
      position:absolute;
      top:140px;
      left: 0px;
   
    border:inset 1px lightgrey;
}
#panelmenu
{
      height: 300px;
      width: 210px;
      border:inset 1px lightgrey;
      background-color:white;
}
#panellogin
{
      top:100px;
      height: 30px;
      width: 205px;
      border:inset 2px lightgrey;
      position:absolute;
}
#pie
{
      height: 40px;
      width: 210px;
      position:absolute;
	  background-color:white;
      float:left;
	  bottom:2px;
}
  .ItemDIV 
{
     font-family:Verdana,Arial;
     font-size:11px;
     color:Black;
     font-weight:normal;
     white-space:nowrap;
     padding:2px;
     padding-left:4px;
     padding-right:4px;
     background-color:Transparent;
     border:none;
}
/*Item: DIV (Hovered)*/
.ItemHoveredDIV 
{
     font-family:Arial;
     font-size:11px;
     color:white;
     font-weight:normal;
     white-space:nowrap;
     padding:2px;
     padding-left:3px;
     padding-right:3px;
     background-color:#99ccff;
 
     cursor:default;
     
     cursor:pointer;
}
/*Item: DIV (Selected)*/
.ItemSelectedDIV 
{
     font-family:Verdana,Arial;
     font-size:11px;
     font-weight:normal;
     white-space:nowrap;
     padding:2px;
     padding-left:4px;
     padding-right:4px;
     
     border:none;
     cursor:default;
     
     cursor:pointer;
}
/*Separator: TD*/
.SeparatorTD
{
     border-bottom:solid 1px white;
     border-left:solid 4px white;
     background-color:#eaeaea;
     height:1px;
     padding:0px;
     width:60px;
}
   
