﻿body 
{
    margin: 0;
    padding: 0;
    /*background: #EEE0D7;*/
    text-align: left; /* hack para o IE */               
}

.tudo
{
    width: 760px;
    margin: 0 auto;
    padding: 0px;
    background-color: Transparent;
    text-align: left; /* "remédio" para o hack do IE */
    height: 600px;
    /*background-image: url('file:///I:/home pages/coralcesama/imagens/fundo2.gif');*/
}

/*************************/
/* Configuração dos DIVs */
/*************************/

.div_banner{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #dab091;
	width: 760px;
	height: 85px;
}

.div_conteudo {
	/*padding-bottom: 30px;*/
    height: 465px;
}

.div_menu_hor{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #dab091;
	width: 100%;
    text-align: center;
    height: 20px;
}
.div_menu_esq{
	text-align:left;
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*background-color: #f7f0eb;*/
	background-color: Transparent;
	/*border-right: 1px solid #dab091;
	border-bottom: 1px solid #dab091;
	border-left: 1px solid #dab091;*/
}

.div_corpo
{
    float: left;
    width: 79%;
    height: 100%;
    margin:0 auto;                 
    padding: 0px;
    background-color: Transparent;
    
    text-align: left; /* "remédio" para o hack do IE */           
}

.div_corpo_default
{
    float: left;
    width: 100%;
    height: 100%;
    margin:0 auto;                 
    padding: 0px;
    background-color: Transparent;
    text-align: left; /* "remédio" para o hack do IE */           
}

/*.div_menu_dir{
  float:right;
	width: 19%;
	height: 100%;
	border-left: 1px solid #dab091;
	border-bottom: 1px solid #dab091;
	
}
*/

.div_rodape{
    /*position: absolute;*/
	bottom: 0;
	width: 100%;
	height: 20px;
	
}

.menuLateral
{
    font-family: Verdana;
    font-size: small;
    /*color: #0064B2;*/
    color: #4f3f32;
}

.menuHorizontal
{
    font-family: Verdana;
    font-size: small;
    color: #4f3f32;
}




a:hover
{
/* background-image: url(imagens/fundobotao.gif);*/
    color: Black;
    border-style: none;
}

.label
{
    font-family: Verdana;
    font-size: small;
    /*color: #0064B2;*/
    color: #4f3f32;
    text-align: left;
    font-weight: 700;
}

.artigos
{
    font-family: Verdana;
    font-size: Small;
    color: #4f3f32;
    text-align: justify;
   
}

.link
{
    color: #4f3f32;
    text-decoration: none;
    font-family: Verdana;
    font-size: X-Small;
}






.label_rodape
{
    font-family: Verdana;
    font-size: XX-Small;
    /*color: #0064B2;*/
    color: #4f3f32;
    
}

.div_tabela
{
    border-style: solid;
    border-width: thin;
    width: 100%;
    height: 0 auto;
    margin: 20 auto 0 auto;
    padding: 0px;
    font-family: Verdana;
    font-size: small;
    color: #4f3f32;
    background-color: #FFFFFF;
    text-align: center; /* "remédio" para o hack do IE */
}

.div_tabela_invisivel
{
    width: 100%;
    height: 0 auto;
    background-color: Transparent;
    text-align: center; /* "remédio" para o hack do IE */
}

.div_tabela_artigos
{
    width: 100%;
    height: 0 auto;
    background-color: Transparent;
    text-align: center; /* "remédio" para o hack do IE */
    font-family: Verdana;
    font-size: small;
    color: #4f3f32;
    text-align: left;
}


    



.menu
{
    font-family: verdana;
    /*color: #0064B2;*/
    color: #4f3f32;
    font-size: small;
}

