/***********************************************************************************/
/* VUELTA AL FICHERO ORIGINAL - BORRAR ESTE COMENTARIO EN PRÓXIMAS REVISIONES*/
/***********************************************************************************/

.imgListado {
	height: 20px;
	width: 20px;
	cursor: pointer;
}

html {
	overflow-y: hidden;
	list-style: none;
}

label {
	font-size: 75% !important;
}

b {
	font-size: 100% !important;
}

/***********************************************************************************/
/* GENERALES */
/***********************************************************************************/


.tituloExpand {
	position: relative;
	background: url('../images/menos.png');
	background-repeat: no-repeat;
	cursor: pointer;
	border-bottom: 1px solid #CDCDCD;
	padding-left: 1.2em;
	max-width: 49em;
	width: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold !important;
}

.tituloCollapse {
	position: relative;
	background: url('../images/mas.png');
	background-repeat: no-repeat;
	cursor: pointer;
	border-bottom: 1px solid #CDCDCD;
	background-repeat: no-repeat;
	padding-left: 1.2em;
	width: 49em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold !important;
}

/*cajas con margen a la izda para el label*/
textarea {
	border: 1px solid #969696 !important;
	
	position: absolute;
	width: 10.5em;
	*width: 10.5em; 
	left: 7em;
	top: 0.5em; 
	*font-size: 0.75em !important;
	font-size: 0.75em !important;
	resize: none;
}

select {
	
	position: absolute;
	left: 8em;
	top: 0.5em; 
	*font-size: 0.75em !important;
	font-size: 0.75em !important;
	resize: none;
	vertical-align: middle;
	min-width: 11em;
	width: auto !important;
	border: 1px solid #969696 !important;
}

/*cajas con margen a la izda para el label*/
input[type="text"], input[type="password"] {
	
	
	position: absolute;
	width: 10em;
	left: 8em;
	top: 0.5em; 
	*font-size: 0.75em !important;
	font-size: 0.75em !important;
	border: 1px solid #969696 !important;
	vertical-align: middle;
}

*[disabled],*[readonly] {
	background-color: #FCFFD7 !important;
}

input[type="text"]:focus,select:focus,textarea:focus {
	border: 1px solid #0062A1 !important;
	background-color: #F0F9FF !important;
}

.cajaPequena {
	width: 3em !important;
}

.cajaMedia {
	width: 6em !important;
}

.cajaGrande {
	width: 20em !important;
	/* con !important pisa cualquier otra propiedad width que herede, en este caso la hereda de input[type="text"] de arriba*/
}

.cajaExtraGrande {
	width: 45em !important;
	/*sin important no lo coge en razón social (textfield), con esto pisa cualquier otra propiedad width que herede, en este caso la hereda de input[type="text"] de arriba*/
}

/*******************FECHAS*******************/
.imagenCalendario {
	height: 1.5em;
	width: 1.5em;
	margin-left: 10.4em !important;
	margin-top: 0em !important;
	cursor: pointer;
}

.capaCalendario {
	position: absolute;
	left: 0em;
	top: 0em;
	padding-top: 0.3em !important;
}

/*caja select del año en el calendario*/
select.scwHead {
	width: 5em;
	left: 5em;
}

.cajaFecha {
	width: 5.5em !important; /*fijo el ancho de las cajas fecha*/
}

.email {
	/*estilo vacio para discriminar en la transformación a mayúsculas.*/
	
}

.tituloApartado {
	color: #0062A1;
	font-weight: bold;
	font-size: 80% !important;
}

.textoApartado {
	font-size: 80% !important;
}

#espera{
	position:absolute; 
	border:0.1em solid #0062A1;
	border-color: #0062A1;
	color: #0062A1;
	line-height:4.1em;
	z-index: 9601;
	text-align: center;
	font-weight: bold;
	width: 300px;
	height: 70px;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left:-150px;
	display: none;
	background-color: #FFFFFF;
}
#espera span{
	margin-left:45px;	
}
#espera img{
	position:absolute; 
	top:17px; 
	left:45px;
}