@charset "iso-8859-1";
/* CSS Document */

/*LINKS ###########################################################*/
::selection { background: #333; color: #ffffff; }
::-moz-selection { background: #333; color: #ffffff; }
::-webkit-selection { background: #333; color: #ffffff; }
a, a img { cursor: pointer; }
a:hover img { opacity: 0.5; }
/*########################################################### LINKS*/

/*POPUP FLASH*/
#pog {
	 width:1px; 
	 height:1px; 
	 display:block;
	 position:absolute;
	 z-index: 99999;
}
#pog #pop-up{ 
	width:514px;
	height:527px;
	display:block;
	position:absolute;
	left: 20px;
	top:100px;
	z-index: 9999;
}

a.btnfecharpop {
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	text-indent:-99999px;
	overflow:hidden;
	background: #000 scroll url(../imgs/fechar.png) no-repeat left top;
	left: 535px;
	top: 100px;
}

/** {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-type: none;
}*/

* { outline: none; }

body {
	background-color: #A80000;
	color: #000;
	padding: 0;
	margin: 0;
}

/*TOPO*/

#geral-topo {
	display: table;
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	border-bottom: 1px dotted #A80000;
	padding: 0px 0px 10px 0px;
}

#geral-topo #topo {
	display: table;
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

/*#geral-topo #topo h1 {
	display: block;
	width: 126px;
	height: 71px;
	float: left;
	margin: 9px 6px 0px 26px;
}*/

#geral-topo #topo a img { border: none; float: left; margin: 5px 0px 0px 0px; }


/*MENU TOPO*/

#geral-topo #topo ul {
	display: table;
	overflow: hidden;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#geral-topo #topo ul li {
	display: table;
	float: left;
	/*padding: 0px 30px 0px 30px;*/
	padding: 0px 25px 0px 25px;
	list-style: none;
}

#geral-topo #topo ul li a {
	display: table;
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #676767; 
	border-top: 5px solid #FFF;
	text-decoration: none;
}

/*COLOR*/
#geral-topo #topo ul li.btn-noticias a { color: #597800; border-top: 5px solid #FFF; }
#geral-topo #topo ul li.btn-eventos a { color: #0669de; border-top: 5px solid #FFF; }
#geral-topo #topo ul li.btn-videos a { color: #FF7F00; border-top: 5px solid #FFF; }
#geral-topo #topo ul li.btn-contato a { color: #A60002; border-top: 5px solid #FFF; }
#geral-topo #topo ul li.btn-twitter-facebook {margin-left: 10px; padding:0px;}
#geral-topo #topo ul li.btn-twitter-facebook a {font-size: 12px; padding: 9px 20px 9px 20px; background-color: #A80000;	color: #FFF;border: none;}
/*HOVER*/
#geral-topo #topo ul li.btn-noticias a:hover { color: #86A200; border-color: #86A200; }
#geral-topo #topo ul li.btn-eventos a:hover { color: #1595FB; border-color: #1595FB; }
#geral-topo #topo ul li.btn-videos a:hover { color: #FF9000; border-color: #FF9000; }
#geral-topo #topo ul li.btn-contato a:hover { color: #EC0000; border-color: #EC0000; }
#geral-topo #topo ul li.btn-twitter-facebook a:hover {background-color: #FFF;color: #A80000;border-bottom: 1px dotted #A80000; margin-top: -1px;}

/*SUB-MENU*/

#geral-topo #topo ul.sub-menu {
	display: table;
	overflow: hidden;
	padding: 0px;
	margin: 20px auto 0px auto;
}

#geral-topo #topo ul.sub-menu li {
	display: table;
	padding: 0px;
	border-right: 1px dotted #CCC;
	list-style: none;
}

#geral-topo #topo ul.sub-menu li.border {border-right: none; font-weight: bold;}

#geral-topo #topo ul.sub-menu li a {
	border: none;
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -0.03em;
	color: #900;
	padding: 3px 18px;
	text-decoration: none;
}

