@charset "utf-8";
/*/
font-family: 'Montserrat', sans-serif;
font-family: 'Bebas Neue', cursive;
/*/

body{
	color: #000000;
	background-color: #F3F1EE;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background-image: url("../img/en_construccion.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.marco{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20%;
}

.ciudad{
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'Bebas Neue', cursive;
	color: #D35E13;
}


/*--------ESCRITORIO GRANDE XL - DESKTOP */
@media (min-width: 1200px) {



}
/*--------ESCRITORIO MEDIANO LG - TABLET HORIZONTAL----------(1024px)*/
@media (max-width: 1199px) and (min-width: 992px) {



}
/*--------ESCRITORIO PEQUEÑO MD - TABLET VERTICAL----------(768px)*/
@media (max-width: 991) and (min-width: 768px) {
	


}
/*--------MÓVIL SM----------(512px)*/
@media (max-width: 767px) and (min-width: 480px) {
body{
	color: #000000;
	background-color: #F3F1EE;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background-image: url("../img/en_construccion.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
.marco{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 60%;
}


}
/*--------MÓVIL SM----------(320px)*/
@media (max-width: 479px) and (min-width: 321px) {
body{
	color: #000000;
	background-color: #F3F1EE;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background-image: url("../img/en_construccion.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
.marco{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 60%;
}
	
}
/*--------MÓVIL XSM----------(320px)*/
@media (max-width: 320px) {
body{
	color: #000000;
	background-color: #F3F1EE;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background-image: url("../img/en_construccion.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
.marco{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 60%;
}

}

