@charset "utf-8";
/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                    meu CSS
-------------------------------------------------------
*/
body, .mceContentBody  td {
	font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#677;
}
.x_texto_padrao_pequeno{
	font-size:10px;
}
.content ul, .content ol,.content  dl , .mceContentBody  ul, .mceContentBody  ol, .mceContentBody  dl {
	padding: 0 15px 15px 40px;
}
.mceContentBody li, .content li{
	padding-bottom:15px;
	
}

fieldset.padrao{
	border-radius:8px;
}
fieldset.padrao textarea, fieldset.padrao select{
	width:100%
}
fieldset.padrao input, fieldset.padrao textarea, fieldset.padrao select{
	border:#016EB9 1px solid;
	border-radius:5px;
	padding:3px;
	background:url(../images/fundo_campos.png) repeat-x left 1px #eee;
	color:#666;
	font-family:arial, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	
}
fieldset.padrao  input[type="submit"]{
	-moz-box-shadow: 0px 2px 4px -1px #707070;
	-webkit-box-shadow: 0px 2px 4px -1px #707070;
	box-shadow: 0px 2px 4px -1px #707070;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#42413C;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	padding:5px 19px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}
fieldset.padrao  input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}


.botao {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	box-shadow:inset 0px 1px 0px 0px #bdbdbd;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #757575), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #757575 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#333333');
	background-color:#757575;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #545454;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	padding:5px 19px;
	text-decoration:none;
	text-shadow:-1px -1px 0px #1f1f1f;
}.botao:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #757575) );
	background:-moz-linear-gradient( center top, #333333 5%, #757575 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#757575');
	background-color:#333333;
	color:#FFF;
}.botao:active {
	position:relative;
	top:1px;
	color:#FFF;
}
.botao:visited, .botao:focus, .botao:link {
	
	color:#FFF;
}
.botao2 {
	/* -moz-box-shadow:inset 0px 2px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 2px 0px 0px #ffffff;
	box-shadow:inset 0px 2px 0px 0px #ffffff; */
	-moz-box-shadow: 0px 2px 4px -1px #707070;
	-webkit-box-shadow: 0px 2px 4px -1px #707070;
	box-shadow: 0px 2px 4px -1px #707070;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	padding:5px 19px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.botao2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.botao2:active {
	position:relative;
	top:1px;
}
.div_recado{
	padding:10px; 
	border:2px #993 solid; 
	background-color:#FFC; 
	color:#660; 
	border-radius:3px;
	margin:8px auto;
}
/*
========================================
NOTICIAS
========================================
*/

.div_noticias h3{
	color:#016EB9;
	font-size:18px;	
	border-radius: 4px;
	margin-top:0;
	margin-bottom:0px;
	
}


/* minhas classes */

.btlermais{
	float:right;
	cursor:pointer;
	background-color:#016EB9;
	border-radius:5px;
	padding:2px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}

.div_texto_noticia{
	max-height:40px;
	overflow:hidden;	
}
.div_dia{
	/* width:352px; */
}
.div_noticias{
	 padding: 6px 0; border-bottom:1px #666 dotted;
	/*  width:345px; */
}
.div_conteudo_noticias{
	 width:349px;
	 float:left;
	/*  margin:10px; */
}
#div_conteudo_noticias2{
	margin-left:20px;
}
#div_conteudo_noticias_1col{
	width:auto;
}
#div_conteudo_noticias{

}
.mini_imagem{
	height:30px;
	width:30px;
	vertical-align:top;
	float:left;
	margin:2px;
	border:none;
	
}
.mini_imagem:hover, .mini_imagem:active{
/* .mini_imagem_hover{ */
	height:60px;
	width:60px;/* */
	position:relative;
	margin:-15px;
	border: #000 solid 2px;
	border-radius:5px;
}
.highslide img {
    border: none;
}
.alerta_procura{
	background-color:#eee;
	border:1px solid #808040;
	padding:5px;
	margin:2px;
	text-align:center;
}
#div_paginacao{
	margin:5px;
	padding:3px;
	text-align:center;
}
#div_paginacao td{
	padding:5px;
}

div.logos img{
	margin:5px;
	vertical-align:middle;
}
/*
===================
calendário
==================
*/
#calendario_agenda{
	width: 198px;
	margin:0;
	padding:0;
}

#calendario_agenda table td{
	font-size:11px;
	color:#333;
	height:25px;
	margin:1px;
	padding:1px;
	background-image:url(../images/fume_degrade.png);
	background-position:center left;
	background-repeat:repeat-x;
}
#calendario_agenda .dia_outro_mes{
	background:#fff;
	color:#ddd;
}
#calendario_agenda .style23{
	font-weight:bold;
}
#calendario_agenda .calendario_topo{
	background:url(../images/calendario_topo.jpg) top center no-repeat;
	color:#FFF;
	border-radius:7px 7px 0 0;
}
#calendario_agenda .calendario_topo a, #calendario_agenda .calendario_topo a:link, #calendario_agenda .calendario_topo a:hover{
	color:#FFF;
}
#calendario_agenda .titulo_calendario{
	color:#FFF;
	padding:0;
	margin:0;
}
.calendar_hoje{
	border:1px solid #390;
}

/*
xxxxxxxxxxxxxxxxxxxxxxx
layout
xxxxxxxxxxxxxxxxxxxxxxx
*/
._2col{
	margin-left:8px;
	padding-left:8px;
	border-left:2px #ddd dotted;
	width:48%; 
	float:left;
}
/*
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
PERSONALIZANDO spry
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/
.CollapsiblePanel .CollapsiblePanelTab {
	font-size:16px;
}
.AccordionPanelTab{
	background: url(../images/fundo_base.jpg) repeat-x left -1px;
	border-radius: 5px 5px 0 0;
}
.AccordionPanelContent{
	height:auto;
}
.AccordionPanelOpen .AccordionPanelContent{
	height:auto;
} 
.Accordion{
	margin:5px;
	border:none;
}
.AccordionPanelTab h4{
	margin:5px;
}
/*
***********************
LAYOUT DO CONTEÚDO
***********************
*/

.bloco h1, .bloco h1 input {
	color: #016EB9;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 35px;
    font-weight: normal;
	margin-bottom:0;
}
.bloco, .mceContentBody  p, .mceContentBody  a, .mceContentBody li{
	font-size:11px;
	color:#666;
}
.bloco{
	padding:18px;
	margin:18px;
	margin-top:0;
	background:url(../images/fundo_bloco.png) top left no-repeat;
	border-radius:15px;
}
.bloco_2col{
	width: 42%;
	float: left;
}