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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
font-family: 'PT Sans Narrow', sans-serif;
	background: white url('img/bgfundo.png') repeat 0 0;
} 
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Header */
#header{
    width:100%;
    position:relative;
    border-bottom:solid  6px #EAB600;
    height:180px;
}
#header .cont{
    background:transparent url('img/topo.png') no-repeat center center;
       height:181px;
}
.cont{
    width:800px;
    position:relative;
    left:calc(50% - 400px);    
}
/* bloco meio */
#blocomeio{
    z-index: 3;
position: relative;
    line-height:24px;
}
#blocomeio h1{
    font-size:24px;
    color:#EAB600;
    font-weight:bold;
    border-bottom:solid 1px #cdcdcd;
    margin:20px 0 0 0;
        padding:0 0 5px 0;
    
}
#blocomeio span{
    float:right;
    color:#545454;
    font-size:18px;
}
#blocomeio p{
    color:#6c6e68;
    line-height:18px;
    text-align:justify;
    margin:8px 0;
}
#blocomeio h3{
    font-size:18px;
    color:#545454;
    font-weight:bold;
    border-bottom:solid 1px #cdcdcd;
    margin:20px 0 0 0; 
    padding:0 0 5px 0;
}
#blocomeio .area-atuacao .bldir{
float: right;
width: 370px;
margin: 30px 0 0 0;
    
}
#blocomeio .area-atuacao {
    background:transparent url('img/mapa.png') no-repeat left center;
       height:421px;
}
#blocomeio .area-atuacao ul{
list-style:circle;    
color:#EAB600;
font-size:16px;
font-weight:bold;
padding:0 0 0 20px;
}
#blocomeio .area-atuacao li{
    margin:10px 0;
    
    
}
#blocomeio .nosso-objetivo{
    
    background:transparent url('img/caminhao.png') no-repeat right bottom;
    height:300px;
}
#blocomeio .nosso-objetivo .blesq{
    float: left;
    width: 380px;
}
/* Footer */

#footer{
    width:100%;
    position:relative;
    background-color:#EAB600;
    border-top: solid 4px #515151;
    color:#515151;
    height:80px;
    padding:10px 0;
    z-index:1;
    margin:-65px 0 0 0;
}
#footer p{
    padding:5px 0;
}
