﻿#TabelaPagina{
	width: 989px;
}

#titQuadroEsq{
	font-size: 13px;
	color:#333333;
	font-weight: bold;
	text-align:left;
}

#titQuadroDir{
	font-size: 13px;
	color:#333333;
	font-weight: bold;
	text-align:right;
}


#MenuEsquerdo{
	float: left;
	width: 214px;
	padding: 2px 2px 2px 2px;
}

#Corpo{
	float: left;
	width: 593px;
	text-align:left;
	padding-right: 2px;
	vertical-align:top;
}

#MenuDireito{
	width: 150px;
	text-align:right;
	float: right;
	padding: 2px 2px 2px 2px;
}

#Tudo{
	text-align: center;
	vertical-align:middle;
	height: auto;
}

#menuCabecalho{
	text-align: left;
	color: #0c57a8;
	font-size: 16px;
	height: 33px;
	line-height:33px;
	background-color:#eeeeee;
}


#menuCabecalho A:link {
	COLOR: #0c57a8;
	TEXT-DECORATION: none;
}
#menuCabecalho A:visited {
	COLOR: #0c57a8;
	TEXT-DECORATION: none;

}
#menuCabecalho A:hover {
	COLOR: #0c57a8;
	TEXT-DECORATION: underline;

}

#rodape2{
	clear:both;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height:86px;
	background:url('../imgRodape/bg_rodape.jpg') repeat-x;
	font-size:11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

#Conteudo{
	float: left;
}


#Rodape{
	text-align: center; 
	vertical-align: middle;
	color: #0c57a8;
	height: 55px;
	line-height: 55px;
}

#infoRodape{
	width: 989px;
	height: 22px;
	color: green;
	font-size: 14px;
	line-height: 22px;
}

#valorAnuncioHome{
	font-weight: bold;
}

#alignAnuncioHome{
	vertical-align:middle;
	text-align: center;
}

#imgAnuncio{
	/* border: 1px #0c57a8 dotted; */
}

#titPagina{
	font-size: 20px;
	font-weight: bold;
	color: blue;
	text-align: left;
	height: 44px;
	line-height: 44px;

}


body{
	color: #333333;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


A:link {
	COLOR: #0c57a8; TEXT-DECORATION: none; font-weight: normal;
}
A:visited {
	COLOR: #0c57a8; TEXT-DECORATION: none; font-weight: normal;

}
A:hover {
	COLOR: #0c57a8; TEXT-DECORATION: underline; font-weight: bold;

}



.fundopadrao {
	background-color: #eeeeee;
	color: #333333;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	border: 1px dotted #666666;
	}


.fundocheio {
	background-color: #cccccc;
	color: #003399;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	border: 1px dotted red;
	}


.botao{
	border-right: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: #999999 1px solid;
	COLOR: #666666;  /* E77817 */
	BORDER-BOTTOM: #999999 1px solid;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	HEIGHT: 26px;
	width: 50px;
	background-image:url(../imgConteudo/fundoBTN.png)
}


.botao2{
	border-right: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: #cccccc 1px solid;
	COLOR: #666666;  /* E77817 */
	BORDER-BOTTOM: #cccccc 1px solid;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	HEIGHT: 26px;
	width: 50px;
	background-image:url(../imgConteudo/fundoBTN2.png)
}

.ocultarDivSpan{
	display: none;
}

.mostrarDivSpan{
	display: block;
}

