/* 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;
	background-image:url(../img/bg.png);
	background-position:0 195px;
}

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

h1 {
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom-color: black;
	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: black;
}

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: 10px;
	padding-top: 0px;
	background-color: #ffffff;
	/* blue #3c5d78 */
	/* green #4f6944 */
	/* grey #494949 */
	border-bottom-color: #f38736;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

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

#header img {
	float: left;
	height:150px;
	margin-top:30px;
}

#header ul {
	margin-top: -4px;
	padding-bottom: 8px;
	padding-top: 8px;
	float: right;
	background-color: #f38736;
 	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: black;
	text-decoration: none;
}

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

#certeficados{
	list-style-type:none;
	padding:0px !important;
	margin-top:100px !important;
	background-color:transparent !important;
	
}
#certeficados li{
	margin-left:20px;
	float:right;
	height:50px;
	padding:0px;
}
#certeficados li img{
	height:35px;
	margin:0px;
}

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

#content {
	width: 100%;
	float: left;
	min-height:400px;
}

.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: #f38736;
	width: 27%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

#footer {
	padding-bottom: 10px;
	border-bottom-color: black;
	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: black;
	border-top-color: black;
	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:black;
}

.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: black;
}

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

.blog-content{
	word-wrap:break-word;
}