.body{
 width: 500px GO;
}


#Stage {
    position: relative;
    height: 1000px;
    width: 1950px;
    transform-origin: 0px 0px 0px;
    transform: scale(0.71);
    overflow: hidden;
    background-image: url("images/layout.png");
}



#Stage_cien_boton {
    position: absolute;
    margin: 0px;
    left: 1100px;
    top: 10px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    
}



.Stage_cien_boton_billete100-front-small {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    cursor: pointer;
	transition: all 0.3s ease;
    transform-origin: 50% 50% 0px;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billete100-front-s.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#Stage_cincuenta_boton2 {
    position: absolute;
    margin: 0px;
    left: 930px;
    top: 10px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    
}



.Stage_cincuenta_boton2_billete50-front-small {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    cursor: pointer;
	transition: all 0.3s ease;
    transform-origin: 50% 50% 0px;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billete50-front-s.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#Stage_veinte_boton2 {
    position: absolute;
    margin: 0px;
    left: 760px;
    top: 10px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    
}

.Stage_veinte_boton2_billete20-front-small {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    cursor: pointer;
	transition: all 0.3s ease; 
    transform-origin: 50% 50% 0px;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billete20-front-s.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
	
}
.shrink:hover { 
-webkit-transform: scale(0.8); 
-ms-transform: scale(0.8); 
transform: scale(0.8); 
}
.grow:hover
{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

#Stage_diez_boton {
    position: absolute;
    margin: 0px;
    left: 590px;
    top: 10px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    
}

.Stage_diez_boton_billete10-front-small {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    cursor: pointer;
	transition: all 0.3s ease;
    transform-origin: 50% 50% 0px;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billete10-front-small.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#Stage_cinco_boton {
    position: absolute;
    margin: 0px;
    left: 420px;
    top: 10px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    
}

.Stage_cinco_boton_billete5-front-small {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    cursor: pointer;
	transition: all 0.3s ease;
    transform-origin: 50% 50% 0px;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billete5-front-s.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#Stage_dos_boton {
    position: absolute;
    margin: 0px;
    left: 250px;
    top: 10px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    
}

.Stage_dos_boton_billete2-front-small {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    cursor: pointer;
	transition: all 0.3s ease;
    transform-origin: 50% 50% 0px;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billete2-front-s.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#Stage_uno_boton {
    position: absolute;
    margin: 0px;
    left: 80px;
    top: 10px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    
}

.Stage_uno_boton_billete1-front-small {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 180px;
    right: auto;
    bottom: auto;
    cursor: pointer;
	transition: all 0.3s ease;
    transform-origin: 50% 50% 0px;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billete1-front-s.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}




    



#Stage_diez_movie_14_cinco_billete5-back-big {
    position: absolute;
    margin: 0px;
    left: -290px;
    top: -171px;
    width: 1174px;
    height: 498px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/billete10-back-big.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(0, 1);
}

#Stage_diez_movie_14_cinco_billete5-front-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-287px, -169px) rotate(0deg) scale(0, 1);
    background-size: 100% 100%;
    background-image: url("images/billete10-front-big.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#Stage_diez_movie_14_cinco_Reverso {
    position: absolute;
    margin: 0px;
    left: 936px;
    top: 0px;
    width: 300px;
    height: 165px;
    right: auto;
    bottom: auto;
    opacity: 0;
}

#Stage_diez_movie_14_cinco_Reverso_reverso2 {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 60px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/anverso.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0;
}



#Stage_diez_movie_14_cinco_Anverso {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 165px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(1544px, 0px) rotate(0deg) scale(1, 1);
    opacity: 1;
}





#Stage_diez_movie_14_Group_2_5 {
    position: absolute;
    margin: 0px;
    left: 361px;
    top: -19px;
    width: 445px;
    height: 308px;
    right: auto;
    bottom: auto;
}

#Stage_diez_movie_14_cinco_detalle2_box {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 141px;
    height: 304px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 5% 0px;
    transform: translate(344px, -58px) rotate(0deg) scale(0, 1);
    filter: saturate(2.71);
    background-size: 100% 100%;
    background-image: url("images/diez_detalle2.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
}

#Stage_diez_movie_14_cinco_detalle2_Rectangle4 {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 304px;
    right: auto;
    bottom: auto;
    border-radius: 54px 0px 0px 54px;
    transform-origin: 50% 50% 0px;
    transform: translate(294px, -60px) rotate(0deg) scale(1, 1);
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.81));
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(214, 45, 45);
    display: block;
    opacity: 0;
}

