html {
	border-top: 5px solid #555;
	
	background: url('http://es.fortalicis.com/wp-content/themes/fl2011/assets/img/background.png') no-repeat center center fixed;
	background-color: #e5e5e5;
}

body {
	width: 100%;
}

div#content[role="main"] div#lenguajes {
	width: 550px;
	height: 20px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	margin: -10px 0 0 -275px;
}

div#content[role="main"] div#lenguajes ul li {
	display: inline;
	margin: 0 100px;
}

div#content[role="main"] div#lenguajes ul li a {
	color: #999;
	
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	
	text-decoration: none;
}

div#content[role="main"] div#lenguajes ul li a:hover {
	color: black;
}
