@import url(https://fonts.googleapis.com/css?family=Open+Sans);
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html,body {
	background-color: #fff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}

#wrapper {
	min-height:100%;
	position: relative;
}

h1 {
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 15pt;
	color: #222222;
}

h2 {
	margin: -10px 0 10px 0;
	font-weight: normal;
	font-size: 13pt;
	color: #00A6DE;
}

section {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	max-width: 1000px;
}

header {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	height: 111px;
}

#login {
    position: absolute;
    top: 20px;
    right: 0px;
}

#login a.reservado:link, #login a.reservado:visited {
    color: #00a6de;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: bold;
    background-image: url(../rede/images/user-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}


#login a.reservado:hover, #login a.reservado:active {
	background-image: url(../rede/images/user-icon-off.png);
	color: #606d6d;
}

#login a.button {
	margin-right: 20px;
}

#headerLogo {
	margin: 10px 0;
}

header #login strong {
	display: inline-block;
	margin-right: 20px;
}

header #login input.input_field {
	width: 150px;
}

nav {
	margin: 0;
	background-color: #00a6de;
}

#paddingNavBar {
	height: 0;
	font-size: 0;
}

nav.stickyTop {
	position: fixed;
	top: 0;
	width: 100%;
}

nav.stickyTop, footer {
	z-index: 10;
}

section {
	z-index: 5;
}

nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 2px 1px;
	font-size: 0;
}

nav ul li span {
	display: inline-block;
	padding: 17px 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 10px;
	display: inline-block;
	color: #fff;
}

nav ul li img {
	width: 20px;
	height: 22px;
	vertical-align: middle;
}

#homelink {
	padding: 14px 10px 12px 10px;
}

nav ul li a:link, nav ul li a:visited {
	font-size: 10pt;
	margin: 0 1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 10px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

nav ul li a:active, nav ul li a:hover, nav ul li a.active:link, nav ul li a.active:visited {
	background-color: #fff;
	color: #00a6de;
}

nav ul li {
	display: inline-block;
	padding: 0;
}

input, textarea, select {
	background-color: #fff;
	border: 1px solid #00a6de;
	color: #555;
}

button, a.button, a:link.button, a:visited.button {
	border: 0;
	display: inline-block;
	background-color: #00a6de;
	/*text-transform: lowercase;*/
	letter-spacing: 1px;
	color: #fff;
	border: 1px solid #00a6de;
	padding: 10px 15px;
	text-decoration: none;
}

button.green, a.button.green {
	background-color: #00a669;
	border: 1px solid #00a669;
}

button.red, a.button.red {
	background-color: #bc3202;
	border: 1px solid #bc3202;
}

button:hover, button.activeTab, a.button:hover, a.button:active {
	border: 1px solid #00a6de;
	background-color: #fff;
	color: #00a6de;
	cursor: pointer;
}

button.green:hover, a.button.green:hover {
	color: #00a669;
	border: 1px solid #00a669;
}
button.red:hover, a.button.red:hover {
	color: #bc3202;
	border: 1px solid #bc3202;
}

input, textarea, select, button {
	font-size: 10pt;
	padding: 10px 15px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

footer {
	color: #c7d3d3;
	text-align: center;
	background-color: #121B1B;
	clear: both;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

footer a {
	text-decoration: none
}

footer, #paddingFooterBar {
	height: 40px;
}
#paddingFooterBar {
	height: 0;
}

span.alert {
	display: block;
	margin: 5px auto;
	max-width: 800px;
	padding: 5px 20px;
	text-align: center;
}

span.alert.green {
	background-color: #00a669;
}

span.alert.red {
	background-color: #bc3202;
	color: #eee
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

span.alert.neutral {
	background-color: #dfd093;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.center table {
	margin: 0 auto;
}

table.contentTable {
	border: 1px solid #aaa;
	empty-cells: show;
    border-collapse: collapse;
    text-align: left;
}

table.contentTable td, table.contentTable th {
	border: 1px solid #aaa;
	padding: 10px 15px;
}

table.printableTable td {
	padding: 0.2cm !important;
	font-size: 8pt !important;
}

table.dataTable.contentTable th {
	color: #fff;
	background-color: #00a6de;
	border: 1px solid #00a6de;
	font-weight: normal;
}

table.showBackgroundExport th {
	color: #fff;
	background-color: #00a6de;
	font-weight: normal;
	text-transform: uppercase
}

table.showBackgroundExport td, table.showBackgroundExport th {
	border: 1px solid #000;
	padding: 10px;
}

table.showBackgroundExport {
	empty-cells: show;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	width: 100%;
	font-family: "Open Sans";
	font-size: 9pt;
}

.dataTables_length, .dataTables_paginate, .dataTables_info {
	padding: 5px 0;
}

table.dataTable.contentTable td.editRow {
	padding-left: 24px;
	background-image: url(../images/pencil.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	cursor:pointer;
}

.ui-dialog label {
	display: inline-block;
	width: 120px;
}

.ui-dialog form .field {
	display: block;
	margin: 10px;
}

.ui-dialog input {
	width: 250px;
}

#clients tbody td, .dataTable tbody {
	cursor: pointer;
}

table.dataTable.contentTable tbody tr:hover td {
	background-color: rgba(0, 166, 255, 0.1);
}

.menuDropdown {
	position: relative;
}

.dropdown {
	position: absolute;
	top: 48px;
	left: -1px;
	display: none;
	background-color: white;
	border: 2px solid #00A6DE;
	z-index: 10;
	width: 250px;
}

nav ul li .dropdown a {
	display: block;
	text-align: left;
	margin: 0
}

nav ul li .dropdown a:link, nav ul li .dropdown a:visited {
	color: #00A6DE;
}

nav ul li .dropdown a:hover, nav ul li .dropdown a:active {
	color: #ffffff;
	background-color: #00A6DE;
}

.tableOptions {
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

.tableOptions a, .tableOptions button, .tableOptions a img {
	vertical-align: middle;
}

#dashboard {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

#dashboard .block {
	display: inline-block;
	width: 370px;
	padding: 20px 0;
	margin: 0 10px 20px 10px;
	border: 1px solid #aaa;
	text-align: center;
	font-size: 12pt;
}

#dashboard .block.red {
	background-color: rgba(188, 50, 2, 0.2);
}

#dashboard .block.full {
	clear: both;
	margin: 20px 0 0 0;
	float: none;
	width: auto;
	padding: 20px 20px;
}

