@charset "UTF-8";

body {
	display: none;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #002d55;
	text-decoration: none;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	background: url('../images/bar_topo.png') repeat-x top center;
	/*letter-spacing:-1px;*/
}

body#cerb {
	background: url('../images/bar_topo_a_cerb.png') repeat-x top center;
}

body#pagina {
	background: url('../images/bar_topo_pagina.png') repeat-x top center;
}

a img {
	border: none;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

#top_head {
	position: relative;
	float: right;
	margin: -5px 0px 0px 0px;
	top: 8px;
	right: 50px;
}

#top_head #lingua {
	float: left;
}

#top_head #lingua ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 15px;
	font-size: 10px;
}

#top_head #lingua ul li {
	display: inline;
}

#top_head #lingua ul li:first-child {
	border-right: 1px solid #000;
	padding-right: 3px;
}

#top_head #lingua ul li a {
	color: #868686;
	text-decoration: none;
	font-weight: bold;
}

#top_head #lingua ul li a.ativo {
	color: #BB0F21;
}

#site {
	width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}

#header {
	width: 100%;
	min-width: 1020px;
	height: 433px;
}

#logo {
	margin: 20px 0 0 0;
	float: left;
}

/*** MENU ***/

#menu {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 0;
	margin-right: 0;
	float: right;
	position: relative;
	left: -33px;
}

#menu span {
	font-size: 11px;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a div {
	float: left;
	height: 76px;
}

#menu ul li a.acerb div {
	width: 78px;
	background: url('../images/buttons/menu_01.png') no-repeat;
}

#menu ul li a.acerb:hover div, #menu ul li a.acerb div.ativo {
	background: url('../images/buttons/menu_01_on.png') no-repeat;
}

#menu ul li a.contabilidade div {
	width: 143px;
	background: url('../images/buttons/menu_02.png') no-repeat;
}

#menu ul li a.contabilidade:hover div, #menu ul li a.contabilidade div.ativo {
	background: url('../images/buttons/menu_02_on.png') no-repeat;
}

#menu ul li a.recursoshumanos div {
	width: 103px;
	background: url('../images/buttons/menu_03.png') no-repeat;
}

#menu ul li a.recursoshumanos:hover div, #menu ul li a.recursoshumanos div.ativo {
	background: url('../images/buttons/menu_03_on.png') no-repeat;
}

#menu ul li a.organizacaoeprocedimentos div {
	width: 135px;
	background: url('../images/buttons/menu_04.png') no-repeat;
}

#menu ul li a.organizacaoeprocedimentos:hover div, #menu ul li a.organizacaoeprocedimentos div.ativo {
	background: url('../images/buttons/menu_04_on.png') no-repeat;
}

#menu ul li a.consultoriafinanceira div {
	width: 128px;
	background: url('../images/buttons/menu_05.png') no-repeat;
}

#menu ul li a.consultoriafinanceira:hover div, #menu ul li a.consultoriafinanceira div.ativo {
	background: url('../images/buttons/menu_05_on.png') no-repeat;
}

/* MENU INGLES */

#menu ul.menu-en li a.acerb div {
	width: 75px;
	background: url('../images/buttons/en/menu_01.png') no-repeat;
}

#menu ul.menu-en li a.acerb:hover div, #menu ul.menu-en li a.acerb div.ativo {
	background: url('../images/buttons/en/menu_01_on.png') no-repeat;
}

#menu ul.menu-en li a.contabilidade div {
	width: 140px;
	background: url('../images/buttons/en/menu_02.png') no-repeat;
}

#menu ul.menu-en li a.contabilidade:hover div, #menu ul.menu-en li a.contabilidade div.ativo {
	background: url('../images/buttons/en/menu_02_on.png') no-repeat;
}

#menu ul.menu-en li a.recursoshumanos div {
	width: 101px;
	background: url('../images/buttons/en/menu_03.png') no-repeat;
}

#menu ul.menu-en li a.recursoshumanos:hover div, #menu ul.menu-en li a.recursoshumanos div.ativo {
	background: url('../images/buttons/en/menu_03_on.png') no-repeat;
}

