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

td.head_solicitud {
	background-image:url(../img/buscar/head.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	width:578px;
	height:68px;
}

#f_telefono, #f_fax, #f_cp, #f_captcha {
	width:179px;
	height:18px;
	border:1px solid #7f7f7e;
	background-color:#f7f7f6;
	line-height:18px;
}

#f_empresa, #f_contacto {
	width:558px;
	height:18px;
	border:1px solid #7f7f7e;
	background-color:#f7f7f6;
	line-height:18px;
}

#f_email {
	width:368px;
	height:18px;
	border:1px solid #7f7f7e;
	background-color:#f7f7f6;
	line-height:18px;
}

#f_comentarios {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:558px;
	height:72px;
	border:1px solid #7f7f7e;
	background-color:#f7f7f6;
	line-height:18px;
}

#f_enviar {
	width:82px;
	height:19px;
	background-image:url(../img/bEnviar.gif);
	border:0px;
	font-size:10px;
	line-height:19px;
	color:#ffffff;
	font-weight:bold;
}

#f_enviar:hover {
	background-position:0px -19px;
	cursor:pointer;
}