@charset "utf-8";
/* Documento CSS */

/*body{
	background-color:#0066FF;
}
*/
form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
/*En ie7 pone azul el legend asi se especifica el color del texto*/
/*legend{
color: #CCCCCC;
}*/
div.espacio {
	margin: .4em 0;
}
div label {
	width: 35%;
	float: left;
}
.cmd  {
	float: right;
	margin-right:1em
}
#error{
	color:#FF3300;
	font-size:12px;
	height: 10px;
}
.txtInput:hover {
border:2px solid #99FF99;
}