* {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.aplicado {
    background-color: #ff8888;
}

.colRep1 {
    width: 100px;
    vertical-align: top;
}

html,div,map,dt,isindex,form {
    display: block;
}

body {
    background: #F3F3F1 url(../img/fondo_body.gif) repeat-y scroll center
        center;
    margin: 0 auto;
    width: 958px;
}

#cuerpo_completo { /*margin: 0 auto;
        width: 958px;*/

}

/*Layout de la página...*/
#cabecera {
    background-color: #FFFFFF;
    display: inline;
    padding-bottom: 0.2em;
    width: 958px;
}

#contenido {
    padding-top: 0.5em;
    border: 1px solid #E7EA83;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

#contenidoInterno {
    margin-left:165px;
    padding-top: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

#contenidoMenu {
    margin-left:160px;
    padding-top: 0.5em;
    border-top: 1px solid rgb(0,162,232);
    margin-bottom: 0.5em;
    padding-bottom: 1em;
}

#contenidoNoMenu {
    border: 1px solid rgb(0,162,232);
    margin-bottom: 0.5em;
    padding: 1em;
}

#contenido_completo {
    display: inline;
    float: left;
    margin: 0 3%;
    width: 94%;
}

#footerExterno {
    background-color: #EEEEEE;
    border-top: 1px dotted #236299;
    margin: 0.5em 0 0;
    padding: 0.25em;
}

#cambioIdioma ul {
    display: inline;
    float: right;
    margin-bottom: 0.3em;
    margin-right: 3%;
}

#cambioIdioma ul li {
    color: #576F8A;
    display: inline;
    float: left;
    font-size: 0.8em;
    margin-right: 0.2em;
}

#cambioIdioma ul li input {
    color: #576F8A;
    padding-right: 0.2em;
    background: transparent;
    border: 0 none;
    cursor: pointer;
    border-style: solid solid solid solid;
    border-width: 0 0 0 0.2em;
    border-color: #FFFFFF;
}

#cambioIdioma ul li input:hover {
    color: #454A53;
    border-style: solid solid solid solid;
    border-width: 0 0 0 0.2em;
    border-color: #454A53;
}

#imagenesCorporativas {
    display: block;
    float: right;
    width: 956px;
}

#linksSuperiores {
    background-color: #F3F3F1;
    font-size: 1em;
    height: 20px;
    margin-left: 1px;
    width: 957px;
}

#linksSuperiores ul {
    color: #576F8A;
    float: right;
    font-size: 0.7em;
}

#linksSuperiores ul li {
    display: inline;
    float: left;
}

#linksSuperiores ul li a {
    color: #576F8A;
    font-size: 1em;
    margin-right: 3px;
    text-decoration: none;
}

#linksSuperiores ul li a:hover {
    text-decoration: underline;
}

#menu_izqda {
    display: block;
    float: left;
    padding-top: 40px;
    width: 140px;
}

#menu_izqdaInterno {
    display: block;
    float: left;
    padding-top: 40px;
    width: 155px;
}

#menu_izqda ul {
    display: inline;
    float: left;
}

#menu_izqdaInterno ul li {
    display: inline;
    float: left;
    padding: 5.2% 2.8%;
    width: 145px;
}

#menu_izqda ul li {
    display: inline;
    float: left;
    width: 140px;
    border-top:	1px solid rgb(0,162,232);
}

#menu_izqda ul li input {
    background-color: white;
    color: #236299;
    border: 0 none;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.65em;
    text-align: left;
    text-decoration: none;
    width: 140px;
    height: 25px;
}

#menu_izqdaInterno ul li a {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.65em;
    text-align: left;
    text-decoration: none;
}

#menu_izqda li:hover {
    background-color: rgb(0,162,232);
    color: white;
}

#menu_izqda li input:hover {
    background-color: rgb(0,162,232);
    color: white;
}

#menu_izqdaInterno ul li a:hover {
    text-decoration: underline;
    padding-left: 0.2em;
}

img.topo {
    cursor: default;
    display: inline;
    float: left;
    margin-left: 8px;
    margin-right: 4px;
    margin-top: 6px;
}

/*Layout de radios en la misma línea y centrados*/
.layoutRadiosInline {
    padding-bottom: 0.5em;
    padding-left: 30%;
    text-align: center;
}

