.map {
    clear: both;
    float: left;
    height: 391px;
    width: 100%;}
.neg{
	background:url(../images/inferior.jpg) no-repeat;
	width:1000px;
	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;}
.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;}
form{
	float:left;
	width:100%;
	padding:20px 0;
	margin:20px 0;
	border-top: 2px groove #CCCCCC;}
.contacto{
	background: none repeat scroll 0 0 #2A3881;
    color: #FFFFFF;
    float: left;
    font-family: "Open Sans",arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3%;
	margin-left: 5%;
    width: 20%;}
.leyenda{background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    float: right;
    font-size: 40px;
    margin: -300px 20px 0 0;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 320px;}
.leyenda strong {
    color: #E6B322;
    font-size: 70px;
    text-shadow: 2px 2px #000000;
    width: 100px;}
.cl1 {
    float: left;
    margin-left: 4%;
	margin-right: 4%;
    width: 28%;}
label input{
	width:28%;
	float:left;
	line-height:48px;
	height:48px;
	margin-bottom:10px;
	text-indent:20px;}
textarea {
    float: left;
    font-family: "Open Sans",arial;
    font-size: 14px;
    height: 158px;
    margin-bottom: 10px;
    padding: 12px 0 0;
    text-indent: 20px;
    width: 28%;
}
.boton{
	cursor:pointer;
	float:left;
	width:28.1%;
	border:none;
	line-height:48px;
	height:48px;
	background:url(../images/enviar.png) no-repeat center center #e6b322;}
.boton:hover{
	background:url(../images/enviar_over.png) no-repeat center center #000;	}
.datos2{
	color:#000;}
.cl1 input {
	float: left;
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    text-indent: 20px;
    width: 100%;
}
@media only screen and (max-width: 840px) {
	.btn_cotiza {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.map {
		margin-left: 2%;
		padding-right: 2%;
		width: 93%;
	}
}
@media only screen and (max-width: 590px) {
	.contacto {
    width: 84%;
	}
	.cl1 {
    float: left;
    margin-left: 5%;
    margin-right: 2%;
    width: 45%;
	margin-top: 10px;
	}
	label input {
		width: 43%;
	}
	textarea {
		width: 43%;
	}
	.boton {
		width: 43.1%;
	}
	.telefono{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 420px) {
	label input {
		width: 90%;
	}
	.telefono {
    margin-left: 5%;
    margin-top: 0;
	}
	textarea {
    margin-left: 5%;
    width: 90%;
	}
	.cl1 {
	width: 90%;	
	}
	.boton {
    width: 90.1%;
	margin-left: 5%;
	}
}