#formContenedor {
	text-align:center;
	position:absolute;
	width:400px;
	left:50%;
	margin-left:-200px;
}

textarea {
	background:url(/imagenes/index/fondo-comentario.gif) no-repeat;
	width:217px;
	height:116px;
	border: medium none;
	padding-top:5px;
	color:#6e7d94;
	font-weight:bold;
	overflow:hidden;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
}
.textareaError {
	background:url(/imagenes/index/fondo-comentario-error.jpg) no-repeat;
	width:217px;
	height:116px;
	border: medium none;
	padding-top:5px;
	color:#6e7d94;
	font-weight:bold;
	overflow:hidden;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
}
.label {
	width:110px;
	text-align:left;
}
.campo {
	width:240px;
}
.ayuda {
	width:50px;
	text-align:center;
}
.input {
	margin-bottom:10px;
	font-size:13px;
}
.inputNormal {
	background:url(/imagenes/index/fondo-input.gif) no-repeat;
	border:medium none;
	width:217px;
	height:27px;
	color:#6e7d94;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:17px;
	padding-left:12px;
}
.inputError {
	background:url(/imagenes/index/fondo-input-error.jpg) no-repeat;
	border:medium none;
	width:217px;
	height:27px;
	color:#6e7d94;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:17px;
	padding-left:12px;
}
/* Capas de transparencia y mensajes de confirmacion */

#transparencia {
	background-color:#6E7D93;
	z-index:1;
	position:absolute;
	width:495px;
	height:155px;
	display:none;
/*	opacity:0.95;
	filter:alpha(opacity="95");*/
}
#transparenciaMensaje {
	position:absolute;
	width:400px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}
