* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Roboto', sans-serif;
}
.posicion-arriba{
	position: absolute;
}
.barra-verde-logo{
	padding: 7px;
	background: #F5F5F5;
	border-bottom: 2px solid #00803c;
}

.banner-principal {
	padding: 0 !important;
	margin: 0 !important;
}

.barra-verde-banner{
	border-bottom: 7px solid #00803c;
}

.gris-formulario {
	position: absolute;
	width: 25%;
	padding: 20px;
	top:20px;
	right: 80px;
	float: right;
	background: #e8e7e2;
	z-index: 1300;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border: 2px solid #515150;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
}
.franja-verde-titulo{
	background: #5fa444;
	padding: 20px;
	color:#ffffff;
}
.retroexcavadora{
	padding: 0 !important;
}
.img-padding{
	padding: 0 !important;
}
.txt-parrafos{
	padding: 50px !important;
}
ul.espacio{
	padding-left: 70px;
}



/*==========SECCIÓN FOOTER==========*/
.footer {
	background: #00803c;
	padding: 50px 20px;
	color:#ffffff;
}
.footer-ags {
	padding: 50px 0;
	background: #00803c;
	color: #fff;
	max-width: 100% !important;
}
iframe {
 max-width: 100%;
 height: auto;
}

.contacto {
	line-height: 1.2;
	font-weight: normal;
}
.contacto{
	text-align: right;
}


/*==== Media Queries ===*/

@media only screen and (max-width: 1024px) {
  .gris-formulario {
	position: absolute;
	width: 35%;
	}
}


@media only screen and (max-width: 576px) {
  .gris-formulario {
	position: relative;
	padding: 30px;
	top: auto;
	right: auto;
	width: 108%;
	float: left;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border: 0px solid #515150;
	}
	ul.espacio{
	padding-left: 20px;
	}
	.contacto{
		text-align: left;
	}
}