body{
	background: url(img/sandpaper.png);
}
#pagina{
	background: url(img/background.jpg) no-repeat center top;
	height: 100%;
	width: 100%;

}
.centraliza{
	width: 960px;
	height: 615px;
	margin: auto;
}
#corpo{
	width: 960px;
	height: 479px;

}
#rodape{
	background: url(img/rodape.png) no-repeat center bottom;
	width: 960px;
	height: 136px;
}
#menu{
	width: 480px;
	height: 300px;
	float: left;
	margin-top: 30px;
}
#logo{
	width: 480px;
	height: 300px;
	float: left;
	margin-top: 20px;
}
.logo{
	margin-left: 150px;
}
#conteudo_menu{
	width: 400px;
	height: 226px;
	margin-left: 80px;
}
.menu-site {
	
	font-family: 'Arial';
}

.menu-site>li>a {
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	display: block;
	width:100%;
	padding:5px;
}


.menu-site>li>a:before {
	content:'- ';
	color:#fff;
	
	
}

.menu-site>li>a:hover {
	color:#fff212;
}

.menu-site>li>a:hover:before {
	color:#fff212;
}

#contato{
	font-family: 'Open Sans', sans-serif;
	width: 420px;
	height: 300px;
	padding: 15px;
	border-radius: 12px;
	float: left;
	
}
.titulo{
	font-size: 33px;
	color: #fff212;
	font-weight: 700;
	margin-bottom: -10px;
}
.texto{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.link{
	text-decoration: none;
	color: #fff;
}
#videos{
	width: 910px;
	height: 70px;
	margin-left: 25px;
	margin-top: -32px;
	float: left;
}

#videos a {
	color:#fff;
	font-family: verdana;
	font-weight: bold;
	font-size:16px;
	padding: 10px 10px 0 0;
	float: left;
}
#videos a:before {
	content:'';
}
#logo-prefeitura{
	float: right;
	width: 210px;
	height: 78px;
	margin-right: 10px;
	margin-top: 5px;
}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
}
li:hover ul { 
	display: block; 
	width: 150px;
	border: 1px solid #ccc;
	background: #fff;
	height: auto;
	border-radius: 10px;
	font-family: verdana;
	font-size: 18px;
	z-index: 999;
	padding: 5px;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #5f854e;
}
.titulo-videos{
	margin-left: 130px;
	margin-top: 15px;
	margin-bottom: -7px;
}

