#formContenedor {
	text-align:center;
	position:absolute;
	width:400px;
	left:50%;
	margin-left:-200px;
}
.textareaNormal {
	width:293px;
	margin-bottom:9px;
	color:#2a579f;
	border:1px solid #2a579f;
	padding-left:8px;
	height:81px;
	padding-top:5px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textareaError {
	width:293px;
	margin-bottom:9px;
	color:#F00;
	border:1px solid #F00;
	padding-left:8px;
	height:81px;
	padding-top:5px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.label {
	width:110px;
	text-align:left;
}
.campo {
	width:240px;
}
.ayuda {
	width:50px;
	text-align:center;
}
.inputNormal {
	background:url(/imagenes/fondo-input.png) no-repeat;
	width:271px;
	height:28px;
	border: medium none;
	margin-bottom:8px;

}
.selectNormal {
	width:303px;
	border:1px solid #2a579f;
	padding-left:8px;
	color:#2a579f;
	margin-bottom:9px;
	height:23px;
}
.inputError {
	background:url(/imagenes/fondo-input-error.png) no-repeat;
	width:271px;
	height:28px;
	border: medium none;
	margin-bottom:8px;
}
/* Capas de transparencia y mensajes de confirmacion */

#transparencia {
	background-color:#E1E9F2;
	z-index:1;
	position:absolute;
	width:565px;
	height:190px;
	display:none;
	opacity:0.95;
	filter:alpha(opacity="95");
}
#transparenciaMensaje {
	position:absolute;
	width:565px;
	height:190px;
	margin-top:15px;
	margin-left:0px;
}