#Stage_diez_movie_14_cinco_detalle2_button_close {
    position: absolute;
    margin: 0px;
    left: -70px;
    top: -46px;
    width: 55px;
    height: 55px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/button_close.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    opacity: 0;
}

#Stage_diez_movie_14_Text_2_5 {
    position: absolute;
    margin: 0px;
    left: -23px;
    top: 59px;
    width: 292px;
    height: 175px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    transform-origin: 50% 50% 0px;
    display: block;
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

#Stage_diez_movie_14_Text_2_5Copy2 {
    position: absolute;
    margin: 0px;
    left: -23px;
    top: 25px;
    width: 292px;
    height: 41px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    transform-origin: 50% 50% 0px;
    display: block;
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

#Stage_diez_movie_14_Group_1_5 {
    position: absolute;
    margin: 0px;
    left: 383px;
    top: -25px;
    width: 445px;
    height: 308px;
    right: auto;
    bottom: auto;
}

#Stage_diez_movie_14_cinco_detalle1_box {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 141px;
    height: 304px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 5% 0px;
    transform: translate(-50px, -60px) rotate(0deg) scale(0, 0.1);
    filter: saturate(2.71);
    background-size: 100% 100%;
    background-image: url("images/diez_detalle1.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
}

#Stage_diez_movie_14_cinco_detalle1_Rectangle4 {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 304px;
    right: auto;
    bottom: auto;
    border-radius: 0px 38px 38px 0px;
    transform-origin: 50% 50% 0px;
    transform: translate(97px, -60px) rotate(0deg) scale(1, 1);
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.81));
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(214, 45, 45);
    display: block;
    opacity: 0;
}

#Stage_diez_movie_14_cinco_detalle1_button_close {
    position: absolute;
    margin: 0px;
    left: 393px;
    top: -47px;
    width: 55px;
    height: 55px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/button_close.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    opacity: 0;
}

#Stage_diez_movie_14_Text_1_5 {
    position: absolute;
    margin: 0px;
    left: 124px;
    top: 20px;
    width: 303px;
    height: 207px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    transform-origin: 50% 50% 0px;
    display: block;
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

#Stage_diez_movie_14_Text_1_5Copy3 {
    position: absolute;
    margin: 0px;
    left: 124px;
    top: -16px;
    width: 303px;
    height: 31px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    transform-origin: 50% 50% 0px;
    display: block;
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

#Stage_diez_movie_14_Group_1_5Copy4 {
    position: absolute;
    margin: 0px;
    left: 21px;
    top: -10px;
    width: 445px;
    height: 308px;
    right: auto;
    bottom: auto;
}

#Stage_diez_movie_14_cinco_detalle1_boxCopy4 {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 203px;
    height: 240px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 5% 0px;
    transform: translate(78px, 78px) rotate(0deg) scale(0, 1);
    filter: saturate(2.71);
    background-size: 100% 100%;
    background-image: url("images/diez_detalle4.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
}

#Stage_diez_movie_14_cinco_detalle1_Rectangle4Copy4 {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 236px;
    right: auto;
    bottom: auto;
    border-radius: 0px 38px 38px 0px;
    transform-origin: 50% 50% 0px;
    transform: translate(290px, 78px) rotate(0deg) scale(1, 1);
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.81));
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(214, 45, 45);
    display: block;
    opacity: 0;
}

#Stage_diez_movie_14_cinco_detalle1_button_closeCopy4 {
    position: absolute;
    margin: 0px;
    left: 678px;
    top: 93px;
    width: 55px;
    height: 55px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/button_close.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    opacity: 0;
}

#Stage_diez_movie_14_Text_1_5Copy4 {
    position: absolute;
    margin: 0px;
    left: 339px;
    top: 176px;
    width: 356px;
    height: 96px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    transform-origin: 50% 50% 0px;
    display: block;
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

#Stage_diez_movie_14_Text_1_5Copy5 {
    position: absolute;
    margin: 0px;
    left: 339px;
    top: 145px;
    width: 356px;
    height: 31px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    transform-origin: 50% 50% 0px;
    display: block;
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

#Stage_diez_movie_14_Group_3_5 {
    position: absolute;
    margin: 0px;
    left: 21px;
    top: -10px;
    width: 445px;
    height: 308px;
    right: auto;
    bottom: auto;
}

