/*Fontes*/
@font-face {
    font-family: 'CenturyGothic-Regular';
    src: url('fontes/GOTHIC.eot');
    src: url('fontes/GOTHIC.eot?#iefix') format('embedded-opentype'),
         url('fontes/GOTHIC.woff') format('woff'),
         url('fontes/GOTHIC.ttf') format('truetype'),
         url('fontes/GOTHIC.svg#CenturyGothic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CenturyGothic-Italic';
    src: url('fontes/GOTHICI.eot');
    src: url('fontes/GOTHICI.eot?#iefix') format('embedded-opentype'),
         url('fontes/GOTHICI.woff') format('woff'),
         url('fontes/GOTHICI.ttf') format('truetype'),
         url('fontes/GOTHICI.svg#CenturyGothic-Italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('fontes/GOTHICB.eot');
    src: url('fontes/GOTHICB.eot?#iefix') format('embedded-opentype'),
         url('fontes/GOTHICB.woff') format('woff'),
         url('fontes/GOTHICB.ttf') format('truetype'),
         url('fontes/GOTHICB.svg#CenturyGothic-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*Fim Fontes*/
html, body, #box_principal {height:100%;}

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

body
{
	background:#FFF;
	margin: 0px;
}

input, select, textarea {
	font-family: 'CenturyGothic-Regular', Verdana, Arial;
	font-size: 14px;
	color: #000;
	margin: 0px;
	border: 1px solid #E5E5E5;
}

.label {
	padding-right: 10px;
}

.caracteres-rest{
	margin-left: 90px;	
}

.field {
	margin-top: 10px;
	width:610px;
}

.action {
	float:right;
	margin-top: 25px;
	padding-right: 100px;	
}

.buttons {
	cursor:pointer;
	border: 0px;
	font-size:18px;
	color:#FFF;
	background-color: #FFF;
}

.buttons:hover {
	background-color: #8A191D;
}

.buttons2 {
	cursor:pointer;
	border: 0px;
	font-size:13px;
	color:#E15616;
	background-color: #FFFFFF;
	font-family: 'CenturyGothic-Regular', Verdana, Arial;
	font-weight:normal;
	border: 1px solid #E15616;
}

.buttons2:hover {
	background-color: #E15616;
	color:#FFF;
	border: 1px solid #FFF;
}


.Header
{
	position:relative;
	width:100%;
	height:160px;
	background-color: #FFF;
	background-image: url(../imagens/BG-Header.png);
	background-repeat: repeat-x;
}
.Sub-Header
{
	position: relative;
	width:1200px;
	height:140px;
	background:transparent;
	margin:0 auto;
}
.Sub-Header .Logotipo-Topo
{
	margin-top:20px;
	margin-left: 0px;
}

.Sub-Header #banner-header
{
	position:absolute;
	right: 0px;
	top: 20px;
	width:955px;
	color:#9F737A;
}

.Sub-Header #menu-header
{
	position:absolute;
	right: 15px;
	top: 115px;
	width:700px;
	color:#9F737A;
}

.Sub-Header #menu-header ul
{
	float:right;
	list-style:none;
	display: inline-block;

}

.Sub-Header #menu-header li 
{
	text-decoration:none;
	float: left;
	padding-left: 25px;
	padding-right: 35px;
	margin-left: -12px;
}

.Sub-Header #menu-header li:last-child
{
	padding-right: 0px;
	margin-right: 0px;
}


.Sub-Header #menu-header li, .Sub-Header #menu-header li a
{
	text-decoration:none;
	color: #000;
	font-family: 'CenturyGothic-Regular', Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	cursor: pointer;
}

.Sub-Header #menu-header li:hover, .Sub-Header #menu-header li a:hover
{
	text-decoration:none;
	color: #E15616;
	font-family: 'CenturyGothic-Regular', Verdana, Arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	cursor: pointer;
}


/*Main*/
.Main
{
	width:100%;
	height:auto;
	float:left;
	padding-bottom: 50px;
}

.Main .Sub-Main
{
	position: relative;
	width:1200px;
	height:auto;
	margin:20px auto 0 auto;
	
}
/*Conteudo*/



/*Fotter*/
.Footer
{
	width:100%;
	height:80px;
	padding-top:10px;
	background-color:#FFF;
	position:relative;
	bottom:0px;
	margin-top: -80px;
	clear:both;
	background-image: url(../imagens/Footer-Bolinhas.png);
	background-repeat: repeat;
}
.Sub-Footer
{
	position:relative;
	width:1200px;
	height:50px;
	padding-top: 17px;
	margin-top:5px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	text-shadow: 0px 0px 5px #FFFFFF;
}
.Sub-Footer .Localizacao {
	width:580px;
	float:left;
}

	.Sub-Footer .Localizacao address
	{
	width:500px;
	color:#7F7F7F;
	font:normal 12px 'CenturyGothic-Regular', arial;
	letter-spacing:-1px;

	}
	
.Sub-Footer .Localizacao .Copy-rights
{
	width:580px;
	text-align: left;
	color:#7F7F7F;
	font:normal 12px 'CenturyGothic-Regular', arial;
	letter-spacing:-1px;
	float:left;
	padding-top:5px;

}

.Sub-Footer .icone-rodape {
	position:absolute;
	right: 0px;
	top: 5px;
	height: 40px;
}


.Copy-rights a {
	color:#616161;
	text-decoration:none;
	margin-right: 10px;
}



/* CONTEUDO - INICIO */
#conteudo {
	float:left;
	width: 100%;
	min-height: 450px;
	font:normal 16px 'CenturyGothic-Regular', arial;
	color: #6c6c6c;
	height:auto;
}

#conteudo h2 {
	font:normal 22px 'CenturyGothic-Regular', arial;
	color: #6c6c6c;
	margin-bottom: 15px;
}

#box-twitter {
	float:left;
	margin-top: 30px;
	width: 250px;	
}

#box-texto {
	float:left;
	display: block;
	width: 100%;
}