#geral-topo #topo ul.sub-menu li.border a { font-weight: bold; color: #000; }

#geral-topo #topo ul.sub-menu li a:hover { background-color: #900; color: #FFF; }
#geral-topo #topo ul.sub-menu li.border a:hover { background-color: #000; }

/*=============================================================================================================================================================================================*/

/*GERAL-CONTEUDO*/
#geral-conteudo {
	display: table;
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding: 5px 0px 60px 0px;
	position: relative;
	z-index: 0;
}

#conteudo100pct {
	clear: both;
	display: block;
	width: 100%;
	background-color: #FFF;
	padding: 5px 0px 60px 0px;
	margin: 0px auto;
}
#conteudo960 {
	display: block;
	width: 960px;
	margin: 15px auto;
}

/*=============================================================================================================================================================================================*/

/*HOME*/

#geral-conteudo #home {
	display: table;
	width: 960px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

/*==============================================================NOTICIAS HOME*/
.box-noticias {
	display: table;
	width: 520px;
	float: left;
	padding: 10px;
	margin: 0px;
}

.box-noticias h1, .box-noticias h1 a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #597800;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.box-noticias h2, .box-noticias h2 a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: normal;
	color: #666;
	font-weight: normal;
	margin-bottom: 15px;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.box-noticias h1 a:hover, .box-noticias h2 a:hover {text-decoration: underline;}


/*==============================================================VIDEO HOME*/

.box-video {
	display: table;
	width: 400px;
	float: right;
	padding: 10px 0px 0px 0px;
	position: relative;
	z-index: 0;
}

