@import url("../../../SITE SOB/css/home.css");
#empresa{ /* BACKGROUND DO SITE */

	background-image:url(../img/fundo_empresa2.jpg);

	background-repeat:no-repeat;

	background-position:top;

	}



#conteudo{ /* DIV DO CONTEUDO DO SITE */

	width:880px;

	height:100%;

	margin-left:auto;

	margin-right:auto;

	margin-bottom:15px;

	font-size:12px;

	text-align:justify;

	color:#8a8a8a;

}



#contato{

	text-align:left;

}



#esquerda{ /* DIV DE TEXTO DA ESQUERDA */

	width:400px;

	height:auto;

	position:relative;

	float:left;

	color:#444444;

}



#agenda{ /*DIV TRAVA DE CONTEUDO DA AGENDA */

	width:400px;

	height:400px;

	position:relative;

	float:left;

	color:#444444;

	overflow:auto;

}



#oculta{ /*DIV QUE FICAM OCULTOS OS OUTROS LINKS */

	display:none;

}



#esq_conteudo{ /* DIV DE CONTEUDO DA AGENDA*/

	width:380px;

	height:auto;



}



#meio{ /* DIV ONDE ESTA A LINHA QUE DIVIDI AS DUAS COLUNAS */

	width:80px;

	height:429px;

	position:relative;

	float:left;

	text-align:center;

}



#direita{ /* DIV DE TEXTO DA DIREITA */

	width:400px;

	height:auto;

	position:relative;

	float:right;

	color:#444444;

}



#conteudo a:link{

text-decoration:none;

color:#444444;

}



#conteudo a:hover{

text-decoration:underline;

color:#444444;

}



#conteudo a:visited{

text-decoration:none;

color:#444444;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding-top:5px;
}