#previsualizador{
    width: 1280px;
    height: 720px;
    background-image: url(images/fondo_estructura.jpg);
}

#prev_instrucciones{
    width: 800px;
    height: 500px;
    left: 250px;
    top: 100px;
    background-image: url(images/fondo_instrucciones.png);
}

#prev_titulo{
    width:200px;
    height:40px; 
    left:75px; 
    top:7px;

    /*CODIGO NUEVO*/
    visibility: collapse;
}
#prev_titulo_p{
    font-size:18px;
    color:#000000;
    text-align:left;
}

#prev_descripcion{
    width:1275px;
    height:28px;
    left:0px;
    top:133px;

    /*CODIGO NUEVO*/
    visibility: collapse;
}

#prev_descripcion_p{
    color: #000000;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
}

#prev_escenario{
    width: 1280px;
    height: 388px;
    left: 0px;
    top: 170px;
    /*border: #000000 solid 1px;*/
    border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

#prev_pista{
    width: 1280px;
    height: 720px;
    left: 0px;
    top: 0px;
    background-image: url(images/pista.png);
}

#prev_backpista{
    width: 1280px;
    height: 720px;
}

#prev_contenidopista{
    width: 342px;
    height: 219px;
    /*left: 471px;
    top: 279px;*/
    left: 470px;
    top: 205px;
}
#prev_contenidopista_p{
    color: #0032A0;
    font-size: 20px;
    text-align: center;
}

#prev_botonpista{
    width: 155px;
    height: 53px;
    /*left: 10px;
    top: 500px;*/
    left: 570px;
    top: 500px;
    background-color: #0032A0;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;



    position: relative;
    padding: 10px 20px;
    font-family: 'DINMedium_0';

}
#prev_botonpista_p{
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
}

#prev_empezar{
    width: 100px;
    height: 40px;
    left: 125px;
    top: 500px;
    background-color: #cccccc;
    border: #000000 solid 1px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
#prev_empezar_p{
    color: #000000;
    font-size: 18px;
    text-align: center;
}


#prev_tiempo{
    width: 100px;
    height: 40px;
    left: 1180px;
    top: 0px;
    background-image: url(images/reloj.png);
}
#prev_tiempo_p{
    color: #000000;
    font-size: 18px;
    text-align: center;
}

#prev_aciertos{
    width: 697px;
    height: 99px;
    /*left: 330px;
    top: 591px;*/
    left: 331px;
    top: 593px;
    background-image: url(images/aciertos.png);
}
#prev_errores{
    width: 195px;
    height: 54px;
    /*left: 1061px;
    top: 624px;*/
    left: 1065px;
    top: 628px;
    background-image: url(images/errores.png);
}

.prev_aciertos_div{
    /*width: 61px;
    height: 64px;*/
    background-image: url(images/correcto_btn.png);
}
.prev_errores_div{
    width: 56px;
    height: 61px;
    background-image: url(images/incorrecto_btn.png);
}

.modal_0 .modal_cerrar{
    background-color:#0033A0;
}
.modal_0 .modal_continuar_btn,.modal_1 .modal_continuar_btn{
    background-color:#0033A0;
}

.modal_2 .modal_titule{
    background-color:#0033A0;
}
.modal_2 .modal_continuar_btn{
    color:#0033A0;
    /*border-bottom:#0033A0 solid 2px;*/
}