/* GERAL */
*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#406C7A;		
}

/* GARAL - LINKS*/
a
{
	text-decoration:none;
	color:#406C7A;
}
a:hover
{
	text-decoration:underline;
}

/* GERAL LI */
li
{
	list-style:none;
}

img
{
	border:0px;
}

/* h2 class title*/
.title_module
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:15px;
}

h2
{
	color:#406C7A;	
}
.title_info
{
	font-weight:bold;
	margin-bottom:5px;
}

/* images galeria de fotos */
#imagens
{
	width: 517px; 
	border:solid 1px #CCC; 
	padding:5px;
	margin-top:10px;	
	visibility:hidden;	
}

#images
{
	width: 517px; 
	border:solid 1px #CCC; 
	padding:5px;
	margin-top:10px;	
}

body
{
	
}

#all_master #main
{
	width:760px;
	position:absolute;	
	left:50%;
	margin-left: -380px;
}
#all_master #main .topo
{
	background-image:url(../../images/front/top.gif);
	background-position:right center;
	background-repeat:repeat-y;
	width:100%;
	height:100px;
	margin-top:0px;
	margin-bottom:0px;
}

#all_master #main .line
{
	width:100%;
	background-image:url(../../images/front/line2.gif);
	background-repeat:repeat-x;
	background-position:left center;
}

#all_master #main .line2
{
	width:100%;
	background-image:url(../../images/front/line3.gif);
	background-repeat:repeat-x;
	background-position:left center;
	clear:both;
}

#all_master #main .line a
{
		color:#FFCC66;
		font-size:15px;
}

#all_master #main .topo img
{
	margin-top:5px;
}

/* caixa */

#all_master #main .left
{
	width:220px;
	float:left;
	display:table;	
}

/* Caixa */
#all_master #main .left .caixa .topo_caixa
{
	background-image:url(../../images/front/menuup.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:28px;
}

#all_master #main .left .caixa .fundo_caixa
{
	background-color:#65AAC0;
	width:198px;
	margin-left:10px;
}

#all_master #main .left .caixa .fundo_caixa .center_caixa
{
	background-color:#FFFFFF;
	width:194px;
	margin-left:2px;
	padding-top:5px;
}

#all_master #main .left .caixa .fundo_caixa .center_caixa ul li
{
	background-image:url(../../images/front/dot.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:48px;
	margin-top:5px;
}

#all_master #main .left .caixa .fundo_caixa .center_caixa ul li a
{
	font-size:14px;
	font-weight:bold;
	color:#406C7A;
}

#all_master #main .left .caixa .fundo_caixa .center_caixa ul li a:hover
{
	text-decoration:underline;
}

#all_master #main .left .caixa .footer_caixa
{
	background-image:url(../../images/front/menudown.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:28px;
	margin-bottom:5px;
}

#all_master #main .left .caixa .fundo_caixa .center_caixa.indique
{
	padding-left:25px;
	width:169px;
	color:#406C7A;
}

#all_master #main .left .caixa .fundo_caixa .center_caixa.indique a
{
	color:#406C7A;
}

/* CENTER */

#all_master #main #center
{
	width:523px;
	float:left;
	display:inline-block;
	margin-left:10px;
	margin-top:8px;
	margin-bottom:10px;
}
#all_master #main .aba
{
	background-image:url(../../images/front/aba.png);
	background-repeat:no-repeat;
	background-position:left top;
	border-bottom:2px solid #65AAC0;
	height:8px;
	font-size:7px;
}

#all_master #main #center .error
{
	text-align:center;
	color:#FF0000;
	margin-bottom:5px;
}

/* Rodape */
#all_master #main #rodape
{
	width:100%;
	height:75px;
	background-image:url(../../images/front/footer.gif);
	background-repeat:no-repeat;
	background-position:left center;
	clear:both;	
	display:block;
	text-align:center;	
}

#all_master #main #rodape:after
{
	visibility:hidden;
	content:"-";
	display:block;
	clear:both;
}

#all_master #main #rodape a
{
	float:left;
	display:inline-block;
	margin-left:8px;
	margin-top:10px;
}

#all_master #main #rodape .text
{
	padding-top:10px;
	color:#406C7A;
}

/* mais e voltar */
.readmore_back
{
	width:100%;
	margin-top:15px;
	display:table;
	clear:both;
}

.readmore_back .more
{
	float:left;
	display:inline;
}

.readmore_back .back 
{
	float:right;
	display:inline;
	margin:0;
}

.back
{
	float:right;
	display:inline;
	margin-top:15px;
}

/* PAGINAÇÃO */
.pagination
{
	width:100%;
	float:left;
	display:inline;
	margin-top:15px;
}

.pagination .total
{
	float:left;
	display:inline;
	margin-left:5px;
}

.pagination .total_pages
{
	float:left;
	display:inline;
	margin-left:10px;
}

.pagination .pages
{
	display:block;
	text-align:center;
	width:30%;

}

.pagination .pages:after
{
	visibility:hidden;
	content:"-";
	clear:both;
	display:block;	
}