@font-face {
	font-family: 'DIN';
	src: url('DINMittelschriftStd.eot');
	src: local('DIN 1451 Std'),
		local('DINMittelschriftStd'),
		url('DINMittelschriftStd.woff') format('woff'),
		url('DINMittelschriftStd.ttf') format('truetype'),
		url('DINMittelschriftStd.svg#DINMittelschriftStd') format('svg');
}

body {
	min-width: 960px;
	/*font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
}

#info-bar a, #header a, #footer a, #content a {
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

#info-bar a, #header a, #footer a {
	color: black;
	border-bottom: 1px solid #999;
	text-decoration: none;
}

#content a {
	border-bottom: 1px solid #c4d3df;
	text-decoration: none;
	color: #135180;
}

#content a:hover, #content a.orange:hover,
#info-bar a:hover,
#footer a:hover {
	color: #449de1 !important;
	border-bottom: 1px solid #9ed5ff;
}

#header a:hover {
	color: #449de1 !important;
}

#content  a:active, #content a.orange:active
#info-bar a:active,
#footer a:active {
	color: black !important;
	border-bottom:  1px solid black;
}

#header a:active {
	color: black !important;
}

#redes-top {
    width: 170px;
    right: 330px;
    top: 220px;
    position: absolute;
}
#redes-top a{
	color:#135180;
}

.link-rede {
	padding: 0 5px;
}
.rede-bottom {
	padding: 0 5px;
}

#content a.orange {
	color: #de8800;
	border-bottom: 1px solid #f9d900;
}

#content hr {
	height: 10px;
	margin: none;
	color: transparent;
	background: transparent;
	border: none;
}

p {
	margin: 1em 0;
	line-height: 1.6em;
	font-size: 1.1em;
}
#content .box p,
#content .box div.ccm-page-list-description {
	margin: 1em 0.4em;
}


#info-bar {
	position: relative;
	background: #e5e5e5;
	right: 0;
	top: 0;
	width: 100%;
	padding: 5px 0;
	z-index: 81;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#info-bar select {
	-webkit-appearance: none;
	width: 100%;
	margin: 2px;
	height: 19px;
	padding: 0;
}
#info-bar .idiomas {
	padding-top: 3px;
}
#info-bar label {
	display: inline;
	margin-left: -16px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

#info-bar form {
	display: inline;
}

#info-bar input.search-field:focus {
	outline: none; /* remove o focus ring no Chrome, Safari */
	-webkit-box-shadow: 0 0 3px #009fe0, 0 1px 0 #f6f6f6;
	-moz-box-shadow: 0 0 3px #009fe0, 0 1px 0 #f6f6f6;
	box-shadow: 0 0 3px #009fe0, 0 1px 0 #f6f6f6;
	color: black;
}

/*input[type=text], input[type=email], input[type=password] {
	width: 95%;
}*/

#info-bar input.search-field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;

	-webkit-box-shadow: 0 1px 0 #f6f6f6;
	-moz-box-shadow: 0 1px 0 #f6f6f6;
	box-shadow: 0 1px 0 #f6f6f6;

	border: 1px solid #aaa;
	padding: 4px 8px;
	margin: 0;
	margin-left: 8px;
	color: #aaa;
	width: 230px;
	display: inline;
}

#header {
	background: url('../img/bg-header.png') repeat-x right;
	background-position: 0 155px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: relative;
	z-index: 80; /* Compensa a implementacao incorreta do z-index no IE7 */
}

#header .span-5 {
	background: white;
}

#logo {
	margin: 15px 30px;
}

#header .last {
	position: relative;
}

#header ul {
	display: block;
	margin: 0 0 0 0;
	line-height: 32px;
	padding: 0;
}

#header ul.loud {
	display: block;
	margin: 2.6em 0 0 0;
	line-height: 26px;
}

#header ul li {
	display: inline;
	padding: 0 2px 0 8px;
	text-transform: uppercase;
	background: url('../img/bullet-menu.png') left center no-repeat;
	font-family: 'DIN', "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Trebuchet MS", sans-serif;
	position: relative;
	font-size: 119%;
	text-shadow: 1px 0px 0.0px rgba(0,0,0,0.05);
}

