/* Reset 
------------------------------- */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

/* Global 
------------------------------- */

body {
	line-height: 1.50;
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
}

#wrap {
	max-width: 950px;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 1;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 18px;
	margin-top: 18px;
}

h3 {
	font-size: 16px;
}

p {
	margin-bottom: 16px;
	margin-top: 16px;
}

a {
	color: #2971d2;
}

img {
	max-width: 100%;
}

#galleria img {
	max-width: none;
}

iframe {
	max-width: 100%;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	height: 0px;
	width: 0px;
	clear: both;
}

/* Header 
------------------------------- */

#header {
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #7E0000;
	/* blue #3c5d78 */
	/* green #4f6944 */
	/* grey #494949 */
}

.inner {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header img {
	float: left;
}

#header ul {
	margin-top: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	float: right;
	background-color: rgba(0, 0, 0, .1);
 	color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header li {
	font-size: 15px;
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
	list-style-type: none;
}

#header li a {
	letter-spacing: 1px;
	color: #eee;
	text-decoration: none;
}

#header li a:hover {
	color: white;
}
 
#header li a.on {
	font-weight: bold;
	color: white;
}

/* Main Content Area 
------------------------------- */

#content {
	width: 65%;
	float: left;
}

.border {
	border-color: #eee;
	border-width: 6px;
	border-style: solid;
}

.carro{
	width:100%;
	height:136px;
	margin-bottom:16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	display:block;
}

.carro  img{
	width:160px;
	height:120px;
	position: absolute;
	display: block;
	top:8px;
	left:8px;
}
.carro  #titulo{
	position: absolute;
	display: block;
	top:8px;
	left:176px;
	font-size:16px;
	font-weight:bold;
	color:#7e0000;
}
.carro  #preco{
	position: absolute;
	display: block;
	top:32px;
	left:176px;
	font-weight:bold;
}
.carro  #texto{
	width:433px;
	height:74px;
	position: absolute;
	display: block;
	top:56px;
	left:176px;
	overflow:hidden;
	font-size:13px;
}
/* Sidebar 
------------------------------- */

#sidebar {
	padding: 20px;
	float: right;
	background-color: rgba(126,0,0,.2);
	width: 27%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Footer 
------------------------------- */

#footer {
	padding-bottom: 10px;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-width: 1px;
	padding-top: 10px;
	/*background-image: url(../img/foot.jpeg1);*/
	background-repeat: no-repeat;
	margin-bottom: 30px;
	clear: both;
	margin-top: 30px;
	color: #555555;
	border-top-color: #ccc;
	border-top-style: dotted;
	margin-right: auto;
	margin-left: auto;
	max-width: 950px;
	font-size:13px;
}

#footer ul {
	float: left;
}

#footer li {
	margin-right: 15px;
	list-style-type: none;
	display: inline;
}

#footer li a{
	text-decoration:none;
	color:#555;
}

.copyright {
	clear: right;
	padding-top: 0px;
	margin: 0px;
	float: right;
}

.soc-icons {
	padding-top: 8px;
	margin: 0px;
	float: right;
}

.soc-icons img {
	padding-left: 10px;
}

.copyright a {
	color: #666666;
}

.hello {
	padding-right: 15px;
	float: left;
}

