@charset "utf-8";
@font-face {
	font-family: 'MyriadPro-SemiboldIt';
	src: url('include/fontes/MyriadPro-SemiboldIt.eot');
	src: local('☺'), url('include/fontes/MyriadPro-SemiboldIt.woff') format('woff'), url('include/fontes/MyriadPro-SemiboldIt.ttf') format('truetype'), url('include/fontes/MyriadPro-SemiboldIt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-Semibold';
	src: url('include/fontes/MyriadPro-Semibold.eot');
	src: local('☺'), url('include/fontes/MyriadPro-Semibold.woff') format('woff'), url('include/fontes/MyriadPro-Semibold.ttf') format('truetype'), url('include/fontes/MyriadPro-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('include/fontes/MyriadPro-Regular.eot');
	src: local('☺'), url('include/fontes/MyriadPro-Regular.woff') format('woff'), url('include/fontes/MyriadPro-Regular.ttf') format('truetype'), url('include/fontes/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-LightCondIt';
	src: url('include/fontes/MyriadPro-LightCondIt.eot');
	src: local('☺'), url('include/fontes/MyriadPro-LightCondIt.woff') format('woff'), url('include/fontes/MyriadPro-LightCondIt.ttf') format('truetype'), url('include/fontes/MyriadPro-LightCondIt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-LightCond';
	src: url('include/fontes/MyriadPro-LightCond.eot');
	src: local('☺'), url('include/fontes/MyriadPro-LightCond.woff') format('woff'), url('include/fontes/MyriadPro-LightCond.ttf') format('truetype'), url('include/fontes/MyriadPro-LightCond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-Light';
	src: url('include/fontes/MyriadPro-Light.eot');
	src: local('☺'), url('include/fontes/MyriadPro-Light.woff') format('woff'), url('include/fontes/MyriadPro-Light.ttf') format('truetype'), url('include/fontes/MyriadPro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-Bold';
	src: url('include/fontes/MyriadPro-Bold.eot');
	src: local('☺'), url('include/fontes/MyriadPro-Bold.woff') format('woff'), url('include/fontes/MyriadPro-Bold.ttf') format('truetype'), url('include/fontes/MyriadPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-BlackSemiExt';
	src: url('include/fontes/MyriadPro-BlackSemiExt.eot');
	src: local('☺'), url('include/fontes/MyriadPro-BlackSemiExt.woff') format('woff'), url('include/fontes/MyriadPro-BlackSemiExt.ttf') format('truetype'), url('include/fontes/MyriadPro-BlackSemiExt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-BlackCond';
	src: url('include/fontes/MyriadPro-BlackCond.eot');
	src: local('☺'), url('include/fontes/MyriadPro-BlackCond.woff') format('woff'), url('include/fontes/MyriadPro-BlackCond.ttf') format('truetype'), url('include/fontes/MyriadPro-BlackCond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-BlackCond';
	src: url('include/fontes/MyriadPro-BlackCond.eot');
	src: local('☺'), url('include/fontes/MyriadPro-BlackCond.woff') format('woff'), url('include/fontes/MyriadPro-BlackCond.ttf') format('truetype'), url('include/fontes/MyriadPro-BlackCond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-Black';
	src: url('include/fontes/MyriadPro-Black.eot');
	src: local('☺'), url('include/fontes/MyriadPro-Black.woff') format('woff'), url('include/fontes/MyriadPro-Black.ttf') format('truetype'), url('include/fontes/MyriadPro-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body, #box_principal {height:100%;}

body > #box_principal {height: auto; min-height: 100%;}


body {
	margin: 0;
	width: 100%;
	background-color:#B1B3BF;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a {
	color: #223c79;
	text-decoration: none;
}

a:hover {
	color: #7884AE;
	text-decoration: underline;
}

.largura-form {
	width: 340px;
}

#conteudo input, select, textarea, option {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size:12px;
	color: #666;
	padding:2px;
	background-color: #E4E6E9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7884AE;
	border-right-color: #7884AE;
	border-bottom-color: #7884AE;
	border-left-color: #7884AE;
}

.bt-enviar {
	border:1px solid #1d3d20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-image: url(../imagens/rodape_verde.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
}

h1 {
	font-family: Helvetica, Tahoma, Verdana, Arial;
	font-size:22px;
	color:#223C79;
	margin-top: 0px;
}

h2 {
	font-family: Helvetica, Tahoma, Verdana, Arial;
	font-size:19px;
	color:#333;
}

h3 {
	font-family: Helvetica, Tahoma, Verdana, Arial;
	font-size:16px;
	color:#FFF;
	
}

.link_maior {
	color: #FFF;
	text-decoration: none;
	font-size:18px;
}

.link_maior:hover {
	color: #CCC;
	text-decoration: underline;
	font-size:18px;
}

/* O ID box_principal está em arquivo apartado ####!!!!! */

.ft-normal-amarela {
	color: #FFE800;
	font-family: Helvetica, Tahoma, Verdana, Arial;
	font-size:14px;
}

.ft-menor-branca {
	color: #FFFFFF;
	font-family: Helvetica, Tahoma, Verdana, Arial;
	font-size:11px;
}

#box_principal {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

* html #box_principal {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}
	
#header {
	float:right;
	width: 1000px;
	height: 215px;
	padding:0px;
	
}

#header-logo {
	float:left;
	width:186px;
	height: 215px;
}

#logado-representante {
	position:absolute;
	top: 80px;
	left: 595px;
	width: 395px;
	height: 40px;
	float: right;
	background:#FFF;
	color:#000;
	padding: 5px;
	
	opacity:0.60;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);

	
}

#logado-representante a {
	color:#000;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	
}

#logado-representante h3 {
	font-size: 12px;
	display:inline;
	color:#000;
}


#login-representante {
	position:absolute;
	top: 75px;
	left: 710px;
	width: 289px;
	height: 70px;
	float: right;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

#login-cookie-representante {
	position:absolute;
	top: 75px;
	left: 710px;
	width: 289px;
	height: 70px;
	float: right;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: right;
}

#login-representante h3, #login-cookie-representante h3 {
	font-size: 11px;
	display: block;
	margin-bottom: 2px;
	margin-top: 0px;
}



.login-campos {
	font-size: 12px;
	display:inline;
	border: none;
}

.linha_tabela {
	border-bottom:#CCC 1px solid;
	padding-left: 30px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../administracao/imagens/seta.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.login-bt {
	font-size: 10px;
	height: 19px;
	display:inline;
	border: none;
	font-weight:bold;
	background-color: #7884AE;	
	color: #FFF;
}

#header-menu {
	float:right;
	margin-right: -3px;
	width: 779px;
	height: 30px;
	vertical-align:middle;
	padding-top: 17px;
	color: #FFF;
	margin-top: 140px;
	}
	
#menu-item {
	float:right;
	}
/*
#header-menu ul, li {
	padding: 0px;
	margin: 0px;
	display:inline;
}

#header-menu li {
	padding-left: 25px;
}
*/
#barra {
	position:absolute;
	float: left;
	top: 142px;
	width: 100%;
	height: 67px;
	z-index: -1;
	background-image: url(../imagens/barra_repete.png);
	background-repeat:repeat-x;
}

#conteudo {
	width: 910px;
	min-height: 100%;
	height: 450px !important;
	overflow: auto;
	font-family: Helvetica, Arial, verdana;
	font-size:14px;
	color: #000;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 15px;
	z-index: 0;
	background-color:#FFF;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#333333;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-face-color:#223C79;
	scrollbar-shadow-color:#7887AE;
	scrollbar-darkshadow-color:#333333;
	scrollbar-track-color: #B2B2B2;

	
}

