
.texto_mapa_zonas {
font-color: #000000;
color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
text-align: center;

}



.texto_banda_menu {
font-color: #ffffff;
color:#ffffff;
font-family: Arial, Helvetica;
text-align: center;

}


.texto_azul_titulo {
font-color: #21618c;
color:#21618c;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold;
text-align: center;

}



.texto_azul_titulo_menor {
font-color: #21618c;
color:#21618c;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
text-align: center;

}



/* BOTON DE INICIO */

.boton_inicio {
color:#ffffff;
font-family: Arial, Helvetica;
padding: 3px 5px 3px 5px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-radius: 5px 5px 5px 5px;
background-color:   rgb(19, 92, 164) ;
text-align: center;

}

.boton_inicio:hover {
color:#ffffff;
font-family: Arial, Helvetica;
padding: 3px 5px 3px 5px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-radius: 5px 5px 5px 5px;
background-color: #e38e00;
text-align: center;

}

/* BOTON DE SAÍR */

.boton_sair {
color:#ffffff;
font-family: Arial, Helvetica;
padding: 3px 5px 3px 5px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-radius: 5px 5px 5px 5px;
background-color: #e38e00;
text-align: center;

}

.boton_sair:hover {
color:#ffffff;
font-family: Arial, Helvetica;
padding: 3px 5px 3px 5px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-radius: 5px 5px 5px 5px;
background-color:   rgb(19, 92, 164) ;
text-align: center;

}

/* BOTON DE ESTATÍSTICAS */

.boton_estatisticas {
color:#ffffff;
font-family: Arial, Helvetica;
padding: 3px 5px 3px 5px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-radius: 5px 5px 5px 5px;
background-color: rgb(19, 92, 164);
text-align: center;

}

.boton_estatisticas:hover {
color:#ffffff;
font-family: Arial, Helvetica;
padding: 3px 5px 3px 5px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-radius: 5px 5px 5px 5px;
background-color: #FF7C60;
text-align: center;

}

/* BOTON CAMBIAR ESTADO */

.boton_cambiar_estado {
  color:#ffffff;
  font-family: Arial, Helvetica;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 5px 5px 5px 5px;
  background-color: rgb(19, 92, 164);
  text-align: center;

  }

  .boton_cambiar_estado:hover {
  color:#ffffff;
  font-family: Arial, Helvetica;
  font-size: 11px;
  padding: 2px 2px 2px 2px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 5px 5px 5px 5px;
  background-color: #FF7C60;
  text-align: center;

  }




/* BOTONS DA BANDA SUPERIOR DO LISTADO DE CENTROS */

.boton_lista_centros {
color:white;
font-family: Arial, Helvetica;
padding: 3px 5px 3px 5px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-radius: 5px 5px 5px 5px;

}

.boton_lista_centros:hover {
background-color: #FFFFFF;
color:  rgb(19, 92, 164);;
font-family: Arial, Helvetica;
padding: 3px 5px 3px 5px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-radius: 5px 5px 5px 5px;

}


/* GRUPO DE SOLAPAS DA FILA SUPERIOR */
.tabs { /* rectángulo que serve como contenedor */
margin: 0 auto;
height: 900px;
position: relative;
width: 1125px;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        box-shadow: rgb(59, 131, 189) 2px 2px 2px;
}
/* GRUPO DE SOLAPAS DA FILA INFERIOR */
.tabs2 { /* rectángulo que serve como contenedor do submenú AULAS*/
margin: 0 auto;
height: 900px;
position: relative;
width: 1090px;
background-color: rgb(255, 255, 255);

}