#Stage_diez_movie_14_cinco_detalle3_boxCopy {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 176px;
    height: 233px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 5% 0px;
    transform: translate(678px, 75px) rotate(0deg) scale(0, 0.1);
    filter: saturate(2.71);
    background-size: 100% 100%;
    background-image: url("images/diez_detalle3.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
}

#Stage_diez_movie_14_cinco_detalle3_Rectangle4 {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 229px;
    right: auto;
    bottom: auto;
    border-radius: 37px 0px 0px 37px;
    transform-origin: 50% 50% 0px;
    transform: translate(667px, 75px) rotate(0deg) scale(1, 1);
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.81));
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(214, 45, 45);
    opacity: 0;
    display: block;
}

#Stage_diez_movie_14_cinco_detalle3_button_close {
    position: absolute;
    margin: 0px;
    left: 232px;
    top: 82px;
    width: 55px;
    height: 55px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/button_close.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    opacity: 0;
}

#Stage_diez_movie_14_Text_3_5 {
    position: absolute;
    margin: 0px;
    left: 326px;
    top: 162px;
    width: 319px;
    height: 114px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    transform-origin: 50% 50% 0px;
    display: block;
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

#Stage_diez_movie_14_Text_3_5Copy2 {
    position: absolute;
    margin: 0px;
    left: 326px;
    top: 128px;
    width: 319px;
    height: 148px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    text-align: left;
    transform-origin: 50% 50% 0px;
    display: block;
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

#Stage_diez_movie_14_Text2 {
    position: absolute;
    margin: 0px;
    left: -274px;
    top: 334px;
    width: 1163px;
    height: 101px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    opacity: 0;
}

#Stage_diez_movie_14_boton_5_1 {
    position: absolute;
    margin: 0px;
    left: 394px;
    top: 32px;
    width: 101px;
    height: 101px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    transform: translate(0px, 0px) rotate(0deg) scale(0, 1);
}

#Stage_diez_movie_14_boton_5_1_normal {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 93px;
    height: 93px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    border-radius: 50%;
    border: 4px none rgb(0, 0, 0);
    background-color: rgb(214, 45, 45);
    opacity: 1;
}

#Stage_diez_movie_14_boton_5_1_rollover {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 93px;
    height: 93px;
    right: auto;
    bottom: auto;
    border-radius: 50%;
    border: 4px none rgb(0, 0, 0);
    background-color: rgb(130, 10, 10);
    overflow: hidden;
    display: none;
    opacity: 1;
}

#Stage_diez_movie_14_boton_5_1_Text6 {
    position: absolute;
    margin: 0px;
    left: 13px;
    top: 22px;
    width: 67px;
    height: 46px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 44px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    opacity: 1;
}

#Stage_diez_movie_14_boton_5_2 {
    position: absolute;
    margin: 0px;
    left: 665px;
    top: 24px;
    width: 101px;
    height: 101px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    transform: translate(0px, 0px) rotate(0deg) scale(0, 1);
}

#Stage_diez_movie_14_boton_5_2_normal {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 93px;
    height: 93px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    border-radius: 50%;
    border: 4px none rgb(0, 0, 0);
    background-color: rgb(214, 45, 45);
    opacity: 1;
}

#Stage_diez_movie_14_boton_5_2_rollover {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 93px;
    height: 93px;
    right: auto;
    bottom: auto;
    border-radius: 50%;
    border: 4px none rgb(0, 0, 0);
    background-color: rgb(130, 10, 10);
    overflow: hidden;
    display: none;
    opacity: 1;
}

#Stage_diez_movie_14_boton_5_2_Text6 {
    position: absolute;
    margin: 0px;
    left: 13px;
    top: 22px;
    width: 67px;
    height: 46px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 44px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    opacity: 1;
}

#Stage_diez_movie_14_boton_5_3 {
    position: absolute;
    margin: 0px;
    left: 746px;
    top: 152px;
    width: 101px;
    height: 101px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    transform: translate(0px, 0px) rotate(0deg) scale(0, 1);
}

#Stage_diez_movie_14_boton_5_3_normal {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 93px;
    height: 93px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    border-radius: 50%;
    border: 4px none rgb(0, 0, 0);
    background-color: rgb(214, 45, 45);
    opacity: 1;
}

