@charset "UTF-8";
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color:#fbfbfb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper{ 
	margin:0 auto;
	width:985px;
	height:auto;
	overflow:hidden;
	z-index:10;
}

#home_esq{
	float:left;
	height:300px;
	width:425px;
	background-image:url(img/style1.jpg);
	background-repeat:no-repeat;
}

#home_dir{
	float:right;
	height:300px;
	width:515px;
	background-image:url(img/style2.jpg);
	background-repeat:no-repeat;
}

#info{
	float:left;
	height:auto;
	width:400px;
}

#buscador{
	float:right;
	height:auto;
	width:200px;
}

#quemsomos_esq{
	float:left;
	height:auto;
	width:515px;
}

#quemsomos_dir{
	float:right;
	height:300px;
	width:400px;
	background-image:url(img/style1.jpg);
	background-repeat:no-repeat;
}

#contato_esq{
	float:left;
	height:auto;
	width:415px;
}

#contato_dir{
	float:right;
	height:auto;
	width:400px;
}


#rodape{
	float:left;
	height:auto;
	width:500px;
}

#creditos{
	float:right;
	height:auto;
	width:300px;
}

#idiomas{
	float:right;
	height:auto;
	width:160px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:rigth;
	margin:10px 0px 0px 840px;
	
		position: absolute;
		z-index: 100;
}