/* CSS Document */
/* ELEMENTOS DA CAIXA DE SELEÇÃO DO EDITOR */
body{
	margin-left: 1%;
	margin-right: 1%;
}
/* Título */
h1{
font-weight: bold;
text-align: center;
}

/* Autoria */
h2{
font-weight: 100;
text-align: right;
}


/* Ementa */
h3{
font-weight: 100;
font-style: italic;
text-align: center;
}


/* Capítulo , Seção , Subseção */
h4{
font-weight: bold;
text-align: center;
margin: 1.2em 0;
}


/* Comentário */
em{
font-size: 0.8em;
color: blue;
}

em a{
font-size: 10pt;
color: blue;
}

/* Alteracoes */
strike{
font-size: 0.8em;
}

/* Tachado */
del{
color: blue;
}

/* Link */
a{
text-decoration: underline;
color: black;
}

/* Imagem */
img{
display: block;
max-width: 90%;
margin-left: auto;
margin-right: auto;
text-align: center;
}

/* Elementos padrões e auto-formatação */
*{
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}

p{
text-align: justify;
margin: 0px;
}

br{
text-align: justify;
margin: 0px;
}

footer{
	margin-top: 2.4em;
	margin-bottom: 2.4em;
}

footer p {
margin: 0px;
}

/* Insere logotipo automaticamente */
a[href="http://www.al.sp.gov.br"]{
display: block;
width: 100%;
height: 131px;
background-image:url(http://www.al.sp.gov.br/web/images/logoNorma.jpg);
background-position: center;
background-repeat:no-repeat;
margin-bottom: 5px;
overflow:hidden;
text-indent:100%;
white-space:nowrap;
}
sup{
	font-size: 10px;
}