/* 
    Document   : estilo.css
    Created on : 24/02/2010, 17:17:00
    Author     : Xaver
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-image: url("/images/body.png")!important;
    background-repeat: repeat!important;
    text-align: left!important;
}

.container {
    background-color: #eee!important;
    border-left: 1px solid #606060;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
    padding: 10px;
}

.encabezado {
    width: 950px;
    margin: 20px auto 0px auto;
    padding: 10px;
    background-image: url("/images/encabezado.png");
    background-repeat: no-repeat;
    background-position: top;
    height: 150px;
    border-left: 1px solid #606060;
    border-right: 1px solid #606060;
    border-top: 1px solid #606060;
}
.encabezado img {
    padding: 35px 0px 0px 40px;
}

.pie {
    width: 970px;
    margin: 0px auto 16px auto;
    border-left: 1px solid #606060;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
    height: 60px;
    background-image: url("/images/pie.png");
    background-repeat: no-repeat;
}

.pie p {
    text-indent: 75px;
    padding: 20px 0px 0px 0px;
    color: #fff;
}

.seccion {
    border: 1px solid #e0e0e0;
    background-color: #e5e5e5;
    padding: 5px;
    margin: 5px 0px;
}

.seccion h1 {
    font-size: 2.5em;
    margin-bottom: 15px;
    line-height: 40px;
    font-weight: normal;
    font-variant: small-caps;
    color: #09086e;
}

.seccion h2 {
    font-size: 1.6em;
    font-variant: small-caps;
    margin-bottom: 10px;
    border-bottom: 1px solid #060;
}

.seccion h3 {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

.seccion ul, .seccion ol {
    margin-bottom: 5px;
}

.seccion p {
    margin-bottom: 5px;
}

.ficha img {
    border: 1px solid #606060;
}

.ficha p {
    margin-bottom: 0px;
}

.ficha ul {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.submenu_forms ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.submenu_forms li {
    margin: 5px 0px;
}

.submenu_forms a {
    display: block;
}

.xaver a {
    color: #eee;
    text-decoration: none;
    line-height: 16px;
    opacity: 0.5;
}

.xaver a:hover {
    color: #fff;
    opacity: 1;
}

/* Formularios */

.formulario textarea {
    height: 800px!important;
    display: block!important;
}

.formulario label {
    display: block;
}

.formulario .linealform label {
    display: inline-block!important;
    margin: 0px 0px 7px 10px;
}

.formulario hr {
    margin: 5px 0px;
    padding: 0px;
}

.formulario .campos p {
    line-height: 22px;
    margin: 5px 0px;
}

.formulario .campos label {
    display: inline-block;
}

.formulario .cortos label {
    width: 100px;
}

.formulario .largos label {
    width: 350px;
}

.formulario fieldset {
    padding: 5px 20px;
}

.formulario fieldset input[type=submit] {
    margin: 10px 0px 15px 0px;
    width: 225px;
}

.formulario .contacto {
    height: 100px!important;
}

.fieldWithErrors {
    display: inline!important;
}

.fieldWithErrors label {
    color: #990000;
    display: inline!important;
}

.fieldWithErrors input {
    border: 1px solid #ff0000!important;
    display: inline!important;
}

.errores {
    border: 2px solid #000;
    background-color: #d8c5c5;
    width: 300px;
    height: 70px;
    margin: 20px auto;
    padding: 5px 0px 0px 5px;
}

.errores h2, .errores p {
    text-align: center;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.errores ul {
    display: none;
}

/* Auxiliares */

.left {
    text-align: left!important;
}

.center {
    text-align: center!important;
}

.right {
    text-align: right!important;
}

.justificado {
    text-align: justify;
}

.centrado {
    margin-left: auto;
    margin-right: auto;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.espaciado {
    padding-right: 15px;
}

.lineal {
    margin: 0px;
    padding: 0px;
}

.lineal li {
    display: inline-block;
    float: left;
    margin: 0px 2px;
}

.bloque {
    margin-left: 20px;
}

.bloque label, .bloque input {
    display: block;
}

.sinespacio {
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}

.contacto_errores {
    margin: 20px 0px 20px 120px!important;
}