/* CSS Document */

#topo{
	width: 100%;
	height: 94px;
	text-align: center;
	margin-top: 0px;
	background: url(../img/bg_logo.png);
	-webkit-box-shadow: 0 0 5px #000;
	   -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;	
}

#barra{
	width: 100%;
	height: 50px;
	margin-bottom: 8px;
	text-align: center;
	background: #fd5200;
	bottom: 0px;
	position: absolute;
	-webkit-box-shadow: 0 0 5px #000;
	   -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
}


/* botao 1 */
#seu_botao {
	clear: both;
	position:relative;
	display:block;
	margin: -40px auto;
	height: 80px;
	width: 300px;
	background: url(../img/entrar01.jpg);
	cursor: pointer;
	-webkit-box-shadow: 0 0 5px #000;
	   -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;		
}
#seu_botao span.hover {
	position: absolute;
	display: block;
	height: 80px;
	width: 300px;
	background: url(../img/entrar02.jpg);
}

		
		
	

