h3 {
	font-size: 22px;
	color: #000; 
	text-shadow: white 0.1em 0.1em 0.1em;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color: #666;
	border-right-style:dotted;
	border-right-width:thin;
	border-right-color: #666;
	width:1107px;
}
/*////////////////////////////////////////FOOT\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#foot{
	clear:both;
	background-color: #999;
	height:70px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:36px;
		-moz-border-radius: 20px; /* Para Firefox */
    -webkit-border-radius: 20px; /*Para Safari e Chrome */
     border-radius: 0px 0px 20px 20px; /* Para Opera 10.5+*/

	
}
#foot .cont{
	padding-top:16px;
	width:960px;
	margin:0 auto;
}
#foot .cont .esq{
	width:460px;
	float:left;
}
#foot .cont .esq img{
	vertical-align:middle;
	padding-right:20px;
}
#foot .cont .dir{
	text-align:right;
	width:286px;
	float:right;
	color:#e87534;
	font-size:11px;
}
#foot .cont .dir a{
	color:#fff;
	padding:4px;
}


<!---     BOTAO CONTATO      -->
* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#333;
}
body {
	padding:20px;
}
h1 {
	font-size:24px;
	padding:0 0 20px;
}
h2 {
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 0 0;
	color:#999;
}
p {
	font-size:11px;
}
/* botao 1 */
#seu_botao {
	clear: both;
	position:relative;
	display:block;
	height: 50px;
	width: 200px;
	background:url(images2/botao.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
#seu_botao span.hover {
	clear: both;
	position:relative;
	display:block;
	height: 50px;
	width: 200px;
	background:url(images2/botao2.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}