html, body { height:100%;
   font: normal 0.8em Verdana, Arial, san-serif;
   line-height: 140%;
   letter-spacing: -0.1em;
   color: #333333;
   background:#ffffff;
  }
  
a:link, a:visited, a:hover, a:active { padding: 2px;font: normal 1.2em Georgia, lucida sans, sans-serif;
color: #eeeeee; letter-spacing: -0.05em;text-decoration: none; background: #000000; }
a:hover { color: #333333; text-decoration: underline; background: #ffffff; }

#contenedor {
   overflow: hidden;
    margin: 0px;
    padding: 0px;
    text-align: left;
}


/*  LOS CONTENIDOS WEBS */
#contacto{
    overflow: hidden;
    display: block;
    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: 50px 0px 0px 55px;

    text-align: left;
    color: #000000;

    }


