/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
/*Fim*/

/*******/
html {background: #d4d5de;}
body {font-family: 'PT Sans';}
.topo_branco {background: url(../img/bg.png) repeat-x;height: 100%; min-height: 100%;width: 100%;}
.relative {position: relative;}
.clear{ clear: both; width: 960px; height: 0; content: ' ';}
.linha {margin: 20px 30px;}
.divisor {border-top: 1px solid #f6f7f8; border-bottom: 1px solid #dbdbdc;width: 315px;height: 0;display: block;}
.linha_dois {width: 325px;}
.logo {text-align: center;margin-top: 60px;}
.img_logo {}
.texto {}
.tel {font-weight: bold;font-size: 21px;color: #b5261a;}
.texto p {font-size: 16px;color: #5f5e5e;line-height: 18px;letter-spacing: 0.2px;margin: 20px auto;}
.dif {text-align: center;}
.head {float: left;}
.imagem {margin-top: 130px;}
.formulario {height: 315px;}
.label_form {width: 50px;font-weight: bold;}
.input_form  input {width: 374px;border:1px solid #c9ccd3;padding-left: 3px;float: left;}
.li_tel {float: left;width: 160px;margin-right: 43px;}
.li_cel {float: left;width: 160px;}
.label_tel {float: left;margin-bottom: 3px;font-weight: bold;}
.input_tel {width: 171px;border:1px solid #c9ccd3;padding-left: 3px;}
#text_box {width: 368px;float: left;resize:none;border: none;font-size: 15px;border:1px solid #c9ccd3;padding: 5px}
.formulario ul li label {font-size: 15px; color: #b5261a;}
.formulario input{margin-bottom: 10px;height: 20px;}
.formulario label {margin-bottom: 3px; }
.bt {height: 26px !important;margin: 10px 0;background: url(../img/bg-enviar.jpg) no-repeat;width: 65px; height: 26px;border: none;color: #fff;font-size: 18px;float: right;}
.bt:hover {background: url(../img/hover.jpg) no-repeat;cursor: pointer;}
.sacola { }
.container {z-index: 9;}
.form { }
.rodape {}
.direitos {position: relative;}
.direitos p {font-size: 13px;color: #666666;position: absolute;width: 460px;right: 40px;bottom: -80px;}
.direitos p a {font-size: 13px;color: #666666;}
.erro { display: block;height: 17px;overflow: hidden; position: relative;width: 250px;left: 25px;bottom: -16px;}
.erro p {font-size: 16px !important;color: #b5261a;}
.ok {display: block;height: 17px;overflow: hidden; position: relative;width: 250px;bottom: -16px;left: 25px;font-size: 16px !important;color: #37831f;}
.sacolas {position: relative;bottom: 90px;left: 70px;}
.img_sacola1 {display: inline-block;width: 135px; height: 136px;position: relative;z-index: 1;}
.img_sacola1:hover {z-index: 2;}
.div_img_sacola {width: 135px; height: 136px;float: left;margin-right: 15px;}