@charset "UTF-8";
/* CSS Document */

body,td,th,input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

/* TABOAS SEN cellpadding - cellspacing */
table {
    border-collapse: collapse;
}

table tr td {
    padding: 0;
}

a:hover, a:visited {
    text-decoration: none;
}

/**
 * TEMPLATE, Divido 3 columnas, 2 a cada lado finas, e unha no centro
*/
#pagina {
    width: 100%;
    border: none;
}


#pagina .izquierda{
    width: 240px;
    background: url(../img/cliente/desenhoV5/menu_izquierda_fondo_rep.jpg) 0 0 repeat-y;
    vertical-align: top;
}


#pagina .izquierda #contenidoIzquierda {
    background: url(../img/cliente/desenhoV5/menu_izquierda_fondo_sup.jpg)  no-repeat;   
}

#pagina  #eslogan {
    text-align: center;
    padding: 30px 40px 70px 40px;
}


#pagina .centro {
    padding: 10px;
    padding-top: 50px;
    vertical-align: top;
}

/*Barra da  DEREITa*/
#pagina .derecha {
    width: 16px;
    background: #FF0000 url(../img/cliente/desenhoV5/fondo_der.jpg) 0 0 repeat-y;
}

#cabeceraDerecha #botonSalir {
    position:absolute;
    right:35px;
    top: 15px;
    font-weight: bold;
}

#cabeceraDerecha #botonSalir img {
    position: relative;
    top: 2px;
}

/* CABECERA DENTRO DO TEMPLATE*/
table#contenidoCabecera {
    width: 100%;
    height: 107px;
    background: url(../img/cliente/desenhoV5/fondo_sup.jpg) 0 0 repeat-x;

}


table#contenidoCabecera #cabeceraCentro {
    width: 135px;
    height: 107px;
    background: url(../img/cliente/desenhoV5/francia.jpg) 0 0 no-repeat;
}


table#contenidoCabecera #cabeceraDerecha {
    background: url(../img/cliente/desenhoV5/fondo_der.jpg) 100% 100% repeat-y;
}

table#contenidoCabecera #cabeceraDerecha #contenedorCabecera {
    position: relative;
}

table#contenidoCabecera #cabeceraIzquierda {
    width: 240px;
    background: url(../img/cliente/desenhoV5/logo_sup.jpg) 0 0 no-repeat;
}

table#contenidoCabecera #cabeceraPie {
    height: 33px;
    background: url(../img/cliente/desenhoV5/fondo_menu_sup.jpg) 0 0 repeat-x;
}

table#contenidoCabecera #cabeceraPieEsquina {
    height: 33px;
    width: 45px;
    background: url(../img/cliente/desenhoV5/logo_esquina.jpg) 0 0 no-repeat;
}

table#contenidoCabecera .capaAlertaInformativa {
    position: absolute;
}

/*JSP CABECERA*/
table#contenedorMenuCabecera {    
    width: 100%;
    height: 107px; /* Mesmo alto que a cabeceira */
}


table#contenedorMenuCabecera .registreseAqui,table#contenedorMenuCabecera .registreseAqui:hover {
    font-weight: bold;
    color: #DA251D;
    text-decoration: none;
}

table#contenedorMenuCabecera td#contenedorBotonesMenu {
    vertical-align: bottom;
}


/**
 * Boton das cabeceira
*/
.botoneraCabecera {
    height: 59px;
    /* seguintes linhas para alinhar a dereita. Text-align non rula con tables*/
    margin-left: auto;
    margin-right: 25px;
}

.botoneraCabecera img {
    padding: 3px;
}
.botoneraCabecera tr td.separacion {
    width: 3px;
}

.botoneraCabecera tr td.medio a {
    display: block;
    width: auto;
}

.botoneraCabecera tr td.medio {
    background: url(../img/cliente/desenhoV5/boton_fondo.png) 0 0 repeat-x;
    padding: 0;
    text-align: center;
    font-size: 0.7em;
    width: 50px;
    white-space: nowrap;
}

.botoneraCabecera tr td.inicio {
    background: url(../img/cliente/desenhoV5/boton_izq.png) 0 0 no-repeat;
    width: 14px;
}

.botoneraCabecera tr td.fin {
    background: url(../img/cliente/desenhoV5/boton_der.png) 100% 100% no-repeat;
    width: 14px;
}


/* Dentro da botonera, listado de idiomas*/

/* Tenho que ponher un div relativo, para q contenha as imaxes e a listagem de idiomas*/
div.contenedorMenuBoton {
    position: relative;
}