#menu ul.menu-en li a.organizacaoeprocedimentos div {
	width: 151px;
	background: url('../images/buttons/en/menu_04.png') no-repeat;
}

#menu ul.menu-en li a.organizacaoeprocedimentos:hover div, #menu ul.menu-en li a.organizacaoeprocedimentos div.ativo {
	background: url('../images/buttons/en/menu_04_on.png') no-repeat;
}

#menu ul.menu-en li a.consultoriafinanceira div {
	width: 115px;
	background: url('../images/buttons/en/menu_05.png') no-repeat;
}

#menu ul.menu-en li a.consultoriafinanceira:hover div, #menu ul.menu-en li a.consultoriafinanceira div.ativo {
	background: url('../images/buttons/en/menu_05_on.png') no-repeat;
}

/*#menu ul li a {
	width: auto;
	height: 50px;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	float: left;
	padding: 10px;
	color: #000;
	text-decoration: none;
	background-image: url('../images/bar_topo_border.png');
	background-position: right;
	background-repeat: no-repeat;
}

#menu ul li a:hover, #menu ul li.current-menu-item a {
	background: url('../images/bar_topo_hover_bg.png') repeat-x;
	color: #BB0F21;
}*/

/*** FIM MENU ***/

#slideshow {
	clear: both;
	float: left;
	margin-top: -19px;
	width: 987px;
	height: 325px;
}

#slideshow a {
	color: #fff;
	text-decoration: none;
}

ul.slides {
	list-style: none;
	padding: 0;
}

ul.slides li {
	height: 380px !important;
}

.slide_arrow {
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.slide_content {
	float: left;
	width: 430px;
	font-size: 18px;
}

.slide_content h3 {
	font-size: 22px;
}

.slide_content a:hover h3, .slide_content a:hover p {
	color: #e1e1e1;
}

.slide_image {
	float: right;
	width: 480px;
	margin-top: -20px;
}

.slide_image img.slide_photo {
	position: relative;
	top: -1px;
	z-index: -1;
}

img.mask_slide_image {
	position: relative;
	top: -324px;
	left: -93px;
	z-index: -1;
}

div#oquefazemos {
	float: left;
	width: 690px;
	padding-bottom: 5px;
}

#oquefazemos h2 {
	width: 265px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 3px solid #BB0F21;
	padding-bottom: 4px;
	margin-bottom: 0;
}

#oquefazemos ul {
	list-style: none;
	padding: 0;
}

#oquefazemos ul li {
	display: inline;
	float: left;
	margin-top: 15px;
	width: 200px;
	padding: 10px;
	height: 163px;
}

#oquefazemos ul li:hover {
	background: #e4e4e4;
	border-radius: 5px;
}

#oquefazemos article {
	width: 220px;
}

#oquefazemos li:first-child article, #oquefazemos li:nth-child(4n) article {
	/*margin-left: -40px;*/
}

#oquefazemos a {
	color: #476175;
	text-decoration: none;
}

#oquefazemos a:hover {
	color: #BB0F21;
}

#oquefazemos h3 {
	font-size: 14px;
	margin: 8px 0 0 0;
}

#oquefazemos .liimage, #oquefazemos .lititle {
	float: left;
}

#oquefazemos .liimage img {
	/*border: 1px solid #476175;*/
	border: none;
}

#oquefazemos .lititle {
	width: 131px;
	padding-left: 10px;
	margin-top: -10px;
}

#oquefazemos hr {
	clear: both;
	float: left;
	width: 195px;
	border: 2px solid #476175;
	margin-top: -4px;
}

#oquefazemos .licontent p {
	clear: both;
	float: left;
	color: #6E6E6E;
	width: 180px;
	font-size: 13px;
	margin: 0;
}

#oquefazemos li:hover .licontent p {
	color: #3f3f3f;
}

#oquefazemos .licontent img {
	float: right;
	margin: -40px 20px 0 0;
	clear: both;
}

