body,html{
    margin:0;
    padding:0;
    font-family: arial;
    font-size: 14px;
}
#container{
    
}
.header{
    width:100%;
    height:50px;
    background-color: black;
}
.headerint{
    margin:0 auto;
    padding-top: 15px;
    width:980px;
    color:#FFFFFF;
}
.tituloheader{
    float: left;
    width:400px;
}
.menuheader{
    float: right;
    /*width: 400px;*/
}
.conteudo{
    margin:0 auto;
    width:980px;
    min-height:500px;
    /*background-color: silver;*/
    margin-top: 20px;
}
.filtros{
    width:100%;
    height: 150px;
}
.bloco1titulo{
    float: left;
    width:320px;
    height: 25px;
}
.bloco2titulo{
    float: left;
    width:320px;
    height: 25px;
    margin-left: 5px;
}
.bloco3titulo{
    float: left;
    width:320px;
    height: 25px;
    margin-left: 5px;
}
.bloco1{
    float: left;
    width:320px;
    height: 50px;
}
.bloco2{
    float: left;
    width:320px;;
    height: 50px;
    margin-left: 5px;
}
.bloco3{
    float: left;
    width:320px;
    height: 50px;
    margin-left: 5px;
}

.row{
    margin-bottom:10px;
}

/*tr {
    height: 25px;
}
*/
h1 {
margin: 0;
padding:0;
}
h2 {
margin: 0;
padding:0;
}
h3 {
margin: 0;
padding:0;
}
h4 {
margin: 0;
padding:0;
}

a.menutopo:link{
    color:#FFFFFF;
}
a.menutopo:visited{
    color:#FFFFFF;
}
a.menutopo:hover{
    color:#428bca;
    text-decoration: none;
}
a.menutopo:active{
    color:#FFFFFF;
}
ul, ol {
margin-bottom: 0px;
list-style:none;
background-color:#ededed;
padding-left:10px;
}
ul li:hover{
background-color:#d9d9d9;
cursor:pointer;
}

.ui-helper-hidden-accessible{display:none;}
.ui-widget-content{max-width:350px;}
