html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}
#barra {
    background-image: url(imagens/barra.png);
    background-repeat: repeat-x;
    overflow:hidden;
    padding: 0px;
    margin: 0px
}
#menu {
    /*border-bottom: 1px solid #D6D6D6; */
    border-right: 0px;
    border-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    bottom: auto;
    width: 100%;
}
#menu li{
    /*border-right: 1px solid #BEC7AF;
    border-left: 1px solid #FFF;*/
    padding: 2px;
    list-style-type: none;
    cursor: pointer;
    float: left;
    vertical-align: middle;
}
#menu li a{
    padding: 7px;
    padding-left: 29px;
    padding-right: 29px;
    font-family: Arial, Helvetica, sans-serif, Calibri;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    cursor: help;
    text-decoration: none;
}
#menu li a:last-child {border-right: none}
#menu li a:link {color: #0099CC;}
#menu li a:visited {color: #0099CC;}
#menu li a:hover {color: #3399FF;}
#menu li a:active {background: #ccc; color: #006699;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}

ul li {
    position: relative;
    }

li ul {
    position: absolute;
    left: 250px;
    top: 10px;
    text-decoration: none;
    display: none;
    }
ul li a {
    display: block;
    text-decoration: none;
    color: #777;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    border-bottom: 0;
    }
li:hover ul, li.over ul {
	display: block; }

#conteudo {
 position: relative;
 height: 100%;
 width: 100%;
 clear:both;
 display: block;
 background-color: #E6E6E6;
 overflow: hidden;
}

#cont_1 {
position: static;
margin: 3px;
margin-left: 10px;
/*margin-top: 0px;*/
padding: 1px;
/*background-color: #66CCCC;
border: solid;
border-color: #0099CC;
border-width: 1px;*/
}

#cont_esq {
width:400px;
margin: 3px;
/*margin-top: 0px;*/
padding: 10px;
float: left;
}

#cont_dir {
width:600px;
margin-left: 403px;
/*margin-top: 0px;*/
padding: 10px;
float: right;
background-color: #777777;
}

#cont_proj{
position: static;
width: 100%;
clear:both;
margin:0px;
display: inline;
}

#cont_3{
position: absolut;
margin: 15px;
padding: 2px;
border-color: #A7A7A7;
border-style: solid;
border-width: 1pt;
text-align: center
}

.titulo{
font-family: Arial;
font-style: normal;
color: #003399;
font-weight: bold;
font-size: 14px;
padding-top:4px;
padding-bottom:4px;

}
.subtitulo{
font-family: Arial;
font-size:13px;
color:#000;
font-weight: bold;
}

.texto{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #696969;
font-size: 12px;
text-align: justify;
padding-left: 8px;
padding-right: 8px;
line-height: 1,7;
}

.texto_menu{
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #003399;
font-size: 13px;
text-align: justify
}

.texto_end{
font-family: Arial;
font-size:12px;
color: #006699;
text-align: center;
font-weight: bold;

}

.background{
background-color: transparent;
overflow: hidden;
}

.background2{
background-color: #EDEDED;
}

input{
  color: #006699;
  background-image: url(imagens/barra2.png);
  background-repeat: repeat-x;
  font-weight: bold;
  cursor: pointer;
  border-width: 0.1em;
  border-style: solid;
  border-color: #E5E5E5
}
iframe{
  border:1;
  border-color: #D7D7D7;
}

.table{
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  text-align: left;
  border: thin;
  border-color: #A3A3A3;
  border-collapse: collapse;
  padding: 2px;
  table-layout: auto;
  scrollbar-3dlight-color: #6B6B6B
}

.table2{
  border-bottom: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  border-left: 1px solid #BABABA;
  border-top: 1px solid #BABABA;
  border-spacing: 5 px
}

.popup{
  overflow: hidden;
  width: 400;
  height: 300;
  windows: 1;
}
.alarmes_falhas{
  font-family: Arial;
  font-size: -3;
}
.links{
    float:right;
    font-family: Arial;
    font-weight: bold;
    color: #FF6600;
    text-decoration: none
}
.links2{
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
  list-style-image: none;
  list-style-type: none
}
div.irdesce img {
	position:fixed;
	bottom:21px;
	right:0px;
    clip: auto
	}
div.irtopo img {
	position:fixed;
	bottom:0px;
	right:0px;
    clip: auto
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
