﻿/* Genéricos */
* {
	margin: 0;
	padding: 0;
	font-size: small;
}


a
{
    font-family: "Trebuchet MS";
	color: #FFF; /*#333893;*/
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body {
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #25689C;
	text-align: center;
	height: 100%;
}

#container
{
    width: 778px;
    display: block;
    margin-left: -389px;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 0;
    /*background-image: url(img/bg_centro.gif);
	background-repeat: repeat-y; */
}


/* Topo / Logo / Menu */
#topo{
	width: 778px;
	height: 130px;
	text-align: left;
	float: left;
}

h1
{
    margin: 0 0 0 0;
    height: 128px;
    width: 222px;
    background-image: url(img/Logo.jpg);
    background-repeat: no-repeat;
    float: left;
}

h1 span
{
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
}


#logo {
	height: 128px;
    width: 222px;
    display: block;
}

#menu{
	margin: 35px 0 0 270px;   /*352px; */
	width: 420px;
	voice-family: "\"}\"";
	voice-family: inherited;
	margin: 35px 0 0 530px; /*410px; */
	width: 240px;   /*362px;*/
}

#menu_conteudo{
	margin: 35px 0 0 336px;  /*232px; */
	width: 540px;
	voice-family: "\"}\"";
	voice-family: inherited;
	margin: 35px 0 0 420px;    /*290px; */
	width: 350px;     /*482px;*/
}

#menu ul, #menu_conteudo ul{
	list-style-type: none;
	list-style-position:outside;
	margin: 0;
	padding: 0;
	height: 39px;
}

#menu li, #menu_conteudo li{
	font-family: "Trebuchet MS";
	color: #333893;
	float: left;
	margin: 0 0;
}

#menu li span, #menu_conteudo li span{
	display: block;
	float: left;
	padding: 0 30px;
	height: 39px;
	background-image: url(img/Separador.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#menu li a, #menu_conteudo li a
{
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
    text-decoration: none;
    padding: 0 0;
}


#menu li a:hover, #menu_conteudo li a:hover
{
    text-decoration: underline;
}

.ultimo_menu
{
    padding: 0 0 0 20px;
}

/* Corpo */
#corpo{
	width: 778px;
	text-align: left;
	padding-bottom: 39px;
}

.imgPrincipal
{
    margin: 40px 0 0 88px;
    float: left;
}
    
#rodape
{
    clear: both;
    height: 39px;
    line-height: 39px;
    width: 778px;
    text-align: center;
    padding: 0px;    
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    z-index: 999;
    margin: 0px;
}
#rodape p
{
    line-height: 39px;
    font-size: x-small;
    font-family: "Trebuchet MS";
	color: #FFF;   /*#333893;*/
	float: left;
}

#rodape .p2
{
    line-height: 39px;
    font-size: x-small;
    font-family: "Trebuchet MS";
	color: #FFF;   /*#333893;*/
	float: left;
}

#rodape .p1
{
   padding: 0 0 0 175px;
   font-size: x-small;
   font-family: "Trebuchet MS";
   color: #FFF; /*#333893;*/
   text-decoration : none;
   line-height: 39px;
}

#rodape p a
{
    font-family: "Trebuchet MS";
	color: #FFF; /*#333893;*/
	text-decoration: none;
	font-size: x-small;
}

#rodape p a:hover
{
    text-decoration: underline;
}

#rodape .powered a
{
	border-width: 2px;
	width: 100%;
    text-align: right;
    text-decoration: none;
}

#rodape .powered a:visited
{
	border: 10px;
	width: 100%;
    text-align: right;
    text-decoration: none;
}

.separador
{
    width: 12px;
    height: 39px;
    float: left;
    padding: 0 10px;
}

/* Mini Menu genérico para as páginas */
#mini_menu{
	width: 778px;
}
.mini_imagens
{
    margin: 35px 0 0 120px;
    float: left;
}

h3
{
    line-height: 39px;
    font-size: large;
    font-family: "Trebuchet MS";
	color: #333893;   /*#333893;*/
}

h4
{
    line-height: 39px;
    font-size: medium;
    font-family: "Trebuchet MS";
	color: #FFF;
}

h5
{
    font-size: small;
    font-weight: bolder;
    font-family: "Trebuchet MS";
	color: #FFF;
	text-decoration: underline;
}

#conteudo_master
{
    clear: both;
    padding-top: 60px;
    padding-bottom: 39px;
    text-align: left;
}

#conteudo_master p
{
    font-size: small;
    font-family: "Trebuchet MS";
    line-height: 20px;
    color: #FFF;
}
.conteudo_esquerdo
{
    /*clear: both;*/
    margin: 50px 10px 0 10px;
    width: 758px;
    min-height: 211px;
    height: 211px;
}

.imagem_esquerda
{
    float: left;
    margin: 0 10px 2px 0;
}
.conteudo_direito
{
    /*clear: both;*/
    margin: 20px 10px 0 10px;
    width: 758px;
    min-height: 211px;
    height: 211px;
}

.conteudo_direito_vertical
{
    /*clear: both;*/
    margin: 20px 10px 0 10px;
    width: 758px;
    min-height: 263px;
    height: 263px;
}

.conteudo_terapia
{
    /*clear: both;*/
    margin: 20px 10px 0 10px;
    width: 758px;
    min-height: 305px;
    height: 305px;
}

.imagem_direita
{
    float: right;
    margin: 0 0 2px 08px;
}

.modalBackground {
	background-color:Gray;
	/*filter:alpha(opacity=70);
	opacity:0.7;*/
}

.modal{
    text-align: right;
    height:397px;
    width:500px;
    background-image:url(img/mapa.jpg);
    }
    
/* Tratamentos */

.tratamentos {
	list-style-type: none;
	list-style-position:outside;
	margin: 0;
	padding: 0;
	height: 39px;
	line-height: 39px;
	
}

.tratamentos li {
	font-family: "Trebuchet MS";
	color: #333893;
	float: left;
	padding-left: 12px;
	margin-top: 10px;
	
}

.tratamentos li a
{
    font-size: small;
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
    text-decoration: none;
    padding: 0 0;
}


.tratamentos li a:hover
{
    text-decoration: underline;
}

.voltar
{
    font-weight: bolder;
}

.voltar img
{
    border: 0;
}

/* Formulário */

.formulario
{
    margin-top: 20px;
    margin-bottom: 10px;
    width: 460px;
    left: 50%;
    margin-left: -230px;
    position: absolute;
    /*top: 779px;*/
}

.label
{
    display: block;
    width: 90px;
    float: left;
    font-family: Trebuchet MS;
    font-size: small;
    font-weight: bolder;
    color: White;
    line-height: 20px;
    margin-top: 5px;
}

.spans
{
    font-family: Trebuchet MS;
    font-size: x-small;
    color: White;
    line-height: 20px;
}

.input
{
    width: 300px;
    background-color: #25689C;
    font-family: Trebuchet MS;
    font-size:small;
    color: White;
    border: solid 1px;
    margin-top: 5px;
}

#botao
{
    text-align: right;
    width: 395px;
    margin: 15px 105px 15px 0;
}

.retorno_form
{
    text-align: center;
    width: 700px;
    margin-top: 25px;
    margin-bottom: -75px;
}

.lbl
{
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: bold;
	color: #333893;
    line-height: 20px;
    margin-top: 5px;
}
