/* by vitorgga */
a:link {
 color: #000000;
 text-decoration: none;
}
a:visited {
 color: #000000;
 text-decoration: none;
}
a:hover {
 color: #000000;
 text-decoration: none;
}

.compact {
 white-space:nowrap;
 text-overflow: ellipsis; /* for internet explorer */
 overflow:hidden;
}

hr {
 border: 1px solid #F5F5F5;
 height: 1px;
}

button {
 cursor: pointer; cursor: hand;
 margin: 0px 2px;
}
button img {
 vertical-align: middle;
}

html {
 overflow-y: scroll; 
}

body {
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
 height: 100%;
}

img
{
 border: 0px solid #CCCCCC;
 /* vertical-align: middle; */
}

.img_middle {
 vertical-align: middle; 
}

.img_baseline
{
 vertical-align: baseline;
}

.dedo {
 cursor: pointer;
 cursor: hand;
}

.png
{
 behavior: url("framework/iepngfix.htc");
 border: 0px;
}

body, table, input, textarea, select, button {
 font-family: "Trebuchet MS",Tahoma;
 font-size: 9pt;
 color: #000000;
}

h1, h2, h3, h4, h5, h6, form, p {
 margin: 0px;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

.base {

}

.base_conteudo {
 margin: 0 auto;
 width: 776px;
 text-align: left;
}

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

/*
* {
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}


*:after {
 content: "";
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

select:after {
 content: none;
}

* {
 _display: inline-block;
}
a, span {
 display: inline-block;
}

div {
 display: block;
}
*/