/* Registro Lectura Custom Style */

.VentanaEmergente 
{
	position: absolute;
	z-index: 100;
	width: 311px;
	height: 130px;
	background-color: #FFFF66;
}

#MensajeError 
{
	padding: 10px;
	text-align: justify;
	font-family: Tahoma;
}

#labelCerrar
{
	text-align: right;
}


