    *{
        font-family: 'Oswald', sans-serif;
    }
    
    tr:hover{
        background: #ccc;
        color: #000;
    }
    
    body{
        background: transparent;
    }
    
    fieldset{
        width: 80%;
        margin-left: 10%;
        border:  2px solid #ccc;
        border-radius: 10px;
    }
    
    .iconoColumna{
        width: 40px;
        height: 40px;
        margin-left: 9px;
    }
    
    titleColumn{
        width: 100%;
        text-align: center;
        display: inline;
        font-size: 10px;
        font-weight: normal;
        position: absolute;
        bottom: 2px;
        left: 0;
    }
    .columna:hover titleColumn{
        display: inline;
    }
    
    .columna{
        width: 100%;
        height: 60px;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10;
    }
    
    .columna a{
    	display: block;
    	color: #fff;
    	height: 60px;
        width: 60px;
        font-size:50px;
        text-align: left;
    	text-decoration: none;
        position: relative;
    	padding: 2px;
        padding-top: 2px;
        margin: auto;
    	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        float: left;
    }
    
    .columna a:hover{
    	background: rgba(255, 255, 255, 0.3);
        color: #fff;
    }

    .columna a .glyphicon{
        font-size: 35px;
        margin-top: 1px;
        margin-left: 10px;
        
    }
    
    #aJugar{
        width: 70%;
        margin-left: 15%;
        margin-top: 15%;
    }
    
    .spanUser{
        position: absolute;
        width: 90%;
        left: 5%;
        top: 15vh;
        height: 70vh;
        background: rgba(34, 41, 153, 0.5);
        border-radius: 10px;
        border: 3px solid #fff;
    }
    
    .loginText{
        width: 100%;
        text-align: center;
        color: #fff;
        margin-top: 10%;
        font-size: 20px;
    }
    
    .spanUser input{
        width: 80%;
        margin-left: 10%;
        margin-top: 10%;
        text-align: center;
        border-radius: 5px;
    }

    .tablero{
        background: rgba(34, 41, 153, 0.9);
        position: absolute;
        left: 0;
        width: 100%;
        top: 25%;
        height: 70vh;
        border-radius: 10px;
        border: 3px solid #000;
        color: #fff;
        font-size: 5vh;
    }
    
    .respEnc, .puntosEnc{
        width: 90%; 
        float: left; 
        padding: 5px;
        height: 10vh;
        max-height: 10vh;
        overflow: hidden;
    }
    
    .respEnc{
        max-width: 90%;
    }
    
    .puntosEnc{
        width: 10%; 
        float: left; 
        text-align: center; 
        padding: 5px;
    }
    
    .marcador{        
        background: rgba(34, 41, 153, 0.9);
        position: absolute;
        left: 25%;
        width: 50%;
        top: 5%;
        height: 20vh;
        border-radius: 10px;
        border: 3px solid #000;
        text-align: center;
        color: #fff;
        font-size: 12vh;
    }
    
    .nombreEquipo{
        background: #c70600;
        position: absolute;
        left: 0;
        width: 25%;
        top: 3%;
        height: 12vh;
        border-radius: 10px;
        border: 3px solid #000;
        color: #fff;
        text-align: center;
        font-size: 6vh;
        max-width: 25%;
        padding-top: 2vh;
        overflow: hidden;
    }

    .marcadorEquipo{
        background: rgba(34, 41, 153, 0.9);
        position: absolute;
        left: 0;
        width: 25%;
        top: 14%;
        height: 13vh;
        border-radius: 10px;
        border: 3px solid #000;
        color: #fff;
        text-align: center;
        font-size: 9vh;
    }
    
    #ne2, #me2{
        left: auto;
        right: 0;
    }
    
    .toolsPoller{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    /*.marcadorEnc{
        width: 33%;
        float: left;
    }*/
    
    #estiloEnc{
        width: 100%;
        position: relative;
        float: left;
        font-size: 100%;
        font-size: 20px;
    }
    
    #eq1, #eq2{
        max-width: 33%;
        overflow: hidden;
    }
    
    #general{
        background: rgba(34, 41, 153, 1);
        width: 34%;
        border-radius: 10px;
        border: 3px solid #000;
        text-align: center;
        color: #fff;
        font-size: 40PX;
    }
    
    .noRonda{
        width: 100%;
        text-align: center;
        margin-top: 60px;
        font-size: 30px;
        color: #fff;
    }
    
    .pregunta{
        width: 100%;
        color: #fff;
        text-align: center; 
        font-size: 25px;
    }
    
    .respuestas{
        width: 100%;
        color: #fff;
    }
    
    .espacioResp, .accionesResp{
        width: 80%;
        max-width: 80%;
        font-size: 20px;
        float: left;
        height: 10vh;
        max-height: 10vh;
        overflow: hidden;
        margin-top: 10px;
    }
    
    .espacioResp{
        padding-left: 5%;
    }
    
    .accionesResp{
        width: 20%;
        text-align: center;
        margin-top: 10px;
    }
    
    .moneda{
        position: relative;
        z-index:11;
        width: 10vh;
        height: 10vh;
    }

    #escalaGrisesBN{
        filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
        filter: Gray(); /* IE4-8 and 9 */
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    #miniStrike{
        font-size: 80px;
        color: #ccc;
        padding: 5px;
    }
    
    #Strike1, #Strike2, #Strike3{
        position: relative;
        z-index: 999;
        font-size: 20vh;
        color:  #bd0000;
        top: 40vh;
        left:0;
    }
    
    #nuevo{
        background: #0f95fc;
        font-family: Calibri;
        font-size: 10px;
        font-weight: normal;
    }

    
        
    
    



    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
@media (min-width: 400px){
    
    
    .spanUser{
        width: 300px;
        left: auto;
        right: 5%;
        top: 5%;
        height: 300px;
        background: rgba(34, 41, 153, 0.5);
        border-radius: 10px;
        border: 3px solid #fff;
    }
    
	.tablero{
        background: rgba(34, 41, 153, 0.9);
        position: absolute;
        left: 15%;
        width: 70%;
        top: 25%;
        height: 70vh;
        font-size: 6vh;
    }
    .marcador{        
        background: rgba(34, 41, 153, 0.9);
        position: absolute;
        left: 40%;
        width: 20%;
        top: 5%;
        height: 20vh;
        border-radius: 10px;
        border: 5px solid #000;
        text-align: center;
        color: #fff;
        font-size: 12vh;
    }
    
    .nombreEquipo{
        background: #c70600;
        position: absolute;
        left: 0;
        width: 15%;
        top: 15%;
        height: 12vh;
        border-radius: 10px;
        border: 3px solid #000;
        color: #fff;
        text-align: center;
        font-size: 5vh;
        max-width: 15%;
        overflow: hidden;
        padding-top: 10px;
    }

    .marcadorEquipo{
        background: rgba(34, 41, 153, 0.9);
        position: absolute;
        left: 0;
        width: 15%;
        top: 28%;
        height: 20vh;
        border-radius: 10px;
        border: 3px solid #000;
        color: #fff;
        text-align: center;
        font-size: 12vh;
    }
    
    #ne2, #me2{
        left: auto;
        right: 0;
    }
    
    
    .noRonda{
        font-size: 30px;
    }
    
    .pregunta{
        font-size: 20px;
    }
    
    .espacioResp{
        padding-left: 10%;
        font-size: 30px;
    }
    
    
    #Strike1, #Strike2, #Strike3{
        font-size: 50vh;
        top: 30vh;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
    
    
    