body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;

}



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

table { 

width:350px;
height:200px;

 }

input 
{
	width:220px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
}

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

button { width:100px; height:22px; font-family:Verdana; font-size:11px; }

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

.campo { width:240px; }

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

.inputNormal { border:1px solid; }

.inputError
{
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#F7F7F7; 
	border:1px dashed;
	z-index:3; 
	position:absolute;
	width:345px;
	height:250px;
	display:none;
	top:0%;
	left:0%;
	opacity:0.95; filter:alpha(opacity="95");
}

#transparenciaMensaje
{
	position:absolute;
	width:250px;
	height:100px;
	margin-top:-50px;
	margin-left:-130px;
	top:50%;
	left:50%;
}
