@charset "utf-8";
#rodape {
  border-top: 1px solid #eeeeee;
  bottom: 0;
  clear: both;
  height: 45px;
  margin-top: -45px;
  padding-top: 5px;
  position: absolute;
  width: 100%;
}
label{
	font-size:20px;
	display:inline !important;
}
.navbar .brand {
  padding: 0 !important;
}
.title_1 {
  background: url("../img/bg_title_1.png") repeat-x scroll 0 0 transparent;
  border-radius: 6px 6px 6px 6px;
  clear: both;
  color: #FFFFFF;
  font-family: helvetica;
  font-size: 24px;
  height: 25px;
  margin-bottom: 6px;
  padding-left: 9px;
  padding-top: 6px;
}
.title_2 {
  background: url("../img/bg_title_2.png") repeat-x scroll 0 0 transparent;
  border: 1px solid #E1E1E1;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 2px;
  clear: both;
  color: #000000;
  font-family: helvetica;
  font-size: 15px;
  height: 25px;
  margin: 10px 0;
  padding-left: 9px;
  padding-top: 6px;
}
/*Menu lateral*/
.muda_mouse:hover{
        font-family: cursive;
        color: #17477A;
        font-weight: 900;
        text-decoration: underline;       
}
.titulo_menu_lateral {
	background: #17477A;
	float: left;
	color: #fff;
	border-radius: 4px 4px 0 0;
	padding: 5px;
	width: 211px;
	margin-top: -6px;
	height: 22px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 2px 7px #929292;
	-moz-box-shadow: 0px 2px 7px #929292;
	box-shadow: 0px 2px 7px #929292;
}

//fixar o rodap� fixo na parte inferior quando o conteudo � insuficiente para preencher a pagina

html, body {height:100%;}

.corpo_site{
	min-height:100%;
	position:relative;
	width:100%;
}
 
.rodape_2{
	position:absolute;
	bottom:0;
	width:100%;
        background:#0C562F;
        height:90px;
        margin-bottom:0px;
}

.rodape_my_page{
	bottom:0;
	width:100%;
        background:#0C562F;
        height:90px;
        margin-bottom:0px;
}