.box-video h1 { display: table; width: 400px; height: 250px; margin: 0 auto; padding: 0px;}
.box-video h2, .box-video h3, .box-video h4 { font-family: Open-sans, Arial, Geneva, sans-serif; font-size: 10px;	letter-spacing: -0.05em; padding: 0px; margin: 0px;}
.box-video h2 {	font-weight: bold; color: #FF7F00; }
.box-video h3 {	color: #666; font-weight: normal;}
.box-video h4 { display: block; font-size: 16px; text-align: right; padding-top: 15px; padding-right: 10px; border-bottom: 5px solid #FF7F00; color: #FF7F00; margin-bottom: 5px; font-weight: bold;}


.box-video ul {
	display: table;
	overflow: hidden;
	padding: 3px;
	margin: 0px;
}

.box-video ul li {
	display: table;
	width: 400px;
	overflow: hidden;
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: -0.05em;
	color: #FF7F00;
	padding: 0px 5px 5px 0px;
	border-bottom: 1px dotted #999;
	margin: 0px 0px 15px 0px;
	list-style: none;
}

.box-video ul li a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: -0.05em;
	color: #FF7F00;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.box-video ul li.btn-mais-videos { border-bottom: none;}
.box-video ul li.btn-mais-videos a { font-weight: bold;}
.box-video ul li a:hover {text-decoration: underline;}
.box-video ul li img {float: left;	border: 3px solid #FFF;	margin-right: 5px; }
.box-video ul li img:hover {float: left; border: 3px solid #FF7F00; margin-right: 5px; }


/*==============================================================PUBLICIDADE A*/

.box-publi-a {
	display: table;
	width: 525px;
	overflow: hidden;
	float: left;
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

.box-publi-a h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	padding: 0px 0px 2px 6px;
	margin: 0px;
}

.box-publi-a ul {
	display: table;
	width: 520px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.box-publi-a ul li {
	display: block;
	width: 125px;
	height: 70px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.box-publi-a ul li img { border: none; }

.box-publi-a ul li.separador-publi-a {width: 5px;}

/*==============================================================EVENTOS HOME*/

.box-eventos {
	display: table;
	width: 500px;
	float: left;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

.box-eventos ul {
	display: table;
	width: 215px;
	padding: 0px 35px 0px 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}

.box-eventos ul li, .box-eventos ul li a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: normal;
	color: #0669de;
	text-decoration: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.box-eventos ul li.sub-text-eventos, .box-eventos ul li.sub-text-eventos a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	letter-spacing: normal;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	list-style: none;
	padding: 3px 0px 0px 0px;
	margin: 0px;
}

.box-eventos ul li a:hover { text-decoration: underline;}


/*==============================================================TWITTER HOME*/

.box-twitter {
	display: table;
	width: 500px;
	float: left;
	margin: 0px;
	padding: 5px;
}

/*==============================================================PUBLICIDADE B*/

.box-publi-b {
	display: table;
	width: 960px;
	overflow: hidden;
	clear: both;
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
}

.box-publi-b h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	font-weight: normal;
	padding: 0px 0px 2px 5px;
	margin: 0px;
}

.box-publi-b ul {
	display: table;
	width: 960px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.box-publi-b ul li {
	display: block;
	width: 125px;
	height: 70px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.box-publi-b ul li img { border: none; }

.box-publi-b ul li.separador-publi-b {width: 5px;}



.box-publi-c {
	display: table;
	width: 430px;
	overflow: hidden;
	clear: both;
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
}

.box-publi-c h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	font-weight: normal;
	padding: 0px 0px 2px 5px;
	margin: 0px;
}

.box-publi-c ul {
	display: table;
	width: 430px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.box-publi-c ul li {
	display: block;
	width: 125px;
	height: 70px;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}

.box-publi-c ul li img { border: none; }

.box-publi-c ul li.separador-publi-c {width: 5px;}




/*==============================================================ULTIMAS NOTICIAS HOME*/

.box-ultimas-noticias {
	display: table;
	width: 490px;
	float: left;
	overflow: hidden;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

.box-ultimas-noticias ul {
	display: table;
	width: 490px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #666;
	overflow: hidden;
}

.box-ultimas-noticias h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #597800;
	border-bottom: 5px solid #597800;
	padding: 0px 0px 2px 5px;
	margin: 0px 0px 30px 0px;
}


.box-ultimas-noticias ul li, .box-ultimas-noticias ul li a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	letter-spacing: -0.05em;
	text-decoration: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.box-ultimas-noticias ul li { padding: 1px 0px 0px 0px;}

.box-ultimas-noticias ul li.data-noticia {
	font-size: 10px;
	color: #666;
}

.box-ultimas-noticias ul li.tit-noticia a {
	font-size: 15px;
	letter-spacing: normal;
	font-weight: bold;
	color: #597800;
}

.box-ultimas-noticias ul li.sub-tit-noticia a {
	font-size: 11px;
	color: #666;
}

.box-ultimas-noticias ul li a:hover {text-decoration: underline;}


/*==============================================================COTAÇAO NO BRASIL*/

.box-cotacao-no-brasil {
	display: table;
	width: 435px;
	float: right;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	padding: 0px 0px 5px 0px;
}
.box-receita-foto {
	display: table;
	width: 960px;
	float: right;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	padding: 0px 0px 5px 0px;
}

.box-cotacao-no-brasil .tabela-cotacao {
	display: table;
	width: 300px;
	border: 1px solid #999;
	padding: 0px;
	overflow: hidden;
	margin: 0 auto;
}


.box-cotacao-no-brasil .tabela-cotacao h1, h2, h3 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	font-weight: bold;
	color: #333;
}

.box-cotacao-no-brasil .tabela-cotacao h2 {
	padding: 6px 0px 3px 0px;
	font-size: 11px;
	color: #C00;
	border-bottom: 1px solid #C00;
}

.box-cotacao-no-brasil .tabela-cotacao h3 {
	padding: 3px 0px 3px 0px;
	font-size: 11px;
	color: #333;
	border: none;
}

.box-cotacao-no-brasil .tabela-cotacao h1.border-cotacoes { border-bottom: 5px solid #999;}
.box-cotacao-no-brasil .tabela-cotacao h3.background-cotacoes { background-color: #DAEEAA;}
.box-cotacao-no-brasil .tabela-cotacao h3.background-cotacoes-sp { background-color: #FF6; color: #C00;}


/*==============================================================GALERIA DE RECEITAS*/

.box-receitas {
	display: table;
	width: 420px;
	float: right;
	overflow: hidden;
	padding: 0px 10px 5px 0px;
	margin: 0px;
}

.box-receitas h1, .box-receitas h1 a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #930;
	border: none;
	text-decoration: none;
}

.box-receitas h1 {padding: 0px 0px 0px 0px;}
.box-receitas h2 { padding: 0px 0px 0px 0px;}
.box-receitas h2 img { border: 2px solid #FFF; }

.box-receitas h1 a:hover { text-decoration: underline; color: #930; }
.box-receitas h2 img:hover { border: 2px solid #930; }




/*FOTOS-----------------------*/
.box-fotos { display: block; overflow: hidden; width: 960px; margin: 0px auto; }
.box-fotos h1 { display: block; overflow: hidden; padding: 3px 35px 5px 0px; margin: 0px 0px 35px 0px; font-family: Open-sans, Geneva, sans-serif; font-size: 22px; font-weight: 700; color: #60C; border-bottom: 2px solid #CCCCCC;  }
.box-fotos ul { display: table; width: 960px; overflow: hidden; padding: 5px 0px; margin-bottom: 35px; }
.box-fotos ul li { list-style: none; float: left; margin: 2px 0px; padding: 5px; }
.box-fotos ul li a img { float: left; border: none; }
.box-fotos ul li a, .box-fotos ul li a img { -webkit-transition: 0s; -moz-transition: 0s;	-o-transition: 0s; -ms-transition: 0s; transition: 0s; }
.box-fotos ul li a:hover img { border: 5px solid #60C; margin: -5px; opacity: 0.8; }
/*-----------------------FOTOS*/



/*==============================================================GALERIA DE IMAGENS*/

.box-galeria-imagens {
	display: table;
	width: 420px;
	float: right;
	margin: 0px;
	overflow: hidden;
	padding: 0px 10px 5px 0px;
}

.box-galeria-imagens h1, .box-galeria-imagens h1 a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #60C;
	border: none;
	text-decoration: none;
}

.box-galeria-imagens h1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.box-galeria-imagens h2 { padding: 0px 0px 0px 20px;}
.box-galeria-imagens h2 a img { border: 2px solid #FFF; float: left; }


.box-galeria-imagens h1 a:hover { text-decoration: underline; color: #606; }
.box-galeria-imagens h2 a img:hover { border: 2px solid #60C; }


/*=============================================================================================================================================================================================*/

/*NOTICIAS*/

#geral-conteudo #noticias {
	display: table;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/*==============================================================BOX LER ID NOTICIAS*/

.box-ler-id-noticias {
	display: table;
	width: 960px;
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 45px 0px;
	border-bottom: 1px dotted #666;
}

.box-ler-id-noticias h1, h2, h3 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	letter-spacing: -0.05em;
	padding: 5px;
	margin: 0px;
}

.box-ler-id-noticias p {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	padding: 15px 5px 15px 5px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	letter-spacing: normal;
}

.box-ler-id-noticias h1 {font-size: 26px;font-weight: bold;color: #C00; padding: 3px;}
.box-ler-id-noticias h2 {font-size: 14px;font-weight: normal;color: #666; padding: 0px 5px 0px 5px; clear: both;}

/*==============================================================NOTICIAS EM DESTAQUE*/

#geral-conteudo #noticias h1.destaque-noticias {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #666;
	border-bottom: 3px solid #CCC;
	padding: 0px 0px 3px 5px;
	margin: 0px 0px 5px 0px;
}

.box-ler-noticias {
	display: table;
	width: 460px;
	padding: 10px;
	float: left;
	margin: 0px 0px 10px 0px;
}

.box-ler-noticias h1, .box-ler-noticias h1 a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #597800;
	border: none;
	text-decoration: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.box-ler-noticias h2, .box-ler-noticias h2 a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: normal;
	color: #666;
	border: none;
	text-decoration: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.box-ler-noticias h1 a:hover, .box-ler-noticias h2 a:hover { text-decoration: underline; }


/*==============================================================ULTIMAS NOTICIAS*/

.box-noticias-ultimas {
	display: table;
	width: 960px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.box-noticias-ultimas h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 22px;
	padding: 0px 0px 3px 5px;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #666;
	border-bottom: 3px solid #CCC;
	margin: 0px 0px 15px 0px;
}

.box-noticias-ultimas ul {
	display: table;
	width: 440px;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	float: left;
	border-bottom: 1px dotted #999;
}

.box-noticias-ultimas ul li, .box-noticias-ultimas ul li a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	letter-spacing: -0.05em;
	list-style: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.box-noticias-ultimas ul li.data-noticia {
	font-size: 10px;
	color: #666;
}

.box-noticias-ultimas ul li.tit-noticia a {
	font-size: 12px;
	font-weight: bold;
	color: #597800;
}

.box-noticias-ultimas ul li.sub-tit-noticia a {
	font-size: 10px;
	color: #666;
}

.box-noticias-ultimas ul li a:hover {text-decoration: underline;}


/*=============================================================================================================================================================================================*/

/*EVENTOS*/

#geral-conteudo #eventos {
	display: table;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/*==============================================================BOX LER ID EVENTOS*/

.box-ler-id-eventos {
	display: table;
	width: 960px;
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 45px 0px;
	border-bottom: 1px dotted #666;
}

.box-ler-id-eventos h1, h2, h3 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	letter-spacing: -0.05em;
	padding: 5px;
	margin: 0px;
}

.box-ler-id-eventos p {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	padding: 15px 5px 15px 5px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	letter-spacing: normal;
}

.box-ler-id-eventos h1 {font-size: 26px;font-weight: bold;color: #C00; padding: 3px;}
.box-ler-id-eventos h2 {font-size: 14px;font-weight: normal;color: #666; padding: 0px 5px 0px 5px; clear: both;}

/*==============================================================EVENTOS EM DESTAQUE*/

#geral-conteudo #eventos h1.destaque-eventos {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #666;
	border-bottom: 3px solid #CCC;
	padding: 0px 0px 3px 5px;
	margin: 0px 0px 5px 0px;
}

.box-ler-eventos {
	display: table;
	width: 460px;
	padding: 10px;
	float: left;
	margin: 0px 0px 10px 0px;
}

.box-ler-eventos h1, .box-ler-eventos h1 a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #0669de;
	border: none;
	text-decoration: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.box-ler-eventos h2, .box-ler-eventos h2 a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: normal;
	color: #666;
	border: none;
	text-decoration: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.box-ler-eventos h1 a:hover, .box-ler-eventos h2 a:hover { text-decoration: underline; }


/*==============================================================ULTIMOS EVENTOS*/

.box-eventos-ultimas {
	display: table;
	width: 960px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.box-eventos-ultimas h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 22px;
	padding: 0px 0px 3px 5px;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #666;
	border-bottom: 3px solid #CCC;
	margin: 0px 0px 15px 0px;
}

.box-eventos-ultimas ul {
	display: table;
	width: 440px;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	float: left;
	border-bottom: 1px dotted #999;
}

.box-eventos-ultimas ul li, .box-eventos-ultimas ul li a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	letter-spacing: -0.05em;
	list-style: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.box-eventos-ultimas ul li.data-eventos {
	font-size: 10px;
	color: #666;
}

.box-eventos-ultimas ul li.tit-eventos a {
	font-size: 12px;
	font-weight: bold;
	color: #0669de;
}

.box-eventos-ultimas ul li.sub-tit-eventos a {
	font-size: 10px;
	color: #666;
}

.box-eventos-ultimas ul li a:hover {text-decoration: underline;}

/*=============================================================================================================================================================================================*/

/*VIDEOS*/

#geral-conteudo #videos {
	display: table;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/*==============================================================BOX DESTAQUE VIDEOS*/

.box-video-destaque {
	display: table;
	width: 480px;
	overflow: hidden;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.box-video-destaque h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #666;
	border-bottom: 3px solid #CCC;
	padding: 0px 0px 3px 5px;
	margin: 0px 0px 5px 0px;
}

.box-video-destaque ul {
	display: table;
	width: 480px;
	overflow: hidden;
	padding: 8px 0px 0px 25px;
	margin: 0px;
}
.box-video-destaque ul li {
	display: table;
	width: 400px;
	list-style: none;
	font-family: Open-sans, Arial, Geneva, sans-serif;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

/*==============================================================BOX ULTIMOS VIDEOS*/

.box-ultimos-videos {
	display: table;
	width: 450px;
	overflow: hidden;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}

.box-ultimos-videos h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #666;
	text-align: right;
	border-bottom: 3px solid #CCC;
	padding: 0px 5px 3px 0px;
	margin: 0px 0px 5px 0px;
}

.box-ultimos-videos ul {
	display: table;
	width: 450px;
	overflow: hidden;
	padding: 8px 0px 8px 5px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px dotted #666;
}
.box-ultimos-videos ul li {
	display: table;
	width: 420px;
	list-style: none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.box-ultimos-videos ul li a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #FF7F00;
	padding: 0px;
	margin: 0px;
}

.box-ultimos-videos ul li a:hover { text-decoration: underline; }

.box-ultimos-videos ul li a img {
	float: left;
	margin: 0px 5px 0px 0px;
	border: 2px solid #FFF;
}

.box-ultimos-videos ul li a img:hover { border-color: #FF7F00; }

/*==============================================================BOX MAIS VIDEOS*/

.box-mais-videos {
	display: table;
	width: 960px;
	overflow: hidden;
	padding: 20px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.box-mais-videos h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #666;
	border-bottom: 3px solid #CCC;
	padding: 0px 0px 3px 5px;
	margin: 0px 0px 5px 0px;
}

.box-mais-videos ul {
	display: table;
	width: 440px;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	float: left;
	border-bottom: 1px dotted #999;
}

.box-mais-videos ul li {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.box-mais-videos ul li a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	letter-spacing: normal;
	list-style: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.box-mais-videos ul li.mais-videos-tit a { color: #FF7F00; }
.box-mais-videos ul li.mais-videos-subtit a { color: #666; }
.box-mais-videos ul li a:hover {text-decoration: underline;}

/*=============================================================================================================================================================================================*/

/*FALE CONOSCO*/

#geral-conteudo #fale-conosco {
	display: table;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/*==============================================================BOX FORMULARIO*/

.box-formulario {
	display: table;
	width: 520px;
	overflow: hidden;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.box-formulario h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 20px;
	padding: 10px 0px 3px 5px;
	font-weight: bold;
	letter-spacing: normal;
	color: #C00;
	border-bottom: 3px solid #CCC;
	margin: 0px 0px 15px 0px;
}

.box-formulario p {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	letter-spacing: normal;
}

.box-formulario fieldset { border: none; /*border-color: #CCC;*/ }
.box-formulario legend { font-family: Open-sans, Arial, Geneva, sans-serif; font-size: 12px; color: #C00; font-weight: normal;}

.box-formulario input { border: 1px dotted #999; padding: 3px; font-family: Open-sans, Geneva, sans-serif; font-size: 12px; color: #333; width: 383px;}
.box-formulario input.ddd { width: 30px;}
.box-formulario input.tel { width: 187px;}

.box-formulario textarea { border: 1px dotted #999; padding: 3px; font-family: Open-sans, Geneva, sans-serif; font-size:12px; color: #333; width: 383px;}

.box-formulario input:hover {background-color: #CCC;}
.box-formulario input:focus { background-color: #E2E2E2;}
.box-formulario textarea:hover {background-color: #CCC;}
.box-formulario textarea:focus { background-color: #E2E2E2;}

.box-formulario input.btn-enviar { width: 100px; color: #FFF; font-size: 14px; background-color: #A60002; margin-right: 12px;}
.box-formulario input.btn-enviar:hover { cursor: pointer; color: #A60002; background-color: #FFF;}



/*==============================================================BOX ATENDIMENTO*/

.box-atendimento {
	display: table;
	width: 380px;
	overflow: hidden;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	float: right;
}

.box-atendimento h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 20px;
	padding: 10px 0px 3px 5px;
	font-weight: bold;
	letter-spacing: normal;
	color: #C00;
	border-bottom: 3px solid #CCC;
	margin: 0px 0px 15px 0px;
}

.box-atendimento p {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	padding: 0px 5px 0px 5px;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	letter-spacing: normal;
}

.box-atendimento p a { font-family: Open-sans, Arial, Geneva, sans-serif; font-size: 13px; color: #C00; text-decoration: none;}
.box-atendimento p a:hover {color: #F00; text-decoration: underline;}

#geral-conteudo #fale-conosco .box-atendimento a.mapa {
	display:block;
	width: 257px;
	height: 116px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: scroll url(../imgs/mapa-apcs.jpg) no-repeat left top;
}

/*=============================================================================================================================================================================================*/

/*SOBRE A APCS*/

#geral-conteudo #sobre-a-apcs {
	display: table;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/*==============================================================BOX SOBRE A APACS*/

.box-sobre-a-apcs {
	display: table;
	width: 960px;
	overflow: hidden;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.box-sobre-a-apcs h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 20px;
	padding: 10px 0px 3px 5px;
	font-weight: bold;
	letter-spacing: normal;
	color: #C00;
	border-bottom: 3px solid #CCC;
	margin: 0px 0px 15px 0px;
}

.box-sobre-a-apcs p {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	letter-spacing: normal;
}

/*=============================================================================================================================================================================================*/

/*RECEITAS*/

#geral-conteudo #receitas {
	display: table;
	width: 960px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
}

#geral-conteudo #receitas h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 26px;
	padding: 10px 0px 3px 5px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #930;
	border-bottom: 3px solid #CCC;
	margin: 0px 0px 15px 0px;
}

#geral-conteudo #receitas ul {
	display: table;
	width: 440px;
	overflow: hidden;
	padding: 2px;
	margin: 0px 0px 10px 22px;
	border-bottom: 1px dotted #666;
	float: left;
}

#geral-conteudo #receitas ul li {	padding: 3px; float: left; list-style: none; }
#geral-conteudo #receitas ul li a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 16px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: normal;
	color: #930;
	margin: 0px;
	text-decoration: none;
}
#geral-conteudo #receitas ul li a:hover { text-decoration: underline; }

/*=============================================================================================================================================================================================*/

/*GALERIA DE IMAGENS*/

#geral-conteudo #galeria-de-imagens {
	display: table;
	width: 960px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
}

#geral-conteudo #galeria-de-imagens h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 26px;
	padding: 10px 0px 3px 5px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #60C;
	border-bottom: 3px solid #CCC;
	margin: 0px 0px 15px 0px;
}

#geral-conteudo #galeria-de-imagens ul {
	display: table;
	width: 960px;
	overflow: hidden;
	padding: 2px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #666;
}

#geral-conteudo #galeria-de-imagens ul li {	padding: 3px; float: left; list-style: none; }
#geral-conteudo #galeria-de-imagens ul li.span-data-galeria { width: 800px; padding-top: 8px; }
#geral-conteudo #galeria-de-imagens ul li.span-data-galeria a { font-size: 12px; color: #C00; }
#geral-conteudo #galeria-de-imagens ul li a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 16px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: normal;
	color: #60C;
	margin: 0px;
	text-decoration: none;
}
#geral-conteudo #galeria-de-imagens ul li a:hover { text-decoration: underline; }
#geral-conteudo #galeria-de-imagens ul li a img { padding: 0px; margin: 0px 5px 0px 0px; border: 2px solid #FFF; }
#geral-conteudo #galeria-de-imagens ul li a img:hover { padding: 0px; border: 2px solid #60C; }


/*=============================================================================================================================================================================================*/

/*BOLSA DE SUINOS*/

#geral-conteudo #bolsa-de-suinos {
	display: table;
	width: 960px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 13px;
}

#geral-conteudo #bolsa-de-suinos .tit-bolsa-suinos { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; background-color: #C00; color: #FFF;}
#geral-conteudo #bolsa-de-suinos .sub-bolsa-suinos { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; background-color: #333; color: #FFF; border-bottom: 1px dotted #666;}
#geral-conteudo #bolsa-de-suinos .borda-bolsa-suinos { border-bottom: 1px dotted #666;}
#geral-conteudo #bolsa-de-suinos input { width: 80px; }
#geral-conteudo #bolsa-de-suinos input.btn-buscar { cursor: pointer; }
#geral-conteudo #bolsa-de-suinos a { padding: 3px; background-color: #900; color: #FFF; text-decoration: none; font-weight: bold; }
#geral-conteudo #bolsa-de-suinos a:hover { padding: 3px; background-color: #F00; color: #FFF; }

/*=============================================================================================================================================================================================*/

/*RODAPE*/
#geral-rodape {
	display: table;
	width: 100%;
	overflow: hidden;
	background-color: #A80000;
	border-top: 3px groove #A80000;
}

#geral-rodape #rodape {
	display: table;
	width: 960px;
	overflow: hidden;
	padding: 0px 0px 15px 0px;
	margin: 0 auto;
}

/*================================================================================BOX MENU RODAPE*/

.box-menu-rodape {
	display: table;
	width: 960px;
	overflow: hidden;
	margin: 10px auto 5px auto;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #d30000;
}

.box-menu-rodape ul {
	display: table;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
}

.box-menu-rodape ul li {
	display: table;
	overflow: hidden;
	margin: 0px;
	list-style: none;
	padding: 3px 25px 3px 25px;
	float: left;
}

.box-menu-rodape ul li a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
}

.box-menu-rodape ul li a:hover { color: #320000; }

/*================================================================================BOX SUBMENU RODAPE*/

.box-submenu-rodape {
	display: table;
	width: 960px;
	overflow: hidden;
	margin: 0px auto 10px auto;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #d30000;
}

.box-submenu-rodape ul {
	display: table;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
}

.box-submenu-rodape ul li {
	display: table;
	overflow: hidden;
	margin: 0px;
	list-style: none;
	padding: 3px 10px 3px 10px;
	float: left;
}

.box-submenu-rodape ul li a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
}

.box-submenu-rodape ul li a:hover { color: #320000; }

/*================================================================================BOX DADOS RODAPE*/

.box-dados-rodape {
	display: table;
	width: 960px;
	overflow: hidden;
	margin: 0px auto 10px auto;
	padding: 5px 0px 5px 0px;
}


.box-dados-rodape address {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0px auto;
	padding: 3px;
}

.box-dados-rodape address a {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.box-dados-rodape address a:hover { text-decoration: underline;}

.box-dados-rodape h1 {
	font-family: Open-sans, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0px auto;
	padding: 3px;
}

.box-dados-rodape h2 {
	display: block;
	width: 91px;
	height: 15px;
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.box-dados-rodape h2 a img { border: none; }

#div-2-logos{
	width: 205px;
	height: 71px;
	float: left;
}

#add01{
	width: 250px;
	height: 95px;
	float: left;
}
#add02{
	width: 250px;
	height: 95px;
	float: left;
	margin-left: 20px;
}
