#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;
}
.input {
	background:url(/imagenes/input.jpg) no-repeat;
	width:299px;
	height:19px;
	border:medium none;
}
.inputNormal {
	background:url(/imagenes/fondo-input.png) no-repeat;
	width:253px;
	padding-left:5px;
	height:36px;
	border:medium none;
	color:#794A23;
	font-size:14px;
}
.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:253px;
	padding-left:5px;
	height:36px;
	border:medium none;
	color:#794A23;
	font-size:14px;
  }
/* Capas de transparencia y mensajes de confirmacion */

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

