/*
Description:
    Contains all the styles for the winning wheel page.

Verison History:
    2012-01-28, Douglas McKechie
    - Created based off earlier version.

    2015-09-26, Douglas McKechie
    - Minor updates for the 2.0 winwheel example.
*/

body {
			background-image: url("img/fondoformulario.png") ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;
			font-family: Verdana, Geneva, sans-serif;

}
.home {
	position: absolute;
	top: 15px;
	right: 15px;
}
.seljuegos {
	position: absolute;
	top: 15px;
	right: 60px;
}
.groupjuego {
	padding: 100px 10px;
	width: 1000px;
	color: #006;
	border-radius: 40px;
	margin-top: 250px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: rgba(0,0,0,0.);
}
/* Sets the background image for the wheel */
#canvas
{
	width: 950px;
	height: 950px;
    background-image: url("img/fondorueda.png");
    background-position: center;
    background-repeat: none;
}
#id_ganaste
{
    display: none;
    position: absolute;
    width: 700px;
    left: 50%;
		top:605px;
    margin-left: -350px;
    box-sizing: border-box;
    text-align: center;
}
#id_ganaste img {
	width: 100%;
	height: auto;
}
#id_perdiste
{
    display: none;
    position: absolute;
    width: 700px;
    left: 50%;
		top:605px;
    margin-left: -350px;
    box-sizing: border-box;
    text-align: center;
}
#id_perdiste img {
	width: 100%;
	height: auto;
}
/* Do some css reset on selected elements */
h1, p
{
    margin: 0;
}

div.power_controls
{
 text-align: center;
}
div.power_controls img.vamos {
	width: 50%;
	height: auto;
	margin-top: 70px;
}

div.html5_logo
{
    margin-left:70px;
}

/* Styles for the power selection controls */
table.power
{
    background-color: #cccccc;
    cursor: pointer;
    border:1px solid #333333;
}

table.power th
{
    background-color: white;
    cursor: default;
}

/* Style applied to the spin button once a power has been selected */
.clickable
{
    cursor: pointer;
}

/* Other misc styles */
.margin_bottom
{
    margin-bottom: 5px;
}

@media screen{
.reset {
	width: 20%;
	margin-top: 50px;
}
}
