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

table { width:600px; }

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

textarea{
	width:320px;
	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:560px; }

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

.inputNormal { width:560px; 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:400px;
	height:260px;
	display:none;
	opacity:0.95; filter:alpha(opacity="95");
}

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

/* 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;
}




	#menuheader { margin: 0 10 0 50px; }
		#menuheader li { list-style: none; float: left; }
		#menuheader li a { cursor: pointer; padding: 5px 15px; line-height: 25px; background: #0075D1; margin: 0 1px 0 0; color: #ffffff; text-decoration: none;}
		#menuheader li a:hover { background: #08AB43; color: #000; text-decoration: none;}
		#menuheader li a.current { background: #66A3CF; color: #fff; text-decoration: none;}
		#menuheader li a#last  { margin: 0; padding: 5px 10px 5px 10px; text-decoration: none;}
