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


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

header {
	width: 100%;
}

.inicio {
	width: 100%;
}

.quienessomos {
	width: 100%;
}

.logistica {
	width: 100%;
}

.operativa {
	width: 100%;
}

.referencias {
	width: 100%;
}

.contacto
 {
	width: 100%;
}

.inicio .fotoinicio img{
	height: auto;
	width: 100%;
}

.fotoinicio{
	width: 100%;
}


footer{
	width: 100%;
}

}