@charset "utf-8";
/* CSS Document */


@media screen and (max-width:1000px){ 

.copete {
	width: 100%;
	
}

.contenedorCopete {
	width: 100%;
	
}



.slide {
	width: 100%;

	
}

.linea {

	width: 100%;
	
}

.linea2 {
	height: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333;
	clip: rect(auto,auto,auto,auto);
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	width: 95%;
}


.cuerpo {
	width: 100%;
}

.pie {
	
	width: 100%;
	
}


.lineaPie {
	
	width: 100%;
	
}

.contenido {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.googleMaps {
	
	width: 65%;
	
}

.formulario {
	margin-bottom: 30px;
}


}