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

body {
    margin: 0;
    background-color: #222222;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	overflow: hidden;
}
.fondo {
    margin: 0;
    position: relative;
}
.fondo iframe {
	width: 100%;
    height: 100vh;
}
.botonera {
    z-index: 10;
    position: absolute;
	top: 20px;
  	right: 20px;
	background-color: rgba(0,0,0,0.65);
	padding:  4px 20px;
	border-radius: 6px;
}
.botonera li {
	display: block;
	margin-left: -40px;
}
.botonera li a {
	color: #fff;
	text-decoration: none;
}.botonera li a:hover {
	color: #ff8001;
}