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

html, body{
	padding: 0;
	margin: 0;
}

body{
	background:url(../images/fundo_site.png) repeat-y center #000;
}

a{
	text-decoration: none;
	color: #666;
}
img{
	border: none;
}
.clear{
	clear: both;
}

hr{
/*	border-top: 1px solid #666;*/
border: none;
	height: 1px;
	padding: 0;
	margin: 0;
	background-color: #666;
}

#wrapper{
	width: 960px;
	padding: 0 30px;
	background: url(../images/fundo_pagina.png) repeat-y;
	margin: 0 auto;
}

#header{
	height: 120px;
	background:url(../images/barra_header.png) repeat-x;
}

#header img#logo{
	position: absolute;
}

#menu{
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	list-style: none;
	padding: 0;
	margin-top: 80px;
	margin-left: 260px;
	position: absolute;
}
#menu a{
	color: #999;
}
#menu li{
	float: left;
	margin-right: 30px;
}
#menu li.activo a{
	color: #fff;
}

#submenu{
	width: 240px;
	list-style: none;
	float: left;
	min-height: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 0;
	color: #000;
	margin-top: 70px;
}

#submenu li{
	margin-left: 20px;
	margin-bottom: 15px;
}

#submenu a{
	color: #666;
}
#submenu li.activo a{
	color: #000;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 25px;
	font-weight: normal; 
}
h1#titulo{
	float: left;
	width: 560px;
}
#conteudo{
	float: left;
	width: 560px;
	padding-left: 20px;
	padding-bottom: 50px;
}

#footer{
	padding: 15px 0 0;
}

#footer #wim{
	display: block;
	float: left;
	margin-right: 90px;
	width: 170px;
}
#footer #institucionais{
	float: left;
	width: 680px;
	border-bottom: 1px solid #666;
	margin-bottom: 3px;
	margin-top: 3px;
}

#footer #institucionais a{
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

#copyright{
	float: left;
	font-size: 10px;
	color: #999;
	width: 680px;
}

#remate{
	display: block;
	margin: 0 auto;
}
#banner{
	display: block;
	margin-bottom: 20px;
}

#conteudo .colesquerda{
	width: 200px;
	margin-right: 20px;
	float: left;
}

#conteudo .colesquerda.comprar{
	width: 290px;
}

#conteudo .coldireita{
	width: 340px;
	float: left;
}
#conteudo.equal .colesquerda{
	width: 270px;
}
#conteudo.equal .coldireita{
	width: 270px;
}
a.superlinks{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}