/*
 * estilo.css - Hoja de estilo predeterminada para toda la Web.
 *
 * Autor: Borja López Soilán (borja@ardinova.com)
 *
 * Última modificación: 01-07-08
 *
 */

body { 
    font-family:        Verdana, Geneva, sans-serif;
    font-size:          11px;
    background-color:   white;
    color:              black;
}

img {
    border: 0px none;
}

/*
 * Cabecera ---------------------------------------------------------------------------
 */
#cabecera { 
    color: white;
    background-color: #666666;
    background-image: url(imagenes/logo.jpg);
    background-repeat: no-repeat;
    background-position: left 0px;
    height: 142px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px; 
}

#cabecera:before {
    background: transparent url(imagenes/top-right.png) scroll no-repeat top right;
    margin-bottom: -20px;
    height: 30px;
    display: block;
    border: none;
    content: url(imagenes/top-left.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
}

#cabecera:after {
    display: block;
    line-height: 0.1;
    font-size: 1px;
    content:  url(imagenes/bottom-left.png);
    margin: 0 0 -1px 0;
    height: 132px;
    background: transparent url(imagenes/bottom-right.png) scroll no-repeat bottom right ;
    padding: 0;
}

#cabecera h1 {
    position: absolute;
    top: 15px;
    left: 450px;
    font-size: 32px; 
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    padding-top: 20px;
}

#cabecera h2 {
    position: absolute;
    top: 80px;
    left: 450px;
    font-size: 20px; 
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    line-height: 20px;
}

/*
 * Marco Principal ---------------------------------------------------------------------
 */

#marcoPrincipal {
    font-family: Verdana, Geneva, sans-serif;
    margin: 10px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    background-color: #FF6633;
    color: black;
}

#marcoPrincipal:before {
    background: transparent url(imagenes/top-right.png) scroll no-repeat top right;
    margin-bottom: -30px;
    height: 30px;
    display: block;
    border: none;
    content: url(imagenes/top-left.png);
    padding: 0;
    line-height: 0.1;
    font-size: 1px;
}

#marcoPrincipal:after {
    display: block;
    line-height: 0.1;
    font-size: 1px;
    content:  url(imagenes/bottom-left-s.png);
    margin: 0 0 -1px 0;
    height: 10px;
    background: transparent url(imagenes/bottom-right-s.png) scroll no-repeat bottom right ;
    padding: 0;
}

/*
 * Menú principal --------------------------------------------------------------------
 */
#menu {
    font-family: Verdana, Geneva, sans-serif;
    height: 40px;
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 10px 0px;
    font-size: 12px;
    background-color: #FF6633;
    color: white;
}

#menu ul {
    font-size: 12px;
    font-weight: bold;
    list-style-type: none; 
}

#menu li {
    font-size: 12px;
    font-weight: bold;
    list-style-type:none;
    display:block;
    float:left;
    padding: 5px;
    margin: 5px 10px;
}

#menu li.seleccionado { 
    font-size: 12px;
    font-weight: bolder;
    list-style-type:none;
    display:block;
    float:left;
    padding: 5px;
    margin: 5px 10px;
    border-bottom: 5px solid #666666;
}

#menu a:link {
    color: white;
    background-color: inherit;
    text-decoration: none;
}

#menu a:visited {
    color: white;
    background-color: inherit;
    text-decoration: none;
}

#menu a:hover {
    color: #666666;
    background-color: inherit;
    text-decoration: none;
}

#menu a:active {
    color: #444444;
    background-color: inherit;
    text-decoration: none;
}

/*
 * Pié de página ----------------------------------------------------------------------
 */
#pie {
    height: 50px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    background-color: #FF6633;
    color: white;
    text-align: center;
}

#pie a:link {
    color: #eeeeee;
    font-weight: bold;
    background-color: inherit;
    text-decoration: none;
}

#pie a:visited {
    color: #eeeeee;
    font-weight: bold;
    background-color: inherit;
    text-decoration: none;
}

#pie a:hover {
    color: #555555;
    background-color: inherit;
    text-decoration: none;
}

#logosValidacion {
    position: relative;
    left: -8px;
    float: right;
}

#informacionNavegadoresSoportados {
    font-size: 10px;
}

#informacionGeneracion {
    font-size: 10px;
}

/*
 * Contenido de las páginas -----------------------------------------------------------
 */
#cuerpo {
    color: black;
    background-color: white;
    padding: 5px 20px 30px 20px;
    min-height: 100px;
    margin-right: 1px;
    margin-left: 1px;
    outline-color: white;
    /* Evitar bugs IE5: */
    height: 100%;
}