#box-filtro {
	float:left;
	min-width: 650px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
}

#box-resultado {
	float:left;
	width: 100%;
}



#box-texto p a {
	font:normal 15px 'CenturyGothic-Regular', arial;
	color: #E15616;
	margin-bottom: 15px;
	text-decoration: none;
}

#box-texto p a:hover {
	font:normal 15px 'CenturyGothic-Regular', arial;
	color: #EB1A3B;
	margin-bottom: 15px;
	text-decoration: none;
}

#box-texto h2 {
	font:normal 22px 'CenturyGothic-Regular', arial;
	color: #E15616;
	margin-bottom: 5px;
	margin-top: 0px;
}

#box-texto p {
	font:normal 14px 'CenturyGothic-Regular', arial;
	color: #7F7F7F;
	line-height: 22px;
	margin-top: 0px;
}



/* CONTEUDO - FIM */

/* LATERAL ESQUERDA - INICIO */
#lateral-direita {
	float:right;
	width: 290px;
}


.box-redes-sociais {
	float:right;
	width: 290px;
	height: 60px;
	text-align:right;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

.box-redes-sociais h3 {
	float:left;
	width: 190px;
	text-align:left;
	font:normal 15px 'CenturyGothic-Regular', arial;
	color: #E15616;
	margin-top: 19px;
}

.box-redes-sociais img {
	float:right;
	width: 70px;
	text-align:right;
	margin-top: 13px;
}


.boxes-laterais {
	float:right;
	width: 290px;
	text-align:right;
}

.boxes-laterais h3 {
	float:right;
	width: 290px;
	text-align:right;
	font:normal 19px 'CenturyGothic-Regular', arial;
	color: #E15616;
	margin-top: 19px;
	margin-bottom: 1px;
}

.boxes-laterais img {
	float:right;
	text-align:right;
	margin-bottom: 13px;
}

#box-endereco {
	float:right;
	width: 269px;
	text-align: right;
	background-color: #F2F2F2;	
	font:normal 19px 'CenturyGothic-Regular', arial;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#box-endereco address{
	font:normal 15px 'CenturyGothic-Regular', arial;
	color: #7F7F7F;
	
}

#box-endereco p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* LATERAL ESQUERDA - FIM */

/* BOXES E DIVS - FIM */
.boxes {
	display: none;
	position: absolute;
	top: -60px;
	background-color: #E15616;
	border: 1px solid #216F7C;
	padding: 20px 20px 20px 20px;
	font:normal 12px 'CenturyGothic-Regular', arial;
	color: #FFF;
	box-shadow: 0px 1px 15px #FFFFFF;
	-moz-box-shadow: 0px 1px 15px #FFFFFF;
	-webkit-box-shadow: 0px 1px 15px #FFFFFF;
}

.boxes h2 {
	text-align: left;
	font:normal 19px 'CenturyGothic-Regular', arial;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 5px;
}

.boxes h3 {
	text-align: left;
	font-weight: bold;
	font:normal 16px 'CenturyGothic-Regular', arial;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 5px;
}
/* BOXES E DIVS - FIM */


/* BOX CONTATO - INICIO */
#box-contato {
	right: 0px;
	width: 350px;
}

.bt-contato {
	margin-right: 23px;
	margin-top: 20px;
}

.largura-textarea {
	width: 235px;	
}

#box-contato input, textarea {
	font:normal 12px 'CenturyGothic-Regular', arial;
	color: #E15616;
}

#box-contato a {
	font:normal 12px 'CenturyGothic-Regular', arial;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* BOX CONTATO - FIM */

/* BOX PREÇOS - INICIO */
#box-precos {
	right: 320px;
	width: 450px;
}

#box-precos  h3{
	margin-top: 20px;
}

#box-contato a {
	font:normal 12px 'CenturyGothic-Regular', arial;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}



/* BOX PREÇOS - FIM */

.fechar {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 195px;
	height: 22px;
	background-color: transparent;
	border: 0px;
	background-image:url(../imagens/faixa.png);
	background-repeat:no-repeat;
	text-align: right;
	padding-right: 10px;
	color: #EB1A3B;
	font:normal 13px 'CenturyGothic-Regular', arial;
	cursor:pointer;
}

.pagination {
	float: right;
	margin-top: 10px;
}


.tabela td {
	font:normal 11px 'CenturyGothic-Regular', arial;
	color: #7F7F7F;
	margin-top: 0px;
}
