*{
	box-sizing: border-box;
}

#container{
box-sizing: border-box;
float: left;
width: 95%;
min-width: 95%;
max-width: 95%;
margin-left: 2.5%;
position: relative;
background-color: #FFFFFF;
overflow: hidden;
}

#conteudo{
	float: left;
	width: 100%;
}

@media (max-width: 700px){
	#conteudo{
		padding: 10px;
	}
}

h1{
    margin: 2px 2px 20px 2px;
    font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #990000;
}

h2{
	margin: 20px 2px;
    font-family: "Lucida Sans Unicode";
    font-size: 14px;
    font-weight: 400;
    color: #990000;
}

p{
	margin-bottom: 10px;
    font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: left;
    color: #000000;
}

.link_contato{
	display: inline-block;
	position: relative;
    float: right;
    font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #666666;
}

.link_contato:hover{
	text-decoration: underline;
    color: #666666;
}

@media(max-width: 700px){
		p{
			font-size: 12px;
		    line-height: 15px;
		}
}


#seletorLetrasMobile {
  display: none; /*Esconde o seletor para versão mobile */
}

@media (max-width: 700px){
	#seletorLetrasMobile {
		box-sizing: border-box;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    -ms-appearance: none;
	    appearance: none!important;
	    display: inline;
	    width: 85px;
	    padding: 6px 6px 6px 15px;
	    padding: 6px\9;
	    font-size: 1em;
	    background: transparent;
	    background-color: #cccccc;
	    border: none;
	    background-image: url(http://www.al.sp.gov.br/_img/fichaNP/seta.png);
	    background-image: none\9;
	    background-repeat: no-repeat;
	    background-position: 90% 50%;
	}
}

#seletorLetras {
  margin: 20px 0px 0px 0px;
}

@media (max-width: 700px){
	#seletorLetras {
	  display: none; /* Esconde o seletor para versão Desktop */
	}
}

#seletorLetras li {
  float: left;
  margin-right: 2px;
}

#seletorLetras  li a {
  	display: block;
  	padding: 8px 8px;
  	font-family: sans-serif;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", sans-serif/9;
	font-size: 14px;
 	background: #e2dfdf;
    text-decoration: none;
    color: #b3b3b3;
}

#seletorLetras  li a:hover {
  color: #666666;
}

#seletorLetras  li a.ativo {
  	font-weight:bold;
 	text-decoration: none;
 	color: #333333;
	background: #cccccc;
}

.div_letra{
	display: block;
	margin-bottom: 20px; 
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.div_obs{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

@media (max-width: 700px){
	.div_letra{
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	}

	.div_obs{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}

}

.div_letra a{
	display: block;
	width: 90%;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	text-decoration: none;
	color: #333333;
}

@media (max-width: 700px){
	.div_letra a{
		font-size: 13px;
		padding-bottom: 12px;
	}
}
.quadro_informacao
{
	position: relative;
	float: left;
	width: 698px;
	max-width: 698px;
	min-height: 250px;
	padding: 15px;
	margin-bottom: 10px;
	background-color: #cccccc;
}

@media(max-width: 700px)
{
	.quadro_informacao
	{
		width: 98%;
		margin: 0px auto;
		padding: 10px 20px;
	}
}

.div_letra a:hover{
	color: #666666;
	color: #333333/9;
}

.colunaIE8{
	float: left; 
	width:25%; 
	white-space: nowrap;
	}

.listaLinks{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
    display: block;
    position: absolute;
    width: 650px;
    height: auto;
    top: 10px;
    left: 20px;
    padding: 10px;
    background-color: #f4f4f4;
    box-shadow: 2px 2px 2px #999999;
}

body{
	height: 100%;
}

@media(max-width: 700px){
	.listaLinks{
		position: fixed;
		width: 95%;
		left: 2%;
		top: 5px;
		bottom: 0;/* Habilita scroll no mobile */
		overflow-y:scroll;/* Habilita scroll no mobile */
	}
}

.listaLinks{
	display: none;
}

.listaLinks *{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
}

.listaLinks h3{
	margin-bottom: 25px;
	font-family: sans-serif;
	font-stretch: condensed;
	font-size: 16px;
	color: #990000;
	text-align: center;
	text-transform: uppercase;
}

.listaLinks li{
	margin: 5px 15px;
	line-height: 16px;
}

@media(max-width: 700px){
	.listaLinks li{
		margin: 15px 5px;
	}

}


a.fecharLinks{
	display: inline;
	width: auto;
	float: right;
	text-shadow: 1px 1px #cccccc;
} 

.linkSite{
	display: inline-block;
	width: 40%;
	float: left;
	padding-left: 25px;
	font-weight: bold;
	background-image: url('../_img/icoSite.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin-bottom: 10px;
}

.linkSite:hover{
	text-decoration: underline;
}

.gentilico{
	display: inline-block;
	width: 40%;
	float: right;
	font-size: 13px;
	font-weight: 200;
	margin-bottom: 10px;
	text-align: right;
}

.gentilico strong{
	font-weight: bold;
}

.linkNorma{
	display: inline-block;
	padding-left: 20px;
	background-image: url('../_img/icoLinkNorma.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.linkNorma:hover{
	text-decoration: underline;
}

.normaInfo{
	width: 95%;
	display: inline-block;
	padding-left: 20px;
	min-height: 20px;
	font-family: 'Inconsolata', monospace;
	font-size: 14px;
	color: #BA7882;
	background-image: url('../_img/icoNormaInfo.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.linkSite a,
.linkNorma a{
	width: 100%;
	min-height: 20px;
	font-size: 13px;
	line-height: 16px;
}

.lista_numerada{
	list-style-type: decimal;
}

.lista_numerada li{
	margin: 15px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.lista_fonte{
	list-style-type: none;
}

.lista_fonte li{
	margin: 15px 0px;
	padding-left: 20px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	background-image: url('../_img/icoFonte.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.lista_fonte li a{
	display: inline;
	font-size: 12px;
	text-decoration: underline;
	color: #333333;
	word-wrap:break-word;
}

h4{
	margin-top: 30px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #990000;
	text-transform: uppercase;
}

.agradecimento strong{
	font-weight: bold;
}

.align_direita{
	text-align: right;
}

.data_atualizacao{
	clear: left;
	display: block;
	color: #333333;
	font-size: 11px;
	margin-top: 20px;
}

 