/* SOLAPAS DA FILA SUPERIOR */
.tab { /* cada unha das solapas */
float: left;
}
.tab label { /*Caracteristicas das solapas non-activas */
background-color: #FFFFFF;
border-radius: 10px 10px 0 0;
box-shadow: 0px 0px 0px 0px #cccccc;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #009EE0;
color: #009EE0;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 5px 5px 20px 5px;
position: relative;
text-shadow: 1px 1px #000;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);

}
.tab label:hover { /*Caracteristicas das solapas non-activas */
background-color: #FFFFFF;
border-radius: 7px 5px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #F87909;
color: #009EE0;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 5px 5px 20px 5px;
position: relative;
text-shadow: 1px 1px #000;
z-index: 2;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);

}
/* o control "input" só é necesario para que as solapas permanezan abertas, así que ocultámolo */
.tab [type=radio] {
display: none;
}
/* SOLAPAS DA FILA INFERIOR */
.tab2 { /* cada unha das solapas */
float: left;
margin-bottom: 10px;
}
.tab2 label { /*Caracteristicas das solapas non-activas */
background-color: #FFFFFF;
border-radius: 10px 10px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #009EE0;
color: #009EE0;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 2px;
padding: 5px 5px 10px 5px;
position: relative;
text-shadow: 1px 1px #000;
        border-left: 1px solid #0D47A1;
        border-right: 1px solid #0D47A1;
        border-top: 1px solid #0D47A1;
}


.tab2 label:hover { /*Caracteristicas das solapas non-activas */
border-radius: 7px 5px 0 0;
background-color: #FFFFC2;

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #F87909;
color: #009EE0;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 3px 3px;
position: relative;
text-shadow: 1px 1px #000;
z-index: 3;
        border-left: 1px solid #0D47A1;
        border-right: 1px solid #0D47A1;
        border-top: 1px solid #0D47A1;
}
/* o control "input" só é necesario para que as solapas permanezan abertas, así que ocultámolo */
.tab2 [type=radio] { display: none; }



/* SOLAPA PECHAR SESIÓN */

.tabpechar { /* cada unha das solapas */
float: right;
}

.tabpechar label { /*solapas "pechar sesión" non-activa */
background-color: #FFFFFF;
border-radius: 10px 10px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #009EE0;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 5px 5px;
position: relative;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);

}

.tabpechar label:hover { /* solapa "pechar sesión" con evento "hover" */
background-color: #FFFFFF;
border-radius: 7px 5px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #F87909;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 5px 5px;
position: relative;
z-index: 2;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);
}
/* o control "input" só é necesario para que as solapas permanezan abertas, así que ocultámolo */
.tabpechar [type=radio] { display: none; }


/* SOLAPA AXUDA */

.tabaxuda { /* cada unha das solapas */
float: right;
}

.tabaxuda label { /*solapas "AXUDA" non-activa */
background-color: #FFFFFF;
border-radius: 10px 10px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #009EE0;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 5px 5px;
position: relative;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);

}

.tabaxuda label:hover { /* solapa "AXUDA" con evento "hover" */
background-color: #FFFFFF;
border-radius: 7px 5px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #F87909;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 5px 5px;
position: relative;
z-index: 2;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);
}
/* o control "input" só é necesario para que as solapas permanezan abertas, así que ocultámolo */
.tabaxuda [type=radio] { display: none; }


/* SOLAPAS USUARIO */
.tabusuario { /* cada unha das solapas */
float: right;
}
.tabusuario label { /*Caracteristicas das solapas non-activas */
background-color: #FFFFFF;
border-radius: 10px 10px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #009EE0;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 5px 5px 20px 5px;
position: relative;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);

}
.tabusuario label:hover { /*Caracteristicas das solapas non-activas */
background-color: #FFFFFF;
border-radius: 7px 5px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #F87909;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 5px 5px 20px 5px;
position: relative;
z-index: 2;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);
}
/* o control "input" só é necesario para que as solapas permanezan abertas, así que ocultámolo */
.tabusuario [type=radio] {
display: none;
}


/* SOLAPA INSTALACIÓN EDI */

.tabinstalaedi { /* cada unha das solapas */
float: left;
}

