@charset "UTF-8";

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../es/img/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover,button.full-screen-dark:hover {opacity: 1;}

button.full-screen-dark{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../es/img/full-screen-btn-dark.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}

