* { margin: 0; padding: 0; } /* Zerando as margens e preenchimentos de todas as tags */

body { 
margin: 0;
padding: 0; 
text-align: center;

}
#body1 {
background-image: url(img/fundo.png);
background-repeat:repeat-x;
background-position: center top; 
}

#body2 {
background-repeat: no-repeat;
background-position: center top;
background:transparent;
margin: 0;
padding: 0; 
text-align: center;
}
#bodyPort {
background-image: url(img/fundoPort.png);
background-repeat:repeat-x;
background-position: center top;
background-color:#FFFFFF; 
}
#bodyAdmin {
background-image: url(img/fundoAdmin.png);
background-repeat:repeat-x;
background-position: center botton;
background-color:#e2e2e2; 
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
}

.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
	padding-left: 10px;
	
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding-left: 10px;
}
.textoDestaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	padding-left: 10px;
	vertical-align: text-top;
}
.textoDestaque a {
 	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.textoDestaque a:hover {
	color:#FF6600;
	text-decoration: none;
	font-weight: bold;
}
.textoNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding-left: 0px;
	padding-top: 5px;
}
.texto a {
 	text-decoration: none;
	color: #333333;
}
.texto a:hover {
	text-decoration: none;
	font-weight: bold;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	padding-left: 10px;
	padding-top: 1px;
}
.link a {
	color: #666666;
	text-decoration: none;
}
.link a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF6600;
}

#geral {
	position: relative;
	width: 776px; 
	margin: auto;
}

#topo {
	position: relative;
	width: 776px; 
	height: 347px; 
}

#conteudo {
	position: relative;
	width: 776px;
}

#esquerda {
	position: relative;
	width: 326px;
	float: left;
}
#direita {
	position: relative;
	width: 450px;
	float: right;
}
#capaNoticias {
	position: relative;
	float: left;
	left:0px;
	width: 225px; 
	height: 260px;
}
.titNoticias {
	position: relative;
	float: left;
	width: 111px;
	height: 22px;
	left: 5px;
	top: 10px;
	background-image: url(img/tit_noticias.gif);
	background-repeat: no-repeat;
}
.noticias2 {
	position: relative;
	float: left;
	width: 225px;
	height: 260px;
	top: 15px;
}

#capaEnquete {
	position: relative;
	float: left;
	top: 10px;
	left:10px;
	width: 225px; 
	height: 260px;
}
#titEnquete {
	position: relative;
	float: left;
	width: 111px;
	height: 22px;
	left: 5px;
	top: 0px;
	background-image: url(img/tit_enquete.gif);
	background-repeat: no-repeat;
}
#enquete {
	position: relative;
	float: left;
	width: 225px;
	height: 260px;
	top: 12px;
}

#capaDepoimento {
	position: relative;
	float: left;
	top: 10px;
	left:0px;
	width: 326px; 
	height: 106px;
}

#capaNewsletter {
	position: relative;
	float: left;
	top: 10px;
	left:5px;
	height: 150px;
	width: 198px;
}
.caixaNews {
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	margin-left: 0px;
	margin-top: 6px;
	text-align: justify;
	width: 120px;
	border: 1px solid #CCCCCC;
}
.caixaContato {
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	text-align: justify;
	width: 230px;
	border: 1px solid #CCCCCC;
}
.caixaLogin {
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	text-align: justify;
	border: 1px solid #CCCCCC;
}
#flashInicio {
	position:absolute;
	float:left;
	z-index:1;
	width:910px;
	height:100%;
	left:50%;
	top:0px;
	margin-left:-455px;
}


html>body #direita { 
width: 450px; 
} /* hack para q o FF, Opera, etc deixem o tamanho correto do layout, pois não colocando ele adicionaria + 20px aos 150px das divs, totalizando 170px, que iria bagunçar o layout */

html>body #esquerda { 
width: 326px; 
} /* hack para q o FF, Opera, etc deixem o tamanho correto do layout, pois não colocando ele adicionaria + 20px aos 150px das divs, totalizando 170px, que iria bagunçar o layout */


#rodape {
	height: 111px;
	clear: both;
	padding-right: 80px;
	background-image: url(img/fundo_rodape.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	text-align: right;
	vertical-align: text-bottom;
	bottom: 0px;
}
#titCliente {
	position: relative;
	float: left;
	width: 149px;
	height: 33px;
	left: 5px;
	top: 10px;
	background-image: url(img/tit_cliente.gif);
	background-repeat: no-repeat;
}
#btClienteSair {
position:absolute;
left:300px;
top:13px;
}
