html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
}

.cke_editable
{
	line-height: 1.6;

	/* Fix for missing scrollbars with RTL texts. (#10488) */
	word-wrap: break-word;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

a
{
	color: #0782C1;
}

ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
	padding: 0 40px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	line-height: 1.2;
}

.entidade_html{
	line-height: 1.2;
}
.entidade_html strong{
	font-size: 20px;	
	font-weight:bold;
}

hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
	font-style: italic;
}

figure
{
	text-align: center;
	outline: solid 1px #ccc;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}

/* Widget Styles */
.code-featured
{
	border: 5px solid red;
}

.math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.image-grayscale
{
	background-color: white;
	color: #666;
}

.image-grayscale img, img.image-grayscale
{
	filter: grayscale(100%);
}

.embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}
.m-0{
	margin: 0;
}
.p-0{
	padding: 0;
}
.pt-0 {
	padding-top: 0;
}
.mt-0 {
	margin-top: 0;
}
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-25{
	margin-top: 25px;
}
.mt-30{
	margin-top: 30px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-25{
	margin-bottom: 25px;
}
.mb-30{
	margin-bottom: 30px;
}
.header-orgao{
	margin-top: 15px;
	font-style:  normal;
	font-weight: bold;
	font-size: 20px;
	display: block;		
}
div#header-inf{
	margin-top: 15px;
	padding: 10px;
	width: 100%;
	text-align:left;
	font-family: "Archivo Narrow", sans-serif;
	background: #fff;
	font-size: 12px;			
}
table {
  border-collapse: collapse;
}

table, td{ line-height:normal; vertical-align:middle}	
td#left-top{padding: 0; border-bottom: 1px solid #000; vertical-align:top}
td#center-top{padding: 0; border-bottom: 1px solid #000; vertical-align:top}
td#center-middle{padding: 0; border-bottom: 1px solid #000; vertical-align:middle}
td#left-middle{border-bottom: 1px solid #000; padding: 5px; vertical-align:middle}
td#left-middle-border-left{border-left: 1px solid #000; border-bottom: 1px solid #000; padding: 5px; vertical-align:middle}
table.borda {
    border-collapse: collapse; /* CSS2 */
    background: #FFFFF0;
}
 
table.borda td {
    border: 1px solid black;
}
 
table.borda th {
    border: 1px solid black;
    background: #F0FFF0;
}
.header{padding:0;  border-bottom: 1px solid #000}
.link{text-align: left; font-style: italic; font-size: 12px; text-decoration: underline; color: #1032A0}		
.footer{padding: 0; padding-top: 2px; border-top: 1px solid #000; text-align: center; vertical-align:middle; font-style: italic; font-size: 10px}		

.center { text-align: center}
.left { text-align: left }
.right { text-align: right}
.f100{ font-size: 100%;}
.f110{ font-size: 110%;}
.f120{ font-size: 120%;}
h1 {
	font-weight: 700;
    color: #000;
    width: 100%;
	text-align:center;
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
}
h2 {
	text-align:center;
	font-style:  italic;
    color: #464646;
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 20px 0;
}
.complementos {
    clear: both;
    text-align: left;
    background: #C3C2C2;
    color: #000;
    padding: 5px;
    width: auto;
    padding: 10px;
	font-style:oblique;
	font-weight: 700;
	font-size: 16px;
}
.clear {clear: both}
.capa_left {
    float: left;
    display: table
}
.capa_right {
    float: right;
    display: table
}
.figure_left { 
  float: left;
  width: 40%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  border-bottom: none;
  padding: 0.5em;
}
.figcaption_left {
    padding: 0.5em;
    border: thin silver solid;
    border-top: none;
    color: #464646;
    display: table-caption;
    caption-side: bottom;
}
.figure_right { 
  float: right;
  width: 40%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  border-bottom: none;
  padding: 0.5em;
}
.figcaption_right {
    padding: 0.5em;
    border: thin silver solid;
    border-top: none;
    color: #464646;
    display: table-caption;
    caption-side: bottom;
}
.figure_center { 
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  border-bottom: none;
  padding: 0.5em;
}
.figcaption_center {
    padding: 0.5em;
    border: thin silver solid;
    border-top: none;
    color: #464646;
    display: table-caption;
    caption-side: bottom;
}
img.scaled {
  width: 100%;
}