@charset "utf-8";
/* CSS Document */
body  {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#646464;
	/*text-align:justify;*/
}
.currenthome {
	background-color:#1D486B;
}
.currenthome a{
	color:#fff !important;
}
a:hover {color:#000000}
.thrColFixHdr #container {
	width: 780px;
	background: #FFFFFF;
	background-image:url(images/bg_container_home.gif);
	background-repeat:repeat-y;
} 
#headerlogo, #headerflash, #header_titulo_home {
	width:799px;
}
#headerlogo {
	background-color:#ebebeb;
	background-image:url(images/topohome_cinza.jpg);
	background-repeat:repeat-y;
}
#headerlogo img{
	margin-top: 8px;
	margin: 10px;
	margin-bottom: 8px;
}
.linhaazul {
	height:2px;
	background-image:url(images/topohome_azul.jpg);
	background-repeat:repeat-y;
	text-indent:-9999px;
	overflow:hidden;
}
#headerflash {
	background-color:#ebebeb;
}

#header_titulo_home {
	background-image:url(images/topohome_titulo.jpg);
	background-repeat:repeat-y;
}
#header_titulo_home h2 {
	text-transform:uppercase;
	font-weight:bold;
	margin-left:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding:5px 0;
}
/* COLUNAS */
.thrColFixHdr #coluna1 {
	float: left;
	width: 179px;
	background: #FFF;
	border-top:1px solid #1e476c;
}
.thrColFixHdr #coluna3 {
	float: right;
	width: 400px;
}
.thrColFixHdr #coluna2 { 
	margin: 0 414px 0 192px;
	padding-top:15px;
}
/* TÍTULOS H3 DESTAQUE, ATIVIDADES, NOTICIAS, AGENDA */
h3 {
	background-image:url(images/bg_titulos_home.jpg);
	background-repeat:repeat-x;
	height:21px;
	color:#2a688f;
	text-transform:uppercase;
	padding:4px 5px;
	font-size:11px;
	font-weight:bold;
}
h3 a {text-decoration:none; color:#2a688f;}
h3 a:hover {color:#2a688f;}
h4 {
	color:#2a688f;
	font-size:11px;
	font-weight:bold;
}
.leiamaisazul {
	background-color:#e6f1ed;
	height:20px;
	padding-top:5px;
	padding-left:5px;
	margin-top:15px;
}
.leiamaisazul a{
	font-weight:bold;
	color:#646464;
	text-decoration:none;
}
.leiamaisazul a:hover{color:#000000}
.leiamaisverde {
	background-color:#deefc0;
	height:20px;
	padding-top:5px;
	padding-left:5px;
	margin-top:15px;
}
.leiamaisverde a{
	font-weight:bold;
	color:#646464;
	text-decoration:none;
}
.leiamaisverde a:hover{color:#000000}
#banner_destaque {border-bottom:1px solid #1e476c; background-color:#fff;}
#atividades {
	float:left;
	width:170px;
	padding:15px;
	border-right:1px solid #1e476c;
}
#noticias {
	margin-left:215px;
	margin-top:15px;
}
/*#noticias h4 a {color:#2a688f}
#noticias p a {color:#646464}
#noticias h4 a:hover, #noticias p a:hover {text-decoration:underline}*/

#noticias a h4 {color:#2a688f}
#noticias a p {color:#646464}
#noticias a:hover h4, #noticias a:hover p {text-decoration:underline}

/* Agenda */
/*
.agendames {
	width:180px;
	height:19px;
	background-image:url(images/bg_mes_home.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
.datas {
	margin-top:15px
}
.datas img{
	float:left;
	padding:0 5px 5px 0;
}
*/
/** CALENDARIO **/

div#calendar {
	padding: 2px;
	background:#FFFFFF;
	width:140px;
	margin:0px 0 15px 10px;;
	border:1px solid #e9e9e9;
}

div#calendar table {
	font: 12px arial, verdana, tahoma;
	font-weight: bold;
	color: #286294;
	width: 100%;
}

.mes {
	background-color:#70704b ;
	color:#FFFFFF;
	
}
.diassemana {background-color:#FFFFFF !important}
div#calendar table th {	background:#fff; padding: 0px;}

div#calendar table td {
	background:#ebebe0;
	padding: 0px;
}

div#calendar table th, div#calendar table td {
	text-align: center;
}

div#calendar .pad {background: none;}

div#calendar table td a {
	display: block;
	color: white;
	background:#51957c;
	font-weight: bold;
	text-decoration:none;
}

div#calendar table td a:hover {
	background: #8EC1AE;
	color:black;
}

div#calendar table td#today a {
	display: block;
	color: #000000;
	font-weight: bold;
}
div#calendar table td#prev {text-align: left;}
div#calendar table td#next {text-align: right;}

div#calendar table td#next a, div#calendar table td#prev a {
	padding: 5px 0;
	background-image: url(images/bg_calendario_mes.jpg)!important;
	background-repeat: repeat-x;
}
div#calendar table td#next a:hover, div#calendar table td#prev a:hover {}

.topomes {
	
}
.mescalendario {
width:auto;
height:19px;
text-align:center;
background-image: url(images/mescalendario_bg.jpg) !important;
background-repeat: repeat-x;
}
/*** FIM CALENDÁRIO ***/

.thrColFixHdr #footer { 
	border-top:1px solid #1e476c;
} 
.thrColFixHdr #footer p {
	margin: 0;
}

