@charset "utf-8";
/*
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: local('Exo Regular'), local('Exo-Regular'), url(../fonts/1.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/2.woff) format('woff');
}

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: local('Oxygen Light'), local('Oxygen-Light'), url(../fonts/3.woff) format('woff');
}
*/
html {
background:url('../images/back.jpg');
}

*
{
	margin: 0;
	padding: 0;
}

body
{
  font-family:'Open Sans', sans-serif;
  font-size:                                    Small;
  line-height:                                  1.5em;
}

img
{
	border: none;
}

ul
{
	list-style: none;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

button
{
	cursor: pointer;
}


/*   css do conteine */
.conteine
{
 width: 935px;
 margin-left: auto;
 margin-right:auto;
 border: 1px solid #f2f2f2;
 background-color: #FFF;
 margin-top:0px;
 box-shadow: 0 0 10px #888;
 -webkit-box-shadow: 0 0 10px #888;
 -moz-box-shadow: 0 0 10px #888;
}

#geral {
width: 100%;
height: 100%;
clear: both;
z-index: 3;
margin:0;
}

/*   css do logo */

#header {
	height:75px;
	width:935px;
	background-image: url('../img/png/fundo_topo.png');
	background-repeat:no-repeat;
}


/*   areacliente areaclientelogin.png */

.areacliente
{
	padding:0px 16px 3px 16px;
	float:right;
	border: 0;
	width: 220px;
	margin: 0 -2px 0px 0px;
   border-radius: 0px 0px 0px 7px;
  -moz-border-radius: 0px 0px 0px 7px;
  -webkit-border-radius: 0px 0px 0px 7px;
   *margin: -75px 0px 0px 0px;
   _margin: -75px 0px 0px 0px;
}

.areacliente h1
{
font-size: 12px;
color:red;
padding: 4px 0px 3px 0px;
text-align:center;
}


.areacliente  ul
{
 margin: 0px;
 padding: 1px;
 border-radius: 2px;
}

.areacliente  ul li
{
 margin: 0px 0px;
 padding: 2px 0px;
 clear:left;
}

.areacliente  ul li b
{
font-size: 11px;
padding:0px 3px 0px 0px;
width: 50px;
display: block;
float:left;
text-align:right;
}