.tabinstalaedi label { /*solapas "pechar sesión" non-activa */
background-color: #FFFFFF;
border-radius: 10px 10px 0 0;

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #009EE0;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 5px 5px;
position: relative;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);

}

.tabinstalaedi label:hover { /* solapa "pechar sesión" con evento "hover" */
background-color: #EEEEEE;
border-radius: 7px 5px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #F87909;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 10px 10px;
position: relative;
z-index: 2;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);
}
/* o control "input" só é necesario para que as solapas permanezan abertas, así que ocultámolo */
.tabinstalaedi [type=radio] { display: none; }

/* SOLAPA INSTALACIÓN DATOS */

.tabinstaladatos { /* cada unha das solapas */
float: left;
}

.tabinstaladatos label { /*solapas "pechar sesión" non-activa */
background-color: #FFFFFF;
border-radius: 10px 10px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #009EE0;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 5px 5px;
position: relative;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);
}

.tabinstaladatos label:hover { /* solapa "pechar sesión" con evento "hover" */
background-color: #FFFFFF;
border-radius: 7px 5px 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #F87909;
cursor: pointer;
cursor: hand;
left: 0;
margin-right: 3px;
padding: 5px 5px;
position: relative;
z-index: 2;
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);
}
/* o control "input" só é necesario para que as solapas permanezan abertas, así que ocultámolo */
.tabinstaladatos [type=radio] { display: none; }



/* ESTILO PARA AS MENSAXES FLOTANTES */

.info, .exito, .alerta, .erro {
            font-family:Arial, Helvetica, sans-serif;
            font-size:16px;
            font-weight: bold;
            margin: 10px 10px;
            padding:50px 250px 50px 250px;
            position:absolute;
            border-radius: 10px 10px 10px 10px;
            box-shadow: -4px -4px 4px 0px #AAAAAA ;
         }
         .exito {
            color: #00529B;
            background-color: #BDE5F8;

         }

         .erro {
            color: #D8000C;
            background-color: #FFBABA;

         }

/* FIN DO ESTILO PARA AS MENSAXES FLOTANTES */