#cuerpo h3 {
    color: black;
    background-color: white;
    font-size:1.4em;
    font-family: Verdana, Geneva, sans-serif;
    border-bottom: 0.07em solid #ccc;
}

#cuerpo h3.sinBorde {
    border-bottom: none;
}


/*
 * "Información y enlaces de interes" --------------------------------------------------
 */

#informacionDeInteres {
    float: right;
    clear: left;
    width: 30%;
}

#informacionDeInteres dl {
    margin:     0;
    padding:    0;
}

#informacionDeInteres dl dt {
    color: black;
    background-color: #fafafa;
    border:1px solid #d6d6d6;
    font-size:8pt;
    list-style-type:none;
    margin:0;
    padding:0;
    page-break-inside:avoid;
}

#informacionDeInteres dl dd {
    color: black;
    background-color: #fafafa;
    border:solid #d6d6d6;
    border-width: 0px 1px 1px 1px;
    font-size:10pt;
    list-style-type:none;
    margin: 0;
    padding:0;
    margin-bottom:10px;
    page-break-inside:avoid;
}

#informacionDeInteres dl dt a:link {
    color: inherit;
    background-color: inherit;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#informacionDeInteres dl dt a:visited {
    color: inherit;
    background-color: inherit;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#informacionDeInteres dl dt a:hover {
    color: #FF6633;
    background-color: inherit;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

/*
 * "SAT Online" --------------------------------------------------
 */
#satOnline {
}

#satOnline p {
    color: black;
    background: white url(imagenes/sat.png) scroll no-repeat center left;
    padding-left: 36px;
    padding-top: 3px;
    padding-bottom: 6px;
}

#satOnline a {
    font-weight: bold;
    color: black;
    background: white;
    text-decoration: none;
}

#satOnline a:hover {
    color: #FF6633;
    background: white;
    text-decoration: none;
}

#satOnline2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size:7pt;
    font-weight: none;
}

/*
 * Noticias ----------------------------------------------------------------------------
 */
#noticias {
    width: 67%;
}

#noticias ol {
    margin-top:20px;
    margin-left:0;
    padding-left:0;
}

#noticias ol li {
    color: black;
    background-color: #fafafa;
    border:1px solid #d6d6d6;
    font-size:10pt;
    list-style-type:none;
    margin:0;
    padding:0;
    margin-bottom:10px;
    page-break-inside:avoid;
}

#noticias ol li p {
    margin:10px;
}

#noticias p.cabeceraNoticia {
    font-family: Verdana, Geneva, sans-serif;
    font-size:12pt;
    border-bottom:1px solid #ccc;
    font-weight:bold;
}

#noticias p.cabeceraNoticia a {
    border:0;
}

#noticias table.tablaDosColumnas {
    margin-top: 0px;
    font-size:10pt;
}

/*
 * Formularios -------------------------------------------------------------------------
 */

.formulario {
    padding: 0px 30px 0px 30px;
}

.botonFormulario {
    font-size:1em;
    padding:2px;
    color:#000;
    border: 1px solid #ccc;
    margin:3px 0;
    background:#fff url(imagenes/input-inv.gif) repeat-x bottom left;
    overflow:hidden
}

.botonFormulario:hover {
    color:#000;
    background:#eee url(imagenes/input-dark-inv.gif) repeat-x bottom left;
}

.botonFormulario:focus {
    border:1px solid #FF6633;
}

.entradaTexto {
    width: 100%;
    font-size:1em;
    padding:2px;
    color:#000;
    border: 1px solid #ccc;
    margin:3px 0px 6px 0px;
    background:#fff url(imagenes/input.gif) repeat-x top left;
    overflow:hidden
}

.entradaTexto:hover {
    color:#000;
    background:#eee url(imagenes/input-dark.gif) repeat-x top left;
}

.entradaTexto:focus {
    border:1px solid #FF6633;
}

/*
 * Otros -------------------------------------------------------------------------
 */

.disclaimer {
    font-size:10px;
    padding: 20px;
}
.texto {
    width: auto;
}
.banners {
    float: right;
    clear: left;
}

/*
 * Lopd ---------------------------------------------------------------------------
 */

#lopdQueImplica {
    display: block;
    background: transparent url(imagenes/lopd/lopd1.jpg) scroll no-repeat top right;
    padding-right: 130px;
    min-height: 175px;
}

#lopdQuePasa {
    display: block;
    background: transparent url(imagenes/lopd/lopd2.jpg) scroll no-repeat top left;
    padding-left: 130px;
    min-height: 178px;
}