#header ul.loud li {
	padding: 0 2px 0 10px;
	background: url('../img/bullet-menu-loud.png') left center no-repeat;
	font-size: 124%;
}

#header ul.quiet li {
	color: rgb(100, 100, 100);
	text-shadow: 1px 0px 0.0px rgba(100,100,100,0.05);
	padding: 0 3px 0 10px;
}

#header ul.quiet li a {
	color: rgb(120, 120, 120)
}

#header ul li.first {
	background: none;
}

#header a {
	border: none;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
}

#header a:hover {
	color: #333;
}

#content {
	background: url('../img/bg-content.png') repeat-x #f7f7f7;
	padding-bottom: 30px;
}

/* Caixas */
#content .box {
	background: #fdfdfd;
	padding: 0px 10px 10px;
}
#content .box.tight {
	background: #fdfdfd;
	padding: 3px;
}
#content .box #em-destaque {
	width: 190px;
	overflow: hidden;
}
#content .box #em-destaque p {
	margin: 6px 0;
	padding: 0;
}
#content .box.extra-tight {
	background: #fdfdfd;
	padding: 0;
}

#content .box.topped {
	padding-top: 1px;
}

#content .box.bottomless {
	padding-bottom: 0px;
}

#content .box.gradient {
	background: url('../img/bg-gradient.png') repeat-x #d3dcdf;
	margin: 16px 8px !important;
	padding: 8px !important;
	font-size: 140%;
	font-weight: bold;
	color: #002c4e;
}

#content .box.light-gradient {
	background: url('../img/bg-light-gradient.png') repeat-x #e8edef;
	padding: 8px;
}

#content .box.light-gradient h2 {
	padding: 0 0 20px;
	margin: 0;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	text-transform: none;
	font-size: 150%;
	color: #002c4e;
	font-weight: normal;
}

#content .box.light-gradient h3 {
	padding: 0;
	margin: 0;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	text-transform: none;
	font-size: 120%;
	font-weight: bold;
	color: #135180;
}

/* Titulos */
#content .box h2 {
	color: #135180;
	text-transform: uppercase;
	font: 24px 'DIN', "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Trebuchet MS", sans-serif;
	margin:20px 0;
	padding-top:8px;
	font-weight: normal;
	text-shadow: 0 0 4px rgba(250,250,250,0.15);
}

#content .box h2.large {
	font-size: 1.7em !important;
	margin-bottom: 0 !important;
	padding-bottom: 6px !important;
	margin-top: 30px;
	padding-top:8px !important;
}

#content .box h2 a {
	border: none;
}

#content .box h3 {
	font: 1.2em 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	margin: 1.0em 0.4em 0.4em;
	text-transform: none;
}

#content h3 {
	font: 1.2em 'DIN', "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Trebuchet MS", sans-serif;
	color: #002c4e;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

#content h3 em {
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

#content .yellow {
	line-height: normal;
	display: block;
	position: relative;
	top: -1px;
	left: 0px;
	border-top: solid 4px #f9d900 !important;
	padding: 7px 0 0 0 !important;
	text-indent: 4px;
	margin-bottom: 0;
	margin-top:20px;
}

#content .blue {
	line-height: normal;
	display: block;
	position: relative;
	top: -1px;
	left: 0px;
	border-top: solid 4px #009fe0 !important;
	padding: 7px 0 0 0 !important;
	margin-bottom: 0;
	margin-top:20px;
}

#content hr.blue {
	height: 0;
}

#content .topless {
	margin-top: 2px !important;
}

#content .box h2.small {
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	font-size:1.0em;
	font-weight: bold;
	text-indent: 0px;
	color: #002c4e;
	margin: 2px 0 0;
	padding-left: 8px !important;
	padding-bottom: 8px;
}

/* Listas */

#content ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#content li {
	list-style: none;
	background: url('../img/bullet-list.png') 4px 11px no-repeat;
	padding: 2px 8px 0 14px;
	margin: 0;
}


