@charset "utf-8";
/* CSS Document */

.header_comment {
	font-size:16px !important;
	margin:5px 0 20px 0!important;
	color:#999!important;
}

h1 { color:#ccc; text-align: right; padding-top:10px; font-size:40px !important; }

h2 { color:#999; font-weight: bold; font-size: 18px; margin:15px 0 10px;}
h3 { color:#888; font-size: 14px; margin:15px 0 10px; font-weight: bold; }
p { line-height: 1.5em; font-size: 12px; }

.paragrafo_pequeno {
    font-size:12px !important;
}
.paragrafo_azul_pequeno {
	font-size:12px !important;
	margin:5px 0 10px 0!important;
	color:#082E4F !important;
}
.paragrafo_azul_medio {
	font-size:14px !important;
	color:#082E4F !important;
        line-height: 1.4em !important;
}
.paragrafo_azul_grande {
	font-size:14px !important;
	margin:5px 0 10px 0!important;
	color:#082E4F !important;
}
.paragrafo_cinza_medio {
	font-size:14px !important;
	color:#999!important;
        line-height: 1.4em !important;
}
.justificado {
    text-align: justify;
}

.nomargin-left { margin-left:0 !important; }
.nomargin-right { margin-right:0 !important; }

/* CONTACT PAGE*/

.contacts_list { width:100%; float:none; }
.contacts_list li { width:160px; height:160px; margin-left:25px; float:left; font-size:12px; }
.contacts_list li p { font-size:1.1em; color:#666; }
.contacts_list li strong { color:#000; font-weight:bold; padding-bottom:5px; font-weight:bold; }

/* bg */
.bgblue1 strong, .bgblue2 strong, .bgblue3 strong { font-weight:bold;}

.bgblue1 { background-color:#F8F8F8 ; padding:5px; font-size:12px; margin:5px; border:2px solid #ffffff; }
.bgblue2 { background-color:#F0F0F0; padding:5px; font-size:12px; margin:5px; border:2px solid #ffffff; }
.bgblue3 { background-color:#E8E8E8; padding:5px; font-size:12px; margin:5px; border:2px solid #ffffff; }

.bgblue1 td { background-color:#F8F8F8; padding:5px; font-size:12px; margin:5px; border:2px solid #ffffff;  }
.bgblue2 td { background-color:#F0F0F0; padding:5px; font-size:12px; margin:5px; border:2px solid #ffffff;  }
.bgblue3 td { background-color:#E8E8E8; padding:5px; font-size:12px; margin:5px; border:2px solid #ffffff;   }

.bgblue2 sup { font-size:8px; }

.note { font-size: 11px; }
