body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, h4, h5{margin-top:0;
			margin-bottom:10px;}

a{
	text-decoration: none;

}

i {
	color: #0358F0;
}

li{margin-right: 15px;}

.centro {
	text-align:center !important;
}

.esquerda{
	text-align: left !important;
}

.direita{
	text-align: right !important;
}



.page{
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
}

.page .header{
	position: relative;
}

.header > .top{
	line-height: 18px;
	font-size: 14px;
	text-align: right;
	padding: 5px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.breadcrumbs{
	height: 50px;
	border-width: 0 0 1px 0;
	border-color: white;
	border-style: solid;
}

.breadcrumbs > h1,h2{
	line-height: 50px;
	margin: 0;
	padding: 0 21px;
	display: inline-block;
	float: left;
	border-top-right-radius: 40px;
}

.breadcrumbs > h1{
	font-size: 21px;
}

.breadcrumbs > h2{
	font-size: 17px;
}

.breadcrumbs > .arrow{
	border-color: transparent transparent transparent white;
	border-width: 25px;
	border-style: solid;
	display: inline-block;
	float: left;
}

.header > ul.navbar{
	height: 40px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.header > ul.navbar > li{
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-top: 7px;
	margin-right: 10px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: relative;
}

#unidades{
	background-image: url(img/unidades.png);
}

#tamanho_fonte{
	background-image: url(img/tamanho_fonte.png);
}

#tamanho_fonte_menu{
	display: none;
	position: absolute;
	top: 120px;
	left: 45px;
	z-index: 1;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 130px;
	padding: 4px 0 2px 0;
}

#tamanho_fonte_menu > li{
	padding: 5px;
	font-size: 14px;
	cursor: pointer;
	height: 20px;
}

#tamanho_fonte_menu > li > img{
	width: 20px;
	float: left;
	margin: 0 10px 5px 0;
}

#tamanho_fonte_menu li.arrow-top{
	padding: 0;
	margin: 0;
	position: absolute;
	border-width: 9px;
	border-color: transparent transparent #F47528 transparent;
	border-style: solid;
	top: -18px;
	left: 6px;
	height: auto;
}

#imprimir{
	background-image: url(img/imprimir.png);
}

#sala{
	background-image: url(img/sala.png);
}

#navigator{
	float: right;
	width: auto;
	height: auto;
	margin-top: 0;
	position: relative;
}

#navigator a{
	float: left;
	display: inline-block;
}

#navigator a:hover{
	text-decoration: underline;
}

#navigator a.disabled{
	opacity: 0.4;
	cursor: default;
}

#navigator a.voltar{
	width: 26px;
	height: 26px;
	margin-top: 7px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url(img/seta_voltar.png);
}

#navigator a.atual{
	width: 28px;
	height: 28px;
	margin-top: 3px;
	margin-right: 5px;
	border-radius: 50%;
	border: 3px solid white;
	text-align: center;
	line-height: 28px;
}

#navigator a.total{
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #24C53E;
	background: white;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	right: 18px;
	bottom: 22px;
	color: #084783;
}

#navigator a.avancar{
	width: 26px;
	height: 26px;
	margin-top: 7px;
	margin-right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url(img/seta_avancar.png);
}

#navigator_menu{
	margin: 0;
	padding: 0;
	display: inline-block;
	position: absolute;
	right: -400px;
	border: 1px solid #CCC;
	border-right: none;
	padding: 2px 3px 2px 7px;
	box-shadow: 0px 0px 10px #999;
	border-bottom-left-radius: 18px;
	background: #FFF1C7;
	max-width: 242px;
	z-index: 1;
	list-style: none;
}

#navigator_menu li {
	display: inline-block;
	width: 20px;
	margin: 2px;
	text-align: center;
}

#navigator_menu li a{
	color: #084783;
	display: inline-block;
}

#navigator_menu li:hover{
	background-color: white;
}

.modal{
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	z-index: 2;
}

.modal-bottom{
	top: initial;
	bottom: 0;
}

.modal .header{
          border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      text-align: center;
      font-size: 17px;
      
      font-weight: bold;
      color: #FFF;
      position: relative;
}

.header p {
      text-align: center !important;
      padding: 5px !important;
      margin: 0 !important;
      }

 .modal .header .btn-close {
  width: 18px;
      height: 18px;
      border-radius: 50%;
      display: inline-block;
      border: solid 2px #7A7777;
      color: #7A7777;
      font-weight: bold;
      background-color: #FFF;
      line-height: 17px;
      cursor: pointer;
      position: absolute;
      top: 5px;
      right: 10px;
}

