/* ETIQUETAS MODIFICADAS*/

* {
    padding: 0px;
    margin: 0px;
}
body {
    color: #333;
    background-color: #E9E9E9;
}
#contenido p {
    margin-bottom: 15px;
}
#pie p {
    padding-top: 20px;
}
#navegacion p {
    width: 180px;
    height: auto;
    color: #630;
    background-color: #FFF;
    border: 1px solid #630;
    padding: 5px;
    margin-bottom: 2px;
}
h1 {
    color: #630;
    background-color: transparent;
    width: 640px;
    border-bottom: 2px solid #630;
    font-size: 150%;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 10px 0 15px 0;
}
h2 {
    width: 192px;
    border-bottom: 2px solid #630;
    font-size: 125%;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 3px;
    margin: 10px 0 5px 0;
}
option {
    padding-left: 5px;
}
ul {
    margin-bottom: 15px;
}
li {
    margin: 0 0 10px 60px;
    list-style-position: outside;
    list-style-image: url(../imagenes/boliche.gif);    
}
a:link, a:visited {
    color: #C56004;
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
}
a:hover, a:active {
    color: #C56004;
    background-color: transparent;
    font-weight: normal;
    text-decoration: underline;
}

/* CAPAS */

#contenedor {
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #333;
    background-color: #FFCA95;
    background-image: url(../imagenes/cuerpo.jpg);
    background-repeat:  repeat-y;
}
#encabezado {
    width: 900px;
    height: auto;
}
#encabezado_impresion {
    display: none;
}
#navegacion {
    width: 200px;
    height: auto;
    color: #630;
    background-color: transparent;
    float: right;
    margin: 0 0 10px 10px;
    margin-right: -8px;
}
#contenido {
    width: 845px;
    height: auto;
    color: #630;
    background-color: transparent;
    padding: 10px 20px;
}
#pie {
    width: 900px;
    height: 100px;
    text-align: center;
    color: #630;
    background-color: transparent;
    background-image: url(../imagenes/pie.jpg);
    background-repeat:  no-repeat;
}
#pie_impresion {
    display: none;
}

/* PSEUDOCLASES Y CLASES */

a.barra:link, a.barra:visited {
    color: #C56004;
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
}
a.barra:hover, a.barra:active {
    color: #C56004;
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
}
.caja {
    width: 100%;
    color: inherit;
    margin-top: 3px;
}
.sellos {
    color: #630 !important;
    background-color: #FFF !important;
    font-weight: bold !important;
    padding: 3px !important;
    border-top: 1px solid #630 !important;
    border-bottom: 1px solid #630 !important;
    text-decoration: none !important;
}
