
img { behavior: url(iepngfix.htc); }

a {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) no-repeat top center;
}

#wrapper {
	width: 100%;
	text-align: center;
}

#container {
	width: 760px;
	margin: 0 auto;
}

#logo {
	display: block;
	width: 760px;
	text-align: left;
	margin: 30px 0 0 0;
	clear: both;
}

	#logo #thelogo {
		display: block;
		float: left;
		margin: 20px 0 0 0;
	}
	
	#logo #enlaceweb {
		display: block;
		float: right;
	}

#autor {
	display: block;
	width: 760px;
	text-align: center;
	margin: 10px 0 0 0;
	clear: both;
}

#languages {
	display: block;
	margin-top: 20px;
	color: #FFFFFF;
}

#languages a {	
	color: #FFFFFF;
	text-decoration: none;
}

#languages a:hover {	
	color: #66FFFF;
}

#content {
	display: block;
	float: left;
	width: 760px;
	text-align: left;
	background: url(../images/container-bg.png) no-repeat top center;
	clear: both;
	margin: 10px 0 50px 0;
	position: relative;
}


span.link {
	display: block;
	float: left;
	position: absolute;
	right: 15px;
	top: 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #999999;
}

span.link a {
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}

span.link a:hover {
	color: #000000;
}