.capa_axuda {
    position:absolute;
    top:50px;
    left:20px;
    width:800px;
    height:650px;
    z-index:10;
    border: 1px;
    border-style:outset;
    border-color: #AAAAAA;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -4px -4px 4px 0px #AAAAAA ;
    background-color: #EFEFEF;
    padding: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.axuda-titulo-marino {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #1B416D;
}

.axuda-titulo-laranxa {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #F87909;
}
.axuda-subtitulo-marino {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #1B416D;
}

.axuda-subtitulo-laranxa {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #F87909;
}
.axuda-texto-parrafo {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #1B416D;
}

.texto-13-laranxa {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #F87909;
}
.texto-12-laranxa {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #F87909;
}
.texto-11-laranxa {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #F87909;
}
.texto-10-laranxa {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #F87909;
}
.texto-10-marino {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #1B416D;
}
.texto-10-rojo {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FF0000;
}
.texto-10-marino-normal {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #1B416D;
}
.texto-12-marino {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #1B416D;
}
.texto-9-laranxa-normal {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #F87909;
}
.texto-9-rojo-normal {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #FF0000;
}
.texto-9-marino-normal {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #1B416D;
}
.campo_texto_grande {
  width: 860px;
  height: 150px;
}
.axuda-solapa1 {
background-color: #CCCCCC;
border-radius: 7px 5px 0 0;
box-shadow: -4px -4px 4px 0px #AAAAAA ;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF;
text-align: center;
text-shadow: 1px 1px #000;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}

.axuda-solapa2 {
background-color: #FFFFFF;
border-radius: 7px 5px 0 0;
box-shadow: -4px -4px 4px 0px #AAAAAA ;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #009EE0;
text-align: center;
text-shadow: 1px 1px #000;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}

.tabla-axuda {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #1B416D;
    padding: 10px;

}

/* contido das solapas */
.encabezado {
background-color: #FFFFFF;
border-radius: 10px 10px 0 0;
box-shadow: -4px -4px 4px 0px #CCCCCC ;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #555555;
top: 23px;
}

/* contido das solapas */
.tabla-exemplos {
background-color: #FFFFFF;
border-radius: 10px 10px 10px 10px;
box-shadow: -4px -4px 4px 0px #CCCCCC ;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #555555;
top: 23px;
}

.seleccionar-opcion {
    background-color: #FFFFFF;
    border: 1px;
    border-style: solid;
    border-color: #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #1B416D;
    padding: 3px;
    valign: middle;

}

.titulo-columna {
background-color: #CCCCCC;
border-radius: 7px 5px 0 0;
box-shadow: -4px -4px 4px 0px #AAAAAA ;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF;
text-align: center;
text-shadow: 1px 1px #000;
top: 23px;
}

.titulo-columna:hover {
background-color: #009EE0;
border-radius: 7px 5px 0 0;
box-shadow: -4px -4px 4px 0px #AAAAAA ;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF;
text-align: center;
text-shadow: 1px 1px #000;
top: 23px;
}


.titulo-edixgal {
  background-color: #FFFFFF;
  border-radius: 7px 5px 0 0;
  box-shadow: -4px -4px 4px 0px #AAAAAA ;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #009EE0;
  text-align: center;
  top: 23px;
  padding-left: 5px;
  padding-right: 5px;
  }



/* SOLAPAS INSTALACIÓNS 2022-23 e 2023-04 */
.solapa-instalacions {
  background-color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  box-shadow: -4px -4px 4px 0px #CCCCCC ;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #CCCCCC;
  top: 10px;
  height: 30px;
  }

.solapa-instalacions:hover {
  background-color: #009EE0;
  border-radius: 10px 10px 0 0;
  box-shadow: -4px -4px 4px 0px #CCCCCC ;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF;
  top: 10px;
  height: 30px;
}

.solapa-instalacions-fixa {
  background-color: #009EE0;
  border-radius: 10px 10px 0 0;
  box-shadow: -4px -4px 4px 0px #CCCCCC ;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF;
  top: 10px;
  height: 30px;
}
.solapa-instalacions-fixa:hover {
  background-color: #009EE0;
  border-radius: 10px 10px 0 0;
  box-shadow: -4px -4px 4px 0px #CCCCCC ;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF;
  top: 10px;
  height: 30px;
}

.solapa-instalacions-relleno {
  background-color: #FFFFFF;
  vertical-align: bottom;
  border-bottom: 1px solid #EDEDED;


  }





.consultar {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #1B416D;
padding-left: 5px;
padding-right: 5px;
background: #FFFFFF;
border-radius: 10px 10px 10px 0;
box-shadow: 4px 4px 4px 0px #CCCCCC ;

}

.consultar:hover {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;
text-shadow: 1px 1px #000;
padding-left: 5px;
padding-right: 5px;
background: #EEEEEE;
border-radius: 10px 10px 10px 0;
box-shadow: 4px 4px 4px 0px #CCCCCC ;

}


.celda_aulas {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #1B416D;
  padding-left: 1px;
  padding-right: 1px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #AAAAAA;
  }



.celda_concello {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #1B416D;
padding-left: 5px;
padding-right: 2px;
background: #FFFFFF;
border-radius: 3px 3px 3px 3px;
box-shadow: 2px 2px 2px 0px #CCCCCC ;

}

.celda_concello:hover {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;
text-shadow: 1px 1px #000;
padding-left: 5px;
padding-right: 2px;
background: #EEEEEE;
border-radius: 3px 3px 3px 3px;
box-shadow: 2px 2px 2px 0px #CCCCCC ;

}

.elemento-aula {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #1B416D;
padding-left: 5px;
padding-right: 5px;
margin-right: 5px;
margin-bottom: 5px;
background: #FFFFFF;
border-radius: 10px 10px 10px 0;
box-shadow: 4px 4px 4px 0px #CCCCCC ;

}

.elemento-aula:hover {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;
text-shadow: 1px 1px #000;
padding-left: 5px;
padding-right: 5px;
margin-right: 5px;
margin-bottom: 5px;
background: #EEEEEE;
border-radius: 10px 10px 10px 0;
box-shadow: 4px 4px 4px 0px #CCCCCC ;

}

.estado {
background-color: #009EE0;
border-radius: 5px 5px 0 0;
box-shadow: -4px -4px 4px 0px #CCCCCC ;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF;
text-align: center;
padding: 7px 7px;
margin-right: 5px;

}

.estado:hover {
background-color: #FFFFFF;
border-radius: 5px 5px 0 0;
box-shadow: -4px -4px 4px 0px #CCCCCC ;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #009EE0;
text-align: center;
padding: 7px 7px;
margin-right: 5px;

}

.fondo-aplicacion {
background-color: rgb(19, 92, 164);
border-radius: 10px 0px 0 0;

padding: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #555555;
top: 23px;
}

fieldset {
border-radius: 15px 15px 15px 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
        border-left: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);
        border-right: 0px solid rgb(221, 221, 221);
        border-bottom: 0px solid rgb(221, 221, 221);

	box-shadow: rgb(59, 131, 189) 2px 2px 2px;
	-webkit-box-shadow: rgb(59, 131, 189)  2px 2px 2px ;
	-moz-box-shadow:  rgb(59, 131, 189)  2px 2px 2px ;
}

fieldset legend {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 5px 15px;
font-size: 16px;
font-weight: bold;
color: #666666;
line-height: 20px;
text-shadow: 1px 1px #FFFFFF;

        border-right: 1px solid rgb(221, 221, 221);

border-radius: 10px 10px 0 0;
box-shadow: -4px -4px 4px 0px #CCCCCC ;
-webkit-box-shadow: -4px -4px 4px 0px #CCCCCC ;
-moz-box-shadow: -4px -4px 4px 0px #CCCCCC ;
}

/* TEXTO EN COR GRIS */
.texto-gris-grande {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #AAAAAA;
}
.texto-gris-normal {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal; color: #AAAAAA;
}
.texto-gris-pequeno {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #777777;
}
.titulo-gris-ficha {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #777777;
}
.titulo-gris-opcion {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #555555;
}
.titulo-laranxa-ficha {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #F87909;
}
.texto-marino-ficha {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #1B416D;
}
.texto-marino-parrafo {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #1B416D;
}
.texto-laranxa-parrafo {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #F87909;
}
.texto-marino-informativo {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #1B416D;
}
.texto-marino-nove {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #1B416D;
}
.texto-branco-grande {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFFFFF;
}

.nome-centro {
  min-width: 300px;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #555555;
}

.logo-amtega {
  align: right;
  background-image: url("../imaxes/logo_AMTEGA_peq.png");
  background-repeat: no-repeat;
  background-position: right;
  min-width: 300px;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #555555;
}

/* ACCESO DE USUARIOS */
.acceso-usuario {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #009EE0;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
/* ESQUINAS REDONDEADAS */
 border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius: 10px;


/* SOMBRA 3D */
   box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
/* SOMBRA 3D PARA SAFARI */
 -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
/* SOMBRA 3D PARA FIREFOX */
 -moz-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
/* SOMBRA 3D PARA INTERNET EXPLORER */
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=5);
}

/* ACCESO DE USUARIOS */
.modifica-contrasinal {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #009EE0;
  border: 1px solid #EEEEEE;
  background: #EEEEEE;
/* ESQUINAS REDONDEADAS */
 border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius: 10px;


/* SOMBRA 3D */
   box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
/* SOMBRA 3D PARA SAFARI */
 -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
/* SOMBRA 3D PARA FIREFOX */
 -moz-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
/* SOMBRA 3D PARA INTERNET EXPLORER */
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=5);
}