/* Menus */

#content .menu ul {
	padding: 0 10px;
	margin: 0px;
}

#content .menu ul li {
	margin-left: 0px;
	background: none;
	text-indent: 0px;
	border-bottom: 1px solid #d9f1fa;
	padding: 0;
}

#content .menu ul li:last-child {
	border: none;
}

#content .menu a {
	display: block;
	border-bottom: none;
	color: #135180;
	padding: 5px 4px 7px 4px;
	/* Corrige um bug estranho de renderizacao no Safari 4.0 de Windows */
	background: #fdfdfd;
	-webkit-box-shadow: 0 0 0 #fdfdfd, 0 0 0 #fdfdfd;
}
#content .menu a:hover,
#content .menu a:focus {
	background: #F8F8F8;
	-webkit-box-shadow: 3px 0 0 #F8F8F8, -17.5px 0 0 #F8F8F8;
	-webkit-transform: scale(1.1, 1.1) translate(7px, 0);
	-moz-box-shadow: 3px 0 0 #F8F8F8, -17.5px 0 0 #F8F8F8;
	-moz-transform: scale(1.1, 1.1) translate(7px, 0);
	-o-box-shadow: 3px 0 0 #F8F8F8, -17.5px 0 0 #F8F8F8;
	-o-transform: scale(1.1, 1.1) translate(7px, 0);
	box-shadow: 3px 0 0 #F8F8F8, -17.5px 0 0 #F8F8F8;
	transform: scale(1.1, 1.1) translate(7px, 0);
}

#content .menu a.nav-selected,
#content .menu a.nav-selected:hover {
	color: #555 !important;
	font-weight: bold;
	cursor: default;
}

/* Botoes */

#content a.button {
	display: block;
	background: #d3d3d3 url('../img/bg-button-big.png') no-repeat right top;
	font-family: 'DIN', "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Trebuchet MS", sans-serif;
	padding: 8px 0 7px 35px;
	border: 1px solid #ccc;
	color: #002c4e;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 2px;
	margin-top: 8px;
	text-shadow: 0px 0px 0.0px rgba(0,44,78,0.99), 1px 1px 0px white;
	position: relative;
}

#content a.dark-button {
	display: inline;
	background: #134f7d url('../img/bg-button-dark.png') no-repeat center right;
	font-family: 'DIN', "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Trebuchet MS", sans-serif;
	padding: 8px 20px 8px 8px;
	border: 1px solid #009fe0;
	color: white;
	font-size: 1.4em;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 auto;
	text-shadow: 0px 0px 0.0px rgba(0,44,78,0.99), 1px 1px 0px black;
	max-width: 180px;
	line-height: 1em;
}

#content a.dark-button:hover {
	color: white !important;
	text-shadow: 0px 0px 5px white, 0px 0px 0.0px rgba(0,44,78,0.99), 1px 1px 0px black;
}

#content a.small-button {
	display: block !important;
	background: #d3d3d3 url('../img/bg-button-small.png') no-repeat center right !important;
	font: 1.1em/1.2 'DIN', "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Trebuchet MS", sans-serif;
	padding: 8px 25px 7px 5px;
	border: 1px solid #ccc;
	color: #002c4e;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 0px white;
	margin: 5px auto;
	max-width: 235px;
	margin-left: auto;
	text-shadow: 0px 0px 0.0px rgba(0,44,78,0.99), 1px 1px 0px white;
	cursor: pointer
}

#content a.go-button {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/* para compatibilidade com navegadores que não suportam multiplos backgrounds */
	background: url('../img/go-right.png') no-repeat 100% center;
	background: url('../img/go-right.png') no-repeat 100% center, url('../img/go-right.png') no-repeat -20% center;
	padding-right: 35px;
	border: none;
	display: block;
}

#content a.go-button:hover {
	/* para compatibilidade com navegadores que não suportam multiplos backgrounds */
	background: url('../img/go-right.png') no-repeat left center;
	background: url('../img/go-right.png') no-repeat 120% center, url('../img/go-right.png') no-repeat 0% center;
	padding-left: 35px;
	padding-right: 0px;
}


