﻿body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Calibri;
	font-size: 12pt;
	background-color: #FFFFFF;
}

.TabelaPrincipalTitulo
{
	border: 1pt solid #666666;
	background-position: #F2E79E;
	background: #F4EDB5;
	text-align: center;
}

.TextoNormal
{
	color: #808080;
}

.TextoErro
{
	color: #FF0000;
}

.TextoTitulo
{
	color: #666699;
	font-size: 14pt;
	font-weight: bold;
}

.bt_voltar_es
{
    border-style: none;
    background-image: url('img/botoes/laranja_voltar_normal_es.png');
    background-repeat: no-repeat;
    background-color: transparent;    
    width: 100px;
    height: 25px;
}
.bt_voltar_es:hover
{
	border-style: none;
    background-image: url('img/botoes/laranja_voltar_sobre_es.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100px;
    height: 25px;
    cursor: pointer;
}

.bt_voltar
{
    border-style: none;
    background-image: url('img/botoes/laranja_voltar_normal.png');
    background-repeat: no-repeat;
    background-color: transparent;    
    width: 100px;
    height: 25px;
}
.bt_voltar:hover
{
	border-style: none;
    background-image: url('img/botoes/laranja_voltar_sobre.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100px;
    height: 25px;
    cursor: pointer;
}
