@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#2d2d2d;
}
#logo {
	position: relative;
}
#construccion {
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
	color: #ffffff;
	font-family: 'Armata', sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform:uppercase; 
}
#footer {
	margin-top: 30px;
	margin-left: 0px;
	text-align: center;
	color: #ffffff;
	font-family: 'Armata', sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px; 
	line-height:2.1em;
	word-wrap: break-word;
}


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