@import "https://ssh.gob.mx/cdnssh/institucional.css";	

html{
	min-height: 100%;
	font-family:Source Sans Pro;
	
	background: #999999;
}

.centrado{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
	color:white;
}

.linea{
	display:block;
	width:100%;
}

#logo{
	margin:auto;
	width:500px;
	display:block;
}

#construyendo{
	margin:auto;
	width:150px;
	display:block;
}

footer{
	position:absolute;
	color:white;
	margin:auto;
	bottom:0;
}