@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Cabecalho';
  src: url('/2016/font/Bira_PERSONAL_USE_ONLY.ttf');
}
@font-face {
  font-family: 'Roboto Light';
  src: url('/2016/font/Roboto-Light.ttf');
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('/2016/font/Roboto-BoldCondensed.ttf');
}
body {
	font-family:'Roboto Light',Arial, Helvetica, sans-serif !important;
	bockground-color:#f1f2f2;
}
label {
	font-family:'Roboto Light',Arial, Helvetica, sans-serif !important;
	font-size:18px;
	color:#2b2b2b;
}
button {
	font-family:'Roboto Bold',Arial, Helvetica, sans-serif !important;
	font-size:18px !important;
	color:#FFF;
	background-color:#ad5411;
	border-radius:0px !important;
	padding: 3px 6px !important;
}
h2 {
	font-family:'Roboto Bold',Arial, Helvetica, sans-serif !important;
	font-size:30px;
	margin: 6px 0 6px 0;
}
h3 {
	font-size:18px;
}
h4 {
	font-family:'Roboto Bold',Arial, Helvetica, sans-serif !important;
	font-size:18px;
}
span {
	font-family:'Roboto Bold',Arial, Helvetica, sans-serif !important;
	font-weight:400;
	font-size:18px;
	color:#67a496;
}
.cabecalho h1{
	font-family:'Roboto Bold',Arial, Helvetica, sans-serif !important;
	font-size:28px;
	color:#0a0002;
}
.cabecalho h3{
	font-family:'Roboto Light',Arial, Helvetica, sans-serif !important;
	font-size:18px;
	color:#2b2b2b;
	padding-left:15px;
}
.cupulos span {
	cursor:pointer;
}
.cupulos .close {
	height:0px;
	overflow:hidden;
	margin:0;
}

.cupulos .open {
	height:auto;
	overflow:auto;
	margin:0 0 10px;
}