/* Adaptado por Walber Costa - walber@ufpa.br ; walberoc@gmail.com*/
html {
    background: none!important;
}
body {
    background: #fff!important;
}

#tudo {
    background: none!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif!important;
    font-weight: 600!important;
    margin: 0;
}
h2 + p {
    position: absolute!important;
    left: -99999px!important;
}

#wrapper {
    width: 78%;
    /*float: right!important;*/
    position: relative;
}
#main {
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;

}
#right {
    /* float: left; */
    float: right;
    width: 20%;
    margin: 10px 12px 10px 0px;
    padding: 0 0 5px 0;
    position: relative;
}

/* abas */
#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 a.dm_selected {
    background-color: #b3bfda!important;
	color: #fff!important;
}
#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 {
    background-color: #eaebed!important;
}
#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 a:link {
    color: #172938!important;
    border-top: 3px solid #3367ba;
}

#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 a:hover {
    background-color: #b3bfda!important;
    color: #fff!important;
}
#dm_container_1 {
    border: 1px solid #4e6cb4!important;
}