/*Página Principal*/

div#esquerda{
	width:305px;
	margin:0 0 8px 6px;
	padding:10px;
	border:1px solid #D3C8C3;
	
}

div#esquerda p {
	margin:3px 5px 3px 17px;
}

div#esquerda h2{
	margin:3px 5px 3px 3px;
	background:url(img/duvidas.gif) no-repeat center left;
	width:280px;
	height:32px;
	text-indent:-9999px;

}

div#esquerda h3 {
	color:#6C396C;
	font-size:13px;
	font-weight:bold;
	margin:10px 5px 8px 0px;
	background:url(img/icoflores.gif) no-repeat 0 15%;
	padding:6px 0 0 18px;
}

div#esquerda p a {
	font-size:11px;
}

div#direita{
	width:314px;
	height:auto;
	float:right;
}

div#artigos{
	background:url(img/bg_dir.gif) no-repeat;
	width:312px;
	height:140px;
	
}

div#box_artigos{
	margin:0px 5px 0 5px;
}

div#artigos h2 {
	background:url(img/tit_artigos.jpg) no-repeat;
	width:301px;
	padding:8px 10px;
	text-indent:-9999px;
	}

div#box_artigos p {
	margin:3px 5px 3px 10px;

}

div#box_artigos img{
	float:right;
	margin-right:10px;
	margin-left:5px;
}

div#box_artigos h3 {
	color:#2A5922;
	font-weight:bold;
}

div#agenda{
	background:url(img/bg_dir2.gif) no-repeat;
	width:311px;
	height:245px;
}

div#agenda h2 {
	background:url(img/tit_agenda.jpg) no-repeat top left;
	width:301px;
	height:44px;
	color:#fff;
	padding:0 0 0 10px;
	text-indent:-9999px;

}

div#agenda p {
	margin:3px 5px 3px 10px;

}
div#agenda img{
	float:left;
	margin-left:1px;
	margin-right:10px;
}

div#agenda h3 {
	color:#2A5922;
	font-weight:bold;
}

div#publicidade{
	width:305px;
	position:relative;
	margin:3px;
	padding:3px;
	background:#669999;
	
}


/*Geral*/
*{
	color:#333;
	margin:0;
	padding:0;
	font:12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	list-style:none;
}

body {
	background-image:url(img/bg.jpg) ;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

img { border: 0;}

.flores{
	background-image:url(img/bg_flores.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

div#geral {
	width:688px;
	margin:0px auto;
	position:relative;
}

div#cabecario{
	position:relative;
	margin:5px 0;
}

div#descricao{
	position:absolute;
	width:180px;
	left: 508px;
	top: 110px;
	background:url(img/terapia.gif) no-repeat top center ;
	height:33px;
}

div#logo{
	position:relative;
	width:200px;
	margin-left:20px;
}

div#logo h1 a{
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	width:187px;
	height:140px;
	background:url(img/logo.gif) no-repeat;
	margin-left:30px;
}

div#menu{
	width:688px;
	height:35px;
	background:url(img/bg_menu.gif) no-repeat;
	display:table;

}

div#menu ul {
	margin:7px 35px;
	
}

div#menu ul li{
	display:inline;

}

div#menu ul li a{
	padding: 0 17px;
	color:#fff;
	text-decoration:none;
	font-size:15px;

	}

div#menu ul li a:hover{
	color:#FF6699;

}

a{
	text-decoration:none;
}

a:hover{
	color:#930060;
	text-decoration:underline;
}

div#front{
	width:668px;
	border-left:1px solid #D3C8C3;
	border-right:1px solid #D3C8C3;
	background:#fff;

}


div#rodape {
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:10px 0 10px 0;
	clear:both;
}

div#nav{
	clear:both;
}

div#nav ul {
	margin:8px 0 0 60px;
	
}

div#nav ul li{
	display:inline;

}

div#nav ul li a{
	padding: 0 15px;
	color:#fff;
	text-decoration:none;

	}

div#nav ul li a:hover{
	color:#FF6699;

}
.border {
	border-bottom:1px solid #D3C8C3;
	border-left:1px solid #D3C8C3;
	border-right:1px solid #D3C8C3;

}

.flor{
	background:url(img/flor.gif) no-repeat bottom center;
	height:68px;
	clear:both;
	}

div#box_calendario{
	text-align:left;
	margin:25px 15px;
	width:126px;
}

div#box_calendario h3{
	margin:2px 0 3px 0;
	font-size:13px;
	color:#670042;
}

div#calendario {
	margin:3px;
	}

div#calendario table{
}

div#calendario table th {
	background:#D90093;
	color:#fff;
	font-weight:bold;

}

div#calendario table td a {
	color:#670042;
	font-weight:bold;
	background:#E6CCD9;
	display:block;
	text-align:center;
}

tbody tr td{
	font-size:11px;
	border:1px solid #fff;
	text-align: center;

}

div#calendario table th, div#calendario table td{

}

table#calint{
	background:#F9E3FF;

}

.bgcal{
	border:3px solid #fff;
	color:#670042;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;

}


