/*start css-reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1.2em;
	letter-spacing:-0.05em;
}
:focus {
	outline: 0;
}
html { overflow-y: scroll; }
body {
	color: #666666;
	background:#F1F1EB;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:14px;
	cursor:default;
	margin:0 auto;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
.body{
	display:none;
}
input, textarea{
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:14px;
	color:#5B1D0A;
}
.input-wrapper{
	position:relative;
	float:left;
	z-index:890;
}
.inputbox{
	border:1px solid #C7C5BA;
	margin:1px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	float:left;
	background-color:#FFFFFF;
}
.inputbox:focus{
	border:2px solid #346698;
	margin:0;
}
.inputlabel{
	margin:1px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:13px;
	padding:7px 7px 7px 0;
	display:block;
	color:#666666;
	font-weight:bold;
}
form input.required, form select.required, form textarea.required, form a.required,  form span.required{
	background:#FFFFB0 no-repeat 100% 3px;
}
.datepicker{
	float:left;
}
.errors{
	background:url(../imagens/error-small.png) no-repeat 5px 50% #EABFBC;
	line-height:22px;
	font-size:11px;
	color:#CC0000;
	display:block;
	float:left;
	clear:both;
	padding:0 10px 2px 30px;
	margin:0 0 4px 1px;
	-webkit-top-right-border-radius: 5px;
	-webkit-bottom-right-border-radius: 5px;
	-webkit-bottom-left-border-radius: 10px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 10px;
}

.disabled, .disabled:hover, .disabled:focus{
	border:none;
	margin:2px;
	background:none;
	font-weight:bold;
	padding-top:7px;
}

button, .fileinput-button, .fileinput-button-hover{
	color:#333333;
	cursor:pointer;
	outline:none;
	border:1px solid #999999;
	background:url(../imagens/gray-bt-bg.jpg) repeat-x left center;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:30px;
	padding:0 8px 2px;
	margin:1px 1px 20px 1px;
	font-weight:bold;
	position:relative;
}
button:hover{
	padding:0 7px 2px;
	border-width:2px;
}
button:focus{
	outline:none;
}
button:active{
	outline:none;
	opacity:0.8;
	filter: alpha(opacity = 80);
}
sup {
	vertical-align: super;
	font-size: 70%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align:top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1, h2, h3, h4, h5, label{
	font-family:Lucida Grande, Lucida Sans Unicode,  sans-serif;
	font-weight:bold;
}
h1{
	font-size:22px;
	line-height:1.6em;
}
h2{
	font-size:20px;
}
h3{
	font-size:18px;
	padding:4px 0;
	font-size:1.2em;
}
h4{
	font-size:16px;
}
h5{
	font-size:14px;
}
p{
	margin:15px 0;
	line-height:150%;
}
.inner{
	padding:10px 15px 20px 15px;
}
a, a:link, a:visited{
	color:#0961ab;
	text-decoration:underline;
	font-family:Lucida Grande, Lucida Sans Unicode,  sans-serif;
}
a:hover{
	color:#3F80BB;
	text-decoration:none;
}
label{
	display:block;
	text-align:left;
	padding:8px;
	font-size:14px;
	color:#5E6B6F;
}
.label-form{
	width:220px;
	/*white-space:nowrap;*/
}
.input-wrapper label{
	display:block;
	padding:8px 16px 8px 0;
	font-size:14px;
	color:#5E6B6F;
	float:left;
	font-weight:normal;
}

/*end css-reset*/
/*start box*/
.box{
	border:1px solid #DFDFD9;
	background:url(../imagens/secretarias/box-top2.jpg) repeat-x 0 0;
}
.box-round{
	background:url(../imagens/secretarias/box-top.png) repeat-x 0 0;
	border:1px solid #DFDFD9;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.box-round .inner{
	background:url(../imagens/secretarias/box-bottom.png) repeat-x 0 100%;
}
.box h3{
	background:url(../imagens/secretarias/title-line.gif) repeat-x 0 100%;
	color:#0961ab;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	margin-bottom:7px;
	cursor:default;
}
/*end box*/
/*start system container*/
#system-container-ouvidoria{
	margin-top:10px;
}
#system-container-ouvidoria .box-round .inner{
	padding-bottom:40px;
}
.no-menu{
	margin-top:72px;
}
.no-menu-panel{
	margin:10px 0;
}
.login-ouvidoria .texto .inner{
	padding:20px 100px 30px 10px;
}
#footer{
	float:left;
	width:100%;
	text-align:center;
	font-size:10px;
	padding:10px 0 20px;
	color:#999999;
	position:relative;
}
/*end system container*/
/*start dropdown*/
.selectBox-dropdown {
	/*width: 210px; /* width = (desired width) - padding-right */
	padding:3px 37px 2px 2px;
	height:21px;
	position: relative;
	border: solid 1px #BBB;
	line-height: 1.5;
	text-decoration: none;
	color: #666666;
	outline: none;
	vertical-align: middle;
	display: block;
	cursor: default;
	background-color:#FFFFFF;
}
.selectBox-dropdown:hover .selectBox-label{
	color:#333333;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #346698;
}
.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
	width: 100%;
	padding: 0.2em 0.6em 0.2em 0.3em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position:100% 0;
	color:#666666;
}
.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url(../imagens/selectBox-arrow.gif) 50% center no-repeat;
	border-left: solid 1px #BBB;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 130px;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}
