@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	padding:0; 
	font-family: Calibri;
	font-size:12px;
	background-attachment: fixed;
    background-color: #E2E2E2;
    background-image: url(../imagens/20.gif);
    background-repeat: repeat;
	
}
.header
{
	height:212px;
	background-color:#ffffff;
	min-width:885px;
}
.main {
    height: auto;
    margin: 0 auto;
    text-align: left;
    width: 885px;
}
.logo
{
	margin-top:30px;
}
.menu {
    background-color: #006EA1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #000000;
    font-size: 15px;
    height: 35px;
    margin: 30px auto 0;
    text-align: center;
    width: 885px;
}
.texto-menu {
    border-right: 2px solid #FFFFFF;
    margin-top: 8px;
    text-align: center;
    width: 200px;
	color:#FFFFFF;
}
.text-decoration
{
	text-decoration:none;
	color:#006EA1;
}
.text-decoration-menu
{
	text-decoration:none;
	color:#FFF;
}
a:hover
{
	font-size:109%;
}
.fundo
{
	height:650px;
	background-color:#ffffff;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    float: left;
    margin-bottom: 15px;
    width: 885px;
}
.fundo-index
{
	height:850px;
	background-color:#ffffff;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    float: left;
    margin-bottom: 15px;
    width: 885px;
}
.texto-menu-meio
{
    border-right: 2px solid #FFFFFF;
    margin-left:0px;
	margin-right:0px;
    margin-top: 8px;
    text-align: center;
    width: 250px;
	color:#FFFFFF;
}

.texto-menu-ultimo {
    margin-top: 8px;
    text-align: center;
    width: 200px;
	color:#FFFFFF;
}

.left
{
	float:left;
}
.margem-left-90
{
	margin-left:90px;
}
.footer
{
	background-color: #FFFFFF;
    height: 40px;
    margin-top: auto;
    width: 100%;
}
.clear
{
	clear:both;
}
.margem-top-15
{
	margin-top:15px;
}
.margem-left-30
{
	margin-left:30px;
}
.margem-left-200
{
	margin-left:300px;
}
.texto-footer
{
	color:#006EA1;
}
.texto-empresa
{
	margin-right:100px;
	margin-top:10px;
    margin-left:100px;
	font-size:17px;	
}
.texto-contato
{
	width:500px;
	margin-top:30px;
    margin-left:100px;
    font-size:17px;	
}
.img-serviços
{
	text-align:center;
}
.mapa
{
    text-align:center;
	margin-top:30px;
}