.contenedor {
	width:100%;
	height: auto;
	margin:auto;
	margin-top:25px;
	color:#000;
}
.formulario {
	width:500px;
	height:auto;
	float:left;
}
.informacion {
	width:500px;
	height:auto;
	float:right;
}
iframe {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.titulo-principal {
	font-size:20px;
	letter-spacing:-1px;
	font-weight:600;
	margin-top:10px;
	padding:0;
}
.titulo-info {
	font-size: 13px;
	letter-spacing: -0.5px;
	font-weight: 900;
	margin-top: 20px;
	text-transform: uppercase;
}
/*===DESCRIPCIÓN===*/
.descripcion {
	color: #333;
	font-size: 14px;
	letter-spacing: -0.5px;
	line-height: 20px;
	margin-bottom: 30px;
}
/*RESPONSIVE HOME*/
@media only screen and (max-width:1070px) {
	.formulario {
		width:100%;
		height: auto;
	}
	.informacion {
		width: 100%;
		padding:0 20px;
		margin-top: 20px;
	}
}