@charset "utf-8";
/* CSS Document */

* {
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: Garamond;
	font-size: 12px;
	color: #5b5a5a;
	line-height: 18px;
	outline: none;
}

body {
	background-image:url(pict/fundo-pagina.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
}

#general {
	width: 761px;
	margin: 0 auto;
}

#header {
	margin-top: 18px;
	height: 95px;
}

#header h1 {
	background-image: url(pict/centro-equoterapia.gif);
	background-repeat: no-repeat;
	width: 396px;
	height: 78px;
	text-indent: -5000px;
}

#texteira {
	width: 761px;
	height: 241px;
	background-image: url(pict/centro-equoterapia-home.jpg);
	background-repeat: no-repeat;
}

#menu ul li {
	float: left;
	/*display: table-cell;*/
	list-style: none;
	padding-left: 1px;
}

#menu ul li.first {
	padding-left: 0px;
}

#menu a.botao_home {
	display: block;
	width: 78px;
	height: 51px;
	background-image: url(pict/botao-home-on.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#menu a.botao_oquee {
	display: block;
	width: 98px;
	height: 51px;
	background-image: url(pict/botao-oquee.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

	#menu a.botao_oquee:hover {
		background-image: url(pict/botao-oquee.gif);
		background-repeat: no-repeat;
		background-position: 0px -61px;
	}

#menu a.botao_indicacoes {
	display: block;
	width: 129px;
	height: 51px;
	background-image: url(pict/botao-indicacoes.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

	#menu a.botao_indicacoes:hover {
		background-image: url(pict/botao-indicacoes.gif);
		background-repeat: no-repeat;
		background-position: 0px -61px;
	}

#menu a.botao_profissionais {
	display: block;
	width: 149px;
	height: 51px;
	background-image: url(pict/botao-profissionais.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

	#menu a.botao_profissionais:hover {
		background-image: url(pict/botao-profissionais.gif);
		background-repeat: no-repeat;
		background-position: 0px -61px;
	}

#menu a.botao_doacoes {
	display: block;
	width: 104px;
	height: 51px;
	background-image: url(pict/botao-doacoes.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

	#menu a.botao_doacoes:hover {
		background-image: url(pict/botao-doacoes.gif);
		background-repeat: no-repeat;
		background-position: 0px -61px;
	}

#menu a.botao_saude {
	display: block;
	width: 198px;
	height: 51px;
	background-image: url(pict/botao-saude.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin-bottom: 20px;
}

	#menu a.botao_saude:hover {
		background-image: url(pict/botao-saude.gif);
		background-repeat: no-repeat;
		background-position: 0px -61px;
	}

#noticias-bemvindo {
	clear: both;
}

#noticias-eventos {
	width: 257px;
	height: 183px;
	background-image: url(pict/fundo-noticias.gif);
	background-repeat: repeat-x;
	float: left;
	padding: 20px 10px 0px 10px;
}

#noticias-eventos h2 {
	font-family: Garamond;
	color: #067c13;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.data {
	background-color: #92ce9a;
	font-family: Garamond;
	font-size: 12px;
	color: #5b5a5a;
	padding: 2px;
}

a.chamada-noticia {
	font-weight: bold;
	text-decoration: none;
}

a.chamada-noticia:hover {
	color: #067c13;
}

a.veja-mais {
	color: #ff5252;
	text-decoration:none;
}

a.veja-mais:hover {
	text-decoration: underline;
}

#bemvindo {
	width: 464px;
	height: 203px;
	background-image: url(pict/bem-vindo-equoterapia.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	float: right;
	margin-bottom: 20px;
}

#indicacoes-galeria {
	clear: both;
}

#indicacoes {
	width: 257px;
	height: 148px;
	background-image: url(pict/fundo-indicacoes.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	padding: 20px 10px 0px 10px;
}

#indicacoes h2 {
	font-family: Garamond;
	color: #067c13;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#indicacoes ul {
	margin-left: 12px;
}

#galeria-fotos {
	width: 444px;
	/*height: 148px;*/
	float: right;
	margin-left: 20px;
	background-image: url(pict/fundo-indicacoes.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px 10px 0px 10px;
	margin-bottom: 20px;
}

#galeria-fotos h2 {
	font-family: Garamond;
	color: #067c13;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.galeria {
	list-style: none;
}

ul.galeria li {
	display: inline;
	padding-right: 5px;
}

ul.galeria li.last {
	padding-right: 0px;
}

ul.galeria li img {
	padding: 4px;
	border: 1px solid #d1d1d1;
}

li.menu-oquee {
	position: relative;
}

li.menu-oquee ul {
	position: absolute;
	display: none;
}

li.menu-oquee:hover ul {
	display: block;
	background-color: #288723;
	padding: 10px;
	width: 100px;
}

li.menu-oquee:hover ul li {
	line-height: 30px;
}

li.menu-oquee:hover ul li a {
	color: #FFF;
}

#rodape {
	clear: both;
	text-align: center;
}

#rodape ul li {
	display: inline;
	background-image:url(pict/separador-rodape.gif);
	background-repeat:no-repeat;
	background-position: 0 2px;
	padding-left: 13px;
	padding-right: 9px;
}

#rodape ul li.firstli {
	background: none;
	padding-left: 0px;
}

#rodape ul li a {
	font-family: Garamond, Georgia;
	font-size: 12px;
	color: #aaaaaa;
	text-decoration: none;
}

#rodape ul li a:hover {
	text-decoration: underline;
}