*{
	box-sizing: border-box;
}

body{
	font-size: 14px;
}

#container{
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%;
}

h1{
	margin: 2px 2px 20px 2px;
    font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #990000;
}

h2{
	margin: 30px 2px;
    font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #990000;
}

h3{
	margin: 2px;
    font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
    font-size: .0.9em;
    font-weight: 400;
    color: #BD7171;
}

p{
	margin-bottom: 10px;
    font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
    font-size: 0.9em;
    line-height: 18px;
    text-align: left;
    color: #000000;
}

#itensSimbolos{
	float: left;
	list-style-type: none;
	margin: 40px 0px 0px 0px;
	padding: 0;
}

#itensSimbolos li{
	float: left;
	display: block;
	width: 220px;
	margin: 10px 10px 0px 10px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
}

/* Ativar quando puder ser responsivo */
/*
@media(max-width: 785px){
		#itensSimbolos li{
			width: 32%;
			margin: 0px;
			font-size: 1em;
		}

		#itensSimbolos li img{
			width: 100%;
		}
}
*/

#itensSimbolos .linkItem{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	padding: 8px 20px;
	font-size: 1em;
	line-height: 1.4em;
	text-transform: uppercase;
	text-decoration: none;
	color: #333333;
}

/* Ativar quando puder ser responsivo */
/*
@media(max-width: 785px){
	#itensSimbolos .linkItem{
		font-size: 0.85em;
		line-height: 1.2em;
	}

}
*/

#itensSimbolos .linkItem:hover,
#itensSimbolos .linkImg:hover+.linkItem{
	color: #990000;
	background-color: #DEDEDE;
}

#itensSimbolos .linkItem:hover::before,
#itensSimbolos .linkImg:hover+.linkItem::before {
	position: absolute;
	left: 50%;
	margin-top: -16px;
	top: 0;
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #DEDEDE transparent;
}



#itensSimbolos a.linkItem.ativo,
#itensSimbolos .linkImg:hover+a.linkItem.ativo{
	color: #990000;
	background-color: #CCCCCC;
}

#itensSimbolos a.linkItem.ativo::before,
#itensSimbolos .linkImg:hover+a.linkItem.ativo::before{
	position: absolute;
	left: 50%;
	margin-top: -16px;
	top: 0;
    content: "";
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #CCCCCC transparent;
}

.quadroInformativo{
	display: none;
	float: left;
	width: 745px;
	margin: 0px 10px 10px 10px;
	padding: 20px;
	min-height: 300px;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cccccc 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cccccc 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* Ativar quando puder ser responsivo */
/*
@media(max-width: 785px){
	.quadroInformativo{
		width: 100%;
		margin: 0px;
	}
}
*/

.quadroAtivo{
	display: block;
}


.listaDescricao {
	list-style-type: none;
	margin: 10px;
	padding-left: 10px;
}

.listaDescricao li{
	margin-bottom: 20px;
	padding-left: 20px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #55555;
	background-image: url("../_img/itemDescricaoBG.png");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.listaDescricao li em{
	font-style: italic;
}

.item{
	color: #990000;
	padding-right: 5px;
}

a.linkNorma{
	color: #BD7171;
	text-decoration: underline;
	text-decoration-style: dashed;
	text-decoration-color: #BD7171;
}

a.linkNorma:hover{
	color: #000000;
	text-decoration-color: #000000;
}

p.fonte{
	margin-top: 30px;
	color: #000000;
	font-style: italic;
}

p.fonte strong{
	font-weight: bold;
	font-style: normal;
	color: #990000;
}

ol.textoLei{
	list-style-type: upper-roman;
	margin: 20px;
}

ol.textoLei li{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

ol.textoLei ol{
	list-style-type: lower-latin;
	margin: 10px 20px;
}

ol.textoLei li ol li{
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
}

ol.textoLei li ol li span{
	font-weight: 200;
}

audio{
	width: 200px;
    margin: 10px 0px;
}
