/* by vitorgga */
hr {
	border: none;
    border-top: 1px solid #F5F5F5;
	height: 0;
}

button {
	cursor: pointer; cursor: hand;
}
button img {
	vertical-align: middle;
}

html {
	overflow-y: scroll; 
}

img
{
	border: none;
}

.mm {
	vertical-align: middle !important;
}

.img_baseline
{
	vertical-align: baseline;
}

.dedo {
	cursor: pointer;
	cursor: hand;
}

body {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
    margin: 0;
    background: #FFFFFF;
    height: 100%;
}
table, input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
}

h1, h2, h3, h4, h5, h6, form, p {
	margin: 0;
}

ul, ol {
    padding: 0 0 0 20px;
}
.rte_documento ul {
    overflow: auto;
}