/* Inline control */
.selectBox-inline {
/*	width: 250px;*/
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}
.selectBox-inline:focus {
	border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	margin: 0;
	text-decoration:none;
	color:#333333;
}
.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .7em 0 22px;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}
.selectBox-options LI.selectBox-hover A {
	background-color: #C8DEF4;
}
.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
	background-image: url(../imagens/selectBox-tick.gif);
}
.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}
.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}
/*end dropdown*/
/*start buttons*/
button.green{
	border:1px solid #78D873;
	background:url(../imagens/green-bt-bg.jpg) repeat-x left center;
}
button.confirm-icon{
	padding-right:28px;
	position:relative;
}
button.confirm-icon span{
	background:url(../imagens/confirm-bt-icon.png) no-repeat top left;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	top:0;
	right:18px;
}
button.green:hover{
	border-width:2px;
}
button.confirm-icon:hover span{
	right:17px;
}
/*end buttons*/
/*start action-buttons*/
.action-buttons{
	float:right;
}
.action-buttons a{
	float:left;
	width:48px;
	height:48px;
	font-family:Verdana;
	font-size:9px;
	color:#5E6B6F;
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:1.4em;
	padding:10px 7px 5px;
	margin:0 7px;
	border:1px solid #C7C5BA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#FAFAFA;
}
.action-buttons a.generic{
	line-height:1.15em;
	width:70px;
	padding-top:7px;
	padding-bottom:8px;
}
.action-buttons a:hover{
	border-color:#E6E6E6;
	background-color:#FFFFFF;
}
.cancel-small{
	display:block;
	padding:7px 5px;
	text-align:center;
	text-decoration:none;
}
.new-small{
	display:block;
	padding:5px;
	text-align:center;
	text-decoration:none;
}
a.close{
	background:url(../imagens/close-icon.png) no-repeat center center;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	text-decoration:none;
}
a.close:hover{
	opacity:0.8;
	filter: alpha(opacity = 80);
}
/*end action-buttons*/
/*start tooltip / hint*/
.tooltip{
	position:absolute;
/*	top:23px;
	left:95%;*/
	background:url(../imagens/hint-left.png) no-repeat left top;
	padding-left:11px;
	display:none;
	z-index:980;
}
.tooltip .inner{
	padding:10px;
	border:1px solid #333333;
	border-left:none;
	background-color:#E2F5F5;
	color:#333333;
	font-family:Verdana;
	font-size:10px;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
	width:240px;
}
.hint{
	color:#333333;
	font-family:Verdana;
	font-size:10px;
	line-height:12px;
	float:left;
	padding:2px 3px 2px 5px;
}
.tooltip a.close{
	background:url(../imagens/close-icon-small.png) no-repeat center center;
	width:10px;
	height:10px;
	top:5px;
	right:5px;
}
/*end tooltip / hint*/
/*start floaterbox*/
#floaterbox-wrapper, #modalbox-wrapper{
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: left;
	z-index:9999;
	display:none;/
}
#floaterbox, #modalbox{
	height: 100%;
	width: 100%;
	position: relative;
	background:url(../imagens/shadow-light-bg.png);
}
#floaterbox .box, #modalbox .box{
	position:absolute;
	left:50%;
	top:50%;
	visibility: visible;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
	border:1px solid #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#EDECE9;
}
#modalbox .box{
	background:url(../imagens/loadind-modal.gif) center center no-repeat #EDECE9;
}
#floaterbox .box h3, #modalbox .box h3{
	font-size:16px;
	padding:5px 10px 0;
	height:20px;
	overflow:hidden;
	background:none;
}
#floaterbox .box .inner, #modalbox .box .inner{
	padding:10px;
}
#floaterbox .box .inner iframe{
	width:100%;
	height:100%;
	border:1px solid #C7C5BA;
}
/*end floaterbox*/
/*start checkbox*/
.jquery-checkbox, .jquery-radio {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-checkbox{ display:block; margin-top:10px;}
.jquery-radio{ margin-right:5px;}
.jquery-checkbox .mark, .jquery-radio .mark {display: inline;}

.jquery-checkbox img, .jquery-radio img{vertical-align: middle; width: 16px; height: 16px;}
.jquery-checkbox img, .jquery-checkbox img{background: transparent url(../imagens/checkbox.png) no-repeat;}
.jquery-radio img{background: transparent url(../imagens/radio.png) no-repeat;}

.jquery-checkbox img, .jquery-radio img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img, .jquery-radio-hover img{
	background-position: -16px 0px;
}
.jquery-checkbox-checked img, .jquery-radio-checked img{
	background-position: 0px -16px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img, .jquery-radio-checked .jquery-radio-hover img {
	background-position: -16px -16px;
}
.jquery-checkbox-disabled img, .jquery-radio-disabled img{
	background-position: 0px -32px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img, .jquery-radio-checked .jquery-radio-disabled img{
	background-position: 0px -48px;
}
/*end checkbox*/
.divisao{
	color:#A5ABAC;
}
.divisor, .divisor div{
	border-top:1px solid #D5D3CA;
	width:98%;
	float:left;
	margin-top:18px;
	height:2px;
	line-height:1px;
	overflow:hidden;
}
.divisor div{
	border-top:1px solid #FFFFFF;
	padding-top:1px;
	width:100%;
	margin:0;
}
/*start input:file*/
.fileinput-wrapper{
	position:relative;
	display:inline-block;
	zoom:1;
	*display:inline;
	overflow:hidden;
	padding:0;
}
.fileinput-wrapper .fileinput-input{
	float:left;
	overflow:hidden;
	width:180px;
	white-space:nowrap;
	color:#666666;
	border-right:none;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.fileinput-wrapper .fileinput-button, .fileinput-wrapper .fileinput-button-hover{
	float:left;
	height:18px;
	padding:5px 3px 3px;
	overflow:hidden;
	white-space:nowrap;
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	margin-left:0;
	margin-bottom:0;
}
.fileinput-wrapper div.fileinput-button-hover{
	padding:3px 2px 5px;
	height:16px;
	border-width:2px;
}
.fileinput-wrapper .fileinput-button-text{
	padding:5px;
}
.fileinput-wrapper .fileinput-file{
	position:absolute;
	right:0;
	top:0;
	height:28px;
	width:245px !important;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
}
/*end input:file*/
.filter{
	position:relative;
}
.form-tabs{
	border:none;
	background:none;
	padding:10px 0;
}
.form-tabs .ui-tabs-nav{
	font-size:12px;
}
.form-tabs .tabs-nav{
	float:left;
}
.form-tabs .tabs-nav a, .form-tabs .tabs-nav button{
	margin:0 10px;
}
.form-tabs .tabs-nav .prev-tab, .form-tabs .tabs-nav .next-tab{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	float:left;
	padding:6px 2px;
}
.form-tabs .tabs-nav .prev-tab:hover, .form-tabs .tabs-nav .next-tab:hover{
	color:#5E6B6F;
}
.form-tabs .tabs-nav .prev-tab:hover span.arrow{
	background-position:-26px -40px;
}
.form-tabs .tabs-nav .next-tab:hover span.arrow{
	background-position:-46px -40px;
}
.form-tabs .tabs-nav .prev-tab span.arrow, .form-tabs .tabs-nav .next-tab span.arrow{
	width:20px;
	height:20px;
	background:url(../imagens/nav-arrows.png) no-repeat;
	display:block;
}
.form-tabs .tabs-nav .prev-tab span.arrow{
	background-position:-26px -20px;
	float:left;
	margin-right:5px;
}
.form-tabs .tabs-nav .next-tab span.arrow{
	background-position:-46px -20px;
	float:right;
	margin-left:5px;
}
.form-tabs .tabs-nav .prev-tab span{
	float:left;
}
.form-tabs .tabs-nav .next-tab span{
	float:right;
}
.ui-widget-header .ui-state-active{
	background:url(../imagens/tab-active.png) repeat-x;
}

/*start layout*/
#header .inner{
	padding:10px 20px;
}
#header .logo, #header .logo:link, #header .logo:visited, #header .logo:active{
	background:url(../imagens/logo-prefeitura-small.png) no-repeat left center;
	padding:5px 0 5px 45px;
	line-height:1.2em;
	float:left;
	text-decoration:none;
	color:#666666;
}
#header .logo:hover{
	color:#AA1B01;
}
#header .barra{
	background:#0961ab;
	/*background:url(../imagens/secretarias/barra.png) repeat-x 0 0 #0961ab;*/
	border-top:1px solid #0961ab;
	border-bottom:1px solid #0961ab;
	float:left;
	width:100%;
	min-height:40px;
}