#content a.last {
	margin-bottom: 0;
}

#content a.small-button img, #content a.button img {
	/*vertical-align: middle;*/
	position: absolute;
	top: 3px;
	left:15px;
}

#content a.last {
	margin-bottom: 0;
}

#footer {
	background: url('../img/bg-footer.png') repeat-x top center;
}

#footer .white {
	padding: 6px;
	color: white;
	text-align: center;
	font-size: 120%;
}

#footer .white .large{
	color: white;
	font-weight: bold;
	font-size: 120%;
}

#footer .links {
	font-size: 90%;
	text-transform: uppercase;
	padding: 8px 0;
}

#footer .copyright{
	font-size: 90%;
	padding: 8px 0;
	text-align: right;
}

#footer .signature span {
	text-indent: -9999px;
}

#footer .signature a {
	background: url('../img/sig-bolt.png') no-repeat top right;
	margin: 10px 0 40px 0;
	height: 40px;
	text-indent: -9999px;
	border: none !important;
}

.box {
	-webkit-border-radius: 1.5px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
	-moz-border-radius: 1.5px;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
	-o-border-radius: 1.5px;
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
	border-radius: 1.5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
}

.box .box {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Barra de abas */
div.tab-bar {
	background: #b1c1c7 url('../img/bg-tab-bar.png') repeat-x;
	padding: 1px 0;
	font-family: 'DIN', "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Trebuchet MS", sans-serif;
}

div.tab-bar h1 {
	background: url('../img/arrow-right.png') center left no-repeat;
	font-size: 200%;
	font-weight: normal;
	margin: 8px 18px 10px 0;
	padding: 0 14px;
	display: block;
	color: #002c4e;
	text-shadow:0px 1px 0px rgba(255, 255, 255, 0.5);
}

/* Abas */
#content div.tab-bar ul {
	margin: 2px;
	margin-top: 15px;
}

#content div.tab-bar ul li {
	color: #002c4e;
	display: inline;
	background: none;
	padding: 5px 0;
	text-shadow: 0px 1px 0px #cdd;
	margin-right: 2px;
	text-transform: uppercase;
	font-size: 90%;
}

#content div.tab-bar ul li a {
	-webkit-transition: none;
	moz-transition: none;
	transition: none;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	border-bottom: none;
	padding: 5px 8px;
	color: #002c4e !important;
}

#content div.tab-bar ul li a:hover {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	background: #e5ebed;
	text-shadow: none;
}

#content div.tab-bar ul li.nav-selected a:hover {
	-webkit-transition: none;
	moz-transition: none;
	transition: none;
	background: none;
}

#content div.tab-bar ul li.nav-selected {
	-moz-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
	padding: 8px 10px 6px;
	background: #fff;
	text-shadow: none;
	margin-right: 5px;
	font-size: 115%;
	color: #135180;
	position: relative;
	top: 2px;
	overflow: hidden;
}

.spacer {
	margin-bottom: 10px;
}

.newsletter {
	padding: 10px;
}

.newsletter label {
	display: block;
	font-weight: normal;
	margin-top: 8px;
}

/* Noticias */
div.news dl {
	position: relative;
	padding: 0px 10px 0px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	min-height: 50px;
	padding-bottom: 10px;
	overflow: hidden;
}

div.news dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.news dl img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
}

div.news dt
{
	font-weight: normal;
	text-decoration: none;
	margin-left: 50px;
	padding-bottom: 10px;
	font-size: 120%;
}

div.news dd {
	margin-left: 0px;
	padding-left: 50px;
}

div.news dd.date {
	top: 2px;
	left: 8px;
	line-height: 1em;
	display: block;
	text-align: center;
	width: 30px;
	height: 35px;
	background: #135180;
	padding: 5px 0px 0px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
}

div.news dd.image {
	position: absolte;
	margin-left: 0;
	padding-left: 20px;
	min-height: 70px;
}