hr { height: 1px; color: #CCCCCC; }

.taboa-marcada {
border: 1px;
border-style:outset;
border-color: #003366;
border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
 }

  .taboa-listado {
   border-radius:  10px 10px 10px 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius:  10px 10px 10px 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius:  10px 10px 10px 10px;
   cellspacing: 0px;
   cellpadding: 0px;
 }

.taboa-destacada {
padding: 10px;
border: 1px;
border-style:outset;
border-color: #003366;
border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
 }

 .taboa-selec-validacion {
  padding: 10px;
  border: 1px;
  border-style:outset;
  border-color: #003366;
  border-radius: 10px;
  background-color: #CCCCCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
   }



   .taboa-validacion {
   border-radius:  10px 10px 10px 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius:  10px 10px 10px 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius:  10px 10px 10px 10px;
 }
  .taboa-validacion tr th {
     border: 2px solid #FFFFFF;
  }
 .taboa-validacion td {
   border-style: groove;
   border-color: #DFEDFF;

   border-radius: 10px 10px 10px 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px 10px 10px 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius:  10px 10px 10px 10px;

   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #1B416D;
   background-color: #DEDEDE;
   valign: middle;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 2px;
   padding-bottom: 2px;
 }

 .celda-validacion {
   border-style: groove;
   border-color: #DFEDFF;

   border-radius: 10px 10px 10px 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px 10px 10px 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius:  10px 10px 10px 10px;

   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #1B416D;
   background-color: #DEDEDE;
   valign: middle;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 2px;
   padding-bottom: 2px;
 }


 .taboa-nula tr th td{
border: 0px;
border-bottom: 0px;
border-style: none;
 }

  .taboa-listado tr th {
     border: 2px solid #FFFFFF;
  }
 .taboa-listado td {
    border-radius: 10px 10px 10px 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px 10px 10px 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius:  10px 10px 10px 10px;

   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #1B416D;
   background-color: #DEDEDE;
   valign: middle;
 }

.botonazul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    background-color: #009EE0;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-style:outset;
    border-color: #003366;
    padding: 5px;
/* ESQUINAS REDONDEADAS */
 border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius: 10px;

}
.botonazul:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    background-color: #FF0000;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-style:outset;
    border-color: #003366;
    padding: 5px;
    cursor:pointer; cursor: hand;
