/* CSS Document */
#floating{
	position:inherit;
	z-index:11;
}
#popup{
	position:absolute;
	z-index:11;
	text-align:center;
	width:700px;
	margin-left:-350px;
	left:50%;
	height:500px;
	margin-top:-250px;
	top:50%;
}
#popup_login{
	position:absolute;
	z-index:11;
	text-align:center;
	width:337px;
	margin-left:-165px;
	left:50%;
	height:200px;
	margin-top:-100px;
	top:50%;
}
#bodyOverlay {
	position:absolute;
	z-index:10;
	background-color: #28303B;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.50; 
	filter: Alpha(opacity=70, finishopacity=70);
 }


#mostra_noticia {
	padding:20px; 
	position:relative; 
	z-index:1; 
	height:400px; 
	width:600px; 
	overflow:auto; 
	text-align:left; 
	clear:both; 
}

#loadBar{
	display:none;
	position:absolute;
	z-index:1000;
	width:50px;
	height:40px;
	margin-left:-25px;
	left:50%;
	margin-top:-20px;
	top:50%;
}


#fundo_lateral_esquerda {
	background-image:url(../img/fundo_pagina1.png);
	background-repeat:repeat-x;
	background-color:#F5F5F5;
}
#fundo_lateral_direita {
	background-image:url(../img/fundo_pagina2.png);
	background-repeat:repeat-x;
	background-color:#F5F5F5;
}
#fundo_geral {
	background-image:url(../img/fundo_geral.png);
	background-repeat:repeat-x;
	background-color:#F5F5F5;
}
#fundo_menu {
	background-image:url(../img/menu/menu_fundo.png);
	background-repeat:no-repeat;
	background-position:right;
}
#corpo_conteudo {
	border-style:solid;
	border-color:#E8E8E8;
	border-width:1px;
	border-top-width:0px;
	width:951px;
	height:auto;
	background-image:url(../img/fundo_conteudo.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#base {
	border-style:solid;
	border-color:#E8E8E8;
	border-width:1px;
	border-top-width:0px;
	width:951px;
	background-image:url(../img/base_fundo.jpg);
	height:74px;
}
#caixa_conteudo {
	margin-top:15px;
	border-style:solid;
	border-color:#EAF2C6;
	border-width:0px;
}
#caixa_conteudo_diferenciais {
	margin-top:15px;
	border-style:solid;
	border-color:#EAF2C6;
	border-width:0px;
	background-image:url(../img/cresol/base_conteudo.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#FFFFFF;
}
#caixa_rodape {
	background-image:url(../img/rodape_fundo_geral.png);
	background-repeat:no-repeat;
	margin-top:15px;
	height:38px;
	width:561px;
/*	border-style:solid;
	border-color:#E4E4E4;
	border-width:1px;*/
}

#caixa_noticia {
	border-bottom-style:solid;
	border-bottom-color:#EAF2C6;
	border-bottom-width:1px;
	padding-bottom:4px;
	margin-bottom:10px;
}
#thumbs_galeria {
	margin-right:5px;
	margin-bottom:8px;
	float:left;
}
