html, body {
		font-family: "Lato", Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5;
		color: #737273;
		background-color: #fff;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	div {box-sizing: border-box;}

#contenedor {width: 100%; height: 100%;}


#logo {
	width: 100%;
	height: 100px;
}
#logo .logo {
	padding-top: 10px;
	width: 100%;
	height: 90%;
	background: url(img/Logosistesa2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#construccion {
	width: 100%;
	height: calc(100% - 100px);
	background: url(img/404.jpg);
	background-size: cover;
}
#construccion .porcentaje {
	width: 50%;
	margin: 0 auto;
	padding-top: 15%;
	font-size: 1.3em;
	font-weight: bold;
}
#construccion .porcentaje p {
	text-align: right;
}
#construccion .porcentaje .barra {
	width: 95%;
	margin: 5px 0 0 5%;
	background: #F0F0F0;
	height: 15px;
	border-radius: 8px;
}
#construccion .porcentaje .avance {
	background: #6173D0;
	height: 100%;
	width: 18%;
	border-radius: 8px;
}
#construccion .porcentaje .texto {
	text-align: center;
}
#construccion .porcentaje .texto h2 {
	color: #242424;
	font-size: 1.5em;
}
#construccion .porcentaje .texto h3 {
	text-align: right;
}