/* UTILIZED FONTS */

#fontMissel1 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #143256;
}

/* UTILIZED FONTS end */

/* GENERAL DIVs */

body {
	margin: 0;
	background-color: white;
}


#top {
	width: 1024px;
	margin: 0 auto;
}

#content {
	width: 1024px;
}

#footer {
	width: 1024px;
	height: 74px;
	border-top: 4px solid #E8C221;
}

/* GENERAL DIVs end */

/*#top .anim_top {
	height: 177px;
}*/

/*#top .menu {
	height: 49px;
	background: url(../img/general/backgroundDiv_menu.png) repeat-x;
	background-position: bottom;
}

#top .menu .menuPosition {
	height: 43px;
	float: right;
	margin-right: 78px;
}*/

#footer .contFooter {
	width: 1024px;
	margin-top: 32px;
	display: table;
}

#footer .icon_twitter {
	margin-top: -5px;
	margin-left: 150px;
	float: left;
}

#footer .contFooter .adress {
	width: 514px;
	height: 12px;
	float: left;
	margin-left: 20px;
	background: url(../img/general/img_adress.png) no-repeat;
}

#footer .contFooter .logo_quavio {
	float: right;
	margin-right: 34px;
	*margin-top: -1px;
}

#votar {
	float: right;
	margin-top: 27px;
	*margin-top: 27px;
	margin-right: 10px;
	*margin-right: 3px;
}

#votar button {
	width: 69px;
	height: 25px;
	border: none;
	cursor: pointer;
	background: url(../img/home/btn_voltar.png) no-repeat;
}

#votar button:hover { background: url(../img/home/btn_voltar.png) no-repeat right; }