#formContenedor 
{
	text-align: center;
	position: absolute;
	width: 600px;
}

table { width:650px; }

input 
{
	width: 350px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 8px;
}

textarea
{
	width:350px;
	height:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid;
}

button {
	width: 60px;
	height: 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	border: 1px solid #002D47;
	background-color: #002D47;
	color: #FFF;
	letter-spacing: 1px;
	padding: 8px;
}

.label {
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	width: 120px;
	font-weight: normal;
}

.campo { width:300px; }

.ayuda {
	width: 18px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

.inputNormal { border:1px solid; }

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

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color: #FFF;
	z-index: 3;
	position: absolute;
	width: 620px;
	height: 400px;
	display: none;
	opacity: 0.95;
	filter: alpha(opacity="95");
	visibility: inherit;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: center;
}

#transparenciaMensaje
{
	position:absolute;
	width:620px;
	height:410px;
	margin-top:-35px;
	margin-left:-100px;
	top:125px;
	left:18%;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width: 55px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	border: 1px ridge #999;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	text-align: center;
	font-weight: normal;
	color: #FFF;
}
#ayudaTitulo
{
	background-color:#003368; 
	color:#FFFFFF; 
	padding:1px;
}
#ayudaTexto
{
	vertical-align:middle;
	padding:1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;	
}