@charset "windows-1252";
/* CSS Document */

body { 
	margin: 0; 
	background-position: left;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #fff;
	}

img {
	display: block;
	border: none;
	}


a { color: #fff354;	text-decoration: none; }
a:hover { color: #fff354; text-decoration: underline; }



h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; border-bottom: 1px solid #fff; }


.direita { float: right; margin-left: 20px; margin-bottom: 20px; }
.esquerda { float: left; margin-right: 20px; margin-bottom: 20px; }

.retrato {
	clear: both;
	font-size: 0.8em;
	padding: 15px;
	background-image: url(img/bg_retrato.png);
	background-position: bottom;
	background-repeat: repeat-x;
	}

.retrato img {
	border: 1px solid #f4dad6;
	margin-bottom: 5px;
	}

.retrato span {
	display: block;
	}


#logo {
	position: fixed;
	left: 0;
	top: 50px;
	background-color: #000;
	width: 260px;
	min-height: 850px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	}

#logo a {
	width:260px;
	height: 120px;
	display: block;
	}

	
#conteudo0 {
	margin: 50px auto auto 260px;
	background-image: url(img/bg0.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	}	

#conteudo0 .grupo0 {
	width: 500px;
	padding: 20px 0 20px 20px;
	}







.menu_inicial { margin: 10px 0; }

#conteudo1 {
	margin: auto auto auto 390px;
	background-image: url(img/bg1.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	}

#conteudo1_mini {
	float: left;
	position: fixed;
	left: 260px;
	top: 50px;
	width: 130px;
	min-height: 1454px;
	background-image: url(img/bg1_mini.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	}

#conteudo1 .grupo1 {
	width: auto;
	padding: 60px 20px 20px 20px;
	}







#conteudo2 {
	margin: auto auto auto 520px;
	background-image: url(img/bg2.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	}

#conteudo2_mini {
	float: left;
	position: fixed;
	left: 390px;
	top: 50px;
	width: 130px;
	min-height: 1454px;	
	background-image: url(img/bg2_mini.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
	}

#conteudo2 .grupo2 {
	width: auto;
	padding: 60px 20px 20px 20px;
	}


	




/* Blocos nos submenus */
.bloco1 {
	width: 102px;
	margin: 18px auto;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.2em;
	border: 0 solid gold;
	}

.bloco2 {
	width: 96px;
	margin: 18px auto;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.2em;
	}


.bloco1 a, .bloco2 a {
	display: block; 
	color: #fff354;
	text-decoration: none;
	margin-bottom: 3px;
	}




.propaganda {
	width: 468px;
	margin: 10px 0 30px 0;
	}

	
	

.rodape {
	clear: both;
	font-size: 0.8em;
	line-height: 1.2em;
	}

.rodape img { padding: 10px 0; }



.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */		
