
/* CSS Document */

body {
        margin-top: 0px;
        background: url(../imagenes/original.jpg) top center no-repeat;	
        background-color: #000b25;
}

#cabecera {
 color: #333;
 width: 780px;
 height: 137px;
 margin: 0px 0px 0px 0px;
 background:url(../imagenes/banner.jpg) top center no-repeat;
 
}
#navegador {
 height:72px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 
}


#idioma {
  position: relative;
  margin-top: 6px;
  background: url(../imagenes/sombra_naveg.jpg) top center no-repeat;	
}


#cuerpo { 

  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin:0 auto 0 auto; 
  margin-top:5px;
  width: 780px;
  border-right: #ffffff 1px solid; 
  padding-right: 0px; 
  border-top: #ffffff 1px solid; 
  padding-left: 0px; 
  padding-bottom: 0px; 
  border-left: #ffffff 1px solid; 
  padding-TOP: 0px; 
  border-bottom: #ffffff 1px solid;
  background-color: #ffffff;}
}


