/* CSS Document */

#botonera {
	float:left;
	left:0px;
	width:100%;
	height:40px;
	padding-left:40px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
	text-align:center;
}
#botonera a{
	display:block;
	float:left;
	width:127px;
	height:30px;
	padding-top:8px;
	background: url(bitmaps_ffmm/boton.gif) center top no-repeat;
	font-weight:bold;
	color:#666666;
}
#botonera a:hover{
	background: url(bitmaps_ffmm/boton.gif) left -40px no-repeat;
	color:#FF0000;
	text-decoration:none;
}
#home a{
	display:block;
	border-right:1px #ccc dashed;
	float:left;
	width:42px;
	height:28px;
	padding:10px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	background: url(bitmaps_ffmm/boton_home.gif) left top no-repeat;
}
#home a:hover{
	background: url(bitmaps_ffmm/boton_home.gif) left -40px no-repeat;
}

#volver a{
	display:block;
	border-left:1px #ccc dashed;
	float:left;
	width:44px;
	height:28px;
	padding-top:10px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	background: url(bitmaps_ffmm/boton_volver.gif) right top no-repeat;
}
#volver a:hover{
	background: url(bitmaps_ffmm/boton_volver.gif) right -40px no-repeat;
}