@charset "utf-8";
/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                    meu CSS
-------------------------------------------------------
*/
/*@import url(http://fonts.googleapis.com/css?family=ABeeZee);
@import url(http://fonts.googleapis.com/css?family=Share:400,700);*/

/*
body, .mceContentBody  td {
	font: 14px/1.4 'Noto Sans', Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#677;
	
}*/
.x_texto_padrao_pequeno{
	font-size:13px;
}
.content ul, .content ol,.content  dl , .mceContentBody  ul, .mceContentBody  ol, .mceContentBody  dl {
	padding: 0 15px 15px 10px;
}
.mceContentBody li, .content li{
	/*padding-bottom:15px;*/
	
}

fieldset.padrao{
	border-radius:8px;
}
fieldset.padrao textarea, fieldset.padrao select{
	width:100%
}
fieldset.padrao input:not([type="submit"]), fieldset.padrao textarea, fieldset.padrao select{
	border:#039 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;
	
}
.interface 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-color: #6d757f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d757f), to(#535961));
  background-image: -webkit-linear-gradient(top, #6d757f, #535961);
  background-image:    -moz-linear-gradient(top, #6d757f, #535961);
  background-image:      -o-linear-gradient(top, #6d757f, #535961);
  background-image:         linear-gradient(to bottom, #6d757f, #535961);
	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;
}
.interface fieldset.padrao  input[type="submit"]:hover {
	 background-color: #78808a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#78808a), to(#5f656e));
  background-image: -webkit-linear-gradient(top, #78808a, #5f656e);
  background-image:    -moz-linear-gradient(top, #78808a, #5f656e);
  background-image:      -o-linear-gradient(top, #78808a, #5f656e);
  background-image:         linear-gradient(to bottom, #78808a, #5f656e);
	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-color: #6d757f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d757f), to(#535961));
  background-image: -webkit-linear-gradient(top, #6d757f, #535961);
  background-image:    -moz-linear-gradient(top, #6d757f, #535961);
  background-image:      -o-linear-gradient(top, #6d757f, #535961);
  background-image:         linear-gradient(to bottom, #6d757f, #535961);
	/*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-color: #78808a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#78808a), to(#5f656e));
  background-image: -webkit-linear-gradient(top, #78808a, #5f656e);
  background-image:    -moz-linear-gradient(top, #78808a, #5f656e);
  background-image:      -o-linear-gradient(top, #78808a, #5f656e);
  background-image:         linear-gradient(to bottom, #78808a, #5f656e);
	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, 
a.botao:visited, a.botao:focus, a.botao:link  {
	text-decoration:none;
	color:#FFF;
}
.botao2, a.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,a.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,a.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;
}
.box_mensagem{
	padding: 20px;
margin: 15px;
text-align: center;
font-family: Arial, Verdana, Geneva, sans-serif;
color: #776;
background-color: #EEE;
border: 3px white solid;
border-radius: 10px;
box-shadow: #999 0 0 18px;
text-shadow: 1px 1px 0 #FFFFFF;
}
/*
========================================
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;
}
.primeira{
	margin-left: 0;
	padding-left: 0;
	border-left:none 0;
}
@media screen and (max-width: 650px) {

	._2col{
		border-left:none 0;
		width:100%; 
		margin-left: 0;
		padding-left: 0;
	}
}
/*
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
***********************
*/

.content h1, .content h1 input, .bloco h1, .bloco h1 input {
	/*color: #016EB9;
    font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 35px;*/
	font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
	margin-bottom:0;
}
/** textos **/
body, .bloco, .mceContentBody p, .mceContentBody a, .mceContentBody li{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #777;
}
.bloco, .mceContentBody  p, .mceContentBody  a, .mceContentBody li{
	/*font-size:14px;
	color:#667;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
color: #777;
font-family: 'AbeeZee', sans-serif;
margin-bottom: 15px; */
}
.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;
}