@charset "utf-8";
/* CSS Document */

#contactenos{
	padding:30px;
	font-size:12px;
	color:#737272;
	height: 540px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(css/border-radius.htc);
	/* FIREFOX */
	background: -moz-linear-gradient(top, #feee00, #e2a900);
	/* CHROME */
	background: -webkit-gradient(linear, left top, left bottom, from(#feee00),  to(#e2a900));
	/* IE */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#feee00', EndColorStr='#e2a900');
	}


#formulario{
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-size:14px;
	color:#abb1b5;
}

.error{
	font-size: 10px;
	color:red;
}

p{
	margin: 0 0 2px 2px;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


table{
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	vertical-align: middle;
	display: block;
}

input{
	font-size:14px;
	background-color:#fef044;
	border:none;
	color:#a76c1b;
	padding:10px;
	margin-right:10px;
	border:solid 2px #f1cf00;
}

input:hover{
	background-color:#fef8b4;
	border:solid 2px #e9bc00;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#fef044;
	color:#a76c1b;
	padding:14px;
	margin-right:10px;
	border:solid 2px #f1cf00;
}

textarea:hover{
	background-color:#fef8b4;
	border:solid 2px #e9bc00;
}

#btnborrar, #btnenviar{
    font-family: 'futura_md_btbold';
    font-size: 14px;
	background:#abb1b5;
	color:white;
	padding:12px;
	cursor:pointer;
}

#btnborrar:hover, #btnenviar:hover{
	background:black;

}

.ancho{width:380px;}
.anchito{width:230px;}

/*
#localizacion{
	float:right;
	width:400px;

}

#map{
	width:100%;
	height:360px;
	background-color:green;

}

*/
