/* CSS Formulario Dremin.com - Rael del Fraile */

.texto-formulario {
	font-family:verdana;
	font-size:11px;
	color:#cccccc;
	line-height:20px;
}

.form-fila-campos {
	float:left;
	width:410px;
	height:30px;
}

.form-texto-campos {
	float:left;
	width:60px;
	height:20px;
}

.campos {
	float:left;
	width:235px;
	height:20px;
	background-color:#323232;
	border-style:solid;
	border-width:1px;
	border:cccccc;
	font-family:verdana;
	font-size:11px;
	color:#cccccc;
}

.campos:hover {
	background-color:#292929;
}


.form-fila-mensaje {
	float:left;
	width:410px;
	height:200px;
}

.caja-mensaje {
	float:left;
	width:400px;
	height:180px;
	font-family:verdana;
	font-size:11px;
	color:#cccccc;
	line-height:20px;
	background-color:#323232;
	border-style:solid;
	border-width:1px;
	border:cccccc;
}

.caja-mensaje:hover {
	background-color:#292929;
}

.boton-enviar {
	width:120px;
	margin-bottom:4px;
}

.boton-enviar-img {
	width:122px;
	height:26px;
	background-image:url(enviar.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:hidden;
}

.boton-enviar-img:hover {
/*	background-position:-122px;*/
		background-image:url(enviar-on.gif);
}

/* El codigo para precargar la imagen del hover en el fondo del div (para evitar aparicion molesta) in-situ en contacto.html */