.modal .content{
	background-color: white;
	padding: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}


#unidades-modal ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#unidades-modal ul > li{
	display: inline-block;
	width: 135px;
	vertical-align: text-top;
	margin-top: 20px;
}

#unidades-modal ul > li > a{
	text-align: center;
}

#unidades-modal ul > li > a > p{
	text-align: center;
	font-size: 14px;
	color: #0065bf;
}

#unidades-modal ul > li > a:hover > p{
	color: #084783;
}

#unidades-modal ul > li > a > img{
	width: 100px;
}

#referencias-modal .header{
	background-color: white;
	color: #333;
	border-bottom: 1px solid #333;
}

#modal-fade{
	display: none;
	z-index: 1;
	background-color: black;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}

.font-12{
	font-size: 12px !important;
}

/*----------------Conteúdo Página----------------*/
.conteudo{
	height: 545px;
	background: #fff;
	color: #333;
	padding: 25px 45px 45px;
	text-align: left;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	overflow: hidden;
	position: relative;
	margin:0;

}

.conteudo h2{
	padding: 0px;
	font-size: 22px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted gray;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: left;
	width: 100%;
	float: none;
	line-height: 28px;
}

.bloco-centro{
	width: 100%;
	margin-top: 70px;
	margin-bottom: 15px;
	position: relative;
}

.bloco-conteudo{
	padding: 7px;
	border: 1px solid rgb(170, 170, 170);

}

.referencia{
	position: absolute;
	bottom: -3px;
	right: 0px;
}

.referencia a{
	display: inline-block;
}

.referencia img{
	width:40px;
	opacity: 0.5;
}

.referencia img{
	width:40px;
	opacity: 0.5;
}

.referencia img:hover{
	opacity: 1;
}

/* deprecated */
.bloco-1{
	width: 65%;
	margin-left: 2%;
	box-shadow: 0px 0px 10px #AFAFAF;
	border: 1px solid transparent;
	padding: 7px;
	border-radius: 7px;
	position: relative;
	display: inline-block;
}

.box-shadow{
	box-shadow: 0px 0px 10px #AFAFAF;
	border: 1px solid transparent;
	padding: 7px;
	border-radius: 7px;
}

/* deprecated */
.bloco-2{
	width: 20%;
	margin-left: 2%;
	vertical-align: bottom;
	display: inline-block;
}

.bloco-2 img{
	width: 100%;
}

.page p{
	text-align: justify;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 16px;
	padding-top: 0px;
	margin:0 0 10px 0;
}

.page ul{
	clear:both;
}

.page p:last-child{margin:0 0 0 0;}

.box-video{
	padding: 5px;
	width: 95%;
	margin: 0 auto;
}

.bloco-video {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 56.25%;
}

.caixa-icone .bloco-video{
	margin-top: 25px;
	margin-bottom: 25px;
}

.bloco-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-- Blocos --*/

.bloc {
	width: 100%;
	height:50px;
	background: #000;
	margin: 7px 0 7px 0;
}

.bloco-laranja{
	background-color: #FDF5E8;
	border: 1px solid #FFC590;
	padding: 8px;
	margin: 10px auto 10px auto;
}

.medidor-container{
	text-align: center;
}

.medidor-mid{
	width: 200px;
	height: 160px;
	display: inline-block;
	margin: 10px 0 10px 10px;
}

.medidor-mid:first-child{
	margin: 10px 10px 10px 0;
}

.medidor-small{
	width: 100px;
	height: 80px;
	display: inline-block;
	margin: 5px 0 5px 5px;
}

.medidor-small:first-child{
	margin: 5px 5px 5px 0;
}

.medidor-big{
	width: 300px;
	height: 210px;
	display: block;
	margin: 0 auto;
}

.grafico-container{
	text-align: center;
	margin-bottom: 30px;
}

.grafico-full{
	width: 550px;
	height: 250px;
	display: block;
	margin: 0 auto auto;
}

.grafico-half{
	width: 240px;
	height: 150px;
	display: inline-block;
	margin: 5px 0 5px 5px;
}

.grafico-half:first-child{
	margin: 5px 5px 5px 0;
}

.xchart-tooltip {
	position: absolute;
	background: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	-webkit-box-shadow: 0 1px 3px #000;
	-moz-box-shadow: 0 1px 3px #000;
	-ms-box-shadow: 0 1px 3px #000;
	-o-box-shadow: 0 1px 3px #000;
	box-shadow: 0 1px 3px #000;
	border-collapse: separate;
	display: none;
	font-size: 13px;
	color: #444;
}

