@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

* { margin:0px; padding:0px; }

div, span, p, ul, h1, h2, h3, h4, h5, h6, img, form { padding:0; margin:0; }

ul { list-style-type:none; }

.invisivel { visibility:hidden; }

a {
	border:0;
	text-decoration:none;
	color:#04456f;
	font-size:14px;
	}

a:hover{
	border:0;
	text-decoration: underline;
	color:#000;
	}

img {border:0;}	


html { 
  background: url(img2/bg.jpg) no-repeat right bottom fixed; 

}


body {
	
	font-family: 'Roboto Slab', Georgia, Courier;
	font-size:14px;
	color:#222;
}

#logo {
	position:relative;
	width: 1000px;
	height: 280px;

	left: 50%;
	margin-top: 100px;
	margin-left: -500px;
	position: absolute;
	text-align:center; 
	}
	
p {
	margin-top:15px; 
	text-align:center;
	} 
	
#top {
	width:100%;
	background-color:#0f5a2b;
	height:50px;
	float:left;
	display:block;
	text-align: center; 
	}


#miolo {
	width:100%;
	float:left;
	display:block;
	background-color:#aaaaaa;

	}
	
#bottom {
	width:100%;
	background-color:#0f5a2b;
	float:left;
	display:block;

	}

h1{ margin-top:30px;}
h2{ margin-top:30px;}
h3{ margin-top:30px;}

.servicos{width: 250px; float: left; margin: 10px; border: 1px solid #ddd; padding: 20px; height: 150px; text-align: left; }

.servicos2{width: 250px; float: left; margin: 10px; border: 1px solid #ccc; background-color: #ddd; padding: 20px; height: 150px; text-align: left; }


.container {width: 100%; float: left; padding-bottom: 100px}




