@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Merriweather+Sans:800);

@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font: normal 1em Lato;
	font-weight: 100;
}

.logo {
	float: center;
}

#topo {
	background: url(../images/bg-topo.jpg);
	overflow: hidden;
}

#slide iframe {
	margin: 0px;
	width: 100%;
	height: 450px;

}

#menu {
	background: url(../images/bg-menu.jpg);
    height:50px;
}

.conteudo {overflow: hidden;}

.title-pag {
	font-size: 32px;
	text-align: center;
}

.tel-topo {
	font-size: 40px;
	float: right;
	padding: 30px;
	margin-top: 10px;
	text-align: right;
}