/* by vitorgga */
a, a:link, a:visited {
    color: #666666; /* 008AE5 */
}
a:hover {
    color: #005700;
    cursor: pointer; cursor: hand;
}
a:hover {
    text-decoration: none;
}

body {
    background: #FFFFFF url("design/background.jpg") no-repeat top center;
}

body, table, input, textarea, select, button {
    color: #666666;
}

.curvas {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

hr {
    clear: both;
    border: none;
    border-top: 1px solid #EEEEEE;
    height: 1px;
}

input, select, textarea {
	background: #FEFEFE url('design/input.jpg') repeat-x top;
	border: 1px solid #999999;
	color: #666666;
	padding: 5px;
}
input[type=checkbox], input[type=radio] {
	background: none;
	border: 0px solid;
}
button, .button, .button:link, .button:hover, .button:active {
	background: #88D10E url('design/button.jpg') repeat-x top;
	border: 0px none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px 2px;
    
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;    
    
}
.button, .button:active, .button:visited, .button:hover, .button:link {
    display: inline-block;
    padding: 2px 5px;
    color: #FFFFFF;
}
button:hover, .button:hover {
    background: #88D10E;
}

.item { border-bottom: 1px solid #162B41; cursor: pointer; cursor: hand; }
.item:hover { border-bottom: 1px solid #FFFFFF; }

a.tooltip span { display:none; } 
a.tooltip:hover span {
    display: inline;
    position: absolute;
    background: #ffffff;
    border:1px solid #cccccc;
    color:#6c6c6c;
    font-size: 8pt;
    padding: 2px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#conteudo {
    padding: 28px 20px;
}
#conteudo.index {
    padding: 260px 20px 28px 20px;
}

h1, h2, h3, h4 {
    clear: both;
    margin: 0px;
    padding: 0px; 
}
h1 {
    background: url('design/h1.jpg') no-repeat left center;
    font-weight: normal;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 20pt;
    font-weight: bold;
	color: #333333;
	padding: 14px;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
    color: #333333;
}
h2 {
	color: #666666;
    font-family: "Trebuchet MS",Tahoma;
    font-weight: bold;
    font-size: 14pt;
    padding: 6px;
    margin: 2px 0;
    border-bottom: 1px solid #CCCCCC;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
    color: #666666;
}
h3 {
    font-weight: normal;
    font-family: Tahoma;
    font-size: 16pt;
    color: #73C700;
    padding: 6px 0;
    border-bottom: 1px solid #666666;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
    color: #666666;
}
h3 span {
    color: #000000;
}

.banners img, .banners embed, .banners object {
	margin: 3px;
    vertical-align: middle;
}

.banners_vertical img, .banners_vertical embed, .banners_vertical object {
	margin: 0px 0px 20px 0px;
}

.off {
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}
.off_hover:hover {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;    
}

.dfix {
 content: '.'; clear: both; display: inline-block;
}

#tinymce, #tinymce p, #tinymce div, .rte_documento, .rte_documento p, .rte_documento div {
    margin: 10px;
    text-align: justify;
    xtext-indent: 20px;
    line-height: 150%;
}

body.mceContentBody {
   background: #FFFFFF;
}

.rte_documento2 {
 padding: 10px 20px;
 text-align: justify;
 line-height: 150%;
}

.inputAlert {
	border: 1px solid red;
}

#fancy_div {
	background: #FFFFFF !important;
	color: #000000 !important;
}

/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/

.a_logo {
	position: absolute;
	margin: 24px 0 0 38px;
	background: url('design/logo.png') no-repeat center center;
	width: 366px;
	height: 239px;
}

.a_desenvolvido {
	width: 63px;
	height: 35px;
	background: url('design/desenv_magicdigital.png') no-repeat;
	position: absolute;
	border: 0px solid;
	margin: 105px 0 0 965px;
	display: block;
}

.d_topo {
    display: block;
	width: 990px;
	height: 294px;
}

.d_rodape {
    padding: 10px 30px;
    margin: 5px 0;
    line-height: 150%;
}

.paginas a {
	display: inline-block;
	padding: 10px;
	font-size: 12pt;
	color: #362F24;
	font-weight: bold;
}
.paginas a:hover {
    background: #EEEEEE;
}

.botao, .botao:visited, .botao:link {
	display: inline-block;
	background: url('design/botao.jpg') no-repeat center center;
	width:98px;
	padding: 7px 0;
    font-weight: bold;
	text-align: center;
    color: #FF6600;
}

.transparente, .transparente:hover {
    padding: 0;
	background: none;
	border: 0px;
}

.d_menu {
    position: absolute;
    width: 990px;
    z-index: 10;
}
.d_menu > a {
    display: inline-block;
    padding: 24px 10px;
    color: #FFFFFF;
    font-family: Calibri;
    font-size: 15pt;
    vertical-align: middle;
    letter-spacing: -1.4px;
    z-index: 20;
}
.d_menu > a:hover {
    background: #83CF0B;
    color: #FFFFFF;
}
