/**
 * Modificamos el color del texto en la p�gina de clientes, la letra
 * sigue siendo Trebuchet */
body, input, select, table, textarea {
    font-family:  "Trebuchet MS";
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 13px;
}

body {
    height: 100%;
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
}

select {
    padding: 0;
    margin: 0;
}


form {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
}


img {
    border: 0px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

textarea {
    width: 98%;    
}

/**
 * Modificamos el color de los links, para que sean grises
*/
a {
    color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: underline;
}


a:active, a:hover {
    color: #DA251D;
    text-decoration: none;
}

hr {
    margin-top: 5px;
    border: 1px solid #DA251D;
}

ul {
    margin: 0;
    padding: 0;
}


/* STRUTS 2*/
.errorMessage {

    color: #DA251D;
}

.errorLabel {
    color: #DA251D;
}

/**
 * Letra de Construdata21
*/
.letraConstrudata21 {
    color: #DA251D;
}

.letraNegra {
    color: #000000;
}

/**
 * Letra de construcontact
*/
.letraConstrucontact {
    color: #99AE6A;
}

/**
 * Letra de Etis
*/
.letraEtis {
    color: #28166F;
}

/**
 * BLoque formulario COMUJN
*/
.capaMargenBloqueFormulario {
    margin-left: 20px;
    margin-right: 20px;
}

.capaBloqueFormularioGris {
    border: 1px solid #E7E7E7;
    background-color: #F7F7F7;
}

.capaBloqueFormularioGris h1 {
    padding: 3px;
    font-size: 1em;
    color: #DA251D;
    background: #FFF;
}

.capaBloqueFormularioGris .formulario {
    width: 100%;
    border-spacing: 0;
}

.capaBloqueFormularioGris .formulario  th , .capaBloqueFormularioGris .formulario td {
    padding: 3px;
    vertical-align: top;
    text-align: left;
}

.capaBloqueFormularioVacio {
}


/**
 * MENU COMUN
*/

table.menu a:link, table.menu a:hover, table.menu a:visited{
    text-decoration: none;
}

table.menu td{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

table.menu td.menuSeleccionado {
    color: #FFFFFF;
    background-color: #DA251D;
}

table.menu  td.menuNonSeleccionado {
    background-color:#CCCCCC;
}

table.menu td.menuSeleccionado a {
    font-weight: bold;
    color: #FFFFFF;
}
table.menu td.menuNonSeleccionado a {
    color: #000000;
    font-weight: normal;
}

table.menu td.submenuSeleccionado {
    background-color: #DA251D;
    color: #FFFFFF;
    height: 15px;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

table.menu td.submenuSeleccionado a {
    font-weight: bold;
    color: #FFFFFF;
}




/**
 * Estilo de la capa de la alerta informativa
*/
.capaAlertaInformativa {
    position:relative;
    width: 400px;
    border: 1px solid #CCCCCC;
    padding-right: 0px;
}

.capaAlertaInformativa h1 {
    font-size: 1.2em;
}

.capaAlertaInformativa a {
    font-weight: bold;
}

.capaAlertaInformativa p {
    margin: 10px 0px 0px 0px;
}

.capaAlertaInformativa table td{
    font-size: 14px;
    background-color: #FFFF99;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}



/**
 * Clases para o fondo transparente e os contenedores
*/
.fondoTransparente {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(../img/transparencia.png) repeat top left;
    display: none;
}

.contenedorObjetosFondoTransparente {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.contenedorObjetosFondoTransparente table,.contenedorObjetosFondoTransparente table tr td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

/* Para aqueles inputs que teñan que modificar un dato*/
.inputSinCambios {
    color: green;
    font-weight: bold;
}

.inputConCambios {
    color: #cc3333;
    font-weight: bold;
}


/* En principio se usa para mostrar en las fichas de obra el estado del
   proveedor en este color */
.proveedorConcursoAcreedores {
    background-color: #C54B8C;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}
.proveedorDisuelto {
    background-color: black;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

/* LISTADO DE RESULTADOS*/
/**
 * LISTADO
*/
.listadoResultados {
    width: 100%;
    border-spacing: 0;
    font-size:0.9em;
}

.listadoResultados thead tr th{
    background-color: #CCC;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #000;
    height: 20px;
    white-space: nowrap;
}


.listadoResultados thead tr th, .listadoResultados tbody tr td {
    padding: 3px;
}

.listadoResultados tbody tr td {
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.listadoResultados tr.lineaImpar {
    background-color: #f8f9fc;
}


.listadoResultados tr.filaLicitacion, table.listadoResultados tr.filaLicitacion a {
    color: #28166F;
}

.listadoResultados tr.filaReportes, table.listadoResultados tr.filaReportes td {
    background-color: #f8f9fc;
}

/**
 * PAXINADO
*/
.piePaginado {
    margin-left: auto;
    margin-right: auto;
}
.piePaginado tr td {
    vertical-align: middle;
}

input.numeroPagina, input.paginaActual {
    border:none ;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-weight: bold;
    cursor: pointer;
}

input.paginaActual {
    color: #cc3333;
    font-weight: bold;
    cursor: auto;
    font-size: 1.2eM;
}


/* Cando hai unha explciacion. Letra + pequena e cursiva*/
.explicacion {
    font-size: 0.8em;
    font-style:oblique;
}



.selectDivisionEstatalMultiple {
    height: 70px;
}

.tituloSeleccionCorrecta {
    color: #007c00;
}

/* STRUTS 2*/
.tooltip {
    width: 300px;
    border: 1px solid #000;
    padding: 3px;
    background: #ffe568;
}


/*
.rojoConstrudata {
  color: #CC3333;
}

.verde {
  color: green;
}

.logoConstrudata {
  font-size: 2.5em;
  font-weight: bold;
}

.tituloPaginaIzquierda {
  font-size: 1em;
  font-weight: bold;
}


.error {
  font-size: 200%;
  color: #CC3333;
}


.menuSuperior {
  width: 95%;
}



.listadoResultados a {
  color: #CC3333;
}

table.listadoResultados {
  margin-top: 20px;
  background-color: #cccccc;
  width: 98%;
  font-size:0.6em;
}

table.listadoResultados thead {
  color: #cc3333;
  font-weight: bold;
}

table.listadoResultados td {
  background-color: #eeeeee;
  padding-left:4px;
  padding-right:4px;
  text-align: left;
}



input.boton, button {
  border: 1px solid #cc3333;
  background-color: #eeeeee;
  cursor: pointer;
  color: #cc3333;
}

input.numeroPagina, input.paginaActual {
  border: 0px none #000000;
  margin-left:0px;
  margin-right:0px;
  padding-left:0px;
  padding-right:0px;
  background-color: transparent;
  font-style: normal;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  font-size:0.6em;
}

input.paginaActual {
  color: #cc3333;
  font-weight: bold;
  cursor: auto;
}


.filtrosListado {
  background-color: #cccccc;
  font-size:0.6em;
}

.filtrosListado select, .filtrosListado input {
  font-size:0.9em;
}

.filtrosListado th {
  color: #cc3333;
  text-align: right;
}

.letraPequena {
  font-size: 0.8em;
}


table.piePaginado {
  font-size:0.6em;
}

table.piePaginado input {
  font-size:1em;
}

*/

#capaTooltip {
    position: absolute;
    width: 150px;
    border: 2px solid black;
    padding: 8px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.capaTooltipOculta {
    display: none;
}

.inputDisabled {
    background-color: #CCC;
}

.selectorAjax {
    position: absolute;
    left: 0; right: 0;
    border: 1px solid #CCC;
    overflow: auto;
    height: 150px;
    display: none;
    background: #FFF;
    z-index: 99;
}

.selectorAjax ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.selectorAjax ul li {
    border-bottom: 1px solid #eee;
}

.selectorAjax ul li a{
    display: block;
    width: auto;
    padding: 2px;
}

.selectorAjax ul li a:hover{
    background: #CCCCCC;
}
