﻿.tbListar{
	width:100%;	
	border-collapse:collapse;
}

.tbListar th{
	background-color:#e2e2e2;
	border:1px solid #c4c4c4;	
	height:26px;
	padding:2px 5px 2px 5px;
}

.tbListar td{
	background-color:#ffffff;
	border:1px solid #c4c4c4;
	height:21px;
	/*text-align:center;*/
	padding:2px 5px 2px 5px;
}

.tbListar .bgDestaque
{
    background:#f0f0f0;
}
.asterisco
{
    font-weight:normal !important;
    font-size:14px !important;
}


.texto01 h1
{
    margin-top:20px;
    margin-bottom:15px;
    /*border-bottom:solid 2px #dbe3e2;*/
    border-bottom:solid 1px #cad3d2;
    font-size:12px;
    font-weight:bold;   
}
.texto01 h2
{
    margin-top:40px;
    margin-bottom:15px;
    border-bottom:solid 1px #cad3d2;
    padding-bottom:2px;
    font-size:12px;
    font-weight:bold;
}
.texto01 p
{
    margin-top:10px;
}

.botao_oculto
{
	visibility:hidden 
}