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

body{
	margin:0px;
	text-align: center;
	font-family: Georgia;
	font-size: 11px;
	background: #fff;
	
	overflow : hidden;
}

li, ul {
	list-style: none;
	list-style-position: inside;
	margin: 0 0 5px 0;
	padding: 0px;
	
}

img{
	border: none;
}

a{
	color: #3c3c3c;
	font-size:11px;
}
a:hover{
	color:#ffffff;
}

td, tr, table, tbody{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#background{
	position:absolute;
	background:url(bg.jpg) no-repeat;
	width:1920px;
	height:1200px;
}

#container{
	position:absolute;
	top:134px;
	width:963px;
	left:434px;
}

#content{
	margin: auto;
}

.left{
	text-align: right;
}
.right{
	text-align: left;
}

.first{
	margin-bottom: 10px;
}

#links {
	width: 336px;
	height: 48px;
	background-image: url(entrar.png);
}

.link {

	width: 168px;
	height: 48px;
	display: block;
	float: left;
}