div.listadoSubmenus {
    position: absolute;

    display: none;
    top: 52px; /*Tamanho botonera, para que apareza debaixo*/
    right: -17px; /* Hai que restarlle o que mide o lateral do boton*/

    font-size: 1.1em;
    padding: 3px;

    background: #FFF url(../img/cliente/desenhoV5/cabecera_fila.gif) left bottom repeat-x;

    border-top: 1px solid #C3C3C3;
    border-left: 1px solid #C3C3C3;
    border-bottom: 3px solid #C3C3C3;
    border-right: 3px solid #C3C3C3;
}

div.listadoSubmenus ul {
    list-style: none;
}

div.listadoSubmenus ul li {
    height: 17px;
    vertical-align: middle;
    padding-top: 3px;
    text-align: right;
    white-space: nowrap;
}

div.listadoSubmenus ul li a{
    display: block;
    width: auto;
}

div.listadoSubmenus ul li a:hover{
    background: #CCCCCC;
}

div.listadoSubmenus ul li#castellano, div.listadoSubmenus ul li#english,
div.listadoSubmenus ul li#francais,   div.listadoSubmenus ul li#deutsch,
div.listadoSubmenus ul li#italiano, div.listadoSubmenus ul li#portugues {
    padding-right: 32px;
}

div.listadoSubmenus ul li#castellano {
    background: url(../img/cliente/desenhoV5/idiomas/castellano.png) 100% 0 no-repeat;
}

div.listadoSubmenus ul li#english {
    background: url(../img/cliente/desenhoV5/idiomas/english.png) 100% 0 no-repeat;
}

div.listadoSubmenus ul li#francais {
    background: url(../img/cliente/desenhoV5/idiomas/francais.png) 100% 0 no-repeat;
}

div.listadoSubmenus ul li#deutsch {
    background: url(../img/cliente/desenhoV5/idiomas/deutsch.png) 100% 0 no-repeat;
}

div.listadoSubmenus ul li#italiano {
    background: url(../img/cliente/desenhoV5/idiomas/italiano.png) 100% 0 no-repeat;
}

div.listadoSubmenus ul li#portugues {
    background: url(../img/cliente/desenhoV5/idiomas/portugues.png) 100% 0 no-repeat;
}


/* CORPO DENTRO DO TEMPLATE*/
table#cuerpo {
    width: 100%;
    margin-top: -33px;
}



/* PE DENTRO DO TEMPLATE*/
table#pie{
    height: 61px;
    width: 100%;
    background: url(../img/cliente/desenhoV5/fondo_pie.jpg) 0 0 repeat-x;
}


table#pie .centro {
    padding: 0;
    vertical-align: middle;
}

/* Logos del home */
#logosCliente {
    margin-top:20px;
    text-align: center;
}


/*LATERAL ESQUERDO JSP*/
.menuIzquierda {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
}

.menuIzquierda ul {
    list-style: none;
}
.menuIzquierda ul li {
    padding-left: 5px;
}


.menuIzquierda .titulo {
    background-image: url(../img/cliente/desenhoV5/menu_titulo.png);
    height: 28px;
    padding-top: 7px;
    font-weight: bold;
    font-size: 1.2em;
    color: #DA251D;
    text-align:center;
}

.menuIzquierda .menu, .menuIzquierda .subMenu,.menuIzquierda .menuSimple{
    background-image: url(../img/cliente/desenhoV5/menu_fondo.png);
    padding-left: 20px;
}




/* LISTADOS CON ESTILI EXCEL*/

.tablaListado a {
    font-weight: bold;
    color: #DA251D;
}

.tablaListado {
    width: 100%;
    border: 2px solid #CCCCCC;
    border-collapse: separate;
}

.tablaListado thead tr th {
    background:  #f9f9f9  url(../img/cliente/desenhoV5/cabecera_fila.gif) left bottom repeat-x;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #d0d0d0;
    height: 30px;
    padding: 5px;
}

.tablaListado tbody tr td {
    border-bottom: 1px dotted #ccc;
    padding: 5px;
}

.tablaListado .lineaImpar {
    background: #F5F5F5;
}


/**
 * EMERXENTE
*/
div.puntoCentral {
    position: absolute;
    left:50%;
    top:50%;
}

div.emergente {
    width: 600px;
    margin-left: -300px;
    display: none;
    position: fixed;
    text-align: justify;
    padding: 0px 10px  30px 10px;

    border-top: 1px solid #C3C3C3;
    border-left: 1px solid #C3C3C3;
    border-bottom: 4px solid #C3C3C3;
    border-right: 4px solid #C3C3C3;

    background: #FFF url(../img/cliente/desenhoV5/cabecera_fila.gif) left bottom repeat-x;
}

