/* by vitorgga */
a, a:link, a:visited {
    color: #FFFFFF;
}
a:hover {
    color: #FFB909;
    cursor: pointer; cursor: hand;
}
a:hover {
    text-decoration: none;
}

body {
    background: #000000 url('design/background.jpg') no-repeat center 81px;
}

body, table, input, textarea, select, button {
    color: #CCCCCC;
    font-size: 9pt;
}

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

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

input, select, textarea {
    background: none;
	color: #666666;
	padding: 2px;
    border: 1px solid #EEEEEE;
    
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
input[type=checkbox], input[type=radio] {
	background: none;
	border: 0px solid;
}
button, .button, .button:link, .button:hover, .button:active {
	background: #333333;
	border: none;
	color: #FFFFFF;
    font-family: "Cuprum","Trebuchet MS",Tahoma;
    font-size: 10pt;
	font-weight: normal;
	padding: 2px 7px;
	margin: 0px 2px;
    line-height: normal;
    
	-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 7px;
    color: #FFFFFF;
}
button:hover, .button:hover {
    background: #7A7A7A;
    border: none;
}

.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: 10px;
}

h1, h2, h3, h4 {
    clear: both;
    margin: 0;
    padding: 0;
}
h1 {
    color: #FFFFFF;
    font-family: "Cuprum","Trebuchet MS",Tahoma;
    font-weight: normal;
    font-size: 23pt;
    padding: 10px 0;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
    color: #FFFFFF;
}
.h1 {
    text-align: right;
    padding: 5px 0;
}
h2 {
    color: #FFFFFF;
    font-family: "Cuprum","Trebuchet MS",Tahoma;
    font-weight: bold;
    font-size: 30pt;
    padding: 5px 0;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
    color: #FFFFFF;
}
h3 {
    color: #FFB909;
    font-family: "Cuprum","Trebuchet MS",Tahoma;
    font-weight: normal;
    font-size: 11pt;
    padding: 5px 0;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
    color: #FFB909;
}

.banners img, .banners embed, .banners object {
	margin: 4px;
    vertical-align: top;
}

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

.off {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
.off_hover:hover {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;    
}
.off_reverso:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

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

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

body.mceContentBody {
   background: #000000;
}

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

.inputAlert {
	border: 1px solid red;
}

.alerta {
    padding: 20px; border: 1px solid #FFE5E5; background: #FFFFE5; font-weight: bold;
}

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

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

.a_logo {
    position: absolute;
	display: inline-block;
    width: 575px;
	height: 80px;
    margin: 25px 0 0 0;
    text-align: center;
}

.d_topo {
    height: 174px;
}

.a_desenvolvido {
	width: 94px;
	height: 50px;
	background: url('design/desenv_magicdigital.png') no-repeat center center;
	display: inline-block;
    vertical-align: middle;
    margin: 20px 20px 0 0;
}

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

.transparente, .transparente:hover {
    padding: 0;
	background: none;
	border: none;
    
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.d_menu {
    position: absolute;
    margin: 137px 0 0 0;
}
.d_menu a {
    display: inline-block;
    padding: 5px 15px;
    font-family: "Cuprum","Trebuchet MS",Tahoma;
    font-size: 14pt;
    font-weight: normal;
    color: #FFFFFF;
}
.d_menu a:hover, .d_menu a.on {
    background: #FFCE01;
    color: #000000;
}

.frm span {
    display: block;
    padding: 10px;
}
.frm span label {
    display: inline-block;
    color: #538686;
    font-size: 8pt;
    width: 80px;
    padding: 0 5px;
    text-align: right;
}

#d_flash_pager {
    position: absolute;
    margin: 40px 0 0 0;
    z-index: 20;
}
#d_flash_pager a {
    background: #1D1D1D;
    color: #1D1D1D;
    display: block;
    margin: 5px;
    padding: 3px;
    text-align: center;
    width: 15px;
    height: 15px;
}
#d_flash_pager a span {
    display: none;
}
#d_flash_pager a.activeSlide {
    background: #E8AE07;
    color: #FFFFFF;
    width: 200px;
}
#d_flash_pager a.activeSlide span {
    display: block;
}

#d_flash b {
    display: block;
    font-size: 24pt;
}
#d_flash p {
    padding: 20px 0;
}
#d_flash .button {
    font-size: 14pt;
    padding: 5px 20px;
    margin: 0;
    font-weight: normal;
}

#d_twitter .tweet_list li {
    background: url('design/ico_twitter.png') no-repeat left top;
    display: block;
    margin: 10px 0;
    padding: 0 0 0 30px;
    
}
#d_twitter .tweet_list li a {
    color: #CCCCCC;
}
#d_twitter .tweet_list li > a {
    display: none;
}

.d_social {
    white-space: nowrap;
    text-align: center;
}
.d_social a {
    display: inline-block;
    padding: 10px 5px;
    font-family: "Cuprum","Trebuchet MS",Tahoma;
    font-size: 14pt;
}

.d_servidores {
    padding: 5px 0;
}
.d_servidores a {
    display: block;
    padding: 5px;
    text-align: center;
}

.d_contato p {
    padding: 5px;
}
