.element {
        height: 600px;
        width: 800px;
        padding: 10px;
		margin-top:5px;
    }
.form1 {
float: left;
margin-left: 20px;
margin-bottom: 20px;
width: 250px;
height: 20px;
margin-top: 20px;
}
.select1 {
margin-bottom: 20px;
width: 150px;
height: 20px;
}

.boton {
	float: left;
	margin-top: 15px;
	border-radius: 5px;
	margin-left: 50px;
	background-color: #f6a20e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
.boton a{
color: white;
}

.boton1 {
background-color: #cce316;
padding: 10px;
border-radius: 5px;
float: left;
margin-top: 20px;
color: grey;
}
.img2{
	display:none;
	}

	@media screen and (max-width: 992px) {
 .banner_r {
	 height: 302px;
	 }
	 
	 .banner_d {
	 	 height: 320px;
	 }
	 .boton {
margin-left: 45%;
margin-bottom: 10px;
}

}
@media screen and (max-width: 768px) {
 .iframe{
	 height: 222px;
	 }	
	 
	 	.banner_d{
height: 290px;
}


}
@media screen and (max-width: 680px) {
	.banner_r, .banner_d {
		height: 205px;
}

}

@media screen and (max-width: 560px) {
 .iframe{
	 display:none;
	 height:20px;
	 }	
	 .img2{
display: block;
}

.boton{
	margin-left: 0;
	}

 .banner_r, .banner_d{
	 display:none;
	 }	
}

@media screen and (max-width: 384px) {
.iframe {
display: none;
}

 .banner_r, .banner_d{
	 display:none;
	 }	

.img2 {
display: block;
}


}

@media screen and (max-width: 375px) {
	
	.img2 {
display: block;
}



@media screen and (max-width: 320px) {
 .banner_r{
	 display:none;
	 }	
}






