.clgral-seccion-contacto{
	padding-top:150px;
	padding-bottom:150px;
}

.clabs-titulo-contacto{
	color:#7F5600;
	font-size: 25px;
	font-family: fuente-bold;
	text-align: center;
}

.clabs-campo{
	margin-top:30px;
}

input, textarea{
	width:100%;
	border:none;
	background-color: transparent;
	border-bottom: 1px solid #7F5600;
	height: 30px;
}

textarea{
	height:200px !important;
}
::-webkit-input-placeholder { /* Edge */
  color: #b08900;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b08900;
}

::placeholder {
  color: #b08900;
}

.clabs-fondo{
	width:100%;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
}

.clabs-contenido-contacto{
	position: relative;
	z-index: 2;
}

.clabs-celda-dato{
	width:33.33%;
	text-align: center;
	margin-top:40px;
}


.clabs-contenedor-datos{
	margin-top:50px;
}

.clabs-titulo-dato{
	font-family: fuente-bold;
	color:#7F5600;
}

.clabs-valor-dato{

}

.clabs-boton-enviar{
	display: inline-block;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	background-color:#7F5600;
	color:white;
	margin-top:30px;
	border-radius: 5px;
	cursor:pointer;
}

.clabs-boton-enviar:hover{
	background-color:#b08900
;
}

@media only screen and (max-width: 768px) {
	.clabs-celda-dato{
		width:50%;
	}

}


@media only screen and (max-width: 500px) {
	.clabs-celda-dato{
		width:100%;
	}

}
