/* GENERAL STYLES */


/* EDITOR PROPERTIES */
font {
font-size: 11px;
color: #000000;
font-family: arial;
}

Título {
font-size: 11px;
color: #000000;
font-family: arial;
font-weight: bold;
}

.TitleTableLeft {
font-size: 11px;
color: #ffffff;
font-family: arial;
font-weight: bold;
border-bottom: solid 1px #1d1f1e;
padding-left:5px;
text-align:left;
background-color:#313234;

}

.TextTableRight {
font-size: 11px;
color: #ffffff;
font-family: arial;
border-bottom: solid 1px Gray;
text-align:right;
}

.TextTableLeft {
font-size: 11px;
color: #ffffff;
font-family: arial;
border-bottom: solid 1px Gray;
text-align:left;
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
}

.TitleTableRight {
font-size: 11px;
color: #ffffff;
font-family: arial;
font-weight: bold;
border-bottom: solid 1px Gray;
padding-bottom:5px;
padding-top:5px;
text-align:right;

}

