html {
	min-height: 100%;
}
body {
	background-color: #f1efde;
	margin:0;
	font-family:"Georgia","Times New Roman", Times, serif;
}
.wrapper {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width:1000px;
}
.cabecalho {
	background-image: url(/imgs/cabecalho.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 100%;
}
.cabecalho .wrapper .header {
	height: 150px;
}
.cabecalho .wrapper .header .logo {
	float: left;
	width: 245px;
	overflow: hidden;
	padding-top:20px;
}
.cabecalho .wrapper .header .menu {
	float: right;
	padding-top:120px;
	color:#1c2f0c;
	position: relativce
}
.cabecalho .wrapper .header .menu a {
	color: #1c2f0c;
	text-decoration: none;
	font-size:14px;
	padding-left:5px;
	padding-bottom:12px;
	padding-top:2px;
}
.cabecalho .wrapper .header .menu a span{
	padding-right:5px;
	padding-bottom:12px;
	padding-top:3px;
	font-family:"Times New Roman", Times, serif;
}
.cabecalho .wrapper .header .menu a:hover {
	color: #ccbb96;
	text-decoration: none;
	background-image:url(/imgs/ahover_esq.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.cabecalho .wrapper .header .menu a:hover span {
	color: #ccbb96;
	text-decoration: none;
	background-image:url(/imgs/ahover.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.cabecalho .wrapper .header .menu ul li ul li {
	background-color:#091104;
	color:#FFFFFF;
	border:none;
}
.cabecalho .wrapper .header .menu ul li ul li a {
	color:#FFFFFF;
}
.cabecalho .wrapper .header .menu ul li ul li a:hover {
	/*background-image:none;*/
}
.cabecalho .wrapper .banner_topo {
	margin-top: 5px;
	margin-bottom:5px;
	height:274px;
	overflow: hidden;
}
.cabecalho .wrapper .corpo .lateral {
	background-image: url(/imgs/fundo_barra_direita1.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width:242px;
}
.cabecalho .wrapper .corpo .lateral .direita {
	width: 182px;
	background-image: url(/imgs/fundo_barra_direita2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*height: 472px;*/
	padding-top:5px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	color:#f5eb98;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.cabecalho .wrapper .corpo .lateral .direita h2 {
	color: #957039;
	margin: 0px;
	padding-bottom:5px;
	border-bottom:1px dotted #4e3816;
	margin-bottom:5px;
	font-size: 16px;
}
.cabecalho .wrapper .corpo .lateral .direita ul {
	padding:0;
	margin:0;
}
.cabecalho .wrapper .corpo .lateral .direita ul li {
	list-style:none;
	padding-bottom:5px;
	border-bottom:1px dotted #4e3816;
	margin-bottom:5px;
	font-size:11px;
	font-family: "Arial","Helvetica";
}
.cabecalho .wrapper .corpo .lateral .direita ul li a {
	color:#fff;
	text-decoration: underline;
	font-weight: bold;
}
.cabecalho .wrapper .corpo .lateral .direita ul li a:hover {
	text-decoration: underline;
}
.cabecalho .wrapper .corpo .lateral .direita .galeria {
	text-align: center;
}
.cabecalho .wrapper .corpo .lateral .direita .galeria h2 {
	color: #957039;
	margin: 0px;
	font-style: normal;
	border-bottom:none;
	font-size: 16px;
	text-align: left;
}
.cabecalho .wrapper .corpo .lateral .direita .galeria img {
	border: 3px solid #FFFFFF;
	margin-bottom: 5px;
}
.cabecalho .wrapper .corpo .noticias {
	margin-top:20px;
	width: 758px;
	float:left;
}
.cabecalho .wrapper .corpo .noticias .noticia1 {
	width:359px;
	float:left;
	padding-right:20px;
	background-image: url(/imgs/noticia_topo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
.cabecalho .wrapper .corpo .noticias .noticia1_rodape, 
.cabecalho .wrapper .corpo .noticias .noticia2_rodape {
	background-image: url(/imgs/noticia_topo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	min-height:260px;
}
.cabecalho .wrapper .corpo .noticias .noticia2 {
	width:379px;
	float:left;
	background-image: url(/imgs/noticia_topo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
.cabecalho .wrapper .corpo .noticias h1 {
	font-size: 18px;
	color: #182a0c;
	margin:0;
	margin-bottom:5px;
	font-style:italic;
	font-weight:bold;
}
.cabecalho .wrapper .corpo .noticias img {
	/*float: left;
	margin-right: 10px;
	margin-bottom: 0px;*/
	/*border: 3px solid #FFFFFF;*/
}
.cabecalho .wrapper .corpo .noticias p{
	margin:0;
}
.cabecalho .rodape .wrapper .corpo .noticias a {
	text-align: right;
	color: #957039;
	text-decoration: none;
	margin-top:10px;
}
.cabecalho .rodape .wrapper .corpo .noticias a:hover {
	text-decoration: underline;
}
.cabecalho .wrapper .corpo .destaque_principal {
	margin-top: 20px;
	width: 758px;
	float:left;
}
.cabecalho .wrapper .corpo .destaque_principal h1 {
	font-size: 18px;
	color: #182a0c;
	margin:0;
	margin-bottom:5px;
	font-style:italic;
	font-weight:bold;
}
.cabecalho .wrapper .corpo .destaque_principal img {
	/*float: left;
	margin-right: 5px;*/
	border: solid 3px #FFFFFF;
}
.cabecalho .wrapper .corpo .destaque_principal p{
	margin:0;
}
.cabecalho .wrapper .corpo .destaques_secundarios {
	float: left;
	width: 758px;
	margin-top:20px;
	background-image: url(/imgs/separador_destaques_secundarios.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
.cabecalho .wrapper .corpo .destaques_secundarios h1 {
	color: #ad3224;
	margin:0;
}
.cabecalho .rodape .wrapper .corpo .noticias .destaques_secundarios h1 a {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #ad3224;
	text-decoration:none;
}
.cabecalho .rodape .wrapper .corpo .noticias .destaques_secundarios h1 a:hover {
	text-decoration:underline;
}
.cabecalho .wrapper .corpo .destaques_secundarios img {
	/*float: left;
	margin-right: 10px;*/
	border: 3px solid #FFFFFF;
}
.cabecalho .wrapper .corpo .destaques_secundarios h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
}
.cabecalho .wrapper .corpo .destaques_secundarios p {
	margin: 0px;
	font-size: 14px;
	line-height: 17px;
}
.cabecalho .rodape {
	background-image: url(/imgs/rodape.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 100%;
}
.clearfloat {
	clear:both;
	float:none;
	line-height: 1px;
}
.cabecalho .rodape .wrapper .footer {
	padding-bottom: 100px;
}
.cabecalho .rodape .wrapper .footer .logotipos {
	background-image:url("/imgs/noticia_topo.png");
	background-position: 180px 0px;
	background-repeat:no-repeat;
	height: 80px;
	text-align: center;
	padding-top: 15px;
}
.cabecalho .rodape .wrapper .footer .logotipos img {
	margin: 0 20px;
}
.cabecalho .rodape .wrapper .footer .copyright {
	padding-left:20px;
	width:480px;
	float:left;
	padding-top:75px;
}
.cabecalho .rodape .wrapper .footer .creditos {
	float: right;
	width: 465px;
	padding-right: 35px;
	text-align:right;
	padding-top:75px;
}
.cabecalho .rodape .wrapper .footer .creditos p {
	margin: 0px;
	color:#FFFFFF;
	font-size:12px;
}
.cabecalho .rodape .wrapper .footer .creditos p a {
	color:#FFFFFF;
	text-decoration:none;
}
.cabecalho .rodape .wrapper .footer .creditos p a:hover {
	text-decoration:underline;
}
.cabecalho .rodape .wrapper .footer .copyright p {
	margin:0;
	color:#FFFFFF;
	font-size:12px;
}
.cabecalho .rodape .wrapper .corpo .interior,
.cabecalho .rodape .wrapper .corpo .home_en {
	width:758px;
	font-size:12px;
	padding: 20px 0 0 0;
}
.cabecalho .rodape .wrapper .corpo .interior h1,
.cabecalho .rodape .wrapper .corpo .home_en h1 {
	font-size: 20px;
	font-style: italic;
	color: #182a0c;
	font-weight: normal;
}
.cabecalho .rodape .wrapper .corpo .interior h2,
.cabecalho .rodape .wrapper .corpo .interior .txt_titulosub {
	font-size: 14px;
	color: #182a0c;
}
.cabecalho .rodape .wrapper .corpo .interior img {
	border: 3px solid #FFFFFF;
}
.cabecalho .rodape .wrapper .corpo .interior .noborders img {
	border: none;
}
.cabecalho .rodape .wrapper .corpo .home_en p,
.cabecalho .rodape .wrapper .corpo .interior p {
	margin: 0 0 10px 0;
}


.noticia1_rodape img,
.noticia2_rodape img {
	border: solid #fff 3px;
}
.noticia1_rodape p,
.noticia2_rodape p,
.destaque_principal p {
	font-size: 14px;
	line-height: 17px;
	/*text-align: justify;*/
}

a {
	color: #857039;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.wrap0, .wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap0 {
	float:left;
	background:url(/imgs/shadow.gif) right bottom no-repeat;
}
.wrap1 {
	background:url(/imgs/shadow180.gif) no-repeat;
}
.wrap2 {
	background:url(/imgs/corner_bl.gif) -18px 100% no-repeat;
}
.wrap3 {
	padding:10px 14px 14px 10px;
	background:url(/imgs/corner_tr.gif) 100% -18px no-repeat;
}
.floatright .wrap0 {
	float:right;
}

.tabela {
	font-family: "Arial","Helvetica";
	font-size: 11px;
	background-color: #cccccc;
}
.celula {
	background-color: #FFFFFF;
}
.cabecalho .banner_topo #slideshow_wrapper {
	background-image:url(../imgs/fundo_slide.png);
	background-repeat:no-repeat;
	width:318px;
	height:263px;
	float:right;
	margin-top:10px;
}
.cabecalho .banner_topo .frase {
	float: left;
	width:610px;
}
#slideshow li{
	list-style:none;
	margin-top:175px;
	margin-left:-30px;
}
.cabecalho .lateral .direita .video {
	margin-bottom: 5px;
}

.cavalo_venda {
	padding: 0;
	margin: 10px 0;
}

.cavalo_venda .wrap_topo {
	background-image:url(../imgs/cavalos_topo.png);
	background-repeat:no-repeat;
	padding-top: 28px;
}

.cavalo_venda .wrap_base {
	background-image:url(../imgs/cavalos_base.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	padding: 30px 30px 30px 30px;
}

.cavalo_titulo {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.cavalo_venda img {
	border: 4px solid #fff;
}

.cavalo_venda .cavalos_thumbs_table  {
	display: block;
	float: right;
}
.cavalo_venda .clearfloat  {
	display: block;
}
.cavalo_venda .cavalos_thumbs  {
	text-align: center;
}
.cavalo_venda .cavalos_thumbs img {
	margin: 0 5px;
}

.interior .caminho {
	text-align: right;
	font-family: "Arial","Helvetica";
	font-size: 14px;
}
.interior .caminho a img {
	border: none !important;
}
.interior .caminho a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.interior .caminho a:hover {
	text-decoration: underline;
}

.lista_galerias li a {
	font-weight: bold;
	font-size: 14px;
}

.colapselayer {
	display: none;
}
