.contenedor-contacto{
	position: relative;
}
.contacto{
	background-color: #363636;
	padding: 25px 25px;
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	font-size: 15px;
	position: absolute;
	left:5%;
	bottom: 5%;
}
.contacto a{
	color: white;
}
.item{
	background-color: #F3F3F3;
	width: 100%;
	padding: 5px;
	padding-left: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
}
.titulo-contacto{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	color: #0086CD;
}
.form-control{
	border-radius: 0px !important;
}
.subrayado{
	width: 35px;
	height: 1px;
	background-color: #0099EF;
	position: relative;
	left: 3px;
	bottom: 10px;
}
.contenedor-formulario{
	padding: 0px 9%;
}
.enviar{
	background-color: #F6CA21;
	font-family: 'Source Sans Pro', sans-serif;
	color:white;
	font-size: 16px;
	border-radius: 5px;
}
.enviar:hover{
	transform: scale(1.02);
	transition: 0.2s;
}
.checkbox-acept{
	display: inline-block;
	color: #999999;
	font-weight: lighter;
}