/* CSS Document */
body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

a:link, a:visited,a:active   {
	color: #058CD1;
}

a:hover {
	color: #FF0000;
}


#Tabela_01 {
	width: 780px;
	margin:0 auto;			
	padding: 0;
	text-align:left;
	background:#F6F3E9;
}

#banner{
	height:135px;
	background:url(images/site_01.jpg) no-repeat top center;
}
#conteudo{
	width:595px;
	background:#f6f3e9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:0px;
	padding-right:1px;
	text-align: justify;
}
.bottom2{
    padding-bottom: 71px;
    background:#F6F3E9 url(images/bottom.jpg) no-repeat bottom center;
}
#menu{
	/*margin-top:10px;*/
	width:180px;
	background:#3AB8EB;
	border-bottom:double 3px #17A2DF;
}

#menu{
	margin:0;
	padding:0;
	font-size:11px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li{
	height:20px;
	line-height:20px;
	margin:0;
	padding:0;
	margin-bottom:1px;

}
#menu li a {
	display: block;
	padding-left:4px;
	font-weight:bold;
	border-left:solid 3px #17A2DF;
	border-right:solid 1px #17A2DF;
	background:#0977B2;
	color:#FFF;
	text-decoration: none;
	text-transform:uppercase;
		
}
#menu li a:hover {
	background:#17A2DF;

}
.bottom{
	background:#17a2df;
	font-style:italic;
	font-size:x-small;
	border-top:solid 1px #FFFFFF;
	height:20px;
	line-height:20px;
	float:right;
	width:20%;
	text-align:right;
	padding-right:1px;

}
.bottom a{color:#FFFFFF; text-align:right;}
.end{
	text-align:left;
	border-top:solid 1px #FFFFFF;
	float:left;
	width:80%;
	color:#FFFFFF;
	font-size:12px;
	font-style:normal;
	font-weight:bold;

}
.home1{
	width:595px;
	height:195px;
}
.home2{
	width:295px;
	height:145px;
	text-align: center;
}
.homeAgenda{
	width:295px;
	height:145px;
	text-align: center;
	background:url(home/Homeagenda.jpg) top center no-repeat;
}
input, textarea, select{
    border:solid 1px #17A2DF;
    font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
    background-color: transparent;
 }

#planos{
   text-align: center;
   border-collapse: collapse;
}
#planos th{
   background-color: #17A2DF;
   color: #FFFFFF;
   border:1px solid #0977B2;
}
#planos tr td{
    border:1px solid #0977B2;
}
.txt1{
   color: #FF0000;
   font-size: 11px;
}
ul li{
	margin: 0;
	padding: 0;
    list-style-type: square;
}

li{
	height:20px;
	line-height:20px;
	margin:0;
	padding:0;
    margin-bottom:1px;
   color: #17A2DF;
}
 .tit{
   background-color: #17A2DF;
   color: #FFFFFF;
   text-transform: uppercase;
   font-weight: bold;
   border-bottom:double 3px #0977B2;
   text-align: center;
   margin-bottom:5px;
 }
#fotos{
	width:195px;
	height:350px;
	overflow:auto;
	scrollbar-face-color: #E4E4E4;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #E4E4E4;
	scrollbar-3dlight-color: #E4E4E4;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #666666;
	border-bottom:solid 1px #999999;	

}
#fotos img, #imagem{
	border:groove 2px #17A2DF;	

}
#voltar{
	text-align:center;
	margin:0 auto;
	width: 100%;
	font-size:10px;
	margin-top: 50px;
}