/*Botones*/
#botones {
    margin-left: 2em;
    margin-top: 0.4em;
}

.botones {
    margin-left: 2em;
    margin-top: 0.4em;
}

input.linkAzul {
    background-color:transparent;
    background-image:url(../img/flechaLinkAzul.jpg);
    background-position:left center;
    background-repeat:no-repeat;
    border:0 none;
    color:#236299;
    cursor:pointer;
    display:inline;
    font-size:0.8em;
    padding-left:0.7em;
    text-align:left;
}

input.linkAzulSimple {
    background-color:transparent;
    background-position:left center;
    background-repeat:no-repeat;
    border:0 none;
    color:#236299;
    cursor:pointer;
    display:inline;
    font-size:0.8em;
    padding-left:0.7em;
    text-align:left;
}


input.linkAzul:hover {
    color: #454A53;
}

* :first-child+html .linkAzul { /* hack needed for IE 7 */
    border-bottom: 0;
    text-decoration: none;
}

* html .linkAzul { /* hack needed for IE 5/6 */
    border-bottom: 0;
    text-decoration: none;
}

input.linkAzulNormal {
    background-color: transparent;
    border: 0;
    color: #236299;
    cursor: pointer;
    display: inline;
    font-size: 0.8em;
    text-align: left;
}



input.linkAzulNormal:hover {
    color: #454A53;
}

* :first-child+html .linkAzulNormal { /* hack needed for IE 7 */
    border-bottom: 0;
    text-decoration: none;
}

* html .linkAzulNormal { /* hack needed for IE 5/6 */
    border-bottom: 0;
    text-decoration: none;
}

a.linkAzulPeq {
    background: transparent;
    color: #236299;
    cursor: pointer;
    font-size: 0.8em;
    text-decoration: none;
    text-align: left;
}

a.linkAzulPeq:hover {
    color: #454A53;
    text-decoration: underline;
}

input.buttonRed {
    background: red;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.75em;
    margin-right: 0.5em;
    margin-top: 0.5em;
}

input.button {
    background: rgb(0,162,232);
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.75em;
    margin-right: 0.5em;
    margin-top: 0.5em;
}

input.button:hover {
    background: rgb(0,162,232);
    border-right: 1px solid #8EAE1C;
    border-left: 1px solid #8EAE1C;
    border-bottom: 1px solid #8EAE1C;
    border-top: 1px solid transparent;
    color: yellow;
    cursor: pointer;
    font-size: 0.75em;
    margin-right: 0.5em;
    margin-top: 0.5em;
}

.linkbutton {
    background: rgb(0,162,232);
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.75em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    padding:1px;
    text-decoration:none;
    margin: 0px;
}

.linkbutton:hover {
    background: rgb(0,162,232);
    border-right: 1px solid #8EAE1C;
    border-left: 1px solid #8EAE1C;
    border-bottom: 1px solid #8EAE1C;
    border-top: 1px solid transparent;
    color: yellow;
    cursor: pointer;
    font-size: 0.75em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    padding:1px;
    text-decoration:none;
    margin: 0px;
}

