@import url(http://fonts.googleapis.com/css?family=Pompiere);

html, body {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:#333333;
}

.centro{
	margin: 0 auto;
	width:620px;
	}

.fd_conteudo{
	background-color: #eee;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
}
#menu{
	z-index:990; margin: 10px 0 15px 11px;
}

#menu td img {    border-radius: 6px; margin-left: 1px;}


#conteudo{
	width:620px;
	height:560px;
	background: url(images/fundo_branco.png) no-repeat center center ;
	
	border-radius: 6px;
}

#conteudo #texto{
	padding:15px 15px 15px 20px;
	
}
#rodape{
	position:absolute;
	margin-top:525px;
}

h1{color:#F55526;font-size:20px;margin:10px 0 0 0;padding:0px;font-family: 'Pompiere', cursive;text-transform:uppercase;	}
	
h2{color:#3985AD;font-size:25px;margin:0;padding:0px;font-family: 'Pompiere', cursive;text-transform:uppercase;	}

.calendario{
	color:#007739;
	font-size:16px;
	margin:0;
	padding:0px;
	font-weight:bold;
}
.calendario2{
	color: #333;
	font-size:18px;
	margin:0;
	padding:0px;
	font-weight:bold;
}

.scroll-panel_1 {
	FLOAT: left; OVERFLOW: auto; WIDTH: 580px; HEIGHT: 345px; padding-left:5px;
}

.v1{ color:#030;}
.v2{ color:#007739;}

strong{ color:#007739;}

.bc{ border-left:solid 1px #CCC;}

a { color:#3985AD;}
a:hover { color:#007739;}

.borda{
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:5px;
	
	}
	
	#centraliza1 {
    position: absolute;
	height:100%;
	width:100%;
	display: table;
	z-index:1;
}

#centraliza2 {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index:2;
}


		
#menu a {  
    margin: 1px;
    font-family: 'Pompiere', cursive;
    text-transform: uppercase;
    background-color: #62cc28;
    color: white;
    padding: 8px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);

}
		
#menu a:hover {     
	    background-color: #ffbb36;
    color: #fffef7;
}

#menu .marca {     
	    background-color: #ffbb36;
    color: #fffef7;
}


/* .apoio-flutuante {
    position: fixed;
    bottom: 0px;
    right: 0px;
} 

body {
	background-color: #030;
	background: url(/images/fundo2022.jpg);
	background-repeat: no-repeat;
  	background-size: auto;
} */