


/* botao 1 */
#facebook {
	clear: both;
	position:relative;
	display:block;
	height: 41px;
	width: 40px;
	background:url(images/facebook.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
#facebook span.hover {
	position: absolute !important;
	display: block !important;
	height: 41px !important;
	width: 40px !important;
	background: url(images/facebook.png) no-repeat !important;
	background-position: bottom !important;
}
/* rede social twitter */
#youtube {
	clear: both;
	position:relative;
	display:block;
	height: 41px;
	width: 40px;
	background:url(images/youtube.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
#youtube span.hover {
	position: absolute !important;
	display: block !important;
	height: 41px !important;
	width: 40px !important;
	background: url(images/youtube.png) no-repeat !important;
	background-position: bottom !important;
}

/* rede social twitter */
#twitter {
	clear: both;
	position:relative;
	display:block;
	height: 41px;
	width: 40px;
	background:url(images/twitter.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
#twitter span.hover {
	position: absolute !important;
	display: block !important;
	height: 41px !important;
	width: 40px !important;
	background: url(images/twitter.png) no-repeat !important;
	background-position: bottom !important;
}

/* rede social twitter */
#orcamento {
	clear: both;
	position:relative;
	display:block;
	height: 41px;
	width: 270px;
	background:url(images/fone.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
#orcamento span.hover {
	position: absolute !important;
	display: block !important;
	height: 41px !important;
	width: 270px !important;
	background: url(images/fone.png) no-repeat !important;
	background-position: bottom !important;
}