#header .panel-div{
	float:left;
	margin:0 25px;
}
#header .system-open, #header .system-close{
	float:left;
	background:url(../imagens/icon-system.png) no-repeat left center;
	padding-left:55px;
	font-size:22px;
	color:#5E6B6F;
	text-decoration:none;
	height:40px;
}
#header .system-open span, #header .system-close span{
	background:url(../imagens/arrow-down.png) no-repeat right center;
	padding-right:30px;
	line-height:40px;
}
#header .username span, #header .logout{
	float:left;
}
#header .logout{
	background:url(../imagens/logout.png) no-repeat center center;
	width:40px;
	height:40px;
	text-decoration:none;
	display:block;
}
#header .logout:hover{
	background-image:url(../imagens/logout-hover.png);
}
#header .username .panel-div, #header .supportto .panel-div{
	margin:0 12px;
}
#header .username span{
	font-size:16px;
	display:block;
	line-height:40px;
}
#header .username{
	float:right;
}
.actions, .buttons{
	margin-bottom:15px;
}
.texto{
	padding-right:30px;
}
.simgeo-itens{
	margin-bottom:25px;
}
.simgeo-itens li{
	padding:8px 0 8px 34px;
}
.simgeo-identificar{
	background:url(../imagens/secretarias/simgeo-identificar.png) 3px 50% no-repeat;
}
.simgeo-medir{
	background:url(../imagens/secretarias/simgeo-medir.png) 3px 50% no-repeat;
}
.simgeo-imprimir{
	background:url(../imagens/secretarias/simgeo-imprimir.png) 3px 50% no-repeat;
}
.simgeo-localizar{
	background:url(../imagens/secretarias/simgeo-localizar.png) 3px 50% no-repeat;
}

