@charset "utf-8";
body {
	background-color: #e1e1e1;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Calibri, Verdana;
	font-size: 11px;
	color: #7e7e7e;
	height:100%;
}
#wrapper {
	position: absolute;
	width: 1000px;
	height: 570px;
	top:50%;
	left:50%;
	margin-left:-500px;
	margin-top:-286px;
	overflow: hidden;
}
#header {
	height: 75px;
	margin:0px 9px 0px 9px;

}
#header .logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 211px;
	height:75px;
	float: left;
}
#header .logo a {
	display: block;
	height: 75px;
	width: 211px;
}

#header .menu {
	width: 622px;
	height: 26px;
	margin-top: 49px;
	float: left;
	z-index:100;
}

#header .idioma {
	float:right;
	margin-top:37px;
	width:114px;
	height:38px;
}

#content {
	height: 475px;
	overflow:hidden;
}

#content .container {
	width: 1000px;
	height:475px;
}

#content .container td.left {
	background-image:url(../images/left-border.png);
	background-repeat:repeat-y;
	width:9px;
}

#content .container td.right {
	background-image:url(../images/right-border.png);
	background-repeat:repeat-y;
	width:9px;
}

#content .container td.main {
	width:982px;
	border:solid 1px #029aef;
	height:473px;
	background-color: #FFF;
}


#footer {
	margin-top:0px;
	margin-right:8px;
	height:20px;
	background-image:url(../images/bot-border.png);
	background-repeat:no-repeat;
}

#footer .register{
	width:100px;
	height:20px;
	background-image:url(../images/reg-button.png);
	background-repeat:no-repeat;
	float:right;
	display:block;
	margin-right: 0px;
	text-align: center;
}
#footer .register a {
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	text-decoration:none;
	color:#666;
}

a:hover {
	color:#069;	
}
