#anfitrion{
    display: none;
}

#campo_background{
    background-image: url(../images/campo_2.jpeg);   
    border: 3px solid black;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px white;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    width: 900px;
}

#campo_juego{
    background-color: black;
    background-repeat: no-repeat;
    border: 3px solid #EE9600;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 15px white;
    cursor: url(../images/game/barras_crash.png),auto !important;
    /*cursor: url('http://localhost/pulsimpatik/components/com_pulsimpatik_game/images/game/barras_crash.png'),auto !important;*/
    height:400px;
    /*cursor:url('cursor.jpg');*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width:700px;
}

#content_linea_juego{
    padding-top:280px;
}

#content_mensaje{
    font-color:white;
}

#content_s_linea_juego{
    padding-top:190px;
}


#countdown_div{
    color: white;
    /*float:left;*/
    font-family:VT323;
    font-size:60px;
    margin-left:27px;
}

#game_en_espera{
    color: red;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    left: 300px;
    text-shadow: 0px 0px 10px white;
    top:300px;
}

#game_go{
    color: red;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    left: 400px;
    text-shadow: 0px 0px 10px white;
    top:350px;
}

#game_jugar_otra{
    color: red;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    left: 400px;
    text-shadow: 0px 0px 10px white;
    top:300px;
    width: 400px;
}

#game_timer_120{
    color: red;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    left: 390px;
    text-shadow: 0px 0px 10px white;
    top:300px;
    width: 400px;
}

#image_sensor_left{
    background-image:url('../images/game/sensor.png');
    background-repeat: no-repeat;
    height:35px;
    float: left;
    margin: 12px 0px 0px 35px;
    width:35px;

}

#image_sendor_right{
    background-image:url('../images/game/sensor.png');
    background-repeat: no-repeat;
    height:35px;
    float: right;
    width:35px;
    margin-right:50px;
    margin-top:12px;
}

#jugador_anfitrion{
    background-color: white;
    box-shadow: 0px 0px 8px black;
    /*border-radius: 0px 0px 10px 10px;*/
    float: left;
    margin-left: 4px;
    width: 220px;
}

#jugador_anfitrion_avatar{
    border: 1px solid #ccc;
    float: left; 
    margin: 5px;
    padding: 5px;
}

#jugador_anfitrion_datos{
    float: left;
}

#jugador_anfitrion_desc_s{
    color: black;
    font-size: 10px;
    margin-left: 10px;
    margin-top: 5px;
}

#jugador_anfitrion_nombre{
    border-bottom: 1px solid black;
    color: black;
    margin: 6px 8px 0px 5px;
    font-weight: bold;
}

#jugador_anfitrion_puntuacion{
    background-color: #333;
    background-image: url(../images/fondo_puntuacion.jpg);
    background-repeat: repeat-x;
    /*border-radius: 0px 0px 10px 10px;*/
    text-shadow: 2px 2px 15px white,2px 2px 15px white,2px 2px 15px white;
    color: white;
    /*font-family:VT323;*/
    font-family: Arial;
    font-size:30px;
    font-weight: bold;
    text-align: center;
    /*margin: 5px;
    padding: 5px 20px 5px 20px;*/
    /*text-shadow: 0 0 15px white, 0 0 15px white,0 0 15px white*/
}

#jugador_visitante{
    background-color: white;
    box-shadow: 0px 0px 8px black;
    /*border-radius: 0px 0px 10px 10px;    */
    float: right;
    margin-right: 4px;
    width: 220px;
}

#jugador_visitante_avatar{
    border: 1px solid #ccc;
    float: right; 
    margin: 5px;
    padding: 5px;
}

#jugador_visitante_datos{
    float: left;
}

#jugador_visitante_desc_s{
    color: black;
    font-size: 10px;
    margin-left: 15px;
    margin-top: 5px;
}

#jugador_visitante_nombre{
    border-bottom: 1px solid black;
    color: black;
    margin: 6px 8px 0px 10px;
    font-weight: bold;
}

#jugador_visitante_puntuacion{
    background-color: #333;
    background-image: url(../images/fondo_puntuacion.jpg);
    background-repeat: repeat-x;
    /*border-radius: 0px 0px 10px 10px;*/
    text-shadow: 2px 2px 15px white,2px 2px 15px white,2px 2px 15px white;
    color: white;
    /*font-family:VT323;*/
    font-family: Arial;
    font-size:30px;
    font-weight: bold;
    text-align: center;
    /*margin: 5px;
    padding: 5px 20px 5px 20px;*/
    /*text-shadow: 0 0 15px white, 0 0 15px white,0 0 15px white*/
}

#jugador_vs_jugador{
    width: 100%;
}

#jugador_vs_jugador_item{
    margin-left: auto;
    margin-right: auto;
    width: 90px;
}

#linea_juego{
    background-image: url(../images/campo_tota_sub.jpg);
    background-repeat: repeat-x;
    border: 2px solid black;
    border-radius: 4px 4px 4px 4px;
    margin-left: 55px;
    height:60px;
    width: 500px;
}

#linea_juego_aux{
    /*background-color: grey;*/
    cursor: url(../images/game/barras_juego.png),auto;
    margin-left: 55px;
    position: absolute;
    height:60px;
}

#s_puntuacion{
    background-color: #0f0;
    border-radius: 0px; 
    margin-left: 540px;
    width: 150px;
}

#sensor_left{
    /*background-color: red;*/
    height:20px;
    float: left;
    margin-left: 1px;
    margin-top:3px;
    width:15px;

}

#sensor_right{
    /*background-color: red;*/
    height:20px;
    float: right;
    margin-right: 20px;
    margin-top:10px;
    width:20px;

}

#single_puntuacion{
    color: black;
    height: 58px;
    font-size: 58px;
    font-weight: bold;
    padding: 4px 0px 10px 0px;
    text-align: center;
}

.capa_oculta{
    visibility: hidden;
}

.sensores{
    float: left;
}