@charset "UTF-8";
/* CSS Document */



a.masboton {
  position: absolute; 
  right: 0;
  bottom: 0;
	width: 55px; 
	height: 55px; 
	display: block;
	background-image: url(../../img/mas_55_duo.png); 
	_background-image: url(../../img/mas_55_duo.gif);
	text-indent: -2500px;
	outline: none;
}

a.masboton:hover { 
	background-position: 0px -60px; 
}

.masboton_activo {
	width: 55px;
	height: 55px;
	position: absolute;
	bottom: 0;
	right:0;
	z-index: 9998;
	margin: 0;
	padding: 0;
}

.masboton_activo a { 
	float: left; 
	width: 55px; 
	height: 0; 
	padding-top: 55px; 
	overflow: hidden; 
	background-image: url(../images/mas_55_duo.png); 
	_background-image: url(../images/mas_55_duo.gif); 
	background-repeat: no-repeat; 
	background-position: 0px -60px;
}

.masboton-rev {
	width: 55px;
	height: 55px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9998;
	margin: 0;
	padding: 0;
}

.masboton-rev a { 
	float: left;
	width: 55px; 
	height: 0; 
	padding-top: 55px; 
	overflow: hidden; 
	background-image: url(../images/mas_55_duo.png); 
	_background-image: url(../images/mas_55_duo.gif); 
	background-repeat: no-repeat; 
}

.masboton-rev a:hover { 
	background-position: 0px -60px; 
}

.masboton_activo-rev {
	width: 55px;
	height: 55px;
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 9998;
	margin: 0;
	padding: 0;
}

.masboton_activo-rev a { 
	float: left; 
	width: 55px; 
	height: 0; 
	padding-top: 55px; 
	overflow: hidden; 
	background-image: url(../images/mas_55_duo.png); 
	_background-image: url(../images/mas_55_duo.gif); 
	background-repeat: no-repeat; 
	background-position: 0px -60px;
}