


input 
{
	font-family: "Tw Cen MT", Tahoma;
	font-size:10pt;
	padding:2px;
	color: #868686;
	border:1px solid #666666;
	background-color: #23252f;
}

textarea
{
font-family: "Tw Cen MT", Tahoma;
	font-size:10pt;
	padding:2px;
	color: #868686;
	border:1px solid #666666;
	background-color: #23252f;;
}


.campo { width:240px; }

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

.inputNormal { font-family: "Tw Cen MT", Tahoma;
	font-size:10pt;
	padding:2px;
	color: #868686;
	border:1px solid #666666;
	background-color: #23252f; }

.inputError
{
	border: 1px solid #7D1B15;
	color: #FFF;
	background-color: #3E0000;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#21232b; 
	z-index:1; 
	position:absolute;
	width:350px;
	height:130px;
	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;
}
