/*GERAL*/
*{
	padding: 0;
	margin: 0;
	line-height: 14px;
	font-size: 11px;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*TAGS*/
html, body{
	width: 100%;
	height: 100%;
	border: 0;
}

table td, table th{
	padding: 2px 10px;
	border: 1px solid #000;
}

div{
	height: auto !important;
}

label{
	display: block;
}

.view_modal{
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

img{
	border: 0;
	margin-bottom: 10px;
}

a{
	color: #3E3D25;
}

li{
	list-style: none;
}

li li{
	padding-left: 30px;
}

li li li{
	padding-left: 60px;
}

h1, h1 a{
	font-size: 24px;
	text-decoration: none;
}

h2, .titulo span, .titulo2 span{
	font-size: 22px;
}

h3, .subtitulo span, .subtitulo2 span{
	font-size: 15px;
}

h4{
	font-size: 13px;
}

h5{
	font-size: 12px;
}

h6{
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6{
	padding: 15px 0;
	line-height: 16px;
}

p, ul, ol, dl, table{
	margin-bottom: 5px;
}

hr, .header ul, .footer, .flash_mapa, .titulo embed, .titulo2 embed, .subtitulo embed, .subtitulo2 embed, .bt_fechar, form, .passo_a_passo, .legend{
	display: none;
}