/* FORMULARIO DE CONTACTO */

.form-consulta {
position: fixed;
width: 270px;
display: block;
background-color: #333;
height: 400px;
z-index: 99999;
right: 2px;
top: 160px;
padding: 10px 10px;
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-consulta.close {
right: -290px;
}

.form-consulta h2{
	color:#fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 15px;
}

.form-consulta input.form-control {
margin: 5px 0;
width: 97%;
height: 22px;
border-radius: 2px;
padding: 5px;
}

.form-consulta textarea.form-control {
	margin: 5px 0;
	width: 97%;
	height: 85px;
	border-radius: 2px;
	padding: 5px;
	margin-bottom: 10px;
}

button.btn.btn-default {
height: 40px;
width: 130px;
display: block;
margin: auto;
background-color: #168EB9;
border-radius: 5px;
color: #fff;
font-weight: bold;
cursor: pointer;
}

button.btn.btn-default:hover {
height: 40px;
width: 130px;
display: block;
margin: auto;
background-color: #36C3EA;
border-radius: 5px;
color: #fff;
font-weight: bold;
cursor: pointer;
}

/* BOTON DESPLIEGUE */

#u3638 {
width: 47px;
height: 138px;
border-style: none;
cursor: pointer;
border-color: transparent;
-moz-border-radius: 15px 0px 0px 15px;
-webkit-border-radius: 15px 0px 0px 15px;
-khtml-border-radius: 15px 0px 0px 15px;
border-radius: 15px 0px 0px 15px;
position: fixed;
top: 160px;
right: 292px;
background: #E74514 url("../images/iconchat.png") no-repeat left top;
transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.close #u3638 {
right: 0px;
}

/* FIN BOTON DESPLIEGUE */