/* ESQUINAS REDONDEADAS */
 border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius: 10px;

}


.botonazul2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    background-color: #009EE0;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-style:outset;
    border-color: #003366;
    padding: 5px;
/* ESQUINAS REDONDEADAS */
 border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius: 10px;

}
.botonazul2:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    background-color: #FF0000;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-style:outset;
    border-color: #003366;
    padding: 5px;
    cursor:pointer; cursor: hand;
/* ESQUINAS REDONDEADAS */
 border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius: 10px;

}



.botonasesor {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    background-color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    border-style:outset;
    border-color: #003366;
    padding: 3px;
/* ESQUINAS REDONDEADAS */
    border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius: 10px;

}
.botonasesor:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    background-color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    border-style:outset;
    border-color: #003366;
    padding: 3px;
    cursor:pointer; cursor: hand;
/* ESQUINAS REDONDEADAS */
    border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius: 10px;

}

.capa_asesor {
    position:absolute;
    top:50px;
    left:15px;
    width:830px;
    height:650px;
    z-index:3;
    border: 1px;
    border-style:outset;
    border-color: #AAAAAA;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -4px -4px 4px 0px #AAAAAA ;
    background-color: #DFEDFF;
    padding: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.capa_boton_asesor {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    position:absolute;
    top:7px;
    left:800px;
    z-index:2;
    border: 1px;
    border-style:outset;
    border-color: #AAAAAA;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -4px -4px 4px 0px #AAAAAA ;
/*    background-color: #DFEDFF; */
    padding: 10px;
    background-color: rgb(19, 92, 164);
}
.capa_asesor_centro {
    position:absolute;
    top:50px;
    left:50px;
    width:980px;
    height:700px;
    z-index:3;
    border: 1px;
    border-style:outset;
    border-color: #AAAAAA;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -4px -4px 4px 0px #AAAAAA ;
    background-color: #DFEDFF;
    padding: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}
.capa_boton_asesor_centro {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 9pt;
    position:absolute;
    top:7px;
    left:850px;
    z-index:2;
    border: 1px;
    border-style:outset;
    border-color: #AAAAAA;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -4px -4px 4px 0px #AAAAAA ;
/*    background-color: #DFEDFF; */
    background-color: rgb(19, 92, 164);
    padding: 10px;
}

.capa_validacion_centro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    position:absolute;
    height: 160px;
    top:28px;
    left:346px;
    z-index:2;
    border: 1px;
    border-style:outset;
    border-color: #AAAAAA;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -4px -4px 4px 0px #AAAAAA ;
    background-color: #EEEEEE;
    padding: 3px;
}