.float_right {
	float: right;
	margin-left: 20px;
}

.align_right {
	text-align: right;
}

input.size, select.size, textarea.size, .ui-widget input.size, .ui-widget select.size, .ui-widget textarea.size {
	width: 300px;
}

input.smallSize, select.smallSize, textarea.smallSize, .ui-widget input.smallSize, .ui-widget select.smallSize, .ui-widget textarea.smallSize {
	width: 200px;
}

input.miniSize, select.miniSize, textarea.miniSize {
	width: 100px;
}

input.microSize, select.microSize, textarea.microSize {
	width: 60px;
}

select.microSize {
	padding: 10px 5px;
}

input.bigSize, select.bigSize, textarea.bigSize, .ui-widget input.bigSize, .ui-widget select.bigSize, .ui-widget textarea.bigSize {
	width: 500px;
}

textarea.size, textarea.bigSize {
	height: 80px;
}

.ui-dialog input.bigSize, .ui-dialog textarea.bigSize, .ui-dialog select.bigSize {
	width: 100%;
}

.formTable thead {
	cursor: pointer;
}

table.dataTable {
	margin-bottom: 20px;
}

.ui-dialog .dataTables_wrapper label {
	width: auto;
}

.linksTop {
	margin-bottom: 20px;
}

.ui-dialog-content form {
	margin: 10px 0 20px 0;
}

nav.print {
	padding: 0.25cm 2cm;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left !important;
	color: #fff;
}

.rec_print {
	padding: 0.5cm 1cm 0cm 1cm;
}

.rec_print_title {
	padding: 0.25cm 1cm 0cm 1cm;
	font-weight: bold;
}

.print_block {
	padding: 0.25cm 2cm 0.25cm 2cm;
	background-color: #eee;
	text-align: center;
}

.print_login {
	font-size: 12pt;
}

.print_sig {
	text-align: center;
}

img.print_sig_img {
	height: 3cm;
	margin-bottom: -20px;
}

img.print_stamp {
	height: 2cm;
}

.align_center, th.align_center, .planos-saude th.align_center {
	text-align: center;
}

section.print {
	padding: 0.25cm 1cm 0.5cm 1cm;
}

