/* Fix */

body{
    font-family:Arial, Helvetica, sans-serif;
    margin: 0px 50px 0px 50px;
}

#header-cert {
    position: absolute;
    top:0px;
    right: 20px;
    margin: 0px;
    padding: 0px 0px 0px 25px;
    border-left: 1px solid #cccccc;
}

#header-cert span {
    display: none;
}

#header-cgi-nic {
    vertical-align: bottom;
    display: inline;
    margin: 0px;
}

img.logo-nic {
    margin: 0px 20px 0px 0px;
    float: left;
}

#logo-cartilha{
border:0px;
}

#rodape {
    font-size: 9pt;
    margin: 10px 0px 0px 0px;
    border-top:1px solid #cccccc;
}

img{
    border:0;
}

.ilustracao-l {
	border: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.ilustracao-r {
	border: 0px;
	margin: 0px 0px 0px 10px;
	float: right;
}

nav,
form,
.breadcrumb,
.selosRodape,
.menu,
.menu-navigation-container,
span.ir-conteudo {
display:none;
}

#rodape ul {
display:none;
}


/* formatação de tabelas */

table.cartilha {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin: 0px auto;
        border-collapse:collapse;
}

table.cartilha caption {
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	padding: 7px;
	text-align: center;
}

table.cartilha th.title {
	background-color: #a6c4d5;
	border: 1px solid #666666;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	padding: 3px;
	text-align: center;
}

table.cartilha th.header {
	background-color: #999999;
	border: 1px solid #666666;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	text-align: left;
}

table.cartilha th.multicol {
	background-color: #cccccc;
	border: 1px solid #666666;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	padding: 3px;
	text-align: left;
}

table.cartilha th.normal {
	background-color: #f0f0f0;
	border: 1px solid #999999;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	padding: 3px;
	text-align: left;
}

table.cartilha td.c {
	background-color: #ffffff;
	border: 1px solid #999999;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	padding: 3px;
	text-align: center;
}


table.cartilha td.l {
	background-color: #ffffff;
	border: 1px solid #999999;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	padding: 3px;
	text-align: left;
}


table.cartilha td.r {
	background-color: #ffffff;
	border: 1px solid #999999;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	padding: 3px;
	text-align: right;
}

caption {
    caption-side:bottom;
}