.areacliente  ul li input.campo
{
	border: 1px solid #DDD;
    font-size: 12px;
	border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

.botao
{
	border: 1px solid #333;
	padding: 0px 16px;
	*padding: -3px 3px 0px 3px;
	_padding: -3px 3px 0px 3px;
	*line-height:10px;
	_line-height:10px;
	background-color:  #333;
	color: #EEE;
	border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
cursor:pointer;
*height: 17px;
_height: 17px;
*width: 73px;
_width: 73px;
}





/*   css do menu */

.menu ul,
.menu li,
.menu span,
.menu a {
  margin: 0;
  padding: 0;
  position: relative;
}
.menu {
  height: 32px;
  margin: 7px 0px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #494949;
  background: -moz-linear-gradient(top, #494949 0%, #494949 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(100%, #949494));
  background: -webkit-linear-gradient(top, #494949 0%, #949494 100%);
  background: -o-linear-gradient(top, #494949 0%, #949494 100%);
  background: -ms-linear-gradient(top, #494949 0%, #949494 100%);
  background: linear-gradient(to bottom, #494949 0%, #949494 100%);
  border-bottom: 2px solid #e00f16;
  clear:left;
}
.menu:after,
.menu ul:after {
  content: '';
  display: block;
  clear: both;
}
.menu a {
  border: 1px solid #222222;
  border-width: 0 0 0 1px;
  background: #494949;
  background: -moz-linear-gradient(top, #494949 0%, #949494 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(100%, #949494));
  background: -webkit-linear-gradient(top, #494949 0%, #949494 100%);
  background: -o-linear-gradient(top, #494949 0%, #949494 100%);
  background: -ms-linear-gradient(top, #494949 0%, #949494 100%);
  background: linear-gradient(to bottom, #494949 0%, #949494 100%);
  color: #ffffff;
  display: inline-block;
  font-family:Exo, sans-serif;
  font-size: 15px;
  line-height: 32px;
  padding: 0 55.5px;
  text-decoration: none;
}
.menu ul {
  list-style: none;
}
.menu > ul {
  float: left;
}
.menu > ul > li {
  float: left;
}
.menu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e00f16;
  margin-left: -10px;
}
.menu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
.menu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
.menu > ul > li.active > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
.menu > ul > li:hover > a {
  background: #494949;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  background: -moz-linear-gradient(top, #26262c 0%, #494949 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #494949));
  background: -webkit-linear-gradient(top, #26262c 0%, #494949 100%);
  background: -o-linear-gradient(top, #26262c 0%, #494949 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #494949 100%);
  background: linear-gradient(to bottom, #26262c 0%, #494949 100%);
  box-shadow: inset 0 0 3px #494949;
  -moz-box-shadow: inset 0 0 3px #494949;
  -webkit-box-shadow: inset 0 0 3px #494949;
}
.menu .has-sub {
  z-index: 1;
}
.menu .has-sub:hover > ul {
  display: block;
}
.menu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
.menu .has-sub ul li {
  *margin-bottom: -1px;
}
.menu .has-sub ul li a {
  background: #e00f16;
  border-bottom: 1px dotted #494949;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
.menu .has-sub ul li:hover a {
  background: #b00c11;
}
.menu .has-sub .has-sub:hover > ul {
  display: block;
}
.menu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.menu .has-sub .has-sub ul li a {
  background: #b00c11;
  border-bottom: 1px dotted #d06d70;
}
.menu .has-sub .has-sub ul li a:hover {
  background: #80090d;
}























/*   css do menu */

.menu ul,
.menu li,
.menu span,
.menu a {
  margin: 0;
  padding: 0;
  position: relative;
}
.menu {
  height: 32px;
  margin: 7px 0px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #494949;
  background: -moz-linear-gradient(top, #494949 0%, #494949 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(100%, #949494));
  background: -webkit-linear-gradient(top, #494949 0%, #949494 100%);
  background: -o-linear-gradient(top, #494949 0%, #949494 100%);
  background: -ms-linear-gradient(top, #494949 0%, #949494 100%);
  background: linear-gradient(to bottom, #494949 0%, #949494 100%);
  border-bottom: 2px solid #e00f16;
  clear:left;
}
.menu:after,
.menu ul:after {
  content: '';
  display: block;
  clear: both;
}
.menu a {
  border: 1px solid #222222;
  border-width: 0 0 0 1px;
  background: #494949;
  background: -moz-linear-gradient(top, #494949 0%, #949494 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(100%, #949494));
  background: -webkit-linear-gradient(top, #494949 0%, #949494 100%);
  background: -o-linear-gradient(top, #494949 0%, #949494 100%);
  background: -ms-linear-gradient(top, #494949 0%, #949494 100%);
  background: linear-gradient(to bottom, #494949 0%, #949494 100%);
  color: #ffffff;
  display: inline-block;
  font-family:Exo, sans-serif;
  font-size: 15px;
  line-height: 32px;
  padding: 0 37.5px!important;
  text-decoration: none;
}
.menu ul {
  list-style: none;
}
.menu > ul {
  float: left;
}
.menu > ul > li {
  float: left;
}
.menu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e00f16;
  margin-left: -10px;
}
.menu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
.menu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
.menu > ul > li.active > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
.menu > ul > li:hover > a {
  background: #494949;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  background: -moz-linear-gradient(top, #26262c 0%, #494949 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #494949));
  background: -webkit-linear-gradient(top, #26262c 0%, #494949 100%);
  background: -o-linear-gradient(top, #26262c 0%, #494949 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #494949 100%);
  background: linear-gradient(to bottom, #26262c 0%, #494949 100%);
  box-shadow: inset 0 0 3px #494949;
  -moz-box-shadow: inset 0 0 3px #494949;
  -webkit-box-shadow: inset 0 0 3px #494949;
}
.menu .has-sub {
  z-index: 1;
}
.menu .has-sub:hover > ul {
  display: block;
}
.menu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
.menu .has-sub ul li {
  *margin-bottom: -1px;
}
.menu .has-sub ul li a {
  background: #e00f16;
  border-bottom: 1px dotted #494949;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
.menu .has-sub ul li:hover a {
  background: #b00c11;
}
.menu .has-sub .has-sub:hover > ul {
  display: block;
}
.menu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.menu .has-sub .has-sub ul li a {
  background: #b00c11;
  border-bottom: 1px dotted #d06d70;
}
.menu .has-sub .has-sub ul li a:hover {
  background: #80090d;
}



































/*   css de saldação */
.saldacao
{
padding: 0px 7px ;
margin:  1px 0px;
font-size:12px;
border: 0px solid #000;
}


/*   css do rodape */
.rodape
{
padding: 3px;
margin:  16px 0px 0px 0px;
text-align:center;
font-size:11px;
color:#FFF;
border:  1px solid #f2f2f2;
background-color: #494949;
font-weight: bold;
clear:both;
position:relative;
height: 55px;
}






.campartilha
{
margin-top: 3px;

}

.campartilha_contato
{
margin: -3px;
width:170px;
float:right;
margin-right:50px;
}

.campartilha_contato h2
{
text-align: right;
color: #EEE;
font-size: 11px;
}


.campartilha_contato h3
{
text-align: right;
color: #EEE;
font-size: 13px;
}



.campartilha_social
{
margin: 2px;
width:170px;
float:left;
}

.campartilha_social h2
{
text-align: center;
color: #EEE;
font-size: 11px;
color:#FFF;
}


.rodape_texto
{
margin-top: 7px;
}



/* caixas de alertas das mensagens */
#alerta{
position:                fixed;
background-color:        #e00f16;
color:                   #FFFFFF;
font-size:               12px;
padding:                 7px;
width:                   300px;
top:                     30%;
left:                    40%;
text-align:              center;
z-index:                 99;
border:                  1px solid #e00f16;
font-weight: bold;
border-radius:           4px;
-moz-border-radius:      4px;
-webkit-border-radius:   4px;
}

#alertatempo{
position:                fixed;
background-color:        #e00f16;
color:                   #FFFFFF;
padding:                 7px;
font-size:               12px;
width:                   300px;
top:                     30%;
left:                    40%;
text-align:              center;
z-index:                 99;
border:                  1px solid #e00f16;
font-weight: bold;
border-radius:           4px;
-moz-border-radius:      4px;
-webkit-border-radius:   4px;
}

/* menu sanfona */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  /* width: 231px; */
}
#cssmenu > ul > li > a {
  padding-right: 40px;
  font-size: 23px;
  font-weight: bold;
  display: block;
  background: #3f3f3f;
  color: #ffffff;
  border-bottom: 1px solid #0c0c0c;
  text-transform: uppercase;
}
#cssmenu > ul > li > a > span {
  background: #494949;
  padding: 10px;
  display: block;
  font-size: 13px;
  font-weight: 300;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  color: #fff;
}
#cssmenu > ul > li.active > a span {
  background: #3f3f3f;
}
#cssmenu span.cnt {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
  margin: 0;
  background: none;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border: 1px solid #e0e0e0;
  border-top: 0;
}
#cssmenu ul ul a {
  padding: 10px;
  display: block;
  color: #494949;
  font-size: 13px;
}
#cssmenu ul ul a:hover {
  color: #e30514;
}
#cssmenu ul ul li.odd {
  background: #f4f4f4;
}
#cssmenu ul ul li.even {
  background: #fff;
}

.campo
{
border: 1px solid #CCC;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
