
  * { margin: 0px;
    padding: 0px;
    }

  html, body { height: 100%;
    }

  body { margin: 0px auto;
    background: rgb(42, 53, 52) url(../img/fondo.png) repeat-x scroll left top;
    font-family: "Bitstream Vera Sans",Verdana,Arial,sans-serif;
    font-size: 1em;
    }

  #contenedor { margin: 0px auto;
    width: 100%;
    max-width: 66em;
    min-width: 810px;
    background-color: rgb(255, 255, 255);
    }

  #logo { margin: 0px 1px 0px 6px;
    padding: 10px 0px 2px 14px;
    background-color: rgb(240, 240, 240);
    height: 90px;
    }

  #menu { background: transparent url(../img/menu10.png) repeat-x scroll center bottom;
    margin-right: 1px;
    height: 2.2em;
    }

  #menu ul { float: right;
    }

  #menu ul li { border-style: none outset outset;
    border-color: rgb(102, 102, 102);
    border-width: 0px 1px 1px;
    padding: 4px 0px;
    list-style-type: none;
    float: left;
    font-size: 0.8em;
    font-family: Verdana;
    font-weight: bold;
    }

  #menu ul li a.inactivo { padding: 4px 16px 0px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 1em;
    }

  #menu ul li a.inactivo:hover, #menu ul li a.inactivo:focus, #menu ul li a.inactivo:active, #menu ul li a.activo { border: 1px inset rgb(102, 51, 51);
    margin: 1px;
    padding: 2px 14px 3px;
    background: rgb(242, 193, 96) none repeat scroll 0% 50%;
    text-decoration: none;
    font-size: 1em;
    color: rgb(44, 0, 0);
    }

  #menu ul li a.activo:hover { cursor: text;
    }

  #lateral_derecho { font-size: 0.8em;
    float: right;
    background-image: url(../img/lateral.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-left: 14px;
    width: 220px;
    padding-right: 20px;
    margin-right: 4px;
    margin-top: 22px;
    }

  #lateral_derecho h2 { border: 1px solid rgb(102, 102, 102);
    font-size: 1.4em;
    background-color: transparent;
    background-image: url(../img/menuh2.png);
    background-position: left top;
    color: rgb(140, 47, 7);
    margin-left: -14px;
    padding-left: 14px;
    margin-right: -6px;
    line-height: 1.8em;
    text-align: center;
    }

  #lateral_derecho span { font-weight: bold;
    color: rgb(132, 103, 43);
    line-height: 1.4em;
    margin-left: 4px;
    }

  #lateral_derecho p { margin: 0px 0px 10px 12px;
    padding: 0px;
    }

  #contenido { margin-right: 270px;
    margin-top: 22px;
    margin-left: 8px;
    }

  #intro { border: 1px solid rgb(204, 204, 204);
    text-align: justify;
    padding-right: 14px;
    padding-bottom: 14px;
    font-size: 0.85em;
    padding-left: 14px;
    color: rgb(51, 51, 51);
    }

  #intro h2 { color: rgb(140, 47, 7);
    font-size: 1.4em;
    background-color: rgb(255, 255, 255);
    line-height: 2em;
    padding-left: 10px;
    position: relative;
    display: inline;
    top: -20px;
    padding-right: 10px;
    }

  #intro p { text-indent: 3em;
    margin-top: -20px;
    }

  #contenido h3 { color: rgb(112, 38, 6);
    font-size: 1em;
    background-color: rgb(255, 255, 255);
    padding-right: 4px;
    margin-right: 12px;
    text-align: left;
    margin-left: 0px;
    display: inline;
    }

    .opcion { border-color: rgb(240, 240, 240);
    border-width: 1px;
    border-right: 1px solid rgb(240, 240, 240);
    border-bottom: 1px solid rgb(240, 240, 240);
    margin-left: 20px;
    text-align: justify;
    padding-right: 14px;
    margin-top: 20px;
    }

  #texto1 img, #texto3 img { margin: 6px 0px 0px 14px;
    float: right;
    padding-left: 10px;
    }

  #texto2 img,  #texto4 img { margin: 6px 20px 0px -6px;
    float: left;
    padding-left: 10px;
    }

  #texto2, #texto2 h3 { 
    color: rgb(51, 0, 0);
    }

  #texto3, #texto3 h3 { 
    color: rgb(0, 0, 153);
    }

  #texto4, #texto4 h3 { 
    color: rgb(0, 51, 0);
    }

#texto1 {
  margin-top: 20px;
}

#texto2, #texto3, #texto4 {
  margin-top: 0px;
}

  #pie { background: transparent url(../img/pie.png) repeat-x scroll center top;
    margin-right: 1px;
    padding-top: 12px;
    height: 1.3em;
    }

  #pie ul { text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
    bottom: 2px;
    }

  #pie ul li { padding: 0px;
    list-style-type: none;
    font-size: 0.8em;
    display: inline;
    }

  #pie ul li a { padding: 4px 16px 0px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 0.85em;
    }

  #pie ul li a:hover { padding: 4px 16px 0px;
    text-decoration: underline;
    }

  .corte { clear: both;
    }