@charset "utf-8";
/* CSS Document */

body{
	background-color:#fff;
	background: url(../images/bg.gif);
	color:#000;	
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.oculto {
	display: none;
}

a {
	color: #333;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

#geral{
	width:960px;	
	background-repeat:no-repeat;
	background-color: #FFF;
	text-align:left;/* corrigi o bug causado no IE causado pelo text-align:center; usado no BODY */
	margin: 0 auto; /* centraliza layout calculando as margens a partir do valor de with */


}

#conteudo{
	width:100%;
	background-color:#fff;
}

#topo2{
	width:780px;
	height:364px;
	margin-left:7px;
	border: 1px solid red;
}

#rodape{
	width:100%;
	height:20px;
	background-color:#F5C207;
	color: #000;
	clear:both;
	margin-top:20px;
	padding: 10px 0 10px 0;
}


#sugestao{
	width:247px;
	height:100px;
	background-image:url(../images/bg_sugestao.jpg);
	background-repeat:no-repeat;
}




/*=================================Classes======================================*/

.coluna_larga{
	width:68%;
	margin-top:20px;
	margin-left:20px;
}

.coluna_estreita{
	width:28%;
	margin-top:20px;
}
.bg_top{
	background-position:top;

}
.bg_bottom{
	background-position:bottom;

}
h1, h2, h3, h4, h5, h6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #463800;
}
.margens{margin:15px;}

.margem_esquerda{margin-left:12px;}

.margem_direita{ margin-right:12px;}

.margem_topo{ margin-top:12px;}

.margem_bottom{ margin-bottom:12px;}

.centralizado{ text-align:center;}

.galeria {
	
	float:left;
	vertical-align:middle;
	width:100px;
	height:210px;
	margin: 8px  8px 15px 8px;
	padding:10px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#666666;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.galeria p{ font-size:12px;}
.galeria a {
	text-decoration: none;
}

p{ margin:4px 5px 5px 5px;}

.vinho{ color:#9D0708;}
.preto{ color:#000;}
.branco{ color:#fff;}
.esquerda{ float:left;}
.direita{ float:right;}
.dotted{ border-bottom: 1px dotted #999999; width:200px;}

li{ font-family:Verdana, Arial, Helvetica, sans-serif;}

.data_noticia {
	width: 45px;
	height: 18px;
	padding: 5px;
	background-color: #900000;
	color: #FFF;
	margin: 0 10px 10px 0;
	float: left;
	font-weight: bold;
}

.box_noticia a{
	text-decoration: none;
	color: #D44F0C;
}

.box_noticia a:hover{
	text-decoration: underline;
}

.texto_noticia {

	margin-right: 20px;
	width: 250px;
	height: 30px;
	overflow: hidden;
}

.minicontato_erro {
	color: #700000;
}


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #fff;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #F2EFD4; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #fff;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #F8C201;
	
	border-bottom: 1px solid #F2EFD4; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
/*	float: left; width: 100%;*/
	background: #ffffff;
	
}
.tab_content {
	padding: 20px;
	
}
