@charset "utf-8";
/* CSS Document */

/*#logo img{
	float:left;
	padding-right:15px;	
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}*/

.body{

	background-image:url(../imagens/bg-body.jpg);
	background-repeat:repeat-x;
}

.linha-superior{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	height:22px;
	background-image: url(../imagens/bg-cabecalho-tabela.jpg);
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E6E6E;
}
.alinhamento-esquerdo{
	text-align:left;
}

.tabela{
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #CADAFF;
	font-size:12px;
}
.tabela label{
	font-size:12px;
	margin-left:20px;
	white-space:nowrap;
}
.strong{
	font-weight: bold;	
}
.tabela hr{
	width:95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFE8F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tabela.linha-meio {
	width:95%;
	background-image: url(../imagens/bg-cabecalho-tabela.jpg);
	border: 1px solid #CADAFF;
	height:20px;
	background-repeat:repeat-x;	
}
.input{
	border: 1px solid #CDCDCD;
	background-color:#F9FEFF;
}
.check-box{
	background-color: #CC0000;
	cursor:hand;	
}
.tabela p{
	margin-left:20px;
}

.button{
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../imagens/bg-button.jpg);
	border: 1px solid #EBEBEB;
}


/*pagina menu lateral*/
.frame-menu{
	background-image:url(../imagens/bg-frame-menu.jpg);
	background-repeat:repeat-x;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.frame-menu h1, h2, h3{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.frame-menu ul{
	margin-left:20px;
}
.frame-menu li{
	list-style-type: square;	
}
.link-outros{
	font-size:12px;
}
.frame-menu a, .link-outros{
	color: #333333;
	text-decoration: none;	
}
.frame-menu a:hover, .link-outros{
	color: #0066CC;
	text-decoration: underline;	
}
.sistema-push{
	background-image:url(../imagens/email.JPG);
	background-position: 0px;	
	background-repeat:no-repeat;
}
#ementa fieldset{
	margin-left:15px;
	font-size:11px;
	text-align:justify;
	padding:10;
	width:114%;
}
#ementa legend{
	font-weight:bold;
	font-size:12px;
	padding:10px;
}
.texto-acordao{
padding:10px;

}
