

#container {
    background-color : #ffffff;
    margin-left : auto;
    margin-right : auto;
    width : 760px;
  }


#contenido {
    margin-left : 160px;
    padding: 0 5px 5px 0;
    background: url("./../imagenes/fondo01.jpg") right top no-repeat;
  }


#contenido h3 {
    margin-top : 0px;
    padding-top : 20px;
  }


.menu {
    color : #ffffff;
    float : left;
    width : 140px;
    border-right: solid 1px #7f7f7f;
    border-bottom: solid 1px #7f7f7f;
    padding: 20px 0 40px 5px;
    margin:0;
  }


.menu a {
    color : #0080ff;
    text-decoration : none;
    padding-top:5px;
  }



body {
    color : #646464;
    font-family : 'sans-serif';
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


h1 {
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    text-align : center;
  }


hr {
    border-bottom-color : #7f7f7f;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    margin:0;
  }

