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

#main-menu {
	width:98%;
	margin:25px auto;
	padding:0;
	list-style:none;
}

#main-menu li {
	padding:2px 0;
	margin:0;
	
	border-top:1px dotted #000;
}

#main-menu li:first-child {
	border-top:0;
}

#main-menu li a {
	display:block;
	padding:5px;
	margin:0 5px;
}

#redes-sociais a {
	position:relative;
	float:left;
	margin:0 1px;
}
#redes-sociais a:hover:after{
    background: #D7B453;
    border-radius: 5px;
    color: #fff;
    content: attr(title);
	top:-38px;
    left:5px;
    padding: 5px 0;
	text-align:center;
    position: absolute;
	z-index:1;
	width:100px;
}
#redes-sociais a:hover:before{
    border:solid;
    border-color:#D7B453 transparent;
    border-width:6px 6px 0 6px;
    content:"";
	top:-8px;
    left: 18px;
    position:absolute;
    z-index:99;
}

.bt-utl {
	display:block;
	width:263px;
	padding:5px;
	background:#000000;
	border-radius:3px;
	float:left;
	margin:1px;
}

.bt-utl:hover {
	background:#003333;
}

.bt-utl img {
	float:left;
}

.bt-utl2 {
	display:block;
	width:260px;
	padding:5px;
	background:#000000;
	border-radius:3px;
	float:left;
	margin:1px;
}

.bt-utl2:hover {
	background:#003333;
}