#destaques {
	float: left;
	width: 296px;
	height: 100%;
	background: #f3f3f3;
	margin-top: -4px;
	padding-bottom: 19px;
}

#destaques ul {
	list-style: none;
	padding: 0;
}

#destaques ul li {
	background: url('../images/em_destaque_bullets.png') no-repeat;
	background-position: center left 10px;
	background-position-x: 10px;
	background-position-y: 50%;
	padding: 0 15px 0 50px;
	border-bottom: 1px solid #B9B9B9;
}

#destaques ul li:last-child {
	border-bottom: none;
	padding-bottom: 1px;
}

#destaques ul li img {
	position: relative;
	float: right;
	margin-top: 25px;
}

#destaques ul li a {
	text-decoration: none;
}

#destaques ul li h4 {
	color: #476175;
	margin: 0;
	padding-top: 17px;
	width: 216px;
}

#destaques ul li p {
	color: #6F6F6F;
	margin-top: 4px;
	font-size: 13px;
	width: 216px;
}

#destaques ul li:hover {
	background: #e5e5e5 url('../images/em_destaque_bullets_on.png') no-repeat center left 10px;
}

#destaques ul li a:hover h4 {
	color: #BB0F21;
}

#destaques h2 {
	width: 248px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 3px solid #BB0F21;
	padding-bottom: 4px;
	margin: 15px 15px 0 15px;
}

div.inner_content {
	width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}

div#conhecanos {
	background: url('../images/conheca-nos_bg.png') repeat-x;
	float: left;
	clear: both;
	height: 295px;
	width: 100%;
	min-width: 1020px;
	padding-top: 30px;
}

#conhecanosleft {
	float: left;
	width: 680px;
	margin-right: 10px;
}

#conhecanos h2 {
	text-transform: uppercase;
	color:#373737;
	font-weight: normal;
	margin-top: -10px;
}

#conhecanos img.conhecanosphoto {
	border-top: 4px solid #AF1D2D;
}

#conhecanosleft div.right {
	width: 394px;
}

#conhecanos h3 {
	float: left;
	color: #486275;
	margin: 0;
}

#conhecanos p {
	float: left;
	color: #424242;
}

#conhecanos .conhecanosbutton, a.vermaisdestaques {
	color: #BB0F21;
	text-decoration: none;
	font-weight: bold;
	float: right;
	margin-right: 15px;
}

#conhecanos a:hover .conhecanosbutton, a.vermaisdestaques:hover {
	color: #476175;
}

#conhecanos a:hover h3 {
	color: #bc1021;
}

#conhecanos a:hover p {
	color: #3f3f3f;
}

#conhecanos .conhecanosbutton img, a.vermaisdestaques img {
	vertical-align: middle;
}

a.vermaisdestaques {
	margin-bottom: 5px;
}

#conhecanosright {
	float: left;
	width: 296px;
}

#newsletter {
	background: url('../images/newsletter_bg.png') repeat-x;
	margin-top: -30px;
	padding: 20px 10px 15px 10px;
	height: 125px;
}

#newsletter h3 {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-size: 19px;
	color: #373737;
}

#newsletter p {
	margin-top: 5px;
}

#newsletter input[type="text"] {
	border: 1px solid #bcbcbc;
	box-shadow: 1px 1px 1px #d3d3d3;
	padding: 5px;
	font-size: 19px;
	color: #A5A5A5;
	font-family: 'Open Sans', sans-serif;
	width: 210px;
	float: left;
}

#newsletter input[type="submit"] {
	border: none;
	background: url('../images/circle_arrow_big.png') no-repeat;
	width: 38px;
	height: 38px;
	cursor: pointer;
	margin: 0px 0px 0px 6px;
	float: right;
}

#info_uteis {
	background: #ececec;
	padding: 25px 5px 25px 16px;
	height: 75px;
}

#info_uteis img.info_logo {
	float: left;
}

#info_uteis h3 {
	float: left;
	font-size: 19px;
	color: #373737;
	font-weight: normal;
	text-transform: uppercase;
	width: 125px;
	margin: 10px 25px 0 5px;
}

