/* RESET */
*{
	border:none;
	margin:0;
	padding:0;
	list-style:none;
	outline:none;
	text-decoration:none;
}
a
{
	cursor:pointer;
	color:#333;
}
@font-face {
    font-family: 'museo_sans500';
    src: url('fontes/museosans_500-webfont.eot');
    src: url('fontes/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/museosans_500-webfont.woff') format('woff'),
         url('fontes/museosans_500-webfont.ttf') format('truetype'),
         url('fontes/museosans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CORES */
a:hover,
.menuTopo li a.corTema,
.menuTopo li a:hover,
.todosDepartamentos ul li a:hover
{
	color: #ec1928;
}
.corTemaLogin
{
	color:#434343;
}
.corTema2
{
	color:#F07F00;
}
/* TEXTOS */
.subTituloSessao
{
	font-size:16px;
	text-transform:uppercase;
	color:#F07F00;
	padding:5px 10px 8px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
}	
.alerta
{
	float: left;
	width: 100%;
	padding: 15px 0px;
	margin: 15px 15px 15px 0px;
	border:1px solid #e5e5e5;
	background:#f2f2f2;
	text-align:center;
	color:#F60;
	font-weight:bold;
	text-transform:uppercase;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.voltarAlerta
{
	float: left;
	width: 100%;
	margin: 10px 0px;
}
.voltarAlerta a
{
	float: right;
	background: url(images/setaVoltar.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
    color: #333333;
    font-weight: bold;
    font-size: 11px;
    height: 11px;
    padding-left: 10px;
}
.voltarAlerta a:hover
{
	background-position: 0px -10px;
    color: #F07F00;
}
/* INPUTS */
#rodape #frmBuscaBottom .list1 #buscaBottom
{
	width:765px;
	float: left;
	padding: 14px 6px;
	color: #999999;
	font-size: 14px;
}
#rodape #frmBuscaBottom .list2 {
	float: left;
	width: 169px;
	height: 45px;
	position: absolute;
	right:50px;
	background: url(images/departamento1.png) no-repeat;
}

#rodape #busca .list2 select{
	color:#fff;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	border: none;
	background: transparent;
	text-transform: uppercase;
	width:150px;
	background: url("images/departamento1.png") 0 center;	
	-webkit-appearance: none;	
}
#rodape #busca .list2 select option{
	color:#000;
	text-transform: none;
	font-size: 13px;
}

#rodape #frmBuscaBottom .list3 {
	float: left;
	position: absolute;
	right:0px;
}

input, textarea, select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	line-height:13px}
	
input[type=text],
input[type=password]{
	padding:5px;
	border:1px solid #ccc;
}
	
textarea{
	padding:5px;
	border:1px solid #ccc;
	width:97%;
	min-height:100px}
	
	
