*{
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Geometr231 BT";
}

body{
	background:#fff;
}

#geral{
	width:1024px;
	height:auto;
	font-size:12px;
	color:#666;
}

#topo{
	width:1024px;
	height:615px;
}

#conteudo{
	width:1024px;
	_width:1030px;
	height:auto;
	margin:0 0 10px 0;
}

#conteudo_total{
	width:1024px;
	height:auto;
	border:1px solid #ccc;
	background:#fff;
}

#bg_titulo_grande{
	width:1024px;
	height:40px;
	background:url(imagens/bg_titulo.gif) repeat-x;
	border-bottom:1px solid #999;
}

.titulo_grande{
	font-size:14px;
	color:#666;
	float:left;
	margin:10px 0 0 20px;
	font-weight:bold;
}

#conteudo_total_dentro{
	width:950px;
	height:auto;
	text-align:left;
	padding:20px;
}
/** Esquerdo_cima **/

#busca{
	background: url(imagens/bg_blog.jpg) #fff repeat-y;
	border:1px solid #ccc;
	padding:0 3px 12px 15px;
	height:110px;
}

#video{
	background:#fff;
	border:1px solid #ccc;
	padding:5px 5px 10px 5px;
	height:155px;
}

#conteudo_video{
	padding-top:25px;
}


.leia a{
	float:right;
	font-size:10px;
	color:#006699;
	text-decoration:none;
}

.leia a:hover{
	color:#666;
}


/** esquerdo_baixo**/
#esquerdo_baixo{
	width:324px;
	height:auto;
	float:left;
	margin:5px 10px 0 0;
}

#telefone {
	font-size:14px;
	font-weight:bold;
	width:1024px;
	_width:1030px;
	text-align:center;
	color:#666666;
}

#sangue{
	background:#fff;
	border:1px solid #ccc;
	padding:5px 5px 10px 5px;
}

/** central_baixo**/

#central_baixo{
	width:350px;
	height:auto;
	float:left;
	margin:5px 10px 0 0;
}

#tit_dicas{
	padding:10px;
	width:330px;
	height:30px;
	border-bottom:1px solid #ccc;
}

#dicas{
	padding:7px;
	float:left;
}

#dica1{
	margin-bottom:10px;
	padding-bottom:15px;
	width:340px;
	height:auto;
}

.imagem{
	width:120px;
	margin-right:2px;
	float:left;
}

.texto{
	width:330px;
	float:right;
}

.titulo{
	color:#666;
	font-weight:bold;
	font-size:11px;
}

.cont_dica{
	font-size:10px;
}


/** direito_baixo**/
#direito_baixo{
	width:315px;
	height:auto;
	float:left;
	margin:5px 0 0 0;
}

#nutricao{
	width:310px;
	height:auto;
	background:url(imagens/bg_nutricao.gif) #e3e3e3 repeat-x;
	border:1px solid #ccc;
	padding:5px;
}

#blog{
	width:315px;
	height:300px;
	background:url(imagens/bg_blog.gif) #fff repeat-y;
	border:1px solid #ccc;
	padding:5px;
}

	
/** Rodapé **/

#rodape {
	width:1004px;
	height:auto;
	text-align:center;
	font-size:10px;
	margin:10px 0;
	background:#ededed;
	padding:10px;
}

#ne{
	width:186px;
	height:23px;
	float:right;
}

.link a {
	color:#fff;
}
.link a:hover {
	color:#057ea6;
}
	
/** Sociable **/
div.sociable {
	margin: 16px 0;
}
span.sociable_tagline {
	position: relative;
}
span.sociable_tagline span {
	display: none;
	width: 14em;
}
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before {
	content: "";
}
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
