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

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

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

.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 #CCCCCC;
    height: 1px;
}

input, select, textarea {
    background: #FFFFFF;
	color: #666666;
	padding: 5px;
    border: 1px solid #CCCCCC;
}
input[type=checkbox], input[type=radio] {
	background: none;
	border: 0px solid;
}
button, .button, .button:link, .button:hover, .button:active {
    background: url('design/botao_cidades.png') repeat-x top;
    border: 1px solid #380A0A;
	color: #FFFFFF;
    font-size: 8pt;
	font-weight: bold;
	padding: 5px 7px;
	margin: 0px 2px;
    line-height: normal;
    
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.button, .button:active, .button:visited, .button:hover, .button:link {
    display: inline-block;
    padding: 5px 7px;
    color: #FFFFFF;
}
button:hover, .button:hover {
    background: #340002;
}

.item { border-bottom: 1px solid #CCCCCC; cursor: pointer; cursor: hand; }
.item:hover { background: #F2F2F2; border-bottom: 1px solid #000000; }

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: 0px;
    padding: 0px; 
}
h1 {
 background: url('design/h1.png') center left no-repeat;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 24pt;
 padding: 12px;
 margin: 0px 0px 4px 0px;
 color: #023F59;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
 color: #023F59;
}
h2 {
 color: #0280AE;
 font-family: "Trebuchet MS",Tahoma;
 font-weight: bold;
 font-size: 14pt;
 padding: 1px 4px;
 border-bottom: 2px solid #0280AE;
 letter-spacing: -1px;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
 color: #0280AE;
}
h3 {
 clear: both;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 22pt;
 color: #B5B5B5;
 padding: 10px 0px;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
 color: #B5B5B5;
}

.banners img, .banners embed, .banners object {
 margin: 5px;
}

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

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

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

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

.inputAlert {
 border: 1px solid red;
}

.a_desenvolvido {
 position: absolute;
 display: block;
 width: 120px;
 height: 25px;
 margin: 8px 0px 0px 775px;
 border: 0px solid red;
}

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

.topo_menu {
 background: #67737A;
 text-align: center;
}
.topo_menu a {
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 12pt;
 padding: 6px;
 display: inline-block;
 color: #FFFFFF;
}
.topo_menu a:hover {
 color: #ED9512
}

.lateral_menu {
 margin: 30px;
 vertical-align: middle;
 font-size: 8px;
 color: #666666;
 height: 340px;
}
.lateral_menu .oferecimento {
 border: 1px solid #CCCCCC;
 background: #FFFFFF;
 padding: 10px;
 margin: 10px 0px;
 text-align: center;
}
.lateral_menu .links a {
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 12pt;
 padding: 3px 0px;
 margin: 0px;
 display: block;
 color: #0082B3;
}
.lateral_menu .links .l2 {
 color: #22ABDD;
}
.lateral_menu .links .l3 {
 color: #21A5D6;
}

.h22 {
 font-size: 12pt;
 border: 0px solid;
 text-align: right;
}

.h22 img {
 vertical-align: middle;
}

.thost td {
 text-align: center;
}
.thost small {
 color: #666666;
}
.thost .bg1 {
 background: #EBEBEB;
}
.thost .bg2 {
 background: #DFE0DF;
 font-size: 20px;
 font-weight: bold;
 line-height: 90%;
}
.thost .bg2 small {
 font-size: 8pt;
}