input[type=text]:focus,
input[type=password]:focus,
.formularios.formularioBuscaCep input:focus{
	border-color:#690;
	background:#f2f2f2;
	-webkit-box-shadow: inset 2px 2px 1px 1px #ccc;
	-moz-box-shadow: inset 2px 2px 1px 1px #ccc;
	box-shadow: inset 2px 2px 1px 1px #ccc;}
	
.formularios.formularioBuscaCep select,
select{
	background:#fff;
	padding:5px;
	border:1px solid #ccc;
}
	
/* FORMULÃRIOS */
.formularios{
	padding:15px 0}
	
.formularios .linha{
	padding:5px 0}
	
.formularios label{
	width:100px;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	text-align:right;
	text-align:right}
	
.formularios .coluna{
	display:inline-block;
	vertical-align:top;
	width:48%;
	width:47%\9;
	padding:0 5px;}
	
.formularios .caixaTextarea{
	display:inline-block;
	width:300px}
	
.formularios .tituloColuna{
	margin:0 15px 15px 0;
	border-bottom:1px solid #e5e5e5;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 5px 10px}


.formularios.formularioBuscaCep input{
	padding:5px;
	border:1px solid #ccc;
}
	
.formularios.formularioBuscaCep .botoesCep{
	padding-left:115px;}

.formularios.formularioBuscaCep .botoesCep input{
	cursor:pointer;
	background:#faa634;
	padding:8px;
	color:#fff
	}
	
.formularios.formularioBuscaCep .botoesCep input:hover{
	background:#ec851f;
}


/* FLOATERS */

.floater
{
	left:50%;
	top:50%;
	
	position:fixed;
	z-index:99990;
	padding:15px;
	background: #FFF;
	border:1px solid #ccc;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: 0 0 15px -9px #000000;
	-webkit-box-shadow: 0 0 15px -9px #000000;
	box-shadow: 0 0 15px -9px #000000;
}
	
.tituloFloater{
	padding:0 0 15px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	color:#F07F00;
	text-transform:uppercase;
	font-size:24px}
	
.floater .close{
	background:url(images/layout/iconSprites.png) -12px -369px no-repeat;
	width:28px;
	height:29px;
	z-index: 99999;
	cursor:pointer;
	position:absolute;
	right:-10px;
	top:-10px;}
	
.floater .close:hover{background:url(images/layout/iconSprites.png) -43px -369px no-repeat;}
.floater .close:active{background:url(images/layout/iconSprites.png) -73px -369px no-repeat;}


/* CAIXAS */
.box{
	padding:10px;
	margin:5px;
	background:#f2f2f2;
	border:1px solid #ccc;
	line-height: 13px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;}
	
.box.branco{
	background-color: #FFF !important;
	position: relative;
	border-color:#f2f2f2;
	margin-left: 43px;}
.pagInterna
{
	background-color: #FFF;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.multiselect {
    width:542px;
    height:15em;
    border:solid 1px #c0c0c0;
    overflow:auto;
    background: #FFF;
    padding-left: 10px;
}
 
.multiselect label {
    display:block;
    color: #000;
    float: left;
    padding-top: 14px;
    padding-left: 5px;
    width: 137px;
}
.multiselect input {
    width: 13px !important;
}

.multiselect ul li {
   float: left;
   width: 175px;
   height: 32px;
   font-size: 9px;
}

.formCinza .btnLimpar
{
    display: block;
    border:none;
    cursor:pointer; 
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 15px !important;
    padding: 6px;
    width: auto !important;
    float: left;
    

    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

    background: #EE7F01; /* Old browsers */
	background: -moz-linear-gradient(top, #F79A26 0%, #EE7F01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F79A26), color-stop(100%,#EE7F01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F79A26 0%,#EE7F01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F79A26 0%,#EE7F01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F79A26 0%,#EE7F01 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F79A26 0%,#EE7F01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F79A26', endColorstr='#EE7F01',GradientType=0 ); /* IE6-9 */
    color: #FFF;
}
.formCinza .btnLimpar:hover
{
    background: #FA8B11; /* Old browsers */
	background: -moz-linear-gradient(top, #FFAC38 0%, #FA8B11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFAC38), color-stop(100%,#FA8B11)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFAC38 0%,#FA8B11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFAC38 0%,#FA8B11 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFAC38 0%,#FA8B11 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFAC38 0%,#FA8B11 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAC38', endColorstr='#FA8B11',GradientType=0 ); /* IE6-9 */
}

#mapa {
    float: left;
    height: 500px;
    margin: 2px 0 10px;
    width: 482px;
}

.ui-menu{
position: relative;
top: -396px;
left: 136.5px;
font-size: 21px;
z-index: 9999;
/* display: none; */
width: 421px !important;
background: white;
}
.ui-menu-item{
cursor: pointer;
}

.ui-menu-item:hover{
font-weight: bold;
}eight: bold;

.ui-menu-item {
box-sizing: border-box;
color: #999;
cursor: pointer;
display: inline-block;
font-size: 13px;
line-height: 36px;
padding-left: 10px;
width: 100%;
}
 
