/* ================================================================================== GENERAL  */

/* ================================================================================== Formularios  */
#cuerpo #datos{
	margin:2px 0px 10px 2px;
	float:left;
	width: 488px;
	padding-left:30px;
	padding-top: 20px;
}

#cuerpo #datos p{	margin:5px 0px; }
#cuerpo #datos .botonera {	margin:20px 0px 10px 160px;}
#cuerpo #datos .indentado {	margin-left:136px; }
#cuerpo #datos .error {	margin:5px 0px 10px 140px; color:Red; }
#cuerpo #datos label {
	display:block; float:left; width:125px; padding-top:5px; 
}
#cuerpo #datos .indentado label {	display:inline; float:none; }

input, select, textarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555;
	border:1px solid #555;
}
input.sizeS, select.sizeS { width:75px;}
input.sizeM, select.sizeM { width:150px;}
input.sizeL, select.sizeL, textarea.sizeL { width:250px;}
input.sizeX, select.sizeX, textarea.sizeX { width:400px;}

span.noBorde input { border:0px;}
input.boton { background-color:#67B3FE; color:#100; border:1px solid #557EB2; padding:1px 3px; outline:none;}

/* ================================================================================== */