
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: justify;
	/*background: url(../images/container-bg.png) no-repeat top center;*/
	background: #FFF;
	clear: both;
	margin: 10px 0 50px 0;
	position: relative;
	font: normal 14px Arial, Helvetica, sans-serif;	
}

#content #texto {	
	padding: 50px 20px 50px 20px; 
}

#content #texto h2, h3{
	text-align: center;
} 

#content #texto .derecha{
	text-align: right;
	float: right;
}

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;
}