#info_uteis h3:hover {
	color: #BB0F21;
}

#info_uteis a img.link {
	float: left;
	margin-top: 20px;
}

footer {
	float: left;
	clear: both;
	width: 100%;
	min-width: 1020px;
	height: 300px;
	background: #bc1021;
}

footer#cerb {
	background: url('../images/footer_cerb_bg.png');
}

#footer {
	width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
	color: #fff;
}

footer#cerb #footer {
	color: #8f8f8f;
}

footer#cerb #footer #top {
	color: #595959;
}

#footer #bottom {
	clear: both;
	border-top: 2px solid #891018;
	padding-top: 25px;
}

footer#cerb #footer #bottom {
	border-top: 2px solid #cacaca;
}

#footer p.pleft {
	float: left;
	height: 25px;
}

#footer p.pright {
	float: right;
	height: 25px;
}

#footer p.pright a {
	color: #fff;
	text-decoration: none;
}

footer#cerb #footer p.pright a {
	color: #595959;
}

footer#cerb #footer p.pright a:hover {
	color: #5f0c12;
}

#footer p.pright img {
	vertical-align: middle;
}


#footer #bottom li {
	list-style: none;
	float: left;
	width: 185px;
	padding-left: 15px;
	font-size: 14px;
	text-transform: uppercase;
}

#footer #bottom li:first-child {
	padding-left: 0;
}

#footer #bottom ul:last-child {
	width: 200px;
}

#footer #bottom li ul {
	padding: 0;
	margin: 5px 0 0 0;
}

#footer #bottom li ul li {
	float: none;
	width: auto;
	padding-left: 0;
	font-size: 12px;
	text-transform: none;
}

#footer #bottom li a {
	color: #fff;
	text-decoration: none;
}

footer#cerb #footer #bottom li a {
	color: #8f8f8f;
}

#footer p.pright a:hover, #footer #bottom li a:hover, footer#cerb #footer #bottom li a:hover {
	color: #5f0c12;
}

/* FlexSlider */

.flex-control-nav {
	width: auto;
	position: relative;
	top: -125px;
	text-align: left;
	padding-left: 250px;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #CD4E5B;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

ul.flex-direction-nav {
	display: none;
}

#menu_sec {
	clear: both;
	float: left;
	margin-top: -31px;
	width: 987px;
	height: 83px;
}

#menu_sec ul {
	list-style: none;
}

#menu_sec ul li {
	display: inline;
}

#menu_sec ul li a {
	width: 140px;
	padding: 14px 22px;
	height: 41px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	float: left;
	/*border-right: 2px solid #000;*/
	color: #fff;
	text-decoration: none;
	background: url('../images/bar_topo_border.png') right no-repeat;
}

#menu_sec ul li.oneline a {
	padding: 25px 22px;
	height: 19px;
}

#menu_sec ul li.threelines a {
	padding: 7px 22px;
	height: 59px;
}

#menu_sec ul li a:hover, #menu_sec ul li.current-menu-item a {
	background: url('../images/arrow_hover.png') center bottom no-repeat, url('../images/bar_topo_border.png') right no-repeat;
}

#menu_sec ul li.current-menu-item a {
	font-weight: bold;
}

#menu_sec_search {
	clear: both;
	float: left;
	margin-top: -31px;
	width: 987px;
	height: 35px;
}

#menu_sec ul {
	margin-left: auto;
	margin-right: auto;
}

#content_top {
	clear: both;
	float: left;
	width: 100%;
}

#content_left_contactos {
	clear: both;
	float: left;
	width: 375px;
	color: #6f6f6f;
}

#content_left_contactos h2 {
	text-transform: uppercase;
	font-size: 29px;
	color: #383838;
	border-bottom: 3px solid #bc1021;
	font-weight: normal;
	width: 275px;
}

#content_left_contactos ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#content_left_contactos ul li {
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
	list-style-image: url('../images/list_bullet.png');
}