.inner .botao{
	width:250px;
	height:90px;
	margin:10px;
	padding: 0px;
	background-image:url(../imagens/secretarias/botao.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	display:block;
}

.inner .botao.blue{
	background-color:#2B87E3;
}
.inner .botao.lightblue{
	background-color:#5FBAE7;
}
.inner .botao.red{
	background-color:#CF3625;
}
.inner .botao.lightred{
	background-color:#E07054;
}
.inner .botao.yellow{
	background-color:#FFCC33;
}
.inner .botao.lightyellow{
	background-color:#F8F236;
}
.inner .botao.green{
	background-color:#7EC63E;
}
.inner .botao.lightgreen{
	background-color:#A0E76D;
}
.inner .botao.cyan{
	background-color: cyan;
}
.inner .botao .inner{
	display:block;
	padding:15px;
	color:#FFFFFF;
	font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-weight:bold;
	font-size:30px;
	line-height:0.95em;
	text-align:center;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.inner .botao .inner.oneline{
	padding-top:30px;
}
.inner .botao.disabled .inner{
	color:#E9E9E0;
}

.inner .botao_2{
	width:250px;
	height:90px;
	margin:10px;
	padding:0;
	background-image:url(../imagens/secretarias/botao_2.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
}

.inner .botao_2.blue{
	background-color:#2B87E3;
}
.inner .botao_2.lightblue{
	background-color:#5FBAE7;
}
.inner .botao_2.red{
	background-color:#CF3625;
}
.inner .botao_2.lightred{
	background-color:#E07054;
}
.inner .botao_2.yellow{
	background-color:#FFCC33;
}
.inner .botao_2.lightyellow{
	background-color:#F8F236;
}
.inner .botao_2.green{
	background-color:#7EC63E;
}
.inner .botao_2.lightgreen{
	background-color:#A0E76D;
}
.inner .botao_2 .inner{
	display:block;
	padding:15px;
	color:#FFFFFF;
	font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-weight:bold;
	font-size:30px;
	line-height:0.95em;
	text-align:center;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.inner .botao_2 .inner.oneline{
	padding-top:30px;
}
.inner .botao_2.disabled .inner{
	color:#E9E9E0;
}