﻿body 
{
   	background-image: url(../contents/imagens/fundo.jpg);
   	margin:0px;
	text-align:center;
   
}

div#geral
{
	background-color:White;
	text-align:center;
	width:740px;
	padding:0;
	
}

div#menu
{
	width:200px;
	padding:15px;
	text-align:justify;
	line-height:23px;
	letter-spacing:-0.3px;

}
div#main
{
	padding:20px;
}

div#bottom-w8b
{
    text-align:right;
    color:White;
    font-size: 10px; 
    font-family: Tahoma;
    font-weight:bold;
}

.texto
{
    font-size: 11px; 
    font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:5px;
}
.title
{
	font-size: 22px; 
    font-family: Verdana;
	text-align:justify;

}

.title-contato
{
	color:#180f84;
    font-weight:bold;
    font-size: 11px; 
    font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	text-decoration:underline;
	
}

.link
{
	text-decoration:none;
	color:Black;
}
.link:hover
{
	text-decoration:underline;
	color:Black;
}

.menu-link
{
	text-align:justify;
	font-family:Tahoma;
	font-size:10px;
	cursor:pointer;
	color:#180f84;
	font-weight:bold;
	text-decoration:none;
	
}

.menu-link:hover
{
	text-align:justify;
	font-family:Tahoma;
	font-size:10px;
	cursor:pointer;
	text-decoration:underline;
	color:#180f84;
	font-weight:bold;
}


#implantacoesImage:hover
{
    cursor:pointer;
}

div#implantacoes_2009
{
    position:absolute;
    width:740px;
    height:570px;
    top:0;
    left:50%;
    background-color:White;
    margin:112px 0 0 -370px;
    text-align:center;
    background-image:url(../contents/imagens/fundo_2009.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

div#interImplantacoes
{
	padding:50px;
    text-align:justify;
    font-size: 12px; 
    font-family: Arial, Helvetica, sans-serif;
}



#voltar
{
    color:#180f84;
    font-weight:bold;
}
#voltar:hover
{
    color:#180f84;
    cursor:pointer;
    font-weight:bold;
    text-decoration:underline;
}