/* Estilos del formulario */
form.contacto {
	padding: 0px 10px;
	margin: 0px;
	height: auto;
	display: inline;
	margin-top: -50px;
}
form.contacto a {
	color: #666;
	text-decoration: underline;
}


form.contacto fieldset {
	padding: 15px;
	border: none;
}
form.contacto fieldset > div {
	clear: both;
	overflow: hidden;
	width: 100%;
}
form.contacto fieldset div label {
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	text-align: left;
	width: 100%;
}
form.contacto input[type="text"],form.contacto input[type="tel"], form.contacto textarea {
	font-family:"Courier New", Courier, monospace;
	color: #626262;
	display: block;
	float: left;
	padding: 3px;
	resize: none;
	width: 100%;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	margin-top: 10px;
	font-size: 17px;
}
form.contacto input[type="text"]:focus, form.contacto input[type="tel"]:focus, form.contacto textarea:focus {
	background: #E8E8E8;
	border: 1px solid #999;
	outline: none;
}
form.contacto .ultimo{
	position: relative;
	top: 10px;
	margin-bottom: 10px;

}
form.contacto button {
	background: #A88C73;
	border: 0 none;
	color: #FFF;
	float: left;
	font-weight: bold;
	height: 32px;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	font-size: 15px;
	margin-top: 0px;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
form.contacto button:hover{
	background: #6A6A6A;
	cursor: pointer;
}

/* AJAX Gif y mensajes de exito o fracaso */
.hide{
	display: none;

}
.ajaxgif{
	position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
	color: white;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	position: absolute;
	right: -130px;
	text-transform: uppercase;
	min-width: 121px;
}
.msg_ok{
	background: #00b63d;
	margin-right: -130px;
	font-size: 12px;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
.msg_error{
	background: #00b63d;
	margin-right: -130px;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

#legal {
	font-size: 0.8em;
	margin: 15px;
	color: #333;
	line-height: 16px;
}
