/*
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{
}
#contenido{
    margin: 2% auto;
    width: 80%;
    border-top: 10px outset black;
    border-bottom: 10px outset black;
    
    background: rgba(255,215,204,1);
background: -moz-linear-gradient(top, rgba(255,215,204,1) 0%, rgba(254,234,165,1) 30%, rgba(255,255,255,1) 59%, rgba(244,255,143,1) 81%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,215,204,1)), color-stop(30%, rgba(254,234,165,1)), color-stop(59%, rgba(255,255,255,1)), color-stop(81%, rgba(244,255,143,1)), color-stop(95%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,215,204,1) 0%, rgba(254,234,165,1) 30%, rgba(255,255,255,1) 59%, rgba(244,255,143,1) 81%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,215,204,1) 0%, rgba(254,234,165,1) 30%, rgba(255,255,255,1) 59%, rgba(244,255,143,1) 81%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,215,204,1) 0%, rgba(254,234,165,1) 30%, rgba(255,255,255,1) 59%, rgba(244,255,143,1) 81%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,215,204,1) 0%, rgba(254,234,165,1) 30%, rgba(255,255,255,1) 59%, rgba(244,255,143,1) 81%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd7cc', endColorstr='#ffffff', GradientType=0 );
}
main{
    width: 100%;
    clear: both;
    border-top: 1px outset black;

}
#titulo_juego{
    margin-top: 1%;
color: red;
font-size: 2em;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
#titulo_juego {
  text-align: center;
}


#horca{
    width: 400px;
    height: 400px;
    background-image: url(../ahorcado/sol_horca2.png);
    background-position: 0 20%;
    background-repeat: no-repeat;
}
            #uno{
                position: absolute;
                margin-left: 33%;
                visibility: hidden;
            }
            #dos{
                position: absolute;
                margin-left: 33%;
                visibility: hidden;
            }
            #tres{
                position: absolute;
                margin-left: 33%;
                visibility: hidden;
            }
            #cuatro{
                position: absolute;
                margin-left: 33%;
                visibility: hidden;
            }
            #cinco{
                position: absolute;
                margin-left: 33%;
                visibility: hidden;
            }
            #otra_partida{
                visibility: hidden;
            }
            fieldset{
                margin: 0 auto;
                background-color: gainsboro;
                font-size: 2em;
            }
            fieldset input{
                font-size: 1em;
            }
            #demo{
                color: red;
                font-weight: bold;
                line-height: 2em;
                display: inline-block;
                letter-spacing: 1em;
                clear: both;
            }
            #adivina_palabra{
                text-align: center;
            }
            #adivina{
                display: inline-block;
                clear: both;
            }
            #soportunidades{
                font-size: 2em;
                text-align: right;
            }
            #contiene_botonera{
                text-align: center;
            }
            footer{
                text-align: center;
                color: red;
                background-color: black;
            }
            footer a{
                text-decoration: none;
                color: red;
                font-size: 1em;
            }