.print_footer {
	color: #fff;
    background-color: #00a6de;
    text-align: right;
    margin-top: 0.5cm;
    padding: 0.2cm 2cm 0.2cm 0;
}

.dataTables_wrapper {
	text-align: center;
}

.absoluteCenter {
	position: absolute;
	text-align: center;
	width: 900px;
}

.hiddenRow {
	display: none;
}

tr.hiddenRow {
    display:none;
}

.clearable{
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
  padding-right: 18px;     /* Use the same right padding (18) in jQ! */
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */


.disabledTR td {
	opacity: 0.5;
}

.disabledTR td input {
	opacity: 0.2;
}

.formTable tbody {
	display: none;
}

.fullWidthImage {
  margin-top: -20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.fullWidthImage img {
  width: 100%;
  border-bottom: 10px solid #00A6DE;
  margin-bottom: 20px;
}


section p {
	text-align: justify;
	text-indent: 2em;
	line-height: 1.5em;
	font-size: 12pt;
	color: #606d6d
}

#page_content {
	font-size: 12pt;
	color: #606d6d
}

section ul {
	list-style-type: square;
}

section ul li {
	line-height: 1.5em;
	font-size: 12pt;
	color: #606d6d
}


/* Tabela da página Valores de Referência */

.valores-referencia {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

.valores-referencia thead tr th {
  padding: 13px 10px;
  color: #FFFFFF;
  background-color: #00A6DE;
  text-align: center;
  font-weight: 400;
}

.valores-referencia thead tr th:first-child {
  text-align: left;
}

.valores-referencia tr.title td {
  background-color: #eeeeee;
}

.valores-referencia tr.title td:first-child {
  padding: 13px 10px;
  background-color: #eeeeee;
  text-align: left;
}

.valores-referencia tr td {
  padding: 13px 10px;
  text-align: center;
}

.valores-referencia tr td:first-child {
  text-align: left;
  padding-left: 15px;
}

.valores-referencia tr td:nth-child(3) {
  color: #00A6DE;
}

.valores-referencia tr td:nth-child(4) {
  color: #666666;
}

.callto {
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}

.callto a {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .valores-referencia thead tr th {
    display: none;
  }
  .valores-referencia tr.title td {
    display: none;
  }
  .valores-referencia tr.title td:first-child {
    display: block;
    margin-top: 25px;
    text-align: center;
  }
  .valores-referencia tr.title:first-child td:first-child {
    margin-top: 0px;
  }
  .valores-referencia tr td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 10px;
  }
  .valores-referencia tr td:first-child {
    text-align: center;
    border-top: 1px solid #eeeeee;
  }
  .valores-referencia tbody td:before {
    content: attr(data-th);
    min-width: 150px;
  }
}

/* Página de pesquisa de agentes */

#map {
	float: right;
	width: 250px;
	height: 600px;
	margin: 0 0 10px 10px;
	border: 1px solid #000
}

#agentesResults {
	display: flex; 
	flex-wrap: wrap;
}

#agentesResults .agente {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 300px;
	border: 1px solid #00a6de;
	border-radius: 10px 0 0 0;
	margin: 2px;
}

.agente h2{
	font-size: 12pt;
	font-weight: normal;
	background-color: #00a6de;
	color: #fff;
	margin: 0;
	padding: 5px 10px;
	border-radius: 8px 0 0 0;
}

.agente span {
	display: block;
	padding: 15px;
}

.agente span.contactos {
	text-align: center;
}

.planos-saude {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

.planos-saude td {
	padding: 10px 25px;
}

.planos-saude tr.alt td {
	background-color: #eeeeee
}

.planos-saude thead td {
	position: relative;
	text-align: center;
	padding: 0;
	height: 130px;
}

.planos-saude thead td.plano, .planos-saude thead td.seguro {
	background-image: url(../images/bola-plano.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 182px;
}

.planos-saude thead td.plano span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 90px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
}

.planos-saude thead td.seguro span {
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    text-transform: none;
    width: 150px;
    text-align: center;
    margin: 90px auto 0 auto;
    display: inline-block;
	text-transform: uppercase;
}

.planos-saude th {
	color: #ffffff;
	background-color: #00A6DE;
	padding: 15px 20px;
	font-weight: normal;
	text-align: left;
}

.planos-saude th a:link, .planos-saude th a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center
}

.planos-saude th a:hover, .planos-saude th a:active {
	color: #000000;
	background-color: #ffffff;
}