.smart_art{
	text-align: center;
	background-color: #EEE;
	border: 1px solid #AAA;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 10px;
}

.ui-tabs {
position: relative;
padding: .2em;
display: inline-block;
}

.smart_art > ul.smart_menu,
.horizontal_tabs > ul.tabs_menu
{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.ui-tabs-horizontal {
display: block;
}

.ui-tabs-horizontal ul.ui-tabs-nav{
	text-align: center;
}

.vertical_tabs > ul.tabs_menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 20%;
}

.ui-tabs-vertical .ui-tabs-nav{
	float: left;
	width: 20%;
	padding: 0 !important;
}

.smart_art > ul.smart_cont
{
	list-style: none;
	text-align: justify;
	padding: 0 15px 15px 15px;
	margin: 0;
}

.horizontal_tabs > ul.tabs_cont{
	list-style: none;
	text-align: justify;
	padding: 5px 15px 15px 15px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: black;
	margin: 0;
}

.ui-tabs-horizontal .ui-tabs-panel {
	border-style: solid;
	border-width: 1px !important;
	border-color: #DBDBDB;
	border-top-color: #969696;
}

.vertical_tabs > ul.tabs_cont{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 80%;
	clear: none;
}

.smart_art > ul.smart_menu > li
{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin: 10px 0 10px 10px;
	padding: 5px;
	cursor: pointer;
}

.horizontal_tabs > ul.tabs_menu > li
{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin: 10px 0 5px 10px;
	padding: 5px 10px;
	cursor: pointer;
}

.ui-tabs-horizontal ul.ui-tabs-nav > li{
	display: inline-block;
	float: none;
}

.vertical_tabs > ul.tabs_menu > li{
	margin-bottom: 10px;
	width: 70%;
}

.ui-tabs-vertical .ui-tabs-nav > li{
	width: 70%;
	margin-bottom: 4px !important;
}

.ui-tabs-vertical .ui-tabs-nav > li > a{
	width: 100%;
}

.smart_art > ul.smart_cont > li{
	display: none;
	padding: 10px 15px;
	border-radius: 5px;
}

.horizontal_tabs > ul.tabs_cont > li,
.vertical_tabs > ul.tabs_cont > li
{
	display: none;
	padding: 10px;
}

.ui-tabs-vertical .ui-tabs-panel{
	float: right;
	padding: 3% !important;
	width: 72%;
}

.smart_art > ul.smart_menu > li:first-child{
	margin: 10px 0px;
}

.retratil-btn{
	cursor: pointer;
}

.retratil{
	display: none;
	margin-top: 5px;
}

.dialog{
	width: 100%;
	display: inline-block;
}

.dialog > ul.dialog_cont, .dialog > ul.dialog_menu{
	list-style: none;
	padding: 10px;
	margin: 0;
}

.dialog > ul.dialog_menu{
	border-top: 1px solid #084175;
}

.dialog > ul.dialog_cont >li{
	display: none;
}

.dialog > ul.dialog_cont >li > img{
	width: 100%;
}

.dialog > ul.dialog_cont >li.current{
	display: list-item;
}

.dialog > ul.dialog_menu{
	text-align: right;
}

.dialog > ul.dialog_menu >li{
	cursor: pointer;
	display: inline-block;
}

.dialog > ul.dialog_menu >li.disabled{
	cursor: default;
	opacity: 0.3;
}

.dialog > ul.dialog_menu > li.count{
	font-size: 16px;
	line-height: 34px;
	vertical-align: text-bottom;
}

.dialog_menu li img{
	width:30px;	
}

.center{
	margin:0 auto;
}

/*-- Fim Blocos --*/

/*------------- Links -------------*/

.link-e{
	color:#555;
	font-size: 13px;
	background: url(img/link-e.png) no-repeat right;
	padding-right: 18px;

}
.link-e:hover {
	color:#0059B2;
	background: url(img/link-e2.png) no-repeat right;
	padding-right: 18px;
 }

 .link-d{
	color:#555;
	font-size: 13px;
	background: url(img/link-d.png) no-repeat right;
	padding-right: 18px;

}
.link-d:hover {
	color:#0059B2;
	background: url(img/link-d2.png) no-repeat right;
	padding-right: 18px;
 }

 .link-f{
	color:#555;
	font-size: 13px;
	background: url(img/link-f.png) no-repeat right;
	padding-right: 17px;

}
.link-f:hover {
	color:#0059B2;
	background: url(img/link-f2.png) no-repeat right;
	padding-right: 17px;
 }


