@charset "UTF-8";

@media (min-width: 320px) and (max-width: 374px) {


}


@media (min-width: 375px) and (max-width: 413px) {

}


@media (min-width: 414px) and (max-width: 639px) {


}


@media (min-width: 640px) and (max-width: 1023px) {

}


@media (min-width: 1024px) {

}

.ImperBkg {
	background-image: url(../images/ImperBkg.jpg);
	background-attachment: scroll;
	background-size: 100%;
	width: 100%;
	max-width: 1000px;
	height: fit-content;
}
.ImperSayerInstrucciones {
	color: #FFFFFF;
	background-color: #591b06;
	width: 100%;
	padding: 10px;
	text-align: center;
}