.footnotes {
	margin-top: 2em;
	margin-bottom: -20px;
}

.footnotes p, .topnotes p {
	margin: 0;
	text-indent: 0;
	color: #999999;
	font-size: 10pt;
}

#seguros-sp td.activeColumn, #planos-sp td.activeColumn {
	background-color: rgba(0, 166, 222, 0.1);
	cursor: pointer
}
#seguros-sp tr.alt td.activeColumn, #planos-sp tr.alt td.activeColumn {
	background-color: rgba(0, 166, 222, 0.3);
	cursor: pointer
}

#seguros-sp tbody td.activeColumn {
}

#seguros-sp td {
	width: 25%
}

#seguros-sp {
	margin-top: 20px;
}

#faqs_list, .style_list {
	list-style-type: none;
	padding: 0;
	margin-bottom: 100px;
}

#faqs_list li, .style_list li {
	color: #666666;
	line-height: 1.5em;
	margin-bottom: 2em;
}

#faqs_list li span, .style_list li span {
	padding: 7px 15px;
}

#faqs_list li span.title, .style_list li span.title {
	background-color: #eeeeee;
	display: block;
}

#faqs_list li span.title:after {
	content: ">";
	display: block;
	float: right;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#faqs_list li span.title.show:after {
	/* Safari */
	-webkit-transform: rotate(90deg);
	
	/* Firefox */
	-moz-transform: rotate(90deg);
	
	/* IE */
	-ms-transform: rotate(90deg);
	
	/* Opera */
	-o-transform: rotate(90deg);
	
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#faqs_list li span.text, .style_list li span.text {
	display: block;
	border: 1px solid #eeeeee;
	padding: 20px 40px;
}

#faqs_list li:hover span.title, .style_list li:hover span.title {
	background-color: #00A6DE;
	color: #ffffff;
	cursor: pointer;
}

#faqs_list li:hover span.text, .style_list li:hover span.text {
	border: 1px solid #00A6DE
}

.spacer {
	height: 50px;
}

a:link, a:visited {
	color: #25b8ea;
}

a:hover, a:active {
	color: #006c91
}

.tab_options.style_list span.text {
	display: none;
}

.tab_options li:first-child span.text {
	display: block;
}

ul.tab_options li {
	margin-bottom: 0;
}

.tab_options form {
	text-align: center
}

#page_sidebar, #page_content {
	margin-bottom: 80px;
}

#page_sidebar {
	width: 250px;
	float: left;
	border: 2px solid #eeeeee;
}

#page_sidebar a.button {
	width: 100%;
}

#page_sidebar small {
	display: block;
	font-size: 10pt;
	padding: 10px;
	border-left: 1px solid #00a6de;
	border-right: 1px solid #00a6de;
	border-bottom: 1px solid #00a6de;
	margin-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF
}

.inner {
	padding: 10px
}

#page_content {
	margin-left: 260px;
}

#page_sidebar h2, #page_content h2 {
	margin-top: 0px
}

#page_sidebar .contacts {
	text-align: center;
	width: auto;
}

#page_content table.dataTable {
	clear: none
}

#page_sidebar a.green {
	position: relative;
}

#page_sidebar a.green:after {
	content: ">";
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

a.button img {
	vertical-align: middle;
}

.indisponivel {
	font-size: 9pt;
	color: #555555;
}

.filterHelper {
	margin-bottom: 10px;
}

option.hiddenRow {
	display: none
}

.filterHelper span.resultados {
	font-weight: bold;
	margin-right: 1em;
}

.filterHelper span {
	display: inline-block;
	width: 200px;
	padding: 10px 0px;
}

.filterHelper span:first-child {
	width: 200px;
}

#filterText {
}

.filterHelper input {
	margin-top: 10px;
}


#resultadosParceiros { 
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

#resultadosParceiros .parceiro {
	flex: 1 0 220px;
	margin: 2px;
	border: 1px solid #eeeeee;
	padding: 5px 5px 10px 5px;
	font-size: 9pt;
}

#resultadosParceiros .parceiro:hover {
	background-color: rgba(0, 166, 255, 0.1);
	border: 1px solid #555555;
	cursor: pointer
}


#resultadosParceiros .parceiro span {
	display: block;
	margin: 10px 0
}

