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


textarea
{
	width:190px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}

.label { width:110px; text-align:left; }

.campo { width:240px; }

.ayuda { width:50px; text-align:center; }

.input {
	margin-bottom:10px;
	font-size:13px;
	}

.inputNormal { margin-bottom:10px;
	font-size:13px;
	width:236px;}

.inputError
{
	margin-bottom:10px;
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
	width:236px;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#eaeaea; 
	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%;
}