#quadro-conteudo {
	width: 1000px;
	height:auto !important;
	height:100%;
	min-height: 380px;
	float: right;
	font-size:14px;
	color: #000;
	padding-top: 10px;
	background-image: url(../imagens/fundo_conteudo.png);
	background-repeat: repeat;
}


#quadro-conteudo {padding-bottom: 25px;}  /* deve ser a mesma altura do rodapé */

#banner {
	width: 910px;
	height: 306px;
	float:right;
	clear:none;
}

#rodape {
	width: 910px;
	height: 120px;
	margin-top: 10px;	
	float:right;
	clear:none;
}


#rodape-final {
	position: relative;
	bottom:0px;
	height: 60px;
	width: 100%;
	margin-top: -80px; /* A mesma altura do rodapé, o valor deve ser negativo */
	clear:both;
	
	font-family: Helvetica, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color:#000;
	padding-top: 15px;
	text-align: center;
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}

#rodape-final .container {
	width: 1000px;
	margin-left: -500px;
	position:absolute;
	left: 50%;
}

#rodape-final a {
	color: #fff;
}

.logos {
	margin: 9px;
}

#fotos-produtos {
	margin: 1px;
}

#descricao-produto {
	width: 698px;
	float:right;
}

#descricao-produto h2 {
	margin-top: 0px;
}

#foto-produto {
	width: 182px;
	height: 389px;
	float:left;
}


/* Representante */

#repres-esquerda {
	width: 530px;
	margin-right: 20px;
	float:left;
	
}
#repres-direita {
	width: 340px;
	padding-right: -20px;
	float:right;
	
}

.fundo-cmb-azul {
	background-color:#3A4361;
	color:#FFF;
}

.fundo-cmb-azul-claro {
	background-color:#8B96BA;
	color:#000;
}

/* Contato */
#outros-contatos {
	width: 350px;
	margin-right: 20px;
	float: right;
	margin-top: -40px;
	clear: none;
	vertical-align: top;
}

#outros-contatos h2 {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #D3D8E4;
	padding-bottom: 35px;
	font-family: 'MyriadPro-Bold', Arial, Verdana;
	font-size: 32px;
	color: #223C79;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.matriz-filial {
	margin-top: 50px;
	line-height: 7px;
}

.matriz-filial p {
	font-family: 'MyriadPro-Regular', Arial, Verdana;
	font-size: 14px;
	color: #223C79;
	letter-spacing: 0px;
}

.matriz-filial h3 {
	font-family: 'MyriadPro-Semibold', Arial, Verdana;
	font-size: 17px;
	color: #223C79;
	line-height: 2px;
}

.tabela-borda	 {
	border: #CCC thin solid;
}

.tabela-proposta tr {
	line-height: 30px;
	
}

/* LOGO de Desenvolvimento */

ul.selo {
	list-style: none;
	position: absolute;
	top: -27px;
	right: 0px;
	margin: 0;
}

@media only screen and (max-width : 480px) {
  ul.selo {
	bottom:: 0px;
	right: 10px;
  }
}
.selo li a.logo-superix {
	background-image: url(../imagens/logo-superix-criacao-site.png);
}	

ul.selo li a {
	background-position: left top;
	width: 105px;
	height: 37px;
	display: block;
	text-indent: -9999px;
}




