
canvas{
	float: left;
	margin:15px 0 0 30px;
}
h3{
	
	font-size: 2em;
	font-weight: lighter;
}
#dadoSorteo{
	background:url(../images/falco/dadoSorteo.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height: 50px;
	width: 50px;
}
#elegirAmarillo{
	border: 5px solid #000;
	background: #ecc663;
	height: 46px;
	width: 42px;
}
#elegirRojo{
	border: 5px solid #000;
	background: #c85c5c;
	height: 46px;
	width: 42px;
}
#jugar{
	background:url(../images/falco/botonInicio.png);
	font-size: 3em;
}
#jugarDeNuevo{
	font-size: 1.5em;
	margin: 2em 0 0 0 ;
}
#marcador{
	/*background: gold;*/
	float: left;
	height: 240px;
	margin: 0;
	padding: 0 0 20px 0;
	width: 300px;
}
#marcador input{
	font-family: lobster;
	font-size: 1.5em;
	font-weight: bolder;
	height: 50px;
	margin:0 0 1em 0;
	text-align: center;
	width: 50px;
}
#marcador p{
	color: white;
	font-family: lobster;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
#marcadorRojo{
	background: #c85c5c;
}
#marcadorAmarillo{
	background: #ecc663;
}

#panelContenedor{
	/*background: lime;*/
	float: left;
	height: 650px;
	width: 150px;
	margin: 0 0 0 30px;
	/*position: relative;*/
}
#panelFinal h2{
	color: #35e431;
	font-family: lobster;
	font-size: 2.5em;
	text-shadow: 4px 4px 2px rgba(84, 84, 84, .5);
}
#panelInicio input{
	font-size: 1.5em;
}


#panelSorteo{
}
.dado{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height: 46px;
	width: 42px; 
	margin: 0 auto;
}
.cubileteAmarillo{
	background:url(../images/falco/cubileteAmarillo.jpg);
}
.cubileteRojo{
	background:url(../images/falco/cubileteRojo.jpg);
}
.oculto{
	display: none;
}
.panel{
	/*background: pink;*/
	clear: both;
	float: left;
	height: 500px;
	margin: 1em 0 0 0;
	width: 150px;
}
.visible{
	display: inline;
}

@media screen and (max-width: 1024px){
	h3{
		margin: 0;
		padding: 10px 0 15px 0;
		font-size: 22px;
	}
	#panelContenedor{
		/*background: lime;*/
		position: relative;
		width: 150px;
		height: 300px;
	}
	#marcador{
		/*background: gold;*/
		height: 300px;
		position: absolute;
		right: 0;
		padding: 0;
	}
	.panel{
		/*background: pink;*/
		height: 300px;
		position: absolute;
		padding: 0;
		margin: 0;
		left: 0;
		width: 150px;
	}
}