#fondo{
       background-color:white;    
}
#contenedor{
      width: 1200px;
      border:outset 1px lightgrey;
      margin: auto;
      height:500px;
      position:relative;
}
#logo{
      color: #FFFFFF;
      width: 160px;     
      height: 100px;
      float:left;
      background-color:  white;
      
}
#logo_imagen{
       width: 100%;
       height: 100%;
}
#contenido
{
      width: 100%;
      height:500px;
      background-color:white;
      border:outset 1px lightgrey;
      position:absolute;
      
      top: 100px;
}
#encabezado{
      color: black;
      background-color: white;
      position:absolute;
      height: 55px;
      
      
      top:0px;
}
#menuprincipal{
      color: #f7d547;
      position:absolute;
      background-color: white;
      width: 970px;     
      height: 18px;
   
    
   
    
}
#panelmenu
{
      height: 300px;
      width: 210px;
      border:inset 1px lightgrey;
      background-color:white;
}
#panellogin
{
      top:300px;
      height: 30px;
      width: 150px;
      border:inset 2px lightgrey;
      position:absolute;
}
#datausuario
{
      height: 75px;
      width: 180px;
      
	  background-color: white;
     
      
}
#login
{
      top:120px;
      height: 160px;
      width: 210px;
      background-color:white;
      position:absolute;
      left:300px;
}
  .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:4px;
     padding-right:4px;
     background-color: #9ea0f5;
     border:none;
     cursor:default;
     cursor:hand;
     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;
     background-color:#E0E0E0;
     border:none;
     cursor:default;
     cursor:pointer;
}
/*Separator: TD*/
.SeparatorTD
{
     border-bottom:solid 1px white;
     border-left:solid 4px white;
     background-color:#eaeaea;
     height:1px;
     width:60px;
}
