/* CSS Document */

.body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	background: url(/temas/default/img/fundo.jpg) #8CA0B8;
	background-repeat: no-repeat;
	background-position: top center;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.floatLeft {
	display: block;
	float: left;
}
.floatRight {
	display: block;
	float: right;
}

p {
	margin-top: 10px;
}



/*conteúdo geral*/

.containerGeral {
	display: block;
	margin: 0 auto;
	width: 994px;
	min-height: 552px;
}

.containerLeft {
	display: block;
	float: left;
	margin: 0 auto;
	width: 201px;
	min-height: 552px;
}

.logo {
	display: block;
	width: 201px;
	height: 148px;
	background: url(/temas/default/img/logo.jpg);
	cursor:hand;
	cursor:pointer;
}


.separador {
	display: block;
	width: 201px;
	height: 8px;
	background: url(/temas/default/img/separador.gif);
	margin-bottom: 10px;
}

.tituloPesquisa {
	display: block;
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}

.basePesquisa {
	display: block;
	background-color: #C7CFD9;
	width: 201px;
	height: 27px;
	margin-bottom: 10px;
}

.inputPesquisa {
	display:block;
	border: none;
	background-color: #C7CFD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 1px 0 0 1px;
	padding: 4px 0 0 5px;
	width: 161px;
	height: 21px;
}

.btOkPesquisa {
	display: block;
	width: 34px;
	height: 27px;
	background: url(/temas/default/img/btOk.gif);
}

.btOkPesquisa a {
	display: block;
	width: 34px;
	height: 27px;
}

.btOkPesquisa a:hover {
	width: 34px;
	height: 27px;
	background: url(/temas/default/img/btOk.gif) 0 -27px;
}

.btOkPesquisa span{
	display:none;
}

.containerCenter {
	display: block;
	float: left;
	margin: 0 auto;
	width: 470px;
	min-height: 552px;
	margin-left: 61px;
}

.foto {
	display: block;
	width: 470px;
	height: 256px;
	background: url(/temas/default/img/foto.jpg);
	margin: 70px 0 20px;
}

.textoHome {
	line-height: 18px;
}

.citacao {
	font-style: italic;
}

.containerRight {
	display: block;
	float: left;
	margin: 0 auto;
	width: 201px;
	min-height: 552px;
	margin-left: 61px;
}

.calendarioBase {
	display:block;
	width:201px;
	margin: 70px 0 20px 0;
}

.calendario {
	display:block;
	width:201px;
}

.mes {
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#0A246A;
	margin-top: 20px;
}

.baseNavegacao {
	display: block;
	float: right;
	width: 26px;
	height: 13px;
}

.btAnterior {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	background: url(/temas/default/img/btAnterior.gif);
}

.btAnterior a {
	display: block;
	width: 13px;
	height: 13px;
}

.btAnterior a:hover {
	display: block;
	width: 13px;
	height: 13px;
	background: url(/temas/default/img/btAnterior.gif) 0 -13px;
}

.btSeguinte {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	background: url(/temas/default/img/btSeguinte.gif);
}

.btSeguinte a {
	display: block;
	width: 13px;
	height: 13px;
}

.btSeguinte a:hover {
	display: block;
	width: 13px;
	height: 13px;
	background: url(/temas/default/img/btSeguinte.gif) 0 -13px;
}

