
/*  Hoja de estilo general  */


body{ margin:0; padding: 0; background: #EAE6CB url(../images/px_marron.gif) repeat;}

#boton a {
	float: left;
	height: 80px;
	width: 180px;
	background: #EAE6CB url(../images/boton.gif) top left no-repeat;
	text-align: center;
	z-index: 10;
}
#boton a:hover {
	background-position: 0 -80px;
}
#boton a span {
	position: relative;
	font-size: 9px;
	z-index: -10;
}
