.eti_campo {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000;
	text-align:left;
	padding-left:2px;
	font-weight:bold;
	width:97px;
}

INPUT { border:1px solid #9A7E4F; }
INPUT.campo100 { width:100px; }
INPUT.campo200 { width:200px; }
INPUT.campo300 { width:300px; }
INPUT.campo400 { width:400px; }

INPUT.boton {
	border:1px solid #9A7E4F;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

SELECT { border:1px solid #9A7E4F;}
SELECT.select50{ width:50px; }
SELECT.select100{ width:100px; }
SELECT.select300{ width:300px; }

TEXTAREA.area400{
	width:400px;
	height:120px;
	border:1px solid #9A7E4F;
}
TEXTAREA.area400-a{
	width:400px;
	height:55px;
	border:1px solid #9A7E4F;
}

.icono {
	border:0;
}

.aviso {
	text-align:center;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#666666;
	font-weight:normal;
}