#Stage_diez_movie_14_boton_5_3_rollover {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 93px;
    height: 93px;
    right: auto;
    bottom: auto;
    border-radius: 50%;
    border: 4px none rgb(0, 0, 0);
    background-color: rgb(130, 10, 10);
    overflow: hidden;
    display: none;
    opacity: 1;
}

#Stage_diez_movie_14_boton_5_3_Text6 {
    position: absolute;
    margin: 0px;
    left: 13px;
    top: 22px;
    width: 67px;
    height: 46px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 44px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    opacity: 1;
}

#Stage_diez_movie_14_boton_5_4 {
    position: absolute;
    margin: 0px;
    left: 134px;
    top: 144px;
    width: 101px;
    height: 101px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    transform: translate(0px, 0px) rotate(0deg) scale(0, 1);
}

#Stage_diez_movie_14_boton_5_4_normal {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 93px;
    height: 93px;
    right: auto;
    bottom: auto;
    cursor: pointer;
    border-radius: 50%;
    border: 4px none rgb(0, 0, 0);
    background-color: rgb(214, 45, 45);
    opacity: 1;
}

#Stage_diez_movie_14_boton_5_4_rollover {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 93px;
    height: 93px;
    right: auto;
    bottom: auto;
    border-radius: 50%;
    border: 4px none rgb(0, 0, 0);
    background-color: rgb(130, 10, 10);
    overflow: hidden;
    display: none;
    opacity: 1;
}

#Stage_diez_movie_14_boton_5_4_Text6 {
    position: absolute;
    margin: 0px;
    left: 13px;
    top: 22px;
    width: 67px;
    height: 46px;
    right: auto;
    bottom: auto;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 44px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    opacity: 1;
}