.form_codigocentro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    width: 80px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
}

.form_codigocentro_corto {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 24px;
  width: 75px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}

.form_recadro_edixgal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 24px;
  width: 70px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}

.celda_centro_dato {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    width: 700px;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
}

.celda_centro_consulta {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    width: 100px;
    background-color: #CCCCCC;
    text-align: center;
    border: 1px solid #AAAAAA;
}

.celda_sen_entregar {
    color:  #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    background-color: #EFEFEF;
    border: 1px solid #dddddd;
    text-shadow: 1px 1px #aaa;
}

.celda_incompleto {
    color:  #FF963E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #FF963E;
}
.celda_completo {
    color: #009966;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #009966;
}
.celda_non_procede {
  color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #FFFFFF;
}
.celda_sen_validar {
  color:  #c8ca66;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 24px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;

}


.form_centro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    width: 280px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
}


.form_centro_corto {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 24px;
  width: 250px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}


.form_concello {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    width: 190px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
}

.form_concello_corto {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 24px;
  width: 150px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}
.form_provincia {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    width: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
}

.form_provincia_corto {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 24px;
  width: 90px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}



.form_perfil {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    width: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    text-align: center;
}
.form_validacion {
    height: 24px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #EFEFEF;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}
.form_directorio {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    width: 150px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
}
.iconos_validacion {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    border-radius: 10px 10px 10px 10px;
}

.form_data {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    width: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
    border: 1px solid #FFB775;
}

.area-tematica {
        border: 1px solid rgb(221, 221, 221);
        border-top-left-radius: 15px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 50px;
        box-shadow: rgb(59, 131, 189) 2px 2px 2px;
        padding: 20px; height: 120px;
        background-color: rgb(255, 255, 255);
        margin-right: 10px;
        height: 160px;
        min-width: 120px;
        cursor: pointer;
        overflow: hidden;
        background-position: initial initial;
        background-repeat: initial initial;
}

.espazoabalar-tematico {
        border: 1px solid rgb(221, 221, 221);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        box-shadow: rgb(59, 131, 189) 2px 2px 2px;
        padding: 5px;
        background-color: rgb(255, 255, 255);
        margin-right: 10px;
        height: 55px;
        min-width: 90px;
        cursor: pointer;
        overflow: hidden;
        background-position: initial initial;
        background-repeat: initial initial;
}

.solapa-superior {
        border-top: 1px solid rgb(19, 92, 164);
        border-left: 1px solid rgb(19, 92, 164);
        border-right: 1px solid rgb(19, 92, 164);
        border-bottom: 0px solid rgb(19, 92, 164);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        box-shadow: rgb(59, 131, 189) 2px 2px 2px ;
        padding: 12px;
        background-color: rgb(19, 92, 164);
        margin: 0 auto;
        height: 90px;
        width: 1100px;
        overflow: hidden;

}

.solapa-pestanas {
        border-top: 1px solid rgb(14, 60, 108);
        border-left: 1px solid rgb(14, 60, 108);
        border-right: 1px solid rgb(14, 60, 108);
        border-bottom: 0px solid rgb(255, 255, 255);
        box-shadow: rgb(59, 131, 189) 2px 2px 2px ;
        padding: 12px;
        background-color: rgb(14, 60, 108);
        margin: 0 auto;
        height: 30px;
        width: 1100px;
        overflow: hidden;

}

.solapa-pestanas-interior {
        border-top: 1px solid rgb(14, 60, 108);
        border-left: 1px solid rgb(14, 60, 108);
        border-right: 1px solid rgb(14, 60, 108);
        border-bottom: 0px solid rgb(255, 255, 255);
        box-shadow: rgb(59, 131, 189) 2px 2px 2px ;
        padding: 12px;
        background-color: rgb(14, 60, 108);
        margin: 0 auto;
        height: 25px;
        width: 1100px;
        overflow: hidden;

}

.lista-centros {
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        box-shadow: rgb(59, 131, 189) 2px 2px 2px;
        padding: 12px;
        background-color: rgb(255, 255, 255);
        margin: 0 auto;
        height: 950px;
        width: 1100px;
        cursor: pointer;
        overflow-y: scroll;

}



.cadro-inicio {
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        box-shadow: rgb(59, 131, 189) 2px 2px 2px;
        padding: 12px;
        background-color: rgb(255, 255, 255);
        margin: 0 auto;
        height: 950px;
        width: 1100px;
        cursor: pointer;
        overflow: hidden;

}

/* contido e corpo das solapas */
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #555555;
  background-color: rgb(255, 255, 255);
  margin-top: 0 auto;
  height: 800px;
  width: 1100px;
  cursor: pointer;
  overflow: hidden;
	position: absolute;
	right: 0;
	top: 75px;
	bottom: 0px;
	left: 0;
}

