/* Páginas Permanentes */
@import url('permanentes.css');

/* Box's */
@import url('box.css');

/* Páginas */
@import url('paginas2.css');

/* Estrutura Básica */
html, body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background:#130d0d url(images/bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family:Arial, Tahoma, Geneva, sans-serif, Helvetica, sans-serif;
}
.geral
{
	width: 100%;
	float: left;
	height: 100%;
}
.conteudo
{
	width: 965px;
	margin: auto;
	background-image:url(../_imagens/estrutura/bg_topo.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	margin-bottom: 0px;
	position:relative;
}
.topo
{
	width: 100%;
	float: left;
	background-color:#FFF;
	min-height: 100px;
	margin-top: 10px;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
}
.centro
{
	width: 100%;
	float: left;
	background-color:#FFF;
	min-height:300px;
	padding-bottom: 20px;
	position:relative;
	z-index:50;
}
.centro_menu
{
	width: 140px;
	float: left;
	padding: 10px 10px 0 10px;
}
.centro_conteudo
{
	width: 790px;
	float: left;
	padding: 10px 5px 0 10px;
}
.rodape
{
	height: 55px;
	float: left;
	width: 100%;
	bottom:0px;
	padding-bottom:10px;
	background:#fff;
}
.rodape_conteudo
{
	margin: auto;
	width: 965px;
	height: 55px;
	background-image:url(../_imagens/estrutura/bg_rodape.gif);
	background-repeat:repeat-x;
}
a
{
	cursor: pointer;
}

ul.col3 { padding-right:0px; padding-left:0px; float:left; padding-bottom:0px; margin:15px 0px; width:100%; padding-top:0p; list-style-type:none;}
ul.col3 li { padding-right:2px; display:inline; padding-left:2px; float:left; padding-bottom:2px; width:30%; padding-top:2px;}

.sign {position:absolute; bottom:0; right:0; /*width: 200px; height: 25px;*/ margin-right: 20px;margin-bottom: 7px;}
.sign img {height:15px;
opacity: 0.25;*filter: alpha(opacity = 25); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";}
.sign img:hover {opacity: 1;*filter: alpha(opacity = 100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}