/***********************************************/
/* Divs - INICIO                               */
/***********************************************/

#principal{
	width: 95%;
	margin: auto;
}
#topo{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#logo{
	height: 73px;
	width: 73px;
	margin: 0px 10px 10px 10px;
	float: left;
}

#MenuEsquerdo{
	float: left;
	width: 130px;
	margin: 0 0 10px 0;
	padding: 0px;
	text-align: left;
	background-color: #eeeeee;
	color: inherit;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#anuncioGoogleAdSense{
	text-align: center;
	margin-bottom: 5px;
}

#Conteudo{
/*	float: left;*/
	text-align: left;
/*	width: 73%;*/
	margin: 0 5px 0 140px;
}

#anuncioGoogleDireita{
	position: absolute;
	right: 30px;
	_right: 37px;
	width: 120px;
	height: 600px;
}

/***********************************************/
/* Divs - FIM                                  */
/***********************************************/


/***********************************************/
/* Partes do Site - INICIO                     */
/***********************************************/

#NomeDoSite{
	margin: 20px 0 0 0;
	padding: 0 0 5px 0px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}

/************* #NavegacaoTopo **************/

#LinksGoogleTopo {
	padding: 5px 0px 0px 10px;
}

#NavegacaoTopo{
	padding: 5px 0px 20px 10px;
	background-color: inherit;
	color: #cccccc;
	text-align: right;
}

#NavegacaoTopo a {
	font-size: 15px;
	padding: 0 4px 0 0;
}


.Artigo{
/*	clear: both;*/
	padding: 10px 0px 0px 10px;
	font-size: 13px;

	margin-right: 125px;
/*	float:left;*/
}

.Artigo p{
	padding: 0px 0px 10px 0px;
}

.Artigo h1{
	margin-top: 10px;
	margin-bottom: 15px;
}

.Artigo h2{
	margin-top: 10px;
	margin-bottom: 15px;
}

.Artigo h3{
	margin-top: 10px;
	margin-bottom: 15px;
}

.Artigo h4{
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}

.Artigo h5{
	margin-top: 10px;
	margin-bottom: 15px;
}

.Artigo pre{
	background-color: #FFFFCC;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	border: 1px dashed;
	margin: 0 20px 15px 20px;
	padding: 5px;
	font-size: 11px;
	white-space: pre;
}

div.img_legenda {
	border-style: solid;
	border-color: #999999;
	border-width: 2px;
	margin: 15px;
	padding: 0.5em;
	overflow: auto;
}

div.img_legenda p{
	font-size: 12px;
	text-align: center;
}

#Rodape{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 12px;
	background-color: inherit;
	color: #cccccc;
	padding: 11px;
	text-align: center;
	margin: 0 132px 0 150px;
}

#Rodape-imagens {
	margin: 10px 132px 0 150px;
}

/************* #Estilo do bombo de busca ***************/

#busca{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

#q {
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid  #999999;
	font-size: 9px;
	width: 85px;
	height: 15px;
	margin-bottom: 5px;
}
#q:focus{
	color: #000099;
	background-color: #FFFFFF;
}

#sa{
	border: 1px solid #CCCCCC;
	font-weight: bold;
	font-size: 9px;
	margin-left: 5px;
	margin-top: 5px;
}

/*********** #Barra de navegacao esquerda ***********/

#MenuEsquerdo ul a:link, #MenuEsquerdo ul a:visited {display: block;}
#MenuEsquerdo ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#MenuEsquerdo li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #MenuEsquerdo li {border-bottom: none;}

/*********** #LinkPrincipalEsquerdo styles ***********/

#LinkPrincipalEsquerdo{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#LinkPrincipalEsquerdo h2{
	padding: 10px 0px 2px 10px;
}

#LinkPrincipalEsquerdo a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#LinkPrincipalEsquerdo a:hover{
	background-color: #dddddd;
	color: inherit;
}


/*********** .LinkSecundarioEsquerdo styles ***********/

.LinkSecundarioEsquerdo{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.LinkSecundarioEsquerdo h2{
	padding: 10px 0px 2px 0px;
}

.LinkSecundarioEsquerdo a:link,
.LinkSecundarioEsquerdo a:visited {
	display: block; 
}