#resultadosParceiros .parceiro h2 {
	display: block;
	margin: 2px;
	font-size: 10pt;
	color: #00A6DE;
	text-align: center
}

#pesquisaRedeInterna {
	margin-bottom: 20px;
	text-align: center
}

#pesquisaRedeInterna .align_center {
	padding-top: 10px;
}
#resultadosParceiros .parceiro span.contactos {
	font-size: 10pt;
}

.contactoImg {
	vertical-align: middle
}

form label {
	display: inline-block;
	width: 200px
}

#resultadosPesquisaPartner {
	margin: 30px 0;	
}

.margin_top {
	margin-top: 20px;
}

.margin_bottom {
	margin-bottom: 20px;
}

.dataTables_wrapper {
	clear: none
}

#page_content table {
	font-size: 10pt;
}

#parceiroInfo #parceiroBasic, #parceiroInfo #parceiroRubricas, #parceiroInfo #parceiroProfissionais {
	margin: 20px 0 0 0;
	height: 370px;
	overflow: auto;
}
#parceiroInfo div  h2 {
	margin: 0px 0 10px 0;
}

#parceiroInfo div span {
	display: block;
	margin: 0 0 10px 0;
	line-height: 1.5em;
} 

#parceiroBasic #parceiroMap {
	width: 750px;
	border: 1px solid #000;
	margin: 10px 0;
	height: 200px;
	margin-left: 170px;
}
#redeResults {
	text-align: center;
	font-size: 0;
	margin: 50px 260px 0 0;
}

#redeResults .parceiro {
	font-size: 9.5pt;
	display: inline-block;
	text-align: center;
	width: 208px;
	height: 175px;
	border: 1px solid #00a6de;
    vertical-align:top;
    margin: 2px;
    position: relative;
	border-radius: 7px 0 0 0
}

#redeResults .parceiro h2, h2 {
	font-size: 10pt;
	padding: 0 0 10px 0;
	color: #00a6de;
	font-weight: bold;
	margin: 0;
	border-radius: 7px 0 0 0;
}

#redeResults .parceiro h2 {
	height: 50px;
	overflow: hidden;
	padding: 0 5px;
	color: #fff;
	background-color: #00a6de;
    display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
}

#redeResults .parceiro div {
	padding: 5px 3px;
}

#redeResults .parceiro .contactos {
	display: block;
	position: absolute;
	bottom: 5px;
	width: 190px;
	left: 5px;
}
#map {
	float: right;
	width: 250px;
	height: 600px;
	margin: 0 0 10px 10px;
	border: 1px solid #000
}

#resultsFound {
    font-weight: bold;
    font-size: 12pt;
  }

#redeResults .parceiro h2 img {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 3px;
	bottom: 5px;
}

section p {
	text-align: justify;
	text-indent: 2em;
	line-height: 1.5em;
	font-size: 12pt;
	color: #606d6d
}

section ul {
	list-style-type: square;
}

section ul li {
	line-height: 1.5em;
	font-size: 12pt;
	color: #606d6d
}

#map h2 {
	font-size: 12pt;
	margin: 10px 0 10px 0;
	color: #00a6de;
	font-weight: bold;
	line-height: 20px;
}

#map h2 img {
	display: none
}

#searchResultsLogo {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 10px;
}

.clickable {
	cursor: pointer
}

div.parceiro.clickable:hover {
	background-color: #e8f7fc
}

#parceirosFront {
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	width: 810px;
	font-size: 0;
	display: inline-block;
    line-height: 1em;
    vertical-align: middle
}

#parceirosFront div {
	width: 152px;
	height: 152px;
	margin: 5px;
	display: inline-block;
	position: relative;
}

#parceirosFront div h2 {
	position: absolute;
	line-height: 20px;
	top: 20px;
	left: 0;
	width: 150px;
	text-align: center;
	padding: 20px 10px;
	margin: 0;
	font-size: 12pt;
	color: #fff;
	background-color: rgba(0, 166, 222, 0.8);
	border-radius: 0;
	display: none;
	white-space: normal;
}

#parceirosFront div:hover h2 {
	display: block;
}

#parceirosFront div img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 150px;
	border-radius: 5px;
}

#frontpageParceirosHolder {
	line-height: 162px;
	text-align: center;
}

#frontpageVideo {
	width: 666px;
	height: 376px;
	margin: -20px auto 0 auto;
	border: 1px solid #000;
	display: block;
}

