/* by vitorgga */
a, a:link, a:visited {
 color: #000000;
}
a:hover {
 color: #000033;
 background: #F2F2F2;
 cursor: pointer; cursor: hand;
}

body {
 background: #7ADBFE url('design/background.jpg') bottom center no-repeat;
}

hr {
 clear: both;
 border: 1px solid #F2F2F2;
 height: 1px;
}

input, select, textarea {
 border: 1px solid #999999;
 color: #000000;
}
input[type=checkbox], input[type=radio] {
 background: none;
 border: 0px solid;
}
button {
 background: #AEC943; 
 border: 1px solid #91A348;
 color: #FFFFFF;
 font-weight: bold;
 margin: 0px 2px;
}

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

#conteudo {
 margin: 0px;
 padding: 0px;
}

h1 {
 clear: both;
 background: url('design/h1.jpg') left center repeat-x;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 16pt;
 padding: 12px;
 margin: 0px 0px 4px 0px;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
 color: #000000;
}
h2 {
 clear: both;
 font-family: "Trebuchet MS",Tahoma;
 font-weight: normal;
 font-size: 12pt;
 padding: 6px;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
 color: #000000;
}
h3 {
 clear: both;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 22pt;
 padding: 10px;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
 color: #000000;
}

.banners_vertical img, .banners_vertical embed, .banners_vertical object {
 margin: 0px 0px 10px 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;
 text-indent: 20px;
 line-height: 150%;
}

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

.a_desenvolvido {
	width: 79px;
	height: 16px;
	background: url('design/desenv_weblux.png') no-repeat;
	position: absolute;
	border: 0px solid;
	margin: 8px 0 0 850px;
	display: block;
}
.a_desenvolvido:hover {
	background: url('design/desenv_weblux.png') no-repeat;
}

.inputAlert {
 border: 1px solid red;
}

.borda {
 background: #FFFFFF;
 border: 2px solid #D5D9AF;
}

.rodape {
 padding: 7px;
}

.menu {
 position: absolute;
 margin: 202px 0px 0px 15px;
 text-align: center;
}
.menu a {
 color: #FFFFFF;
 font-weight: bold;
 font-family: "Trebuchet MS",Tahoma;
 font-size: 12pt;
 padding: 9px 10px;
 display: inline-block;
 text-transform: uppercase;
}
.menu a:hover {
 color: #2BB1F5;
 background: #0A0A0A;
}