/* CSS Document */

table {
  	margin-left:auto; 
	margin-right:auto;
	font-size:1em;
}

.boton {

	background-color: #C3B050;

    color: white;

	font-size: 1em;

	font-weight: bold;

	width: 6.5em;

}

.boton_largo {

	background-color: #C3B050;

    color: white;

	font-size: 1em;

	font-weight: bold;

	width: 7.5em;

}

input {

	color: #666666;

	font-size: 0.9em;

	vertical-align: middle;

	}

td img {

	border:0;

	vertical-align: middle;

}	

select {
	color: #666666;

	font-size: 0.9em;

	vertical-align: middle;
	}
	
textArea {
	color: #666666;

	font-size: 1.2em;

	vertical-align: middle;	
	
	}

.select_multiple {
	color: #666666;

	font-size: 0.9em;

	vertical-align: middle;
	}

/* Separación entre filas de los formularios */

.fila_blanco {

	height: 0.2em;

	background-color: #ffffff;

}

.celda_blanca {

	background-color: #ffffff;

	text-align: right;

}

.celda_centrada {

	text-align: center;

	}

.celda_izq {

	text-align: left;

	}

.celda_izq b{

	text-align: left;
	color: #666666;

	}

.celda_der {

	text-align: right;

	}

.cuerpo_select { 

	font-size: 0.9em;

	color:#666666;

	}

.celda_blanca_centrada {

	background-color: #ffffff;

	text-align: center;

}

.celda_blanca_izquierda {

	background-color: #ffffff;

	text-align: left;

}



.celda_columna {

	width:100px;

}

.celda_columna_derecha {

	width:100px;

	text-align:right;

}

.celda_izq_columna {

	width:140px;

	text-align:left;

}

.fila_blanco {
	height: 0.2em;
	background-color: #ffffff;
}
.celda_blanca {
	background-color: #ffffff;
	text-align: right;
}

/*Estilos para accesibilidad*/
.tabla_tabla
{	
	clear: none;
	overflow: auto;
	width: 90%;			
}
.tabla_titulo
{
	display: block;	
	width: 20%;
	height: 4em;		
	float: left;
	text-align:left;
	background: #c3b050;
	border-color: #ffffff;		
	font-size : 1.0em;
	color: white;
	font-weight: bold;
	margin-left: 17%;
	margin-right: 0.5%;
	margin-bottom: 0%;
	margin-top: 0.5%;	
}
.tabla_celda
{
	display: block;	
	width: 40%;
	height: 4em;	
	float: left;
	background: #efe0b9;
	border-color: #ffffff;		
	font-size : 1.0em;	
	font-weight: bold;
	margin-right: 17%;
	margin-bottom: 0%;
	margin-top: 0.5%;		
}

.estilo_imagen
{
	border: 0;
}

.tabla_temp
{
	border-style: ridge;
	width: 100%;	
}

.texto_centrado
{
	text-align: center;
	vertical-align: middle;
}

.texto_izquierda
{
	text-align: left;
}

.buzon_celda1
{
	width: 40%
}

.buzon_celda2
{
	width: 60%
}
.texto_derecha
{
	text-align: right;
} 


.boton_enlace  {
	background-color: white;
	border: 0;
	text-align: left;
	font-weight: bold;
}
.boton_enlace_disabled {
	background-color: white;
	border: 0;
	text-align: left;
	font-weight: bold;
	color: silver;
}
.boton_recarga {
	background-color: transparent;
	background-image: url(../img/icono_recargar.gif);
	background-repeat:no-repeat;
	border:0;
	width: 1em;
	}
label {
	color:#424F5C;
}