/*------------- Fim Links --------------*/



/*---------- INICIO CAIXAS DE TEXTO COLORIDAS ----------*/


[class*="caixa"]{
	height: auto;
	padding: 2%;
	margin: 3% 1%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #CCC;
	position: relative;
	border: 1px solid #FFF !important;
	box-shadow: 0 0 4px #ddd;}

.caixa-retratil{border: 1px dashed #030 !important;}
.caixa-icone p{	text-indent: 30px;	}

.caixa-icone{margin-top: 5%;}

.caixa-texto2{
	width: 85%;
	height:auto;
	padding: 1%;
	margin: 3% 1%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ccc;
}

.caixa-texto3{
	width: 85%;
	text-align: justify;
	padding: 5%;
	padding: 1%;
	margin: 3% 1%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 50px;
	background-color: #ccc;
}
.box-laranja{
	background-color: #FFB973;
	border: 1px solid #FFA64D;
}
.box-azul{
	background-color:#B8C3FF;
	border: 1px solid #7F98DA;
}
.box-verde{
	background-color: #e7fdd4;
	border: 1px solid #63b130;
}
.icon-lamp{
	position: absolute;
	top: 150px;
	left: 35px;
}

.iconeTE{
	position: absolute;
	top: -20px;
	left: -19px;
}

.iconeTE img{
	width: 60px;
}

/*---------- FIM CAIXAS DE TEXTO COLORIDAS ----------*/

/** Botões (baseado em bootstrap) */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.big{
  font-size: 16px;
  padding: 8px !important;
}
.btn.small{
  font-size: 12px;
  padding: 2px !important;
}
/** Fim Botões */

/** accordion */
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-accordion {
	margin-bottom: 10px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
border-bottom-left-radius: 4px;
}
.ui-accordion-content {
border: 1px solid #DDD !important;
border-top: none !important;
background: #fff; /* Old browsers */

}
.ui-accordion .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header {
border: 1px solid #E9E9E9;
display: block;
cursor: pointer;
position: relative;
margin-top: 2px;
padding: .5em .5em .5em 2.4em;
min-height: 0;
support: IE7;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
border-top-left-radius: 4px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
width: 16px;
height: 16px;
}
.ui-state-default .ui-icon {
background-image: url(accordion/images/ui-icons_222222_256x240.png);
}
.ui-state-active .ui-icon,
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
background-image: url(accordion/images/ui-icons_ffffff_256x240.png);
}
.ui-icon-triangle-1-s {
background-position: -64px -16px;
}
.ui-icon-triangle-1-e {
background-position: -32px -16px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

img.zoomable{
	cursor: pointer;
}

img.zoomable.zoomed{
	z-index: 2;
}


.cima {
	vertical-align: top;
}

.meio {
	vertical-align: middle;
}
.baixo {
	vertical-align: bottom;
}

/*CORES FONT*/
.font-white {
	color: #fff;
}
.font-black {
	color: #333;
}

.font-purple{color: #B51188;}

/* CORES */
.very-very-cinza{
background:#F3F3F3;
}
.very-very-green{
background:#F6FFF4;
}

.black{
background:#1b2a34;
color: white;
}

.dark-bluish-gray{
background:#635f61;
color: white;
}

.light-bluish-gray{
background:#a3a2a4;
}

.very-light-bluish-gray{
background:#e5e4de;
}

.dark-gray{
background:#6d6e6c;
color: white;
}

.light-gray{
background:#a1a5a2;
}

.very-light-gray{
background:#c7c1b7;
}

.white{
background:#ffffff;
}

.red{
background:#c4281b;
color: white;
}

.dark-red{
background:#7b2e2f;
color: white;
}

.sand-red{
background:#957976;
color: white;
}

.salmon{
background:#da8679;
}

.light-salmon{
background:#eec4b6;
}

.flesh{
background:#cc8e68;
}

.dark-flesh{
background:#7c5c45;
color: white;
}

.reddish-brown{
background:#694027;
color: white;
}

.brown{
background:#624732;
color: white;
}

.dark-tan{
background:#958a73;
color: white;
}

.tan{
background:#d7c599;
}

.dark-orange{
background:#a05f34;
color: white;
}

.earth-orange{
background:#cb8442;
color: white;
}

.orange{
background:#da8540;
color: white;
}

.medium-orange{
background:#e29b3f;
color: white;
}

.bright-light-orange{
background:#e8ab2d;
color: white;
}

.yellow{
background:#f4cd2f;
}

.bright-light-yellow{
background:#fdea8c;
}

.light-yellow{
background:#f9e999;
}

.bright-green{
background:#4b974a;
color: white;
}

.green{
background:#287f4c;
color: white;
}

.dark-green{
background:#27462c;
color: white;
}

.sand-green{
background:#789081;
color: white;
}

.medium-green{
background:#4B974A;
}

.light-green{
background:#C6FFAE;
}

.lime{
background:#a4bd46;
}

.medium-lime{
background:#c7d23c;
}

.light-lime{
background:#d9e4a7;
}

.aqua{
background:#b7d7d5;
}

.light-turquoise{
background:#55a5af;
color: white;
}

.dark-turquoise{
background:#008f9b;
color: white;
}

.dark-blue{
background:#203a56;
color: white;
}

.blue{
background:#0d69ab;
color: white;
}

.sand-blue{
background:#74869c;
color: white;
}

.medium-blue{
background:#6e99c9;
color: white;
}

.sky-blue{
background:#7dbbdd;
}

.bright-light-blue{
background:#9fc3e9;
}

.light-blue{
background:#b4d2e3;
}

.blue-violet{
background:#4667a4;
color: white;
}

.violet{
background:#6874ac;
color: white;
}

.light-violet{
background:#c1cade;
color: white;
}

.dark-purple{
background:#342b75;
color: white;
}

.purple{
background:#6b327b;
color: white;
}

.light-purple{
background:#D69AD5;

}

.sand-purple{
background:#877c90;
color: white;
}

.magenta{
background:#923978;
color: white;
}

.dark-pink{
background:#c470a0;
color: white;
}

.light-pink{
background:#dc9095;
}

.bright-pink{
background:#e4adc8;
}

.pink{
background:#ffd3ec;
}

.quase-azul{background:#F2FFF8;}

    /*Cores Degradê*/

.dgd-black{
	color: white;
	background: #314f5e; /* Old browsers */
	background: -moz-linear-gradient(top,  #314f5e 27%, #1b2a34 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#314f5e), color-stop(99%,#1b2a34)); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #314f5e 27%,#1b2a34 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #314f5e 27%,#1b2a34 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #314f5e 27%,#1b2a34 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #314f5e 27%,#1b2a34 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314f5e', endColorstr='#1b2a34',GradientType=0 ); /* IE6-9 */
}

.dgd-dark-gray{
	color: white;
	background: #878184; /* Old browsers */
	background: -moz-linear-gradient(top,  #878184 34%, #635f61 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#878184), color-stop(100%,#635f61)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #878184 34%,#635f61 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #878184 34%,#635f61 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #878184 34%,#635f61 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #878184 34%,#635f61 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878184', endColorstr='#635f61',GradientType=0 ); /* IE6-9 */
}

.dgd-gray{
	background: #d5d4d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d5d4d6 34%, #a3a2a4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#d5d4d6), color-stop(100%,#a3a2a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5d4d6 34%,#a3a2a4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5d4d6 34%,#a3a2a4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5d4d6 34%,#a3a2a4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5d4d6 34%,#a3a2a4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d4d6', endColorstr='#a3a2a4',GradientType=0 ); /* IE6-9 */

}

.dgd-white{
	background: #FFF;
	background: -moz-linear-gradient(top, #ffffff 45%, #e1f2e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#FFF), color-stop(100%,#E1F2E7));
	background: -webkit-linear-gradient(top, #FFF 45%,#E1F2E7 100%);
	background: -o-linear-gradient(top, #ffffff 45%,#e1f2e7 100%);
	background: -ms-linear-gradient(top, #ffffff 45%,#e1f2e7 100%);
	background: linear-gradient(to bottom, #FFF 45%,#E1F2E7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1f2e7',GradientType=0 );
}

.dgd-dark-red{
	color: white;
	background: #c94c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #c94c4c 34%, #7b2e2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#c94c4c), color-stop(100%,#7b2e2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c94c4c 34%,#7b2e2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c94c4c 34%,#7b2e2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c94c4c 34%,#7b2e2f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c94c4c 34%,#7b2e2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c94c4c', endColorstr='#7b2e2f',GradientType=0 ); /* IE6-9 */
}

.dgd-red{
	color: white;
	background: #ff2323; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff2323 34%, #891313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#ff2323), color-stop(100%,#891313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff2323 34%,#891313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff2323 34%,#891313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff2323 34%,#891313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff2323 34%,#891313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2323', endColorstr='#891313',GradientType=0 ); /* IE6-9 */

}

.dgd-ligth-red{
	
	background: #ff928e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff928e 34%, #bc7069 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#ff928e), color-stop(100%,#bc7069)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff928e 34%,#bc7069 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff928e 34%,#bc7069 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff928e 34%,#bc7069 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff928e 34%,#bc7069 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff928e', endColorstr='#bc7069',GradientType=0 ); /* IE6-9 */
}

.dgd-orange{
	color: white;
	background: #ff872b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff872b 35%, #c16320 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ff872b), color-stop(100%,#c16320)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff872b 35%,#c16320 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff872b 35%,#c16320 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff872b 35%,#c16320 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff872b 35%,#c16320 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff872b', endColorstr='#c16320',GradientType=0 ); /* IE6-9 */
}

.dgd-yellow{
	background: #ffff32; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffff32 34%, #ddcc2c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#ffff32), color-stop(100%,#ddcc2c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffff32 34%,#ddcc2c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffff32 34%,#ddcc2c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffff32 34%,#ddcc2c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffff32 34%,#ddcc2c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff32', endColorstr='#ddcc2c',GradientType=0 ); /* IE6-9 */
}

.dgd-ligth-yellow{
	background: #ffff70; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffff70 42%, #e3e564 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,#ffff70), color-stop(100%,#e3e564)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffff70 42%,#e3e564 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffff70 42%,#e3e564 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffff70 42%,#e3e564 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffff70 42%,#e3e564 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff70', endColorstr='#e3e564',GradientType=0 ); /* IE6-9 */
}

.dgd-dark-green{
	color: white;
	background: #75d66b; /* Old browsers */
	background: -moz-linear-gradient(top,  #75d66b 34%, #4b974a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#75d66b), color-stop(100%,#4b974a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #75d66b 34%,#4b974a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #75d66b 34%,#4b974a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #75d66b 34%,#4b974a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #75d66b 34%,#4b974a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75d66b', endColorstr='#4b974a',GradientType=0 ); /* IE6-9 */
}

.dgd-green{
	background: #8bda48;
	background: -moz-linear-gradient(top, #8bda48 0%, #63b130 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bda48), color-stop(100%,#63b130));
	background: -webkit-linear-gradient(top, #8bda48 0%,#63b130 100%);
	background: -o-linear-gradient(top, #8bda48 0%,#63b130 100%);
	background: -ms-linear-gradient(top, #8bda48 0%,#63b130 100%);
	background: linear-gradient(to bottom, #8bda48 0%,#63b130 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bda48', endColorstr='#63b130',GradientType=0 );
}

.dgd-ligth-green{
	background: #c4ff93; /* Old browsers */
	background: -moz-linear-gradient(top,  #c4ff93 34%, #9df754 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#c4ff93), color-stop(100%,#9df754)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c4ff93 34%,#9df754 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c4ff93 34%,#9df754 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c4ff93 34%,#9df754 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c4ff93 34%,#9df754 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4ff93', endColorstr='#9df754',GradientType=0 ); /* IE6-9 */
}

.dgd-dark-blue{
	color: white;
	background: #376a91; /* Old browsers */
	background: -moz-linear-gradient(top,  #376a91 35%, #203a56 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#376a91), color-stop(100%,#203a56)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #376a91 35%,#203a56 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #376a91 35%,#203a56 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #376a91 35%,#203a56 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #376a91 35%,#203a56 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#376a91', endColorstr='#203a56',GradientType=0 ); /* IE6-9 */
}

.dgd-blue{
	color: white;
	background: #0065bf;
	background: -moz-linear-gradient(top, #0065bf 0%, #084783 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0065bf), color-stop(98%,#084783));
	background: -webkit-linear-gradient(top, #0065bf 0%,#084783 98%);
	background: -o-linear-gradient(top, #0065bf 0%,#084783 98%);
	background: -ms-linear-gradient(top, #0065bf 0%,#084783 98%);
	background: linear-gradient(to bottom, #0065bf 0%,#084783 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065bf', endColorstr='#084783',GradientType=0 );
}

.dgd-medium-blue{background: #b1c8e8; /* Old browsers */
background: -moz-linear-gradient(top,  #b1c8e8 0%, #97b5c4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1c8e8), color-stop(100%,#97b5c4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b1c8e8 0%,#97b5c4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b1c8e8 0%,#97b5c4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b1c8e8 0%,#97b5c4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b1c8e8 0%,#97b5c4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1c8e8', endColorstr='#97b5c4',GradientType=0 ); /* IE6-9 */
}

.dgd-ligth-blue{
	background: #8beaf4; /* Old browsers */
	background: -moz-linear-gradient(top,  #8beaf4 34%, #7dbbdd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#8beaf4), color-stop(100%,#7dbbdd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8beaf4 34%,#7dbbdd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8beaf4 34%,#7dbbdd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8beaf4 34%,#7dbbdd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8beaf4 34%,#7dbbdd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8beaf4', endColorstr='#7dbbdd',GradientType=0 ); /* IE6-9 */
}

.dgd-dark-purple{
	color: white;
	background: #9a4bb7; /* Old browsers */
	background: -moz-linear-gradient(top,  #9a4bb7 34%, #6b327b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#9a4bb7), color-stop(100%,#6b327b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9a4bb7 34%,#6b327b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9a4bb7 34%,#6b327b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9a4bb7 34%,#6b327b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9a4bb7 34%,#6b327b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a4bb7', endColorstr='#6b327b',GradientType=0 ); /* IE6-9 */
}

.dgd-purple{
	color: white;
	background: #c15bb2; /* Old browsers */
	background: -moz-linear-gradient(top,  #c15bb2 34%, #8e4285 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#c15bb2), color-stop(100%,#8e4285)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c15bb2 34%,#8e4285 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c15bb2 34%,#8e4285 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c15bb2 34%,#8e4285 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c15bb2 34%,#8e4285 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c15bb2', endColorstr='#8e4285',GradientType=0 ); /* IE6-9 */
}

.dgd-pink{
	background: #ffd3ec; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd3ec 34%, #e4adc8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#ffd3ec), color-stop(100%,#e4adc8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd3ec 34%,#e4adc8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd3ec 34%,#e4adc8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd3ec 34%,#e4adc8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd3ec 34%,#e4adc8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd3ec', endColorstr='#e4adc8',GradientType=0 ); /* IE6-9 */
}

.dgd-light-orange{background: #fee49c; /* Old browsers */
background: -moz-linear-gradient(top,  #fee49c 0%, #f7d16a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee49c), color-stop(100%,#f7d16a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fee49c 0%,#f7d16a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fee49c 0%,#f7d16a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fee49c 0%,#f7d16a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fee49c 0%,#f7d16a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee49c', endColorstr='#f7d16a',GradientType=0 ); /* IE6-9 */
}

.dgd-btn {	
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


/* GRIDS */

[class*="tamanho"]{
	display:inline-block;
	margin: 0 0 10px 0px;
}

[class*="tamanho"] > *{
	margin-right: 10px !important;
}

/*[class*="tamanho"]:last-child > *{
	margin-right: 0px !important;
}*/

[class*="tamanho"] img{width:100%;}

.tamanho1{width:9.9%;}

.tamanho2{width:19.9%;}

.tamanho3{width:29.9%;}

.tamanho4{width:39.9%;}

.tamanho5{width:49.9%;}

.tamanho6{width:59.9%;}

.tamanho7{width:69.9%;}

.tamanho8{width:79.9%;}

.tamanho9{width:89.9%;}

.tamanho10{width:99.9%;}

.grid-row {
word-spacing: -4px;
position: relative;
display: inline-block;
width: 100%;
}

.grid-row>*{word-spacing:normal;}


/*Posicionamento*/

.image-right{
	display: inline-block;
	float: right;
	margin: 5px 0 5px 10px;
}

.image-left{
	display: inline-block;
	float: left;
	margin: 5px 10px 5px 0;
}

.image-center{
	display: block;
	margin: 5px auto;
}

.zerar{margin:0 !important;}

/** responsividade \o/ **/
@media only all and (max-width:699px){
	
	h4,h3, li{
		font-size:12px;
	}

	.page {
		width: 100%;
		overflow-x: hidden;
	}
	
	.page p{
		font-size: 12px;
	}
	
	.conteudo h2{
		font-size: 13px;
		line-height: 24px;
	}

	.header > .top {
		font-size: 12px;
		white-space: nowrap;
	}

	.bloco-centro .bloco-1{
		width: auto;
		margin: 0;
	}
	
	

	.bloco-centro .bloco-2{
		width: 20%;
		margin: 20px auto;
		display: block;
	}

	.breadcrumbs h1, .breadcrumbs .arrow{
		display: none;
	}

	.breadcrumbs > h2 {
		font-size: 10px;
		font-weight: 700;
		white-space: nowrap;
		display: block;
		text-align: center;
		float: none;
	}

	.header > ul.navbar {
		min-width: 240px;
		height: 34px;
	}

	.header > ul.navbar > li {
		width: 20px;
		height: 20px;
	}

	#navigator a.atual {
		width: 20px;
		height: 20px;
		font-size: 11px;
		line-height: 20px;
	}

	#navigator a.total {
		font-size: 10px;
		width: 15px;
		height: 15px;
		line-height: 15px;
	}

	#navigator a.voltar, #navigator a.avancar {
		margin-top: 4px;
	}

	.conteudo{



height: 100%;
min-height: 545px;

		padding: 5px 7px 40px 8px;
	}

	.medidor-mid{
		margin: 60px auto 10px auto;
		display: block;
	}

	.medidor-mid:first-child{
		margin: 10px auto;
	}

	.grafico-full{
		width: 100%;
	}

	.tamanho-responsivo0{display:none;}

	.tamanho-responsivo1{width:9.9%;}

	.tamanho-responsivo2{width:19.9%;}

	.tamanho-responsivo3{width:29.9%;}

	.tamanho-responsivo4{width:39.9%;}

	.tamanho-responsivo5{width:49.9%;}

	.tamanho-responsivo6{width:59.9%;}

	.tamanho-responsivo7{width:69.9%;}

	.tamanho-responsivo8{width:79.9%;}

	.tamanho-responsivo9{width:89.9%;}

	.tamanho-responsivo10{width:99.9%;}
	
	.iconeTE img {
		width: 40px;
	}
	
	.iconeTE {
		position: absolute;
		top: -14px;
		left: -13px;
	}
	
	[class*="icon-"] {
		font-size: 12px;	
	}
	
	.header > .top {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	
	.conteudo {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.btn{
		font-size: 12px;
	}
	
	.ui-helper-reset {
		font-size: 85% !important;
	}
	
	.header p {
		padding: 5px 30px 5px 5px !important;
	}
	
	.modal .header .btn-close {
		width: 15px;
		height: 15px;
		line-height: 15px;
		font-size: 10px;
	}
	
	.vertical_tabs > ul.tabs_menu
	{
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		width: 20%;
	}
	
	.ui-tabs-vertical .ui-tabs-nav{
		float: none;
		width: 100%;
		padding: 0 !important;
		text-align: center;
	}
	
	.vertical_tabs > ul.tabs_cont{
		list-style: none;
		margin: 0;
		padding: 0;
		float: right;
		width: 80%;
		clear: none;
	}
	.vertical_tabs > ul.tabs_menu > li{

		width: auto;
		display: inline-block;
		height: 25px;
		line-height: 25px;
		margin: 10px 0 5px 10px;
		padding: 5px 10px;
		cursor: pointer;
	}
	
	.ui-tabs-vertical .ui-tabs-nav > li{
		width: auto;
		display: inline-block;
		float: none;
	}
	
	.ui-tabs .ui-tabs-nav li {
		float: none !important;
	}
	
	.ui-tabs-vertical .ui-tabs-nav > li > a{
		width: auto;
	}
	.ui-tabs-vertical .ui-tabs-panel{
		float: none;
		padding: 3% !important;
		width: auto;
		
	}
	
	.ui-tabs-vertical .ui-tabs-panel{
		border-style: solid;
	border-width: 1px !important;
	border-color: #DBDBDB;
	border-top-color: #969696;
	}
	
	.image-right-tablet{
	display: inline-block;
	float: right;
	margin: 5px 0 5px 10px;
	}
	
	.image-left-tablet{
		display: inline-block;
		float: left;
		margin: 5px 10px 5px 0;
	}
	
	.image-center-tablet{
		display: block;
		margin: 5px auto;
	}
}

@media only all and (max-width:480px){
	.tamanho-phone-0{display:none;}

	.tamanho-phone-1{width:9.9%;}

	.tamanho-phone-2{width:19.9%;}

	.tamanho-phone-3{width:29.9%;}

	.tamanho-phone-4{width:39.9%;}

	.tamanho-phone-5{width:49.9%;}

	.tamanho-phone-6{width:59.9%;}

	.tamanho-phone-7{width:69.9%;}

	.tamanho-phone-8{width:79.9%;}

	.tamanho-phone-9{width:89.9%;}

	.tamanho-phone-10{width:99.9%;}
	
	.overflow-hidden-phone{
		overflow:hidden;
	}

	.image-right-phone{
	display: inline-block;
	float: right;
	margin: 5px 0 5px 10px;
	}
	
	.image-left-phone{
		display: inline-block;
		float: left;
		margin: 5px 10px 5px 0;
	}
	
	.image-center-phone{
		display: block;
		margin: 5px auto;
	}

}