div.emergente h1 {
    font-size: 1.2em;
    text-decoration:underline;
    padding: 8px;
}
div.emergente .cerrarEmergente {
    position: absolute;
    top: 0px;
    width: 100px;
    right: 0;
    background: #DA251D;
    text-align: center;
}

div.emergente .cerrarEmergente a {
    display: block;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}


/* AVISO QUE SAE CANDO E MOROSO, e tal*/
.aviso {
    border: 2px dotted red;
    background: rgb(255,255,128);
    padding: 10px;
    text-align: justify;
}



/* FICHAS */
/**
 * BLoque formulario COMUJN
*/
.capaMargenBloqueFormulario {
    margin-left: 0px;
    margin-right: 0px;
}


.capaBloqueFormularioFicha h1 {
    background: #FFF url(../img/cliente/desenhoV5/cabecera_fila.gif) left bottom repeat-x;
    font-size: 1.2em;
    padding: 5px;
}

.capaBloqueFormularioFicha {
    border-top: 1px solid #C3C3C3;
    border-left: 1px solid #C3C3C3;
    border-bottom: 4px solid #C3C3C3;
    border-right: 4px solid #C3C3C3;
    background: #FFF;
}

.capaBloqueFormularioFicha .contenidoFormularioFicha {
    margin: 1px 5px 0px 5px;
}

.capaBloqueFormularioFicha .contenidoFormularioFicha td, .capaBloqueFormularioFicha .contenidoFormularioFicha th{
    text-align: left;
    padding-right: 5px;
    vertical-align: middle;
}

.capaBloqueFormularioFicha .contenidoFormularioFicha tr th {
    white-space: normal;
}


.capaBloqueFormularioFicha h2 {
    padding-left: 5px;
    margin: 18px 0px 0px 0px;
    font-size: 1.1em;
    border-left: 10px solid  #DA251D;
    border-top: 2px solid  #C3C3C3;
    border-bottom: 2px solid  #C3C3C3;
}

.capaBloqueFormularioFicha h3 {
    padding-left: 5px;
    font-size: 1em;
    border-bottom: 1px solid  #C3C3C3;
}


.capaBloqueFormularioFicha hr {
    border: 1px dotted  #C3C3C3;
}

.capaBloqueFormularioFicha .contenidoFormularioFicha .imagenFicha {
    padding: 8px 8px 8px 8px;
}

/* Añadido para mi ficha empresa */

.capaBloqueFormularioFicha .miFichaEmpresa td {
    padding: 4px;
}

.capaBloqueFormularioFicha .miFichaEmpresaCeldaLimpia {
    padding: 4px;
}

/* PARTE EXTERNA;*/
.capaBloqueFormularioExterno {
    font-size: 1.1em;
}

.capaBloqueFormularioExterno h1 {
    font-size: 1.5em;
    padding: 5px 5px 5px 5px;

}

.capaBloqueFormularioExterno p {
    text-align: justify;

    margin: 10px 0 0 0;
}

.capaBloqueFormularioExterno ul {
    margin: 5px 0 5px 30px;
}



/*PE DO PAXINADO*/
.piePaginado {
    margin: 20px 0px 20px 0px;
    width: 100%;
}

.piePaginado .piePaginadoIzquierda,.piePaginado .piePaginadoDerecha {
    width: 200px;
}

.piePaginado .centro {
    text-align: center;
}

.piePaginado .piePaginadoDerecha {
    text-align: right;
}

.piePaginado input {
    border:0;
    background: transparent;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.piePaginado .transparente {}

.piePaginado .primera, .piePaginado .anterior, .piePaginado .ultima, .piePaginado .siguiente{
    font-size: 0em;
    color: #DA251D;
}

.piePaginado .primera {
    background: url("../img/cliente/desenhoV5/paginado_primera.png") 50% 50% no-repeat;
}

.piePaginado .anterior {
    background: url("../img/cliente/desenhoV5/paginado_anterior.png") 50% 50% no-repeat;
}
.piePaginado .ultima {
    background: url("../img/cliente/desenhoV5/paginado_ultima.png") 50% 50% no-repeat;
}

.piePaginado .siguiente {
    background: url("../img/cliente/desenhoV5/paginado_siguiente.png") 50% 50% no-repeat;
}

.construcontactEnlacePortal {
    text-align: right;
}