@charset "utf-8";

.tabla-formulario-contacto {
	width: 460px;
}
input#nombre,input#email, input#telefono, input#empresa, input#city, textarea#comentario , input#pais{
	border: 1px solid #999;
	background: #f5f5f5;
}
input#nombre:hover, input#email:hover, input#telefono:hover, input#city:hover, input#empresa:hover, textarea#msg:hover , input#pais:hover{
	background: #fff;
}
input#nombre:focus, input#email:focus, input#telefono:focus, input#city:focus, textarea#msg:focus, input#pais:focus, input#empresa:focus , textarea#comentario:focus{
	background: #fff;
}
textarea#comentario {
	width: 100%;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea#msg {
	height: 10em;
	margin-bottom: 10px;
	width: 16em;
}
input#enviar {
 background: url(../imagenes/plantilla/btn-enviar.gif) no-repeat center center;
 border-style: none;
 float: left;
 font-size: 0.8em;
 color: #333333;
 font-weight: bold;
 height: 22px;
 width: 100px;
 text-align: center;
 vertical-align: middle;
 margin-top: 6px;
 margin-bottom: 6px;
}
input#enviar:hover {
 background: url(../imagenes/plantilla/btn-enviar-on.gif) no-repeat center center;
}

