@font-face {
    font-family: US101;
	src:url(../font/US101.TTF);
}

html{
	font-family:US101;
 	min-height: 100%;
	
}


body{
	/* This image will be displayed fullscreen */
	background: url(../images/shutterstock_178576628.jpg) no-repeat center center fixed;
	object-fit: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100%;

	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;

	/* The Magic */
	background-size:cover;
	/* Workaround for some mobile browsers */
	min-height:100%;
	margin: 0;
	padding: 0;
  
}

.construccion{
	text-transform:uppercase;
	font-size:36px;
	font-weight:500;
	letter-spacing:-2px;
}

.logo{
	text-align:center;
}

.texto{
	text-transform:uppercase;
	font-size:56px;
	font-weight:500;
	letter-spacing:-2px;
}

.enfasis{
	font-size:76px;
}

.caja_roja{
	background-color:rgba(225,0,0,0.50);
	padding:15px;
	color:white;
}

.redes{
	font-size:45px;
}
