* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	border: medium none;
}
body {
	background: url('../img/bg.jpg') repeat-x center top #78942e;
	color:#000;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F30;
	text-decoration: none;
}
p{
	margin-bottom:10px;
	margin-top:10px;
	text-align:justify;
}
h1{
	font-size:30px;
}
form {
	width: 640px;
	margin-left:20px;
}
label {
	display: block;
	position: relative;
	margin-bottom:15px;
}
input,
textarea,
select {
	margin: 2px;
	padding: 10px;
	background: #f4f4f4;
	border: 1px solid #a7a7a7;
}
.submit {
	margin: 0 auto;
	width: 100px;
}
label.error {
	color: #f00;
	font-size: 11px;
	text-align: left;
}
.lado{
	float:left;
}
#tudo{
	width:1000px;
	margin:auto;	
}
#logo{
	float:left;
}
#menu{
	float:right;
	width:560px;
}
#menu a li{
	padding:40px 10px 20px 10px;
	background: url('../img/bg-menu.png') repeat-x;
	height:41px;
	float:left;
	margin-left:2px;
	width:90px;
	color:#fff;
	text-align:center;
}
#menu a li:hover{
	padding:40px 10px 20px 10px;
	background: url('../img/bg-menu-action.png') repeat-x;
	height:41px;
	float:left;
	margin-left:2px;
	width:90px;
	color:#fff;
	text-align:center;
}
#tel{
	float:right;
	text-align:right;
	width:500px;
	font-size:20px;
	color:#fff;
}
#tel a{
	padding-left:15px;
	border-left:1px dotted #fff;
	margin-left:15px;
	color:#fff;
}
#conteudo{
	min-height:820px;
}
#destaques{
	padding-top:430px;
}
#destaques li{
	width:330px;
	float:left;
}
#destaques li p{
	padding:0 20px 0 30px;
	text-align:left;
	color:#fff;
}
#destaques li a{
	color:#fff;
}
#destaques li h1{
	margin-left:20px;
}
#rodape{
	color:#fff;
}
#fotos li{
	margin-right:10px;
	float:left;
	margin-bottom:15px;
}
#miolo{
	width:900px;
	padding:30px;
	background-color:#fff;
	border:1px solid #fff;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.7);
	min-height:400px;
}
#margin{
	padding-top:120px;
}
#menuLateral{
	width:150px;
	float:left;
	margin-top:15px;
}
#menuLateral li{
	padding:7px;
	border-bottom:1px dotted #ccc;
}
#mioloSaudeMentalFisica{
	width:700px;
	float:right;
	margin-top:15px;
}
#bullet li{
	background:url('../img/bullet.jpg') no-repeat left;
	padding-left:20px;
	margin-bottom:5px;
}
#listaNoticias li{
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-top:20px;
}
