body{
	background-color: #d6a348;
}

.img-principal{
	width: 100%;
}

.img-construccion img{
width: 270px;
}

@media(max-width:800px){
.img-principal img{
	display: block;
max-width: 97%;
height: auto;
}

@media(max-width:720px){

.img-principal img{
	display: block;
width: 600px;
height: auto;
}

.img-construccion img{
	display: block;
width: 300px;
height: auto;
}

	}