body {
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 1);
}
#logo {
	position: relative;
	width: 350px;
	height: 78px;
}
#construccion {
	margin-top: 10px;
	text-align: center;
	color: #000000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform:none;
	font-weight: 400; 
}
#footer {
	margin-top: 30px;
	margin-left: 0px;
	text-align: center;
	color: #555555;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1em;
	letter-spacing: 0px;
	font-weight: 900; 
	line-height:1.5em;
}


a:link { color: #000000; text-decoration:none; } /* enlaces no visitados */
a:visited { color: #000000; } /* enlaces visitados */
a:hover { color: #000000; } /* el usuario pasa el cursor por encima */
a:active { color: #000000; } 