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

* {
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: Georgia;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	outline: none;
}

body {
	background-color: #FFFFFF;
	/*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: 115px;
}

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

#container {
	clear: both;
}

#content {
	float: left;
	width: 406px;
	padding: 10px 20px 0px 20px;
	margin-bottom: 30px;
}

	#content h1 {
		font-size: 24px;
		color: #009395;
		margin-bottom: 30px;
	}
	
	#submenu-conteudo {
		margin: 0px 0px 20px 38px;
		list-style: none;
	}
	
	#submenu-conteudo li {
		margin-bottom: 10px;
	}
	
	#content a {
		color: #cb0000;
		text-decoration: underline;
		padding: 2px;
	}
	
	#content a:hover {
		background-color: #cb0000;
		color: #FFFFFF;
		text-decoration:underline;
	}
	
	#content a.ativo {
		background-color: #cb0000;
		color: #FFFFFF;
		text-decoration:underline;
	}

	#ul-indicacoes {
		list-style: url(pict/marcador-indicacoes.gif);
		margin: 0px 0px 20px 17px;
	}
	
	#numerico {
		margin-left: 20px;
		list-style-type:decimal;
	}
	
#content-onecol {
	width: 740px;
	padding: 10px 20px 0px 20px;
	margin-bottom: 30px;
}

	#content-onecol h1 {
		font-size: 24px;
		color: #009395;
		margin-bottom: 30px;
	}
	
	#content-onecol a {
		color: #cb0000;
		text-decoration: underline;
		padding: 2px;
	}
	
	#content-onecol a:hover {
		background-color: #cb0000;
		color: #FFFFFF;
		text-decoration:underline;
	}

	#content-onecol blockquote {
		margin-left: 40px;
	}
	
	#content-onecol .reconhecidos {
		font-size: 10px;
	}
	
	#content-onecol #labels {
		list-style: none;
		width: 150px;
		float:left;
	}
	
	#content-onecol #labels li {
		margin-top: 5px;
		margin-bottom: 6px;
	}
	
	#content-onecol #inputs {
		list-style: none;
		margin-left: 150px;
		margin-top: 30px;
		width: 450px;
	}
	
	#content-onecol #inputs li {
		margin-top: 3px;
		margin-bottom: 3px;
	}
		
	#content-onecol input {
		border: 1px solid #009395;
		height: 20px;
		width: 300px;
	}
	
	#content-onecol textarea {
		border: 1px solid #009395;
		width: 300px;
		margin-top: 2px;
	}
	
	#content-onecol .botao_enviar {
		clear: both;
		border: none;
		background-image:url(pict/botao-enviar.gif);
		background-repeat:no-repeat;
		background-color: transparent;
		width: 95px;
		height: 34px;
		margin-top: 20px;
		margin-left: 160px;
		cursor:pointer;
	}
	
	.conheca-content hr {
		border: 1px solid red;
	}
	

#content-image {
	float: right;
	width: 314px;
}

#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;
}