﻿/*--- Página para os conteudos abertos ---*/

h1 { font-size: 16pt; margin-bottom: 15px; }
h2 { font-size: 13pt; margin-bottom: 15px; }
h3 { font-size: 11pt; margin-bottom: 15px; }
h4 { font-size: 10pt; margin-bottom: 15px; }


.conteudoMeio {
	margin: 0 auto;
	width: 518px;
	height: auto;
}

.separador {
	clear:both;
	width: 200px;
	height: 4px;
	border-top: 2px silver dotted;
	margin-top: 20px;
	margin-bottom: 12px;
}

ul.bulletAzul, li.bulletAzul {
	list-style-image: url('../images/bulletSetaAzul.png');
	list-style-position:outside;
	margin-left: 18px;
}

ul.bulletVerde, li.bulletVerde {
	list-style-image: url('../images/bulletSetaVerde.png');
	list-style-position:outside;
	margin-left: 18px;

}