input.guardar {
    background-color: transparent;
    background-image: url(../img/save.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    border-bottom: 1px solid transparent;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    color: #236299;
    cursor: pointer;
    font-size: 0.7em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    padding-left: 1.5em;
}

input.guardar:hover {
    border-bottom: 1px solid #000000;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    color: #000000;
    background-image: url(../img/saveHover.jpg);
}

input.buttonInline {
    background: rgb(0,162,232);
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.75em;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

input.buttonInline:hover {
    background: rgb(0,162,232);
    border-right: 1px solid #8EAE1C;
    border-left: 1px solid #8EAE1C;
    border-bottom: 1px solid #8EAE1C;
    border-top: 1px solid transparent;
    color: yellow;
    cursor: pointer;
    font-size: 0.75em;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

/*Espacio con margin para elegir entre dos links en azul clarito*/
#listaOpciones {
    color: #236299;
    padding-left: 4em;
    padding-top: 1.2em;
}

.espacio {
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}

.marginIzquierda {
    margin-left: 1em;
}

.botonMarginIzquierda {
    margin-top: 1em;
    margin-left: 2em;
}

.centrado {
    margin-left: 15%;
    margin-right: 15%;
    width: 60%;
    margin-top: 2em;
}

/*Títulos de las páginas*/
span.tituloMedioGris {
    color: #454A53;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 0.5em;
    text-decoration: underline;
}

span.tituloGrandeGris {
    color: #454A53;
    display: block;
    font-size: 1.1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    margin-left: 1.5em;
    margin-top: 0.7em;
    text-decoration: underline;
}

span.tituloGrandeVerde {
    border-left: 0.2em solid rgb(0,162,232);
    color: rgb(0,162,232);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 1em;
    position: relative;
    text-align: center;
}

span.tituloMedioAzul {
    color: #576F8A;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 1.5em;
    margin-top: 1.5em;
}

span.tituloMedioAzulClaro {
    color: #236299;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 1.5em;
    margin-top: 0.5em;
}

span.tituloGrandeAzulClaro {
    color: #236299;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.0em;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 8px;
}

/*Información de las páginas*/
span.redaccionROJO {
    color: red;
    display: block;
    font-size: 0.9em;
    margin-left: 1.5em;
    padding-top: 0.5em;
}
span.redaccionGris {
    color: #454A53;
    display: block;
    font-size: 0.9em;
    margin-left: 1.5em;
    padding-top: 0.5em;
}

span.redaccionGris_2 {
    color: #454A53;
    display: block;
    font-size: 0.7em;
    padding-top: 0.5em;
}

span.redaccionGrisBold {
    color: #454A53;
    display: block;
    font-size: 0.9em;
    margin-left: 1.5em;
    padding-top: 0.5em;
    font-weight: bold;
}

span.redaccionGrisInline {
    color: #454A53;
    font-size: 0.9em;
    margin-left: 1.5em;
    padding-top: 0.5em;
}

span.redaccionGrisMargen0 {
    color: #454A53;
    display: block;
    font-size: 0.9em;
    padding-top: 0.5em;
}

/*Background con bordes para los formularios*/
#fieldset {
    background: #F3F3F1 none repeat scroll 0 0;
    border-bottom: 1px solid #236299;
    border-top: 1px solid #236299;
    margin-top: 0.3em;
    padding-bottom: 0.3em;
    padding-top: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 0.2em;
}

/*Background con bordes para los formularios*/
.fieldset {
    background: #EEEEEE none repeat scroll 0 0;
    border-bottom: 0.1em solid #236299;
    border-top: 0.1em solid #236299;
    margin-top: 0.3em;
    padding-bottom: 0.3em;
    padding-top: 0.5em;
}


.conjuntoDatosRecuadro {
    background-color:#EEEEEE;
    border-color: #454A53;
    border-style: solid none dotted;
    border-width: 1px 0px 1px 0px;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0.8em;
    padding-bottom: 0.5em;
}

.tituloFormulario {
    color: #236299;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.7em;
    font-weight: bold;
    padding-bottom: 0.3em;
    padding-left: 0.6em;
    padding-top: 0.15em;
    text-decoration: underline;
}

div.dato_ {
    margin-bottom: 0.2em;
    margin-top: 0.15em;
}

.campoFormulario {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

/*Alineado a la derecha de los labels*/
div.alineadoDerecha {
    float: left;
    text-align: right;
    width: 100px;
}

div.alineadoDerecha50 {
    float: left;
    text-align: right;
    width: 50px;
}

div.alineadoDerecha150 {
    float: left;
    text-align: right;
    width: 150px;
}

div.alineadoDerecha200 {
    float: left;
    text-align: right;
    width: 200px;
}

div.alineadoDerecha250 {
    float: left;
    text-align: right;
    width: 250px;
}

div.alineadoIzquierda400 {
    float: left;
    text-align: left;
    width: 400px;
}

div.marginDerecha200 {
    margin-left: 200px;
}

.paddingDerecha10 {
    padding-right: 10px;
}

label.dato_ {
    color: #236299;
    font-size: 0.7em;
}

label.datoInline_ {
    color: #236299;
    font-size: 0.7em;
    margin-left: 6px;
}

label.dato_:hover {
    text-decoration: underline;
}

label.datoInline_:hover {
    text-decoration: underline;
}

label.datoInline_ error {
    border-bottom: 1px dotted #FA5858;
    color: #236299;
    font-style: italic;
    margin-left: 0.5em;
}

input.dato_ {
    border: 1px solid #236299;
    color: #454A53;
    font-size: 0.7em;
    margin-left:6px;
    margin-right:4px;
}

input.dato_:hover {
    border: 1px solid #8EAE1C;
}

select.dato_ {
    color: #454A53;
    font-size: 0.7em;
    margin-left:6px;
    margin-right:4px;
    padding-left: 0.2em;
    border: 1px solid #236299;
    max-width: 350px;
}

img {
    cursor: pointer;
}

select.dato_:hover {
    border: 1px solid #8EAE1C;
}

select.dato_ option {
    background: #FFFFFF;
    color: #454A53;
    cursor: pointer;
    padding-left: 0.3em;
}

select.dato_ option[selected] {
    background: #eeeeee;
    color: #236299;
    cursor: pointer;
    padding-left: 0.3em;
}

/*Celdas del select*/
.optionPar {
    color: #454A53;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: 0.5em;
    background-color: #FFFFFF;
    padding-bottom: 0.2em;
    padding-left: 0.3em;
    padding-top: 0.2em;
}

.optionImPar {
    color: #454A53;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: 0.5em;
    background-color: #F3F3F1;
    padding-bottom: 0.2em;
    padding-left: 0.3em;
    padding-top: 0.2em;
}

.datoAzul_ {
    color: #236299;
    font-size: 0.7em;
    padding-left: 0.5em;
}

.datoGris_ {
    color: #454A53;
    font-size: 0.7em;
    padding-left: 0.5em;
}

.datoVerde_ {
    color: #437516;
    font-size: 0.7em;
    padding-left: 0.5em;
}

.datoRojo_ {
    color: #FA5858;
    font-size: 0.7em;
    padding-left: 0.5em;
}

/*Asterisco y texto datos obligatorios*/
.obligatorio {
    color: #8DAE17;
    padding-right: 0.3em;
    font-size: 0.7em;
}

/*Opción radio*/
.opcionRadio {
    color: #236299;
    margin-left: 0.3em;
    font-size: 0.7em;
    font-weight: bold;
}

.opcionRadioSpread {
    color: #236299;
    font-size: 0.7em;
    font-weight: bold;
    margin-bottom: 0.2em;
    margin-left: 0.3em;
}

/*Errores formularios*/
div.dato_error {
    background:#FFD7D7 url(../img/error_fondo.png) repeat scroll 0 0;
    border-bottom:2px solid #FFD7D7;
    padding-bottom:0.3em;
    padding-top:0.2em;
    width:100%;
}

/* Texto "!!" en rojo fuerte para marcar error al lado del label*/
.alertaError {
    color: #FA5858;
    font-size: 0.6em;
    font-weight: bold;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.mensaxeInformativo {
    display: inline-block;
}

label.dato_error {
    border-bottom: 1px solid #FA5858;
    color: #454A53;
    display: inline;
    font-size: 0.7em;
    font-style: italic;
}

label.datoInline_error {
    margin-left: 0.5em;
    border-bottom: 1px solid #FA5858;
    color: #454A53;
    display: inline;
    font-size: 0.7em;
    font-style: italic;
}

.datoN {
    color: #236299;
    font-size: 0.7em;
    font-weight: bold;
}

.datoR {
    color: #236299;
    font-weight: bold;
}

label.datoNerror {
    border-bottom: 1px solid #FA5858;
    color: #454A53;
    display: inline;
    font-size: 0.7em;
    font-style: italic;
    font-weight: bold;
}

input.dato_error {
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #FA5858;
    color: #FA5858;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: 0.5em;
    margin-right: 0.3em;
    padding-bottom: 0.15em;
}

select.dato_error {
    border: 1px solid #FFD7D7;
    color: #FA5858;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: 0.3em;
    margin-right: 0.3em;
    padding-left: 0.2em;
    max-width: 350px;
}

div.errorCampo {
    display: inline;
}

span.mensajeErrorCampo {
    color: #454A53;
    display: inline;
    font-size: 0.6em;
    font-style: italic;
    font-weight: bold;
    padding-left: 0.4em;
    text-decoration: underline;
}

span.mensajeErrorCampoAusencia {
    color: #FA5858;
    display: inline;
    font-size: 0.6em;
    font-style: italic;
    font-weight: bold;
    padding-left: 0.3em;
    padding-right:0.4em;
    text-decoration: underline;
}

/*Texto de información en gris*/
span.redaccionAzul {
    background: #F3F3F1 none repeat scroll 0 0;
    border-bottom: 1px solid #236299;
    color: #236299;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.75em;
    margin-bottom: 0.5em;
    padding-left: 0.6em;
    margin-top: 0.75em;
    text-transform: uppercase;
}

span.redaccionAzulDiscreta {
    border-bottom: 1px solid #236299;
    color: #236299;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.75em;
    margin-bottom: 0.5em;
    padding-left: 0.6em;
    margin-top: 0.75em;
    text-transform: uppercase;
}

span.redaccionAzulResaltada {
    background: #F3F3F1 none repeat scroll 0 0;
    border-bottom: 2px solid;
    color: #236299;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.75em;
    margin-bottom: 0.5em;
    margin-top: 0.75em;
    padding-left: 0.6em;
    text-transform: uppercase;
    font-weight: bold;
}

span.tituloGrandeGris {
    color: #454A53;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 0.7em;
    padding-bottom: 0.2em;
    text-decoration: underline;
}

span.dato_ {
    border: 1px solid #236299;
    color: #454A53;
    font-size: 0.7em;
    margin-left:6px;
    margin-right:4px;
}

/*Tabla dinámica*/
.cabeceraTablaDinamica {
    background: #FFFFFF none repeat scroll 0 0;
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.7em;
    text-decoration: underline;
    padding-left: 0.3em;
    padding-right: 0.3em;
}

span.ausenciaDatos {
    color: #576F8A;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 1.5em;
}

.tablaDinamica {
    margin-left: 1em;
}

.filaTablaDinamica {
    background: #F3F4C4 none repeat scroll 0 0;
    color: #000000;
    font-size: 0.7em;
    padding-left: 0.2em;
    padding-top: 0.2em;
}

.filaTablaDinamicaBlanca {
    background: #FFFFFF none repeat scroll 0 0;
}

.baja {

    color: red;
}

.elementoTablaDinamica {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.elementoTablaDinamicaRemarcada {
    padding-left: 0.4em;
    padding-right: 0.4em;
    font-weight: bold;
    text-decoration: underline;
}

.elementoActualizacionTabla {
    font-style: italic;
    padding-left: 0.5em;
    text-decoration: underline;
    font-size: 1em;
}

/*Tabla estática*/
.cabeceraTablaEstatica {
    background: rgb(0,162,232) none repeat scroll 0 0;
    color: #F5F5F5; /* EEBR 28/11/2024 Se cambia a blanco, antes: #454A53*/
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.7em;
    font-weight: bold;
    padding-left: 0.3em;
    padding-right: 0.3em;
    text-align: center;
    text-decoration: underline;
}

tr.filaTablaEstaticaImpar {
    color: #454A53;
    font-size: 0.7em;
    background-color: #FFFFFF;
    border-bottom: 0.2em solid #FFFFFF;
}

tr.filaTablaEstaticaPar {
    color: #454A53;
    font-size: 0.7em;
    background-color: #f1f1f1;
    border-bottom: 0.2em solid #f1f1f1;
}

tr.filaTablaFooter {
    color: #454A53;
    font-weight: bold;
    font-size: 0.7em;
    background-color: #FFFFFF;
    border-bottom: 0.2em solid #FFFFFF;
}

.filaTablaFooter {
    color: #454A53;
    font-weight: bold;
    font-size: 0.7em;
    background-color: #FFFFFF;
    border-bottom: 0.2em solid #FFFFFF;
    text-align: right;
    background-color: #E7EA83;
}

tr.filaTablaEstaticaImpar:hover {
    color: #000000;
    text-decoration: underline;
}

tr.filaTablaEstaticaPar:hover {
    color: #000000;
    text-decoration: underline;
}

table.tablaEstatica {
    border-collapse: collapse;
    width: 100%;
}

table.tablaEstatica td {
    padding: 0.2em 0.5em;
}

.elementoTablaDinamica {
    padding-left: 1em;
    padding-right: 1em;
}

/*Errores*/
.errores {
    background: #FFD7D7 url(../img/error_fondo.png) repeat scroll 0% 0%;
    border-bottom: 2px dotted #FFD7D7;
    border-top: 2px dotted #FFD7D7;
    margin-bottom: 0.3em;
    margin-top: 0.5em;
    margin-left: 2em;
}

.error {
    color: #FA5858;
    font-size: 0.8em;
}

.cabeceraError {
    color: #454A53;
    font-size: 0.8em;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-left: 2em;
    text-align: left;
}

.cabeceraErrorGrande {
    color: #454A53;
    font-size: 0.8em;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    padding-left: 2em;
    text-align: left;
}

div.errorServicio {
    background: #FFD7D7 url(../img/error_fondo.png) repeat-x scroll 0% 0%;
    border-bottom: 3px solid #FFD7D7;
    border-top: 3px solid #FFD7D7;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div.mensajeServicio {
    background: #8EAE1C url(../img/mensaje_fondo.png) repeat-x scroll 0 0;
    border-bottom: 3px solid #8EAE1C;
    border-top: 3px solid #8EAE1C;
    margin: 1em;
}

.itemErrorServicio {
    color: #FA5858;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.8em;
    font-style: italic;
    background-color: transparent;
    background-image: url(../img/warning_icon.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 1.8em;
}

.itemErrorServicioGrande {
    color: #FA5858;
    display: inline;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.8em;
    background-color: transparent;
    background-image: url(../img/warning_icon.png);
    background-position: left top;
    background-repeat: no-repeat;
    font-style: italic;
    font-variant: small-caps;
    padding-left: 2em;
    text-align: center;
}

.mensajesServicio {
    margin-left: 1.5em;
    padding-top: 0.4em;
}

.itemMensajeServicio {
    background-color: transparent;
    background-image: url(../img/information.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: rgb(0,162,232);
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 0.3em;
    padding-left: 1.8em;
    text-decoration: underline;
}

/*Menú de pasos realizados*/
div.navegacionPasos {
    border-top: 0.15em solid #8EAE1C;
    font-size: 0.85em;
    margin-top: 0.3em;
}

ul.listaNavegacionPasos {
    float: right;
    text-align: center;
}

li.itemNavegacionPasos {
    border-right: 1px solid #8EAE1C;
    color: #8EAE1C;
    display: inline;
    padding-left: 1em;
    padding-right: 1em;
}

li.itemMenuSeleccionado {
    background: #8EAE1C none repeat scroll 0% 0%;
    border-left: 0 none;
    border-top: 1px solid #8EAE1C;
    color: #FFFFFF;
    display: inline;
    font-weight: bold;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

li.itemMenuRealizado {
    background: #8EAE1C url(../img/fondo_menu_inter.gif) repeat scroll 0% 0%
        ;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top: 1px solid #8EAE1C;
    color: #FFFFFF;
    display: inline;
    padding-left: 1em;
    padding-right: 1em;
}

/*Mensaje en color Oro*/
.advertenciaOro {
    color: #CAAE23;
    font-size: 0.8em;
    padding-left: 1.5em;
}

/*Tablas para muestreo de resultados en azul claro*/
.tdDerecha {
    font-size: 0.8em;
    font-style: italic;
    padding-left: 0.2em;
}

.tdCenter {
    text-align: center;
}

.tdLeft {
    text-align: left;
}

.listaDerecha {
    color: #236299;
    font-size: 0.9em;
    /*margin-left: 6em;*/
}

/*Caja de Texto*/
.textAreaAzulClaro_ {
    border: 1px solid #236299;
    color: #236299;
    font-size: 0.8em;
    margin-left: 0.5em;
    margin-top: 0.5em;
    width: 50%;
}

.textAreaAzulClaro_:hover {
    border: 1px solid #8EAE1C;
}

.textAreaAzulClaro_error {
    border: 1px solid #FFD7D7;
    color: #FA5858;
    font-size: 0.8em;
    margin-left: 0.5em;
    margin-top: 0.5em;
    width: 50%;
}

.marginIzda {
    display: inline;
    margin-left: 0.4em;
}

.marginIzdaStrong {
    display: inline;
    margin-left: 0.4em;
    font-size: 1em;
    text-decoration: underline;
}

/*Campos para la cuenta bancaria*/
input.campoCuenta_ {
    border: 2px solid #236299;
    color: #236299;
    font-size: 1em;
    text-align: center;
}

input.campoCuenta_error {
    border: 2px solid #FFD7D7;
    text-align: center;
    background: #FFD7D7 url(../img/error_fondo.png) repeat-x scroll 0% 0%;
    color: #FA5858;
    font-size: 1.2em;
}

.derecha {
    text-align: right;
}

.espacioDinamico {
    background: #F3F3F1 none repeat scroll 0 0;
    border-style: dotted none;
    border-width: 1px 0px;
    color: #236299;
    font-size: 0.85em;
    margin-top: 0.3em;
    padding-left: 50px;
    padding-top: 0.2em;
}

.espacioScroll {
    border: 2px solid #F3F3F1;
    height: 260px;
}

.linkNormal {
    cursor: pointer;
    padding-left: 0.3em;
}

input.linkAccesibilidad {
    background: transparent none repeat scroll 0 0;
    border-color: transparent;
    border-style: solid solid solid solid;
    border-width: 0px 0px 0px 2px;
    color: #576F8A;
    cursor: pointer;
    font-size: 0.75em;
    padding-right: 0.6em;
}

input.linkAccesibilidad:hover {
    color: #454A53;
    border-style: solid solid solid solid;
    border-width: 0px 0px 0px 2px;
    border-color: #454A53;
}

.linkDocumentoPDF {
    background-color: transparent;
    background-image: url(../img/iconoAcrobat.png);
    background-position: left top;
    background-repeat: no-repeat;
    border: medium none;
    color: #236299;
    cursor: pointer;
    font-size: 0.7em;
    margin-left: 0.7em;
    margin-right: 0.5em;
    padding-left: 1.7em;
    text-align: left;
}

.linkDocumentoWord {
    background-color: transparent;
    background-image: url(../img/iconoWord.png);
    background-position: left top;
    background-repeat: no-repeat;
    border: medium none;
    color: #236299;
    cursor: pointer;
    font-size: 0.7em;
    margin-left: 0.7em;
    margin-right: 0.5em;
    padding-left: 1.7em;
    text-align: left;
}

.linkDocumentoExcel {
    background-color: transparent;
    background-image: url(../img/iconoExcel.png);
    background-position: left top;
    background-repeat: no-repeat;
    border: medium none;
    color: #236299;
    cursor: pointer;
    font-size: 0.7em;
    margin-left: 0.7em;
    margin-right: 0.5em;
    padding-left: 1.7em;
    text-align: left;
}

.linkDocumentoExcel:hover {
    color: #454A53;
}

.linkDocumentoWord:hover {
    color: #454A53;
}

.linkDocumentoPDF:hover {
    color: #454A53;
}

a.linkAtras {
    color: #236299;
    font-size: 0.8em;
    text-decoration: none;
}

a.linkAtras:hover {
    text-decoration: underline;
}

img.topoAzul {
    cursor: default;
    padding-left: 0.3em;
    padding-right: 0.1em;
}

img.topoDocumento {
    cursor: default;
    padding-left: 0.5em;
    padding-right: 0.2em;
}

.imagenPiePagina {
    display: block;
    float: right;
    padding-top: 0.3em;
}

legend{
    padding-right: 1em;
}

.alinearDerecha
{
    text-align: right;
}

.avisoNavegador
{
    font-style: italic;
    color: #236299 !important;
}

button.g-recaptcha {
    background: rgb(0,162,232);
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.75em;
    margin-right: 0.5em;
    margin-top: 0.5em;
}

button.g-recaptcha:hover {
    background: rgb(0,162,232);
    border-right: 1px solid #8EAE1C;
    border-left: 1px solid #8EAE1C;
    border-bottom: 1px solid #8EAE1C;
    border-top: 1px solid transparent;
    color: yellow;
    cursor: pointer;
    font-size: 0.75em;
    margin-right: 0.5em;
    margin-top: 0.5em;
}

.marginResultadoPasarela
{
    margin-top: 25px;
}

.iframePasarela{
    width:100%;
    height: 680px;
    border: none;
}

.centrar
{
    margin: 0px auto;
    text-align: center;
}

.destacado
{
    color: green;
}

.borrado
{
    color: red;
}

.busquedaSinResultados
{
    color: #FA5858;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

input.inputPequeno {
    width: 4em;
    border: 1px solid #236299;
    font-size: 0.7em;
}

.clear_both{
    clear:both;
}