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

html, body{margin:0; padding:0;}
*{margin:0; padding:0;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#CDB151;
	background-image:url(../imgs/splashback.jpg);
	background-repeat:repeat-x;
}
a, a:hover {
	text-decoration:none;
	color:#333333;
}

#general{
	width:100%;
	text-align:center;
}
#container{
	width:900px;
	margin:0 auto;
	text-align:left;
}
#header{
	width:100%;
	height:318px;
	overflow:hidden;
}
#content{
	height:290px;
	overflow:hidden;
}
#contentFL{
	top: 0px;
	position:relative;
	width: 100%;
	height: 100%;
	z-index:10;
}
#mainArea{
	width:900px;
	text-align:center;
	position:relative;
}
#footer{
	width:200px;
	height:70px;
	text-align:center;
	position:relative;
	left:698px;
	overflow:hidden;
}
#subfooter{
	width:900px;
	height:16px;
	font-size:10px;
	padding-top:4px;
	border-top-color:#333333;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
}
.elementBox{
	position:absolute;
	color:#fff;
	text-align:center;
}
/*split element*/
.elementBox#logoBox{
	width:256px;
	height:156px;
	background-image:url(../imgs/logo_batiaje.png);
	background-repeat:no-repeat;
	margin-left: 322px;
}
.elementBox#langBox{
	width:200px;
	height:60px;
	left: 696px;
	top: 87px;
}
.elementBox#langBox a span{
	background-color:none;
	color:#333333;
	font-style:italic;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.elementBox#langBox a:hover span{ background-color:#15050A; color:#FFFFFF; font-style:normal;}
