.cajaTitVerificacion {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #D3D3D3 url("/SEVE/imagenes/icoH3Agenda.gif") no-repeat center left;
	padding: 5px 0 5px 32px;
}

.textoLinea {
	color: #666;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	width: 155px;
}

.cajaLinea {
	color: #666;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	width: 410px;
}

.limpiarFloat {
	clear: both;
}

.boton_informacion {
	background: url("/SEVE/imagenes/f_boton_1.gif") no-repeat scroll left top transparent;
	color: #666666;
	font-size: 0.7em;
	height: 15px;
	line-height: 12px;
	padding: 2px 12px;
	text-align: center;
	text-decoration: none;
	width: 130px;
}

#teclado {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: white;
	border: 1px solid #000;
}

.tecladoTexto {
	background-color: #D3D3D3;
	text-align: left;
	padding: 3px 5px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 6px;
}

a.tecladoBoton,a.tecladoBoton:visited {
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	padding-right: 5px;
	color: blue !important;
}

a.tecladoBoton:hover {
	color: blue !important;
}

#teclado img {
	cursor: pointer;
	margin: 1px;
}

.tecladoBotonesInf {
	text-align: center;
	padding: 2px 0 5px 0;
}

.divCamposIdentif {
	border: 1px solid #CCCCCC;
	margin: 5px 0 0 5px;
	padding: 7px;
	background-color: #F1F1F1;
	/*height: 365px;*/
	height: 355px;
}

hr.lineaDivisoria {
	background-color: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
	overflow: hidden;
}

#cargando {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000;
	filter: alpha(opacity = 75); /* internet explorer */
	-khtml-opacity: 0.75; /* khtml, old safari */
	-moz-opacity: 0.75; /* mozilla, netscape */
	opacity: 0.75; /* fx, safari, opera */
	z-index: 9999;
}

#errorDni {
	color: red;
	font-size: 10px;
	font-weight: bold;
	display: none; 
}