/***********************************************/
/* index.css                                   */
/* Para todas as paginas com navegação         */
/* à esquerda e três colunas                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	background-color:#ccffff;
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #3399FF;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000066;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	padding: 10px 0px 0px 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ccff;
}

#barraNaveg{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #99FF99;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #99ccff;
	border-bottom-color: #99ccff;
}

#titulos{
	float:right;
	width: 15%;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #99ccff;
	border-left-color: #99ccff;
}

#conteudo{
	float: left;
	width: 60%;
	margin-left: 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#nomeSite{
	margin: 0;
	padding: 0 0 0 10px;
}

/************* #navegGlobal styles **************/

#navegGlobal{
	padding: 0px 0px 5px 10px;
	color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ccff;
}

#navegGlobal img{
 display: block;
}

#navegGlobal a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #nomePag styles **************/

#nomePag{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/*************** #migalhas styles **************/

#migalhas{
font-size:80%;
padding:2px 0px 0px 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	line-height: 20px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature h4{
	text-align: center;
	color: #3333FF;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

/************** .news styles ***************/

.news{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.news h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.news img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.news dt{
	color: #3333FF;
	font-weight: bold;
}

/************** .estoria styles *****************/

.estoria{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 70%;
}

.estoria p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #99CCFF;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/************* #pesquisa styles ***************/

#pesquisa{
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#pesquisa form{
 margin: 0px;
 padding: 0px;
}

#pesquisa label{
	margin: 0px;
	padding: 0px;
}

/*********** #barraNav link styles ***********/

#barraNaveg ul a:link, #barraNaveg ul a:visited {display: block;}
#barraNaveg ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#barraNaveg li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #barraNaveg li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CCFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#sectionLinks a:hover{
	background-color: #66CC66;
}

#sectionLinks em {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #anuncio styles **************/

#anuncio{
	padding: 30px 0px 10px;
}

#anuncio img{
	display: block;
}


/************** #titulos styles **************/

#titulos{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#titulos p{
	padding: 5px 0px 5px 0px;
}
