@charset "ISO-8859-1";
/* CSS Document */

#fields {
	width:265px;
	float:left;
	margin: 0 0 0 15px !important;
	margin:0
}

#fields label {
	width: 230px;
	display: block;
	padding: 0px;
}

#radios {
	width: 230px;
	display: block;
	padding: 0px;
}

#fields input {
	border: 1px solid #CFCFCF;
	margin: 0 0 10px 0;
	background: #F6F4F4;
	width: 260px;
	color:#7E7E7E;
	height:20px
}
#opciones { margin-bottom:20px !important; margin-bottom:27px}
#opciones label {
	width: 270px;
	display: block;
	padding: 0px;
}

#opciones #radios {
	width: 270px;
	display: block;
	padding: 0px;
}

#opciones #radios input {	border: none;	margin: 0;	background: none; width: 10px;	height: auto }
#opciones #radios span {	width:20px; margin: 0 10px; text-align:center }

#opciones label input {	border: none;	margin: 0;	background: none; width: 10px;	height: auto }
#opciones label span {	width:20px; margin: 0 10px; text-align:center }


#fields textarea {
	border: 1px solid #CFCFCF;
	margin: 0 0 3px 0;
	background: #F6F4F4;
	width: 260px;
	height: 63px;
}
#send input {
	width: 53px;
	height: 18px;
	margin: 0px;
}

.azul { color:#016985}


/* Boton Enviar */	
	
a#boton_enviar2 {
	display:block;
	float: right;
	margin: 0;
	width:105px;
	height:33px; /* aqui esta el truco */
	text-indent:-9999px;
	background: url(../images/boton-enviar2.jpg) top left no-repeat;
	}
			
a#boton_enviar2:hover {
	background-position: 0 -33px/* con esto cambiamos la porcion de imagen que se muestra */}
.verdeleft{ color:#F00;
	
	}
.verde{
	color:#F00;
	}
