/* CSS Document */

/*Refente a tudo que esta nas páginas*/

body {
	text-align: center;
	margin:0;
	padding:0;
	background: #FFFFFF;
	}
	
h1 {
	font-color: Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
	}
	
h2 {
	font-color: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	}
	
#tudo {
	text-align: justify;
	width: 780px;
	margin: 5px auto;
	background: url(../imagens/imagem_01.jpg) repeat-y;
	}
	
#escape {
	float: left;
	background: url(../imagens/imagem_08.jpg) repeat-y;
	}

div {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	}

div a:link, div a:visited, div a:active {
	text-decoration: none;
	color: #000000;
	}
	
div a:hover {
	text-decoration:underline;
	}	

#bordaSuperior {
	width: 780px;
	background: url(../imagens/imagem_02.gif) no-repeat top;
	}

#bordaInferior {
	width: 780px;
	background: url(../imagens/imagem_03.gif) no-repeat bottom;
	}

#componentesVerticalEsquerda {
	width: 205px;
	background: url(../imagens/imagem_05.jpg) repeat-y;
	}

#componentesVerticalDireita {
	float: right;
	width: 572px;
	}

#voltar:hover {
	text-decoration: underline;
	}

/*Fim*/

/*Referente ao Rodapé*/
	
#rodape {
	float: left;
	background: url(../imagens/imagem_01.jpg) repeat-y;
	width: 780px;
	height: 75px;
	clear: both;
	}
	
#menuRodape {
	width: 780px;
	height: 36px;
	background: url(../imagens/imagem_07.jpg) no-repeat top;
	line-height: 36px;
	text-align: center;
	}
	
#adicionaisRodape {
	width: 780px;
	height: 39px;
	text-align: center;
	}
	
#marca_open {
	width: 79px;
	height: 39px;
	float: right;
	}
	
/*Fim*/
	
/* Referente ao menu Vertical */

#menu{
	margin: 0px;
	padding: 0px;	
	}
	
#menu ul{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 15px;
	}
	
#menu li {	
	list-style: none; 	
	padding-top: 2px; 
	margin-top: 2px;
	}
	
#menu li a { 	
	color: #000000;	 
	text-decoration: none; 
	}
	
#menu li a:visited {
	text-decoration: none;
	color: #000000;
	}
	
#menu li a:hover { 	
	text-decoration:underline;
	} 
	
/*Fim*/

/*Referente ao conteúdo da direita da página*/
	
#banner01 {
	float: right;
	background: url(../imagens/temp1.jpg) no-repeat;
	width: 572px;
	height: 174px;
	}
	
#banner02 {
	float: right;
	background: url(../imagens/fundo.jpg) no-repeat;
	width: 572px;
	height: 103px;
	}
	
#conteudo {
	float: right;
	width: 572px;
	min-height: 200px;
	height:auto !important;
	height: 200px;
	margin: 0px;
	padding: 0px;
	}

#noticias {
	float:left;
	width: 275px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border: solid #bdbdbd 1px;
	margin-top: 2px;
	margin-left: 1px;
	margin-bottom: 2px;
	}
	
#apresentacao {
	float:left;
	width: 275px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border: solid #bdbdbd 1px;
	margin-top: 2px;
	margin-left: 3px;
	margin-bottom: 2px;
	}
	
#cab_noticias {
	color: #2a9192;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	}
	
#cont_noticias {
	margin: 10px;
	}
	
#cab_apresentacao {
	color: #2a9192;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	}
	
#cont_apresentacao {
	margin: 10px;
	}
	
/*Fim*/

/*Referente as página internas*/

#conteudoPaginasInternas {
	float:left;
	width: 555px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border: solid #bdbdbd 1px;
	margin-top: 2px;
	margin-left: 1px;
	margin-bottom: 3px;
	}
	
#cab_internas {
	color: #2a9192;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	}

#lista_eventos_imagens{
	margin: 10px;
}

#lista_eventos_imagens p{
	clear:both;
}

#lista_eventos_imagens ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	clear:both;
	margin-top:15px;
	float: left;
	width:100%;
	}

#lista_eventos_imagens li {
	float: left;
	display:inline;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	}


/*Fim*/

#numerosUteis tr {
	border-collapse: collapse;
	height: 20px;
	border: solid #bdbdbd 1px;
	text-align: left;
	}

#numerosUteis th {
	background: #f4f4f4;
	border-collapse: collapse;
	width: 180px;
	height: 20px;
	}
	
#numerosUteis td {
	border-collapse: collapse;
	border-bottom: solid #bdbdbd 1px;
	}	

#relacaoPredios tr {
	border-collapse: collapse;
	height: 20px;
	border: solid #bdbdbd 1px;
	text-align: left;
	}

#relacaoPredios th {
	background: #f4f4f4;
	border-collapse: collapse;
	width: 180px;
	height: 20px;
	}
	
#relacaoPredios td {
	border-collapse: collapse;
	border-bottom: solid #bdbdbd 1px;
	padding: 3px;
	}	

input, textarea{
	font-size: 11px;
	}