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

body {
    background: #FDF976 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 #EEEEEE;
	color: #666666;
	padding: 5px;
}
input[type=checkbox], input[type=radio] {
	background: none;
	border: 0px solid;
}
button, .button, .button:link, .button:hover, .button:active {
	background: #EE9428 url('design/button.jpg') repeat-x top;
	border: 0px none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px 2px;
}
.button, .button:active, .button:visited, .button:hover, .button:link {
    display: inline-block;
    padding: 2px 5px;
    color: #FFFFFF;
}
button:hover, .button:hover {
    background: #EE9428;
}

.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 {
    background: url('design/conteudo.png') repeat-y top right;
    padding: 0 10px;
}
#conteudo.index {
    background: none; padding: 0;    
}

h1, h2, h3, h4 {
    clear: both;
    margin: 0px;
    padding: 0px; 
}
h1 {
    font-weight: normal;
	font-family: "Trebuchet MS",Tahoma;
	font-size: 20pt;
    font-weight: bold;
	color: #006298;
	padding: 0 2px 2px 2px;
    border-bottom: 1px solid #006298;
	margin: 0 0 2px 0;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
    color: #006298;
}
h2 {
	color: #666666;
    font-family: "Trebuchet MS",Tahoma;
    font-weight: bold;
    font-size: 12pt;
    padding: 6px;
    border-bottom: 1px solid #486D16;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
    color: #666666;
}
h3 {
    font-weight: bold;
    font-family: "Trebuchet MS",Tahoma;
    font-size: 22pt;
    color: #333333;
    padding: 10px 0px;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
    color: #333333;
}

.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;
}

.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: 130px 0 0 410px;
	width: 300px;
	height: 120px;
}

.a_desenvolvido {
	width: 99px;
	height: 37px;
	background: url('design/desenv_magicdigital.png') no-repeat;
	position: absolute;
	border: 0px solid;
	margin: 38px 0 0 885px;
	display: block;
}

.d_topo {
    background: url('design/topo2.jpg') no-repeat;
    display: block;
	width: 982px;
	height: 320px;
}

.d_rodape {
    background: #EAEAEA;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    line-height: 150%;
}

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

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

.d_menu_rodape {
    text-align: center;
    color: #E68F91;
}
.d_menu_rodape a {
    display: inline-block;
    padding: 6px 10px;
    color: #E68F91;
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.d_menu_rodape a:hover {
    background: #C22B2D;
}

.index a {
    color: #E57817;
}