/*CSS BILLETE DE 5*/
#Billete_5 {
    position: absolute;
    margin: 0px;
    left: 360px;
    top: 460px;
    width: 1655px;
    height: 440px;
    right: auto;
    bottom: auto;
}
#billete5-back-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_5_reverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#billete5-front-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_5_anverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#seguridad_5_1 {
    position: absolute;
    margin: 0px;
    left: 10px;
    top: 110px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_5_1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_img5 {
    position: absolute;
    margin: 0px;
    left: -40px;
    top: -145px;
    width: 100px;
    height: 445px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_img5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_5_2 {
    position: absolute;
    margin: 0px;
    left: 320px;
    top: 30px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_5_2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_img5 {
    position: absolute;
    margin: 0px;
    left: 360px;
    top: -170px;
    width: 50px;
    height: 490px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seg2_img5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_5_3 {
    position: absolute;
    margin: 0px;
    left: 750px;
    top: 110px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_5_3.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_img5 {
    position: absolute;
    margin: 0px;
    left: 700px;
    top: 60px;
    width: 170px;
    height: 170px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_img5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_5_4 {
    position: absolute;
    margin: 0px;
    left: 250px;
    top: 160px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_5_4.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg4_img5 {
    position: absolute;
    margin: 0px;
    left: 70px;
    top: 140px;
    width: 350px;
    height: 180px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg4_img5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_5_5 {
    position: absolute;
    margin: 0px;
    left: -40px;
    top: -40px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_5_5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg5_img5 {
    position: absolute;
    margin: 0px;
    left: -130px;
    top: -40px;
    width: 240px;
    height: 240px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg5_img5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#pie5 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/pie5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_pie5 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_pie5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_pie5 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg2_pie5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_pie5 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_pie5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg4_pie5 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg4_pie5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg5_pie5 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg5_pie5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#btn5-anverso {
    
    width: 300px;
    height: 60px;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_reverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#btn5-reverso {
    
    width: 300px;
    height: 60px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_anverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#cerrar5_seg {
    position: absolute;
    margin: 0px;
    left: 870px;
    top: 320px;
    width: 60px;
    height: 60px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/button_close.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}


/*CSS BILLETE DE 10*/
#Billete_10 {
    position: absolute;
    margin: 0px;
    left: 360px;
    top: 460px;
    width: 1655px;
    height: 440px;
    right: auto;
    bottom: auto;
}
#billete10-back-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_10_reverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#billete10-front-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_10_anverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#seguridad_10_1 {
    position: absolute;
    margin: 0px;
    left: 380px;
    top: -50px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_10_1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_img10 {
    position: absolute;
    margin: 0px;
    left: -40px;
    top: -145px;
    width: 100px;
    height: 445px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_img10.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_10_2 {
    position: absolute;
    margin: 0px;
    left: 700px;
    top: 30px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_10_2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_img10 {
    position: absolute;
    margin: 0px;
    left: 630px;
    top: -80px;
    width: 250px;
    height: 300px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seg2_img10.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_10_3 {
    position: absolute;
    margin: 0px;
    left: 650px;
    top: 150px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_10_3.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_img10 {
    position: absolute;
    margin: 0px;
    left: 700px;
    top: 60px;
    width: 170px;
    height: 170px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_img10.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_10_4 {
    position: absolute;
    margin: 0px;
    left: 250px;
    top: 160px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_10_4.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg4_img10 {
    position: absolute;
    margin: 0px;
    left: 70px;
    top: 140px;
    width: 350px;
    height: 180px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg4_img10.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_10_5 {
    position: absolute;
    margin: 0px;
   left: 10px;
    top: 110px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_10_5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg5_img10 {
    position: absolute;
    margin: 0px;
    left: -80px;
    top: 50px;
    width: 240px;
    height: 240px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg5_img10.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#pie10 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/pie10.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_pie10 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_pie10.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_pie10 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg2_pie10.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_pie10 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_pie10.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg4_pie10 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg4_pie10.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg5_pie10 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg5_pie10.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#btn10-anverso {
    
    width: 300px;
    height: 60px;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_reverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#btn10-reverso {
    width: 300px;
    height: 60px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_anverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#cerrar10_seg {
    position: absolute;
    margin: 0px;
    left: 870px;
    top: 320px;
    width: 60px;
    height: 60px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/button_close.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

/*CSS BILLETE DE 20*/
#Billete_20 {
    position: absolute;
    margin: 0px;
    left: 360px;
    top: 460px;
    width: 1655px;
    height: 440px;
    right: auto;
    bottom: auto;
}
#billete20-back-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_20_reverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#billete20-front-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_20_anverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#seguridad_20_1 {
    position: absolute;
    margin: 0px;
    left: -230px;
    top: 45px;
	width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_20_1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_img20 {
    position: absolute;
    margin: 0px;
    left: -320px;
    top: -280px;
    width: 280px;
    height: 700px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_img20.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_20_2 {
    position: absolute;
    margin: 0px;
    left: 700px;
    top: 30px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_20_2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_img20 {
    position: absolute;
    margin: 0px;
    left: 630px;
    top: -80px;
    width: 250px;
    height: 300px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seg2_img20.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_20_3 {
    position: absolute;
    margin: 0px;
    left: 650px;
    top: 150px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_20_3.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_img20 {
    position: absolute;
    margin: 0px;
    left: 680px;
    top: 60px;
    width: 200px;
    height: 200px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_img20.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_20_4 {
    position: absolute;
    margin: 0px;
    left: 250px;
    top: 160px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_20_4.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg4_img20 {
    position: absolute;
    margin: 0px;
    left: 70px;
    top: 140px;
    width: 350px;
    height: 180px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg4_img20.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_20_5 {
    position: absolute;
    margin: 0px;
	left: 380px;
    top: -50px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_20_5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg5_img20 {
    position: absolute;
    margin: 0px;
    left: 330px;
    top: -30px;
    width: 200px;
    height: 200px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg5_img20.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#pie20 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/pie20.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_pie20 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_pie20.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_pie20 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg2_pie20.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_pie20 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_pie20.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg4_pie20 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg4_pie20.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg5_pie20 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg5_pie20.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#btn20-anverso {
    
    width: 300px;
    height: 60px;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_reverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#btn20-reverso {
    width: 300px;
    height: 60px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_anverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#cerrar20_seg {
    position: absolute;
    margin: 0px;
    left: 870px;
    top: 320px;
    width: 60px;
    height: 60px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/button_close.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}



/*CSS BILLETE DE 50*/
#Billete_50 {
    position: absolute;
    margin: 0px;
    left: 360px;
    top: 460px;
    width: 1655px;
    height: 440px;
    right: auto;
    bottom: auto;
}
#billete50-back-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_50_reverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#billete50-front-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_50_anverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#seguridad_50_1 {
    position: absolute;
    margin: 0px;
    left: -230px;
    top: 45px;
	width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_50_1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_img50 {
    position: absolute;
    margin: 0px;
    left: 380px;
    top: -170px;
    width: 50px;
    height: 490px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_img50.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_50_2 {
    position: absolute;
    margin: 0px;
    left: 700px;
    top: 30px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_50_2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_img50 {
    position: absolute;
    margin: 0px;
    left: 630px;
    top: -80px;
    width: 260px;
    height: 260px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seg2_img50.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_50_3 {
    position: absolute;
    margin: 0px;
    left: 650px;
    top: 150px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_50_3.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_img50 {
    position: absolute;
    margin: 0px;
    left: 680px;
    top: 60px;
    width: 200px;
    height: 200px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_img50.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_50_4 {
    position: absolute;
    margin: 0px;
    left: 250px;
    top: 160px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_50_4.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg4_img50 {
    position: absolute;
    margin: 0px;
    left: 70px;
    top: 140px;
    width: 280px;
    height: 180px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg4_img50.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_50_5 {
    position: absolute;
    margin: 0px;
	left: 380px;
    top: -50px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_50_5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg5_img50 {
    position: absolute;
    margin: 0px;
    left: 330px;
    top: -30px;
    width: 150px;
    height: 150px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg5_img50.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#pie50 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/pie50.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_pie50 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_pie50.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_pie50 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg2_pie50.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_pie50 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_pie50.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg4_pie50 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg4_pie50.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg5_pie50 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg5_pie50.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#btn50-anverso {
    
    width: 300px;
    height: 60px;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_reverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#btn50-reverso {
    width: 300px;
    height: 60px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_anverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#cerrar50_seg {
    position: absolute;
    margin: 0px;
    left: 870px;
    top: 320px;
    width: 60px;
    height: 60px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/button_close.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}



/*CSS BILLETE DE 100*/
#Billete_100 {
    position: absolute;
    margin: 0px;
    left: 360px;
    top: 460px;
    width: 1655px;
    height: 440px;
    right: auto;
    bottom: auto;
}
#billete100-back-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_100_reverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#billete100-front-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_100_anverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#seguridad_100_1 {
    position: absolute;
    margin: 0px;
    left: -50px;
    top: 40px;
	width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_100_1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_img100 {
    position: absolute;
    margin: 0px;
    left: -130px;
    top: -170px;
    width: 50px;
    height: 490px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_img100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_100_2 {
    position: absolute;
    margin: 0px;
    left: 320px;
    top: -10px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_100_2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_img100 {
    position: absolute;
    margin: 0px;
    left: 320px;
    top: -170px;
    width: 60px;
    height: 490px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seg2_img100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_100_3 {
    position: absolute;
    margin: 0px;
    left: 700px;
    top: 0px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_100_3.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_img100 {
    position: absolute;
    margin: 0px;
    left: 600px;
    top: -80px;
    width: 270px;
    height: 320px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_img100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_100_4 {
    position: absolute;
    margin: 0px;
    left: 680px;
    top: 160px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_100_4.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg4_img100 {
    position: absolute;
    margin: 0px;
    left: 590px;
    top: 140px;
    width: 250px;
    height: 150px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg4_img100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_100_5 {
    position: absolute;
    margin: 0px;
	left: 30px;
    top: 180px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_100_5.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg5_img100 {
    position: absolute;
    margin: 0px;
    left: -100px;
    top: 120px;
    width: 450px;
    height: 200px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg5_img100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_100_6 {
    position: absolute;
    margin: 0px;
	left: -200px;
    top: -50px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_100_6.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg6_img100 {
    position: absolute;
    margin: 0px;
    left:-180px;
    top: -60px;
    width: 280px;
    height: 280px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg6_img100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_100_7 {
    position: absolute;
    margin: 0px;
    left: 420px;
    top: 140px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_100_7.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg7_img100 {
    position: absolute;
    margin: 0px;
    left: 340px;
    top: 30px;
    width: 280px;
    height: 280px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg7_img100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

#pie100 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/pie100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_pie100 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_pie100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_pie100 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg2_pie100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_pie100 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_pie100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg4_pie100 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg4_pie100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg5_pie100 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg5_pie100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg6_pie100 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg6_pie100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg7_pie100 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg7_pie100.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#btn100-anverso {
    
    width: 300px;
    height: 60px;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_reverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#btn100-reverso {
    width: 300px;
    height: 60px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_anverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#cerrar100_seg {
    position: absolute;
    margin: 0px;
    left: 870px;
    top: 320px;
    width: 60px;
    height: 60px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/button_close.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}




/*CSS BILLETE DE 2*/
#Billete_2 {
    position: absolute;
    margin: 0px;
    left: 360px;
    top: 460px;
    width: 1655px;
    height: 440px;
    right: auto;
    bottom: auto;
}
#billete2-back-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_2_reverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#billete2-front-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_2_anverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#seguridad_2_1 {
    position: absolute;
    margin: 0px;
    left: 200px;
    top: 120px;
	width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_2_1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_img2 {
    position: absolute;
    margin: 0px;
    left: 160px;
    top: 100px;
    width: 350px;
    height: 200px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_img2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_2_2 {
    position: absolute;
    margin: 0px;
    left: 800px;
    top: -150px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_2_2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_img2 {
    position: absolute;
    margin: 0px;
    left: 600px;
    top: -140px;
    width: 270px;
    height: 250px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seg2_img2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_2_3 {
    position: absolute;
    margin: 0px;
    left: 90px;
    top: -20px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_2_3.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_img2 {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: -120px;
    width: 300px;
    height: 240px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_img2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#pie2 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/pie2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_pie2 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_pie2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_pie2 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg2_pie2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_pie2 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_pie2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#btn2-anverso {
    
    width: 300px;
    height: 60px;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_reverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#btn2-reverso {
    width: 300px;
    height: 60px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_anverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#cerrar2_seg {
    position: absolute;
    margin: 0px;
    left: 870px;
    top: 320px;
    width: 60px;
    height: 60px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/button_close.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}


/*CSS BILLETE DE 1*/
#Billete_1 {
    position: absolute;
    margin: 0px;
    left: 360px;
    top: 460px;
    width: 1655px;
    height: 440px;
    right: auto;
    bottom: auto;
}
#billete1-back-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_1_reverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#billete1-front-big {
    position: absolute;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 1174px;
    height: 489px;
    right: auto;
    bottom: auto;
    transform-origin: 50% 50% 0px;
    transform: translate(-285px, -169px) rotate(0deg) scale(1, 1);
    background-size: 100% 100%;
    background-image: url("images/billetes_1_anverso.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#seguridad_1_1 {
    position: absolute;
    margin: 0px;
    left: 220px;
    top: 140px;
	width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_1_1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_img1 {
    position: absolute;
    margin: 0px;
    left: 100px;
    top: 100px;
    width: 380px;
    height: 220px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_img1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_1_2 {
    position: absolute;
    margin: 0px;
    left: -220px;
    top: -80px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_1_2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_img1 {
    position: absolute;
    margin: 0px;
    left: -250px;
    top: -120px;
    width: 300px;
    height: 300px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seg2_img1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seguridad_1_3 {
    position: absolute;
    margin: 0px;
    left: 80px;
    top: -30px;
    width: 80px;
    height: 80px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/seguridad_1_3.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_img1 {
    position: absolute;
    margin: 0px;
    left: 20px;
    top: -50px;
    width: 150px;
    height: 200px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_img1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#pie1 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/pie1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg1_pie1 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg1_pie1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg2_pie1 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg2_pie1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}
#seg3_pie1 {
    position: absolute;
    margin: 0px;
    left: -260px;
    top: 320px;
    width: 1130px;
    height: 100px;
    right: auto;
    bottom: auto;
    background-size: 100% 100%;
    background-image: url("images/seg3_pie1.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

#btn1-anverso {
    
    width: 300px;
    height: 60px;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_reverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#btn1-reverso {
    width: 300px;
    height: 60px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/flecha_anverso.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#titulo-anverso {
    
    width: 300px;
    height: 60px;
	
    background-size: 100% 100%;
    background-image: url("images/reverso_1.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#titulo-reverso {
    width: 300px;
    height: 60px;
    
    background-size: 100% 100%;
    background-image: url("images/anverso_1.png");
    background-repeat: no-repeat;
    opacity: 1;
}
#cerrar1_seg1 {
    position: absolute;
    margin: 0px;
    left: 870px;
    top: 320px;
    width: 60px;
    height: 60px;
    right: auto;
    bottom: auto;
	cursor: pointer;
    background-size: 100% 100%;
    background-image: url("images/button_close.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
}

    
.flow-wrapper {
    width: 1px;
}

.center-wrapper {
    height: 852px;
    width: 1349px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}

.opciones-billetes {
	
	text-align:center;

}

#boton {
    text-align:center;
	position:absolute;
	left: 1100px;
    top: 230px;
	
}
#titulo {
    text-align:center;
	position:absolute;
	left: 480px;
    top: 220px;
	
	
	
}