h1 {
    color: #2A3881;
    font-family: "Open Sans",arial;
    font-weight: normal;
    line-height: 75px;
	border-bottom:1px solid #E6B322;
	margin-bottom:40px;
	float:left;
	width:100%;}
#formulario  > div > h2{
	color:#2a3881;
	font-size:20px;
	float:left;
	width:100%;
	text-align:center;
	text-transform:uppercase;}
.renglon{
	float:left;
	width:100%;}
.interesa, .planta, .capacidad {
    border-right: 1px solid #E6B322;
	margin-bottom:40px;
    float: left;
    height: 206px;
    width: 33.2%;
}
.neg{
	background:url(../images/inferior.jpg) no-repeat;
	width:1000px;
	height: 172px;
    height: 172px;
    padding-top: 40px;
	float:left;
	color:#fff;
	text-align:center;
	font-size:14px;
	margin:10px 0 30px;}
.neg h2{
	margin-top:15px;
	font-weight:normal;}
.azul{
	padding: 3% 0;
	float:left;
	width:100%;
	background:#2a3881;}
.boton {
	cursor: pointer;
	float:left;
	background:#E6B322;
    line-height: 49px;
    width: 28%;
	font-size:20px;
	border:none;
	margin:0 36%;
}
.boton:hover {
    background: none repeat scroll 0 0 #009bdb;
    color: white;
}
.azul > input{
	margin: 0 0 0 2.5%;
    width: 21.3%;
	font-size:20px;
	/*line-height:45px; */
	height: 45px;
	}
.azul label{
	float:left;
    line-height: 30px;
    width: 50%;
	color:#fff;
	border:none;
	margin:2% 36% 0;}
.azul label input{
	float:left;
	margin:7px 10px 0 0;}
.interesa label, .planta label {
	float:left;
	width:50px;}

.interesa label, .planta label {
    float: left;
    margin: 40px 0 0 9%;
    width: 40%;
}
.interesa label input , .planta label  input{
	float:left;
	margin:4px 5px 0;}
.planta h2{
	margin-bottom:30px;}

select {
    float: left;
    font-size: 18px;
    margin: 60px 20% 0;
    width: 64%;
}

.t1 {
    color: #E6B322;
    float: left;
    font-size: 16px;
    margin:140px 0 0 180px;
    position: absolute;}
.t2 {
    color: #E6B322;
    float: left;
    font-size: 16px;
    margin: 120px 0 0 470px;
    position: absolute;}
.t3 {
    color: #E6B322;
    float: left;
    font-size: 16px;
    margin: 20px 0 0 920px;
    position: absolute;}
@media only screen and (max-width: 720px) {
	.azul > input {
		width: 45.3%;
	}
}
@media only screen and (max-width: 510px) {
	
}
@media only screen and (max-width: 490px) {
	.azul > input {
    width: 94.3%;
	}
	.azul label {
	margin: 2% 22% 0;
    width: 68%;	
	}
	.boton {
	margin: 0 14%;
    width: 72%;	
	}
	.interesa, .planta, .capacidad {
		border-top: 1px solid #e6b322;
		padding-top: 15px;
		width: 98% !important;
		border-right: 0px;
	}
	h1{
		border: none;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 840px) {
	.interesa, .planta, .capacidad {
	width: 49.2%;
	}
}