#formContenedor 
{
	text-align:center;
	position:absolute;
	width:400px;
	left:50%;
	margin-left:-200px;
}


button { width:300px; 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:#FFFFFF; 
	z-index:1; 
	position:absolute;
	width:1350px;
	height:1750px;
	display:none;
	opacity:0.95; filter:alpha(opacity="95");
	
}

#transparenciaMensaje
{
	
	width:300px;
	height:100px;
	margin-top:300px;
	margin-left:550px;
	top:50%;
	left:50%;
	font-size:18px; color:#666;
	text-align:center;
     
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:1px solid #000000;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
}

#ayudaTitulo
{
	background-color:#000000; 
	color:#FFFFFF; 
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
}

#representante
{
   word-wrap: break-word; 
   max-width:1075px; 
   width:1075px;
}
#domicilio_2
{
   word-wrap: break-word; 
   max-width:1075px; 
   width:1075px;
}

#domocilio_adi
{
   word-wrap: break-word; 
   max-width:1075px; 
   width:1075px;
}
#socios
{
   word-wrap: break-word; 
   max-width:1075px; 
   width:1075px;
}