/* Caracteristicas da solapa activa */
[type="radio"]:checked ~ label {
background-color: #6EB8F5;

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF;
z-index: 2;
text-shadow: 1px 1px #000;
}
[type=radio]:checked ~ label ~ .content { z-index: 1; }

a {
text-decoration: none;
color: #009EE0;

}

a:link {
text-decoration: none;
color: #009EE0;

}

a:visited {
text-decoration: none;
color: #009EE0;

}

a:hover {
text-decoration: none;
color: #F87909;

}


.cadro-interior {
          font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #009EE0;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
/* ESQUINAS REDONDEADAS */
 border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA SAFARI */
  -webkit-border-radius: 10px;
/* ESQUINAS REDONDEADAS PARA FIREFOX */
  -moz-border-radius: 10px;


/* SOMBRA 3D */
   box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.75);
/* SOMBRA 3D PARA SAFARI */
 -webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.75);
/* SOMBRA 3D PARA FIREFOX */
 -moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.75);
/* SOMBRA 3D PARA INTERNET EXPLORER */
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=1);

}



.cadro-inicio-listado {
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        box-shadow: rgb(59, 131, 189) 2px 2px 2px;
        padding: 12px;
        background-color: rgb(255, 255, 255);
        margin: 0 auto;
        height: 950px;
        width: 1100px;
        cursor: pointer;
	overflow-y: scroll;
        justify-content: center;
}


.contenedor-centrado {
	display: flex;
	align-items: center;

}


.encabezado_entrada {

  height: 110px;
  width: 1150px;

}
.div-zonas {
background-color: #FFFFFF;
border-radius: 10px 10px 10px 10px;
box-shadow: -4px -4px 4px 0px #CCCCCC ;
border-bottom: 1px solid rgb(221, 221, 221);
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #555555;

}

.panel_substituido {
  color:  #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #EFEFEF;
  border: 1px solid #dddddd;
  text-shadow: 1px 1px #aaa;
  width: 100%;
}