div.news dd.date strong {
	display: block;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.7em;
	padding-left: 4px;
	padding-bottom: 7px;
	border-right: 5px solid #135180;
	border-bottom: 5px solid transparent;
}

/* Eventos */
.event {
	margin: 5px 0 10px 0;
}

.event dt,
.event dd {
	display: block;
	padding: 0 5px;
	margin: 0;
}

.event dt {
	font-size: 90%;
	font-weight: normal;
	color: #135180;
}

h2.big {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 28px !important;
	line-height: 28px !important;
}



span.search-highlight {
	background: #f2ff84;
	padding: 0 2px;
	margin: 0 -2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

span.search-highlight {
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	transition: background 1s ease;
	background: #f9ffc5;
	padding: 0 2px;
	margin: 0 -2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div div div div div div:hover span.search-highlight {
	background: #f2ff84;
}

.floating-panel-container {
	position: relative;
	z-index: 3;
}

.shade {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2 !important;
}

.floating-panel {
	position: absolute;
	width: 460px;
	background: white;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border: 3px solid #d0dce6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 16px;
	right: -19px;
	top: 0;
	z-index: 2 !important;
}

#info-bar .floating-panel h2,
#content .floating-panel h2 {
	background: white url('../img/arrow-select.png') no-repeat 98% 55%;
	border: 3px solid #d0dce6;
	border-bottom: 3px solid white;
	position: absolute;
	z-index: 4 !important;
	right: 10px;
	top: -36px;
	height: 26px;
	margin: 0;
	width: 220px;
	text-align: left;
	padding: 2px 8px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-box-shadow: -4px -3px 3px rgba(0,0,0,0.07), 4px -4px 3px rgba(0,0,0,0.07);
	-moz-box-shadow: -4px -3px 3px rgba(0,0,0,0.07), 4px -4px 3px rgba(0,0,0,0.07);
	box-shadow: -4px -3px 3px rgba(0,0,0,0.07), 4px -4px 3px rgba(0,0,0,0.07);
	color: #de8800;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	line-height: 26px;
	cursor: pointer;
}

#info-bar .floating-panel h2.narrow,
#content .floating-panel h2.narrow {
	width: 130px;
	background: white url('../img/arrow-select.png') no-repeat 97% 55%;
}
a.select {
	border: 1px solid #d0dce6;
	padding: 0 4px;
	display: block;
	font-weight: bold;
	font-size: 13px;
	margin: 4px 0;
	background: white url('../img/arrow-select.png') no-repeat right center;
}

.selects .floating-panel-container {
	float: left;
	margin: 60px 10px 5px;
}

.selects .floating-panel {
	position: static;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#info-bar .selects .floating-panel h2,
#content .selects .floating-panel h2 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	top: -33px;
}

#header li:hover {
	position: relative;
	z-index: 80; /* Compensa a implementacao incorreta do z-index no IE7 */
}


#header li:hover .submenu a {
	padding: 3px 6px;
}

#header li a.multiple {
}

#header .quiet li:hover a.multiple {
	line-height: 20px;
}

#header li:hover a.multiple {
	display: inline-block;
	position: relative;
	background: white;
	z-index: 80;
	padding: 3px 6px;
	border: 3px solid #d0dce6;
	border-bottom: none;
	margin: -9px;
	color: #135180;
}

#header li:hover .submenu {
	visibility: visible;
	opacity: 1.0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#header .submenu {
	visibility: hidden;
	opacity: 0.1;
	position: absolute;
	border: 3px solid #d0dce6;
	display: inline;
	left: 1px;
	z-index: 79;
	top: 24px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding: 8px 0;
	background: white url('../img/bg-submenu.png') repeat-x bottom;
	background-color: white;
	background-image: url('../img/bg-columns.png'), url('../img/bg-submenu.png');
	background-repeat: repeat-x, repeat-x;
	background-position: center left, bottom;
	background-size: 160px 100%, 100% 100%;
	-moz-background-size: 160px 100%, 100% 100%;
}

#header .quiet .submenu {
	top: 18px;
}

