@charset "utf-8";
/* CSS Document */
/*Comienzo botones inferiores*/
#btsInferiores .btimagenDer{
	background-image: url(../imaxes/botonDer1.png);
	background-repeat: no-repeat;
	width: 50px;
	position: relative;
	height: 50px;
	background-position: 2px 4px;
	float: left;
	margin-left: 450px;
}
#btsInferiores .btimagenIzq{
	background-image: url(../imaxes/botonIzq1.png);
	background-repeat: no-repeat;
	width: 50px;
	float: left;
	position: relative;
	height: 50px;
	background-position: 2px 4px;
	margin-left: 200px;
}
