@charset "utf-8";

.tabla-formulario-contacto {
	width: 360px;
}
input#empresa,input#nombre,input#email, input#telefono, input#city, textarea#comentario, input#pais , input#direccion{
	border: 1px solid #999;
	background: #f5f5f5;
}
input#empresa:hover, input#nombre:hover, input#email:hover, input#telefono:hover, input#city:hover, textarea#msg:hover, input#pais:hover , input#direccion:hover{
	background: #fff;
}
input#empresa:focus, input#nombre:focus, input#email:focus, input#telefono:focus, input#city:focus, textarea#msg:focus, input#pais:focus, textarea#comentario:focus , textarea#direccion: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: 1px solid #666;
 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;
}