#header .stripeless {
	background-size: 0 0, 100% 100%;
	-moz-background-size: 0 0, 100% 100%;
	background-repeat: no-repeat, repeat-x;
}

#header .right {
	right: -3px;
	left: auto;
	text-align: right;
}

#header .submenu * {
	line-height: 15px;
	font-size: 11px !important;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	text-transform: none;
	text-shadow: none;
}

#header .submenu ul {
	margin: 0 8px;
	background: none !important;
}

#header .submenu li,
#content .submenu li {
	list-style: none;
	display: block;
	background: none !important;
	padding: 0 !important;
	border-bottom: 1px solid #d0dce6;
}

#header .submenu li:last-child,
#content .submenu li:last-child {
	border-bottom: none
}

#header .submenu li a,
#content .submenu li a {
	display: block;
	border: none;
	margin: 0;
	background: none !important;
}

#header .submenu li a:hover,
#content .submenu li a:hover {
	background: #f8f8f8;
}

#header .submenu strong {
	color: #135180;
	display: block;
	margin: 0 8px;
	padding: 4px;
	background: #e7edf2;
	text-transform: uppercase
}

#header .submenu p {
	margin: 0 8px;
	padding: 4px;
}

#header .submenu .root a {
	font-size: 13px !important;
	line-height: 1.4
}

.tag-cloud {
	text-align: center;
}

.tag-cloud-1 {
	padding: 2px;
	font-size: 80%;
	border: none !important;
	line-height: 36px;
	opacity: 0.6;
}

.tag-cloud-2 {
	padding: 2px;
	font-size: 140%;
	border: none !important;
	line-height: 36px;
	opacity: 0.7;
}

.tag-cloud-3 {
	padding: 2px;
	font-size: 200%;
	border: none !important;
	line-height: 36px;
	opacity: 0.8;
}

.tag-cloud-4 {
	padding: 2px;
	font-size: 280%;
	border: none !important;
	line-height: 36px;
	opacity: 0.9;
}

.tag-cloud-5 {
	padding: 2px;
	font-size: 320%;
	border: none !important;
	line-height: 36px;
}

.one-click iframe {
	border: none;
	width: 100%;
	height: 320px;
	display: block;
}

.one-click {
	position: relative;
	background: white url('../img/arrow-select.png') no-repeat right center;
	z-index: 81;
	padding: 4px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 1px 0 #f6f6f6;
	-moz-box-shadow: 0 1px 0 #f6f6f6;
	box-shadow: 0 1px 0 #f6f6f6;

	border: 1px solid #aaa;
	width: auto;
	margin: 0;
	display: block;
	line-height: normal;
}

.one-click a {
	border: none !important;
	display: block;
}

.one-click.active {
	-webkit-box-shadow: 0 0 3px #009fe0, 0 1px 0 #f6f6f6;
	-moz-box-shadow: 0 0 3px #009fe0, 0 1px 0 #f6f6f6;
	box-shadow: 0 0 3px #009fe0, 0 1px 0 #f6f6f6;
}

.one-click-panel {
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	transition: 0.2s all ease;
	-webkit-transform: translate(0,-70px) scale(0.7, 0.7);
	position: absolute;
	background: white url('../img/loading.gif') no-repeat center;
	z-index: 81;
	width: 700px;
	top: 22px;
	left: -200px;
	border: 3px solid #d0dce6;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
}

.one-click.active .one-click-panel {
	-webkit-transform: none;
	visibility: visible;
	opacity: 1;
}

.addresses {
	margin-top: 30px;
	margin-bottom: 30px;
}

.addresses b {
	text-transform: uppercase;
	font-size: 100%;
	font-weight: normal;
	color: black;
}

address {
	font-style: normal;
	margin: 10px 0;
}

.inline {
	display:inline
}
.none {
	display:none
}