#content_left_contactos ul li h3 {
	font-size: 16px;
	margin-bottom: 0;
}

#content_left_contactos ul li p {
	margin-top: 0;
}

#content_left_contactos ul li p a {
	color: #6f6f6f;
}

#content_left_contactos ul li p a:hover {
	color: #bc1021;
}

#content_right_contactos {
	float: right;
	width: 625px;
}

#content_bottom_contactos {
	clear: both;
	float: left;
	width: 530px;
	border-top: 1px solid #bababa;
	position: relative;
	top: -50px;
}

#content_bottom_contactos ul {
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0;
}

#content_bottom_contactos ul li img {
	float: left;
	margin-left: 18px;
}

#content_bottom_contactos ul li:first-child img {
	margin-left: 0;
}

#content_bottom_contactos ul li p {
	float: left;
	margin: 0 0 0 18px;
	padding-right: 18px;
	font-size: 15px;
	color: #383838;
	font-weight: bold;
	border-right: 1px solid #bababa;
}

#content_bottom_contactos ul li p.p_en {
    margin: 0 0 0 8px;
    font-size: 13px;
    font-weight: normal;
}

#content_bottom_contactos ul li p a {
	color: #383838;
}

#content_bottom_contactos ul li p a:hover {
	color: #bc1021;
}

#content_bottom_contactos ul li:last-child p {
	border: none;
}

#content_bottom_contactos ul li {
	display: inline;
	float: left;
}

.mask2 {
	z-index: -1;
	float: left;
}

#content_in {
	float: right;
	background: url('../images/content_in_bg.png');
	width: 595px;
	height: auto;
	padding: 25px;
	font-size: 21px;
	color: #fff;
	margin: 0;
	margin-top: -200px;
	z-index: 9;
}

#content_in a {
	color: #fff;
	text-decoration: none;
}

#content_bottom {
	clear: both;
	float: left;
	color: #8f8f8f;
	width: 100%;
	margin-top: 10px;
	padding: 0 0 50px 0;
}

#content_bottom #inner {
	width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}

.inner_content_bottom {
	float: left;
	margin-right: 15px;
	width: 268px;
	padding: 0 25px;
	font-size: 13px;
}

.inner_content_bottom:nth-child(3n+1) {
	clear: both;
}

.inner_content_bottom h4 {
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 3px solid #BB0F21;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.inner_content_bottom p {
	margin: 0;
}

#content {
	clear: both;
	float: left;
	width: 100%;
}

.content_search {
	width: 695px !important;
	margin-right: 28px;
}

.content_search h1 {
	font-size: 29px;
	font-weight: normal;
	text-transform: uppercase;
	color: #383838;
	border-bottom: 3px solid #bc1021;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.content_search h2 {
	font-size: 20px;
	font-weight: normal;
	color: #bc1021;
	margin-top: 8px;
}

.content_search h2.single {
	margin-top: 20px;
	margin-bottom: 5px;
}

.content_search h1.single {
	margin-top: 0;
}

.content_search p {
	color: #6f6f6f;
}

.content_search a {
	color: #6e6e6e;
	text-decoration: none;
	font-weight: normal;
}

.content_search ul {
	list-style: none;
	padding: 0;
}

.content_search ul li {
	background: url('../images/em_destaque_bullets.png') no-repeat;
	background-position: center left 10px;
	background-position-x: 10px;
	background-position-y: 50%;
	padding: 0 15px 0 50px;
	border-bottom: 1px solid #B9B9B9;
	min-height: 71px;
}

.content_search ul li:hover {
	background: #e5e5e5 url('../images/em_destaque_bullets_on.png') no-repeat center left 10px;
}

.content_search ul li img {
	position: relative;
	float: right;
	margin-top: 38px;
}

.content_search ul li h4 {
	color: #476175;
	margin: 0;
	padding-top: 17px;
}

.content_search ul li:hover h4 {
	color: #BB0F21;
}

.content_search ul li p {
	color: #6F6F6F;
	margin-top: 4px;
	font-size: 13px;
}

