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

.barraverde {
	background-color: #2a6c8c;
	height: 4px;
	width: 100%;
}
.barravermelha {
	background-color: #2a6c8c;
	height: 4px;
	width: 100%;
}
.caixatopo {
	height: 120px;
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logomarca {
	float: left;
	height: 120px;
	width: 190px;
	background-image: url(../imagens/logomarca_evento.png);
	background-repeat: no-repeat;
}
.caixamenu {
	height: 62px;
	width: 100%;
	
	background-image: url(../barramenu.jpg);
	background-repeat: no-repeat;
	background-position:  center;
}
.btmenu {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-top: 2px;
}