#notification-bar {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 150%;
    text-align: center;         
    z-index: 82;
    background: #009FE0;
    padding: 10px;
    border-bottom: 2px solid #135180;
    opacity: 0.95;
    -webkit-box-shadow: 0 0 5px 10px rgba(0,0,0,0.05), 0 0 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px 10px rgba(0,0,0,0.05), 0 0 2px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 5px 10px rgba(0,0,0,0.05), 0 0 2px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 10px rgba(0,0,0,0.05), 0 0 2px rgba(0,0,0,0.5);
    text-shadow: 0 1px 0 black;
    color: white;
}       

#notification-bar ul {
   margin-bottom: 0;
   background: transparent;
   border: none;           
   color: inherit;           
   padding: 0;
   font-size: 90%;
}

#notification-bar ul li { 
   list-style: none;    
}

.prev {
	float: left;
	width: 30px;
	outline: none;
}

.next {
	outline: none;
}

.next a, .prev a {
  outline: none;
}

.prev a {
	display: block;
	text-indent: -999px;
	border: none !important;
	background: url('../img/go-left-mini.png') left no-repeat;
}

.next a {
	display: block;
	text-indent: -999px;
	border: none !important;
	background: url('../img/go-right-mini.png') right no-repeat;
}

.calendar-link {
	margin-left: 0;
}

.calendar-icon {
	padding-left: 22px; 
	padding-top: 4px;
	padding-bottom: 4px;
	background: #e5e5e5 url('../img/icon-calendar.png') left no-repeat;
}
/*
.ingles-icon {
	padding-left: 24px; 
	padding-top: 4px;
	padding-bottom: 4px;
	background: #e5e5e5 url('../img/icon-ingles.png') center center no-repeat;
}
.france-icon {
	padding-left: 24px; 
	padding-top: 4px;
	padding-bottom: 4px;
	background: #e5e5e5 url('../img/icon-france.png') center center no-repeat;
}
.spain-icon {
	padding-left: 24px; 
	padding-top: 4px;
	padding-bottom: 4px;
	background: #e5e5e5 url('../img/icon-spain.png') center center no-repeat;
}
*/
/*CRIADOS PELO SETOR*/
#msgEnviada{
	background:#FFFF99; 
	color: #000; 
	padding:2px; 
	border:1px solid #999; 
	margin:8px 0px 8px 0px; 
	visibility:hidden
	}

.pdf{
	margin: 10px 0 10px 2px;
	background: url('../img/icon-pdf.png') left no-repeat !important;
	padding-left: 25px;
	height:16px;
	display:inline-block;
	border:none !important;
}
a .pdf{
	text-decoration: none;
	border:none !important;
}
.urls{
	margin: 10px 0 10px 2px;
	background: url('../img/icon-web.png') left no-repeat !important;
	padding-left: 25px;
	height:16px;
	display:inline-block;
	border:none !important;
}

.doc{
	margin: 10px 0 10px 2px;
	background: url('../img/icon-doc.png') left no-repeat !important;
	padding-left: 25px;
	height:16px;
	display:inline-block;
	border:none !important;
}
.zip{
	margin: 10px 0 10px 2px;
	background: url('../img/icon-zip.png') left no-repeat !important;
	padding-left: 25px;
	height:16px;
	display:inline-block;
	border:none !important;
}

.lista{
	margin: 10px 0 10px 25px;
	background: url('../img/bullet-list.png') left no-repeat !important;
	padding-left: 20px;
	height:16px;
	display:inline-block;
}


.tabela{
	border-collapse:collapse;
	border: 1px solid #CCC;
}
.tabela td{
	border: 1px solid #CCC;
}
.tabela th{
	border: 1px solid #CCC;
	font-weight:bold;
	background:#f7f7f7;
	text-align:center;
}
.tabela p{
	margin:0 !important;
	padding:0 !important;
	line-height: 14pt !important;
}

.tabela_ext{
	border-collapse:collapse;
	border: 1px solid #CCC;
}
.tabela_ext td{
	border: 1px solid #CCC;
}



.form-ouvidoria{

    font-size: 10pt;

}
.form-ouvidoria fieldset {
    border: 1px solid #CCCCCC;
    padding: 20px;
    width: 70%;
}	

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}