/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-may-2017, 5:04:28
    Author     : victor
*/
body{
	overscroll-behavior: contain;
	background-color: black;
	font-size: xx-large;
}
#contenido{
    margin: 0 auto;
    width: 100%;
    background: black;
    color: white;
    font-size: 1em;
}
#login{
    color: #00ccff;
    font-size: 1em;
    display: block;
    padding-left: 12px;
    padding-top: 12px;
    font-family: 'Bungee Inline', cursive;
}
#login a{
    color: red;
    font-family: 'Bungee Inline', cursive;
}
.dorsal{
    color: #66ff33;
    font-family: 'Bungee Inline', cursive;
}
.racha{
    float: right;
    display: inline-block;
    margin-right: 12px;
    margin-top: 12px;
    color: #66ff33;
    font-family: 'Bungee Inline', cursive;
}
.racha_valor{
    color: #00ccff;
    font-family: 'Bungee Inline', cursive;
}
.podium{
    float: right;
    display: box;
    background-color:#44c767;
    color:#ffffff;
    font-family:Verdana;
    font-weight:bold;
    font-size: 1.5em;
    margin-right: 12px;
    margin-top: 12px;
}
main{
    width: 100%;
    clear: both;
}

img{
    width: 350px;
    height: 350px;
	}
#horca{
    width: 350px;
    height: 350px;
   /*
    background-image: url(../ahorcado/sol_horca2.png);
    background-position: 0 20%;
    background-repeat: no-repeat;
*/
   }
#uno{
    position: absolute;
    margin-left: 40%;
    visibility: hidden;
}
#dos{
    position: absolute;
    margin-left: 40%;
    visibility: hidden;
}
#tres{
    position: absolute;
    margin-left: 40%;
    visibility: hidden;
}
#cuatro{
    position: absolute;
    margin-left: 40%;
    visibility: hidden;
}
#cinco{
    position: absolute;
    margin-left: 40%;
    visibility: hidden;
}
#img_win{
    position: absolute;
    margin-left: 40%;
    visibility: hidden;
}
#img_lose{
    position: absolute;
    margin-left: 40%;
    visibility: hidden;
}
fieldset{
    margin: 0 auto;
    background-color: black;
    font-size: 1.4em;
    border: none;
}
fieldset input{
    font-size: 1em;
}
#demo{
    color: #ff0000;
    font-weight: bold;
    line-height: 2em;
    display: inline-block;
    letter-spacing: 0.5em;
    /*clear: both;
    font-family: 'Bungee Inline', cursive;*/
}
#adivina_palabra{
    text-align: center;
    line-height: 0.5em;
    background-color: black;
    color: white;
}
#adivina{
    display: inline-block;
    clear: both;
    font-size: 1em;
}
#soportunidades{
   /* font-size: 1.5em;*/
    color: red;
    font-family: 'Racing Sans One', cursive;
    display: none;
    width: 100%;
}
#titulo_juego{
    display: table-cell;
    color: red;
    width: 70%;
    text-align: center;
    padding-left: 3%;
}
#oport{
    width: 30%;
    display: table-cell;
    color: red;
    text-align: left;
}
/*
#contiene_botonera{
    text-align: center;
}
*/
.botonera{
    text-align: center;
    margin: 0 auto;
    display: block;
}
.botonera_oculta{
    text-align: center;
    margin: 0 auto;
    display: none;
}
.boton_otra_vez{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.miBoton {
	border: 1px solid gold;
    background-color: transparent;
    color: gold;
    font-family:Verdana;
    width: 3em;
    height: 3em;
    font-weight:bold;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
}
.btn_desactivado {
    background: black;
    color: #ffd70047;
    font-family: Verdana;
    width: 3em;
    height: 3em;
    font-weight: bold;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
}
.btn_jugar {
    display: inline;
    border: 1px solid gold;
    padding: 1em;
    margin: 7% auto;
    background-color: transparent;
    color: gold;
    font-family: Verdana;
    font-weight: bold;
    visibility: visible;
}
.btn_jugar_invisible{
    display: none;
    visibility: hidden;
}
           
footer{
    text-align: center;
    color: red;
    background-color: black;
}
footer a{
    text-decoration: none;
    color: red;
    font-size: 1em;
}
.centrado{
     display: block;
    text-align: center;
    margin: 0 auto;
}
/* ANIMACIONES */
#animacion_final_ini {;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
}
 
#animacion_final_fin {
    -webkit-transform: rotate(-1825deg);
    -moz-transform: rotate(-1825deg);
    -o-transform: rotate(-1825deg);
}
.gameover_visible{
    display: inline;
    background-color:#44c767;
    color:#ffffff;
    font-family:Verdana;
    font-weight:bold;
    visibility: visible;

}
.gameover_invisible{
    display: none;
    background-color:#44c767;
    color:#ffffff;
    font-family:Verdana;
    font-weight:bold;
    visibility: hidden;
}
/* MODIFICAR TEMA */
fieldset {
    margin: 0 auto;
    background-color: #774ee700;
    font-size: 1em;
    border: none;
}
#adivina_palabra {
    color: gold;
}
    .btn_palabra_popup{
    margin-top: 4%;
    display: inline;
    background: #3498db;
    color: #ffffff;
    font-family:Verdana;
    font-weight:bold;
    visibility: visible;
    padding: 0.75em;
    font-size: 1.5em;
    border: outset 1px;
}
.btn_palabra_popup:hover{
    background-color: red;
    color: #fffff;
    font-weight: bolder;
    cursor:pointer; 
    cursor: hand;
    
}