#content_search_right {
	float: right;
	width: 297px;
}

#content_search_right #destaques {
	height: auto;
	margin-top: 0;
	padding-top: 21px;
	padding-bottom: 21px;
}

#content_search_right #newsletter {
	clear: both;
	float: right;
	margin-top: 0;
	padding: 0 10px 50px 10px;
}

#content_search_right #info_uteis {
	clear: both;
	float: right;
	width: 276px;
}

#content #content_top {
	width: 100%;
/*	float: left;
	font-size: 17px;
	color: #6e6e6e;
	padding-bottom: 10px;*/
}

#content #content_top h3 {
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 20px;
	color: #bc1021;
	font-weight: normal;
}

#content #content_top h1 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: normal;
	color: #373737;
	border-bottom: 3px solid #BB0F21;
	padding-bottom: 8px;
	margin-top: 0;
	width: 510px;
}

#content #content_top li {
	list-style-image: url('../images/list_bullet.png');
	margin-bottom: 10px;
}

#content #inner_content_right {
	float: right;
	width: 480px;
	margin-left: 20px;
}

#content #content_bottom_image {
	float: left;
}

#content #content_image {
	float: right;
	width: 480px;
}

#content #content_bottom_u {
	float: right;
	clear: both;
	width: 480px;
	border-top: 3px solid #486275;
	background: url('../images/fale_connosco_bg.png') no-repeat;
	margin-top: -6px;
}

#content #content_bottom_u .fale_connosco {
	float: left;
	width: 238px;
	height: 98px;
	border-right: 2px solid #bababa;
	margin: 15px 0;
	padding-left: 20px;
}

#content #content_bottom_u .fale_connosco h2 {
	text-transform: uppercase;
	color: #373737;
	font-size: 21px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#content #content_bottom_u .fale_connosco p {
	color: #6e6e6e;
	margin-top: 5px;
}

#content #content_bottom_u .contactos {
	float: left;
	width: 205px;
	margin-left: 15px;
	margin-top: 15px;
	padding-top: 5px;
}

#content #content_bottom_u .contactos p {
	float: left;
	font-size: 18px;
	color: #373737;
	margin: 0;
}

#content #content_bottom_u .contactos p:first-child {
	margin-bottom: 10px;
}

#content #content_bottom_u .contactos p:last-child {
	clear: both;
}

#content #content_bottom_u .contactos img {
	vertical-align: middle;
	margin-right: 5px;
}

#content #content_bottom_u .contactos a:hover p {
	color: #bc1021;
}

#content a, #content_bottom a, #content_left_contactos a {
	text-decoration: underline;
}

#header .content_search ul li a, #content .pagination a {
	text-decoration: none;
}

.single_content {
	width: 673px !important;
	margin-right: 50px;
}

.single_content h1 {
	font-size: 29px;
	font-weight: normal;
	text-transform: uppercase;
	color: #383838;
	border-bottom: 3px solid #bc1021;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.single_content h2 {
	font-size: 20px;
	font-weight: normal;
	color: #bc1021;
	margin-top: 8px;
}

.single_content h2.single {
	margin-top: 20px;
	margin-bottom: 5px;
}

.single_content h1.single {
	margin-top: 0;
}

.single_content p {
	color: #6f6f6f;
}

.single_content a {
	color: #6e6e6e;
	text-decoration: none;
	font-weight: normal;
}

#pesquisa {
	background: url('../images/search_bg.png') no-repeat;
	width: 183px;
	height: 25px;
	margin-top: 5px;
}

#pesquisa input {
	background: none;
	border: none;
	margin: 3px 0 0 30px;
	color: #878787;
	font-family: 'Open Sans', sans-serif;
	width: 146px;
}

a.login_button {
	float: left;
	padding: 8px 10px 0 0;
}

form#searchform {
	float: left;
}

a {
	text-decoration: none;
}

a:hover {
	color: #bc1021;
	text-decoration: none;
}

.pagination {
	float: right;
	margin-bottom: 15px;
}
