/* ------------------ */
/* ----- Banner ----- */
/* ------------------ */
#banner_capa {
	display: block;
	margin: 0 auto;
	width: 705px;
	height: 194px;
	margin-bottom: 15px;
}

/* ---------------- */
/* ----- Divs ----- */
/* ---------------- */
div.bloco h3 {
	font-size: 18px;
	font-weight: bold;
}
div.bloco {
	float: left;
	display: inline;
	margin: 0;
	width: 320px;
}
div.a-clinica {
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #EEE;
}
div.bloco img {
	float: left;
	display: inline;
	margin: 0 15px 5px 10px;
}
div.bloco a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-indent: -1000em;
	height: 33px;
}
div.a-clinica a {
	background: transparent url(../img/layout/geral/bt_conheca-a-gaia.gif) 0 0 no-repeat;
	width: 116px;
	margin-right: 140px;
}
div.procedimentos a {
	background: transparent url(../img/layout/geral/bt_conheca-nossos-procedimentos.gif) 0 0 no-repeat;
	width: 209px;
	display: block;
	clear: both;
}
div.a-clinica a:hover,
div.procedimentos a:hover {
	background-position: 0 -35px;
}
