@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;
}

#topo {
	width: 100%;
	background: url(../images/bg-topo.png);
}

.logo {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0px;
}

.menu {
	background: #432973;
	height: 50px;
	width: 100%;
	border-bottom: 4px solid #7b63a7;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	
}

#slide iframe {
	margin: 10px auto 0px auto;
	width: 100%;
	height: 350px;
}

.conteudo {
	border: 0;
	border-radius: 50px;
	border-top: 6px solid #432973;
	border-bottom: 2px dotted #432973;
	text-align: justify;
	width: 980px;
	padding: 30px;
	margin: 10px auto;
	min-height: 400px;
	font-size: 20px;
	color: #7b63a7;
}

.conteudo h2 h1 {
	font-weight: 100;
}

.conteudo a {
	color: #000000;
	text-decoration: none;
}

.conteudo h2 {
	font-weight: 100;
}

.title-pag {
	padding: 0px 10px;
	font-size: 30px;
	margin-left: 30px;
	font-weight: bold;
	color: #7b63a7;
}

.spotlight {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.spotlight-box {
	width: 300px;
	display: inline-table;
}

.spotlight-box:hover {
	opacity: 0.6;
	cursor: pointer;
}

.spotlight-title {
	padding: 5px 5px 5px 10px;
	text-align: left;
	font-size: 22px;
	background: #432973;
	color: #FFFFFF;
}

.spotlight-box img {
	border-bottom: 3px solid #432973;
}