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

html, body {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}

body, table, input, textarea, select, button {
    color: #34548A;
    font-family: "Open Sans Condensed","Trebuchet MS",Tahoma;
    font-size: 12pt;
}

.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;
	border: 1px solid #000000;
	color: #666666;
	padding: 5px;
}
input[type=checkbox], input[type=radio] {
	background: none;
	border: none;
}
button, .button, .button:link, .button:hover, .button:active {
	background: #6CC3E9;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
    
}
.button, .button:active, .button:visited, .button:hover, .button:link {
    display: inline-block;
    padding: 2px 5px;
    color: #FFFFFF;
}
button:hover, .button:hover {
    background: #34548A;
}

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: 0;
}

h1, h2, h3, h4 {
    clear: both;
    margin: 0;
    padding: 0; 
}
h1 {
    font-weight: normal;
	font-size: 14pt;
    font-weight: normal;
	color: #34548A;
	padding: 5px 0 10px 0;
	margin: 0;
    text-transform: uppercase;
}
h1 a, h1 a:link, h1 a:hover, h1 a:visited {
    color: #34548A;
}
h2 {
    color: #34548A;
    font-weight: bold;
    font-size: 26pt;
    padding: 0;
    margin: 2px 0;
}
h2 a, h2 a:link, h2 a:hover, h2 a:visited {
    color: #34548A;
}
h3 {
    background: url('design/ico_estrela.png') no-repeat center left;
    font-weight: lighter;
    font-size: 18pt;
    color: #34548A;
    padding: 5px 5px 5px 25px;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited {
    color: #34548A;
}

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

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

body.mceContentBody {
   background: #FFFFFF;
}

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

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

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

.a_logo {
    padding: 0 0 20px 0;
    display: block;
    text-align: center;
}
.a_logo img {
    max-width: 100%;
}

.d_logo {
    background: #000000 url('design/logo_bg.png') no-repeat center center;
    background-size: cover;
    padding: 66px 0;
}

.a_desenvolvido {
    display: inline-block;
    width: 63px;
	height: 36px;
    margin: 10px;
	background: url('design/desenv_magicdigital.png') no-repeat;
}

.d_topo, .d_menu, .d_barra, .d_conteudo, .d_rodape {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.d_topo_base {
    background: #F7F2E9;
}

.d_menu_base {
    border-bottom: 2px solid #F7B837;    
}

.d_barra_base {
    background: #F7B837;
}

.d_rodape_base {
    clear: both;
}

.d_rodape_texto {
    font-size: 16pt;
    padding: 10px;
}

.d_rodape {
    text-align: center;
}

.frm > span {
    display: block;
    padding: 5px 10px;
}
.frm > span > label {
    display: block;
}

/* NOTICIAS */

.d_noticias {
    padding: 20px 0;
    margin: 0 auto;
}
.d_noticias .w {
    display: block;
    xfloat: left;
    min-height: 290px;
    box-shadow: 0 0 1px #EEEEEE inset;
    max-width: 100% !important;
    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;   
}
.d_noticias .w:hover {
    background: #F2F2F2;
    z-index: 20;
    
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.d_noticias .w3 {
    width: 300px;
}
.d_noticias .w6 {
    width: 600px;
}

.d_noticias .w > div {
    padding: 10px;
}

.d_noticias .titulo {
    font-size: 16pt;
}

.d_noticias .descricao {
    text-align: justify;
    padding: 10px 0 0 0;
}

.d_noticias .data {
    float: right;
    opacity: 0.6;
    margin: 2px;
}

.d_noticias .ad {
    background: #889FAC;
}

.chapeu {
    display: none;
    padding: 2px 10px;
    background: #616DAE;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* MENU */

.d_menu {
    text-align: center;
}

.d_menu form {
    float: right;
    padding: 8px 10px;
}
.d_menu form input {
    border: 1px solid #DDD;
    border-radius: 18px;
    margin-right: -43px;
    padding: 8px 16px;
}

.d_menu ul {
    padding: 5px 0;
}
.d_menu li {
    display: inline-block;
}

.d_menu li a {
    display: block;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 21pt;
    opacity: 1;
    color: #AD3A3F;
}
.d_menu li a:hover {
    opacity: 0.6;
}

.d_menu ul ul {
    display: none;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 3px 3px 3px #CCCCCC;
    min-width: 160px;
    padding: 10px;
    z-index: 30;
}
.d_menu ul ul li {
    display: block;
}

/* DESTAQUES */

.d_destaques {
    padding: 20px 0;
}
.d_destaques .titulo {
    display: block;
}
.d_destaques .descricao {
    display: block;
} 

/* ... */

#a_mais {
    clear: both;
    font-weight: bold;
    font-size: 18pt;
    padding: 20px;
    color: #CCCCCC;
}

.rte_documento > img,
.rte_documento > div > img,
.rte_documento > p > img {
    max-width: 100%;
}

.botaozao {
    padding: 10px 20px;
    font-size: 18pt;
}

.d_topdoevento {
    background: #952927;
    padding: 3px;
    position: relative;
}
.d_topdoevento h3 {
    position: absolute;
    background-color: #952927;
    color: #FFFFFF;
    z-index: 10;
    margin-top: -10px;
    transform: scale(0.8);
    left: -5px;
}

#d_fotos {
    text-align: center;
}

#fancy_buy {
    position: absolute;
    display: inline-block;
    z-index: 200; 
    right: 14px;
    bottom: 15px;   
}
#fancy_buy_ico {
    display: inline-block;
    background: url('design/marca_compre.png') no-repeat center center;
    width: 62px;
    height: 35px;
}

#fancy_share {
    position: absolute;
    display: inline-block;
    z-index: 200; 
    right: 20px;
    bottom: 55px;   
}
#fancy_share img {
    height: 24px;
}