.diaSemanaTop {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.diaSemana {
	font-family: Tahoma;
	font-size:11px;
	color:#FFF;
}

.diaSemanaHoje {
	font-family: Arial;
	font-size: 12px;
	color: #8CA0B8;
	background-color: #FFF;	
}

.diaEvento {
	font-family: Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#333;
}
.diaEvento a{
	color:#333;
}

.tituloNoticia {
	color: #0A246A;
	font-weight: bold;
	margin-bottom: 5px;
}

.dataNoticia {
	color: #C7CFD9;
	margin-bottom: 5px;
}

.rodape {
	display: block;
	margin: 0 auto;
	width: 994px;
	height: 28px;
	background: url(/temas/default/img/fundoRodape.gif);
	background-repeat: repeat-x;
}

.containerConteudo {
	display: block;
	float: left;
	width: 702px;
	margin-left: 61px;
	padding: 15px;
	background-color: #FDFDF3;
	margin-bottom: 15px;
	min-height:520px;
}

.fotoInterior {
	display: block;
	width: 201px;
	height: 148px;
	cursor:hand;
	cursor:pointer;
	background: url(/temas/default/img/fotoInterior.jpg);
}

.tituloPagina {
	display: block;
	width: 702px;
	height: 63px;
	background: url(/temas/default/img/tituloPagina.gif);
	margin-bottom: 15px;
}

.tituloConteudo {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0A246A;
	margin-bottom: 10px;
}

.logoSeara {
	display: block;
	float: right;
	width: 53px;
	height: 8px;
	background: url(/temas/default/img/assinaturaSeara.png);
	margin: 16px 5px 0 0;
}

.textogaleria{
	FONT-FAMILY: arial, verdana, sans-serif; FONT-SIZE: 10px;COLOR: #000080;
	text-decoration:none;

}


.link{
	font-family: Arial;
	font-size:12px;
	font-weight:bold; 
	text-decoration:underline; 
	color:#1875D1;
}

.linkactivo{
	font-family: Arial;
	font-size:12px;
	font-weight:bold; 
	color:#333333;
}

.titulo{
	font-family: Arial;
	font-size:14px;
	font-weight:bold; 
	color:#333333;
	margin-bottom:10px;
	/*border-bottom:1px solid #238CFF;	*/
}

.voltar{
	font-family: Arial;
	font-size:12px;
	font-weight:bold; 
	color:#1875D1;
}

.voltar a{
	font-family: Arial;
	font-size:12px;
	font-weight:bold; 
	text-decoration:none; 
	color:#1875D1;
}

.conteudogca{
	font-family: Arial;
	font-size:12px;	 
	color:#000000;	
	line-height:150%
	
}

/*
 * MENU
 */


#menuRight {
	margin:10px 0 0 0;
	padding:0;
}

#menuRight ul {
	margin:0;
	padding:0;
}

#menuRight ul li {
	list-style:none;
	padding:0;
	margin:0;
}

#menuRight ul li ul{
	display: none;
	list-style:none;
	padding:0 0 10px 0;
	margin:0;
	/*border:1px solid #ECEBE0;*/
	border-top:none;
	border-bottom: 1px solid #6C83AE;
}

#menuRight ul li ul li{
	list-style:none;
	padding:3px 0 0 10px;
	margin:0;
}


#menuRight ul li a {
	display:block;
	font-size:12px;
	padding: 6px 0 6px 15px;
	margin:0;
	color:#000000;
	text-decoration:none;
	background:url(/temas/default/img/bullet.gif) no-repeat left bottom;
}

#menuRight ul li.active a {
	display:block;
	font-size:12px;
	padding: 6px 0 6px 15px;
	margin:-3px 0 0 0;
	color: #333333;
	text-decoration:none;
	/*Rui
	border:none;
	border-bottom:none;
	background:none;
	*/
	background-color: #4D628A;
	color: #ffffff;
}


#menuRight ul li a:hover {
	color:#CE0C10;
	text-decoration:none;
}

#menuRight ul li ul li a {
	display:block;
	font-size:12px;
	padding:0px 0 0px 15px !important;
	margin:0 !important;
	color:#4D628A !important;
	text-decoration:none !important;
	/*Rui
	border: 0px  !important;
	*/
	background:url(/temas/default/img/bullet.gif) no-repeat left center !important;
}



/*
 * Separador
 */

.separadorvoltar{
	background-color: #666666;
	height:1px;
	width: 690px;
	margin: 0 0 10px 0;
}







/*
 * Antigo
 */



	
a {
	outline:none;
	text-decoration:underline;
	font-size:11px;
	/*font-weight: bold;*/
	color: #000;
}
	
a:hover {
	outline:none;
	text-decoration:none;
}
	
