html, body { height:100%;
   font: normal 0.8em Verdana, Arial, san-serif;
   line-height: 140%;
   letter-spacing: -0.1em;
   color: #ffffff;
   background:#001122 url('images/barra.jpg') repeat-x top left;

  }
  
a:link { color: red; text-decoration: none; }
a:visited { color: purple; text-decoration: none;  }
a:hover { color: yellow; text-decoration: none;  }
a:active { color: black; text-decoration: none; }

#contenedor {
   
   height:100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
   background:url('images/imgconstruccion.jpg') no-repeat top left;
}


/*  LOS CONTENIDOS WEBS */
#contacto{display:none;
    overflow: hidden;
   
    width: 200px;
   
    padding: 50px 0px 0px 50px;


  }
#contacto ul{
  padding: 50px 0px 0px 5px;
   list-style:none;
   text-align: left;}
   
#contacto ul li{
  padding: 0px;
  }

#pie {
    height: 36px;
    padding: 10px 0px 0px 55px;

    text-align: left;
    color: #ffffff;

    }


