* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}*/

audio#audioAll {
    top: 0px;
    left:0px;
    width: 0px;
    height: 0px;
    z-index: -20;
    display: none;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0em;
    margin: 0em;
    overflow: hidden;
    font-family: 'MarkPro';
    font-size: 1em;
    min-width: 20em;
}


/*////////// FUENTES ////////////*/

@font-face {
    font-family: 'MarkPro';
    src: url('../add/fonts/MarkPro/MarkPro.eot'); /* IE9 Compat Modes */
    src: url('../add/fonts/MarkPro/MarkPro.eot?#iefix') format('embedded-opentype'),
         url('../add/fonts/MarkPro/MarkPro.otf')format('opentype'),
         url('../add/fonts/MarkPro/MarkPro.ttf')format('truetype');
}
@font-face {
    font-family: 'MarkProBold';
    src: url('../add/fonts/MarkPro/MarkPro-Bold_0.eot'); /* IE9 Compat Modes */
    src: url('../add/fonts/MarkPro/MarkPro-Bold_0.eot?#iefix') format('embedded-opentype'),
         url('../add/fonts/MarkPro/MarkPro-Bold_0.otf')format('opentype'),
         url('../add/fonts/MarkPro/MarkPro-Bold_0.ttf')format('truetype');
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../add/fonts/MyriadPro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../add/fonts/MyriadPro/MyriadPro-Regular.ttf')format('truetype');
}
/**/



#limit{
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
    /*display: none;*/
}

#header {
    position: fixed;
    top: 0;
    height: 4em;
    pointer-events: none;
    z-index: 9;
    /*opacity: 0;*/
    /*display: none;*/
}
#header.Mode1 {
    left: 0 !important;
    width: 100%;
}
#header.Mode2 { right: 0 !important; border-bottom-left-radius: 0.625em; }
#header.Mode3 { left:  0 !important; border-bottom-right-radius: 0.625em; }

#header.split.Mode1 > div.signed     { border-bottom-right-radius: 0.625em; }
#header.split.Mode1 > div.but_header { border-bottom-left-radius: 0.625em; }


/*#header.Mode4 {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    border-bottom-left-radius: 0.625em;
    border-bottom-right-radius: 0.625em;
}*/

#header > div.signed {
    float: left;
    display: flex;
    height: 100%;
    padding-left: 1em;
    padding-right: 1em;
}

    #header > div.signed > div.logo {
        float: left;
        display: flex;
        width: 7em;
        pointer-events: all !important;
    }
    #header > div.signed > div.logo.richmond {
        width: 12em !important;
    }
    #header > div.signed > div.logo .SVGLogoClass {
        width: 100%;
        height: auto;
    }

    #header > div.signed > div.mark{
        float: left;
        display: flex;
        align-items: center;
        padding-left: 0.6em;
        padding-right: 0.6em;
        font-family: 'MarkPro';
        font-size: 1.4em;
        text-align: center;
        vertical-align: middle;
    }

    #header > div.signed > div.mark > span{
        font-family: 'MarkPro';
        font-size: 1.4em;
        text-align: center;
        vertical-align: middle;
    }

    #header > div.signed > div.tit{
        float: left;
        display: flex;
        align-items: center;
        vertical-align: middle;
    }

    #header > div.signed > div.tit span{
        padding-top: 0.3em;
        font-family: 'MarkProBold';
        font-size: 1.4em;
        text-align: left;
    }



#header > div.but_header{
    float: right;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
}

    #header > div.but_header > div.but_int{
        width: 2em;
        height: 2em;
        border-radius: 50%;
        overflow: hidden;
        margin-left: 1em;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: all !important;
    }

    #header > div.but_header > div.but_int .SVGIconClass {
        width: 1.2em;
        height: 1.2em;
    }
    
    #header > div.but_header > div.but_int.isOn {
        cursor: pointer !important;
    }

    #header > div.but_header > div.but_int.isOff {
        opacity: 0.4;
        cursor: default !important;
    }

    #header > div.but_header > div#but_full.isNotFull > .onFull  { display: none;  }
    #header > div.but_header > div#but_full.isNotFull > .offFull { display: block; }
    #header > div.but_header > div#but_full.isFull > .onFull     { display: block; }
    #header > div.but_header > div#but_full.isFull > .offFull    { display: none;  }

    #header > div.but_header > div#silenciar1.silenciar > .audioOff    { display: none;  }
    #header > div.but_header > div#silenciar1.silenciar > .audioOn     { display: block; }
    #header > div.but_header > div#silenciar1.silenciar_on > .audioOff { display: block; }
    #header > div.but_header > div#silenciar1.silenciar_on > .audioOn  { display: none;  }

    #header > div.but_header > div.but_int.isOn.hover{
        box-shadow: 0em 0.3em 0.5em rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0em 0.3em 0.5em rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0em 0.3em 0.5em rgba(0, 0, 0, 0.25);
    }

#limit .containerClass{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0em auto;
}

#limit .containerClass > div.frame_anim{
    position: relative;
    /*width: 1100px;*/
    /*height: 546px;*/
    width: 1024px;
    height: 590px;
    overflow:hidden;
    /*border: 1px solid #000;*/
}

#limit .containerClass > div.frame_anim > div#visor {
    position: relative;
    width: 1024px;
    height: 468px;
    overflow: hidden;
    padding: 0;

    display: flex;
}


#pregunta {
    position: relative;
    margin: 0 auto;
    font-family: 'MarkProBold';
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    font-size: 1.2em;
    text-align: center;
}

/*** BOTONERA CHECK ***/

.pan_wrap {
    position: absolute;
    width: 100%;
    bottom: 1em;
    /*border: 1px solid #000;*/
}
.pan_wrap > div.pan_cont {
    position: relative;
    /*width: 700px;*/
    width: 43.75em;
    height: 4em;
    margin: 0 auto;
    background: url('../add/img/line.png')  no-repeat center center;
    background-size: 100% 2%;
    background-position: center center;
}
.pan_wrap > div.pan_cont > div.pan_main {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        /*border: 1px solid #000;*/
}
        .pan_wrap > div.pan_cont > div.pdegClass {
            top: 0;
            width: 20%;
            height: 100%;
            /*border: 1px solid #000;*/
        }
        .pan_wrap > div.pan_cont > div#pdeg1 {
            float: left;
            background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
        }
        .pan_wrap > div.pan_cont > div#pdeg2 {
            float: right;
            background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
        }

        .pan_wrap > div.pan_cont > div.pan_main > div.pan_but {
            position: relative;
        }
        .pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.pbutClass {
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 3.2em;
            height: 3em;
            margin-left: 1em;
            border-radius: 1.2em;

            border: 0.2em solid #d7d7d7;
            /*box-shadow: 0px 8px #d7d7d7 !important;*/
            
            box-shadow: inset 0 -0.4em 0 0 #d7d7d7;
            -webkit-box-shadow: inset 0 -0.4em 0 0 #d7d7d7;
            -moz-box-shadow: inset 0 -0.4em 0 0 #d7d7d7;
            background: #fff;

            -webkit-transition: box-shadow .15s ease-out,opacity .15s ease-out, background-color .15s ease-out;
            -ms-transition: box-shadow .15s ease-out,opacity .15s ease-out, background-color .15s ease-out;
            transition: box-shadow .15s ease-out,opacity .15s ease-out, background-color .15s ease-out;
            transition: box-shadow .15s ease-out,opacity .15s ease-out, background-color .15s ease-out;

        }
        .pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.pbutClass.hover.notdisabled:hover,
        .pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.pbutClass.notdisabled:active {
            box-shadow: inset 0 0em 0 0 #d7d7d7 !important;
            -webkit-box-shadow: inset 0 0em 0 0 #d7d7d7 !important;
            -moz-box-shadow: inset 0 0em 0 0 #d7d7d7 !important;

            background-color: #f4f4f4 !important;
        }
            .pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.pbutClass > div {
                display: flex;
                justify-content: center;
                align-items: center;
                /*width: 1.4em;*/
                /*height: 1.4em;*/
            }
            .pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.pbutClass > div > span {
                font-family: 'MarkProBold';
                font-size: 1.2em;
                text-align: center;
                vertical-align: middle;
            }


        .pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.versolucion {
            /*float: left;*/
            margin-left: 0em;
        }
        .pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.comprobar {
            /*float: left;*/
            width: 12em;
            margin-left: 0em;
        }
        .pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.reiniciar {
            /*float: right;*/
            margin-left: 0em;
        }




/********** hasta aki nuevo *************************/



.tool > div {
	/*opacity: 0.5;*/
}
#intro_title {
	font-size: 16px;
	margin: 10px 50px 0px 60px;
}
#intro_text {
	margin: 10px 70px 30px 60px;
	padding: 0px;
}


/* TOOLTIP */
.tooltip {
	background-color: #dddddd;
	border: 3px solid #aaaaaa;
	font-size: 13px;
	padding: 5px 5px 5px 5px;
	z-index: 5000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/*jspscroll*/
.jspTrack {
	background-color: #dfdfdf;
}
.jspDrag {
	background-color: #46AADC;
}
.jspVerticalBar {
	max-height: 200px !important;
	width: 20px !important;
}
.jspArrow {
	height: 20px !important;
	width: 19px !important;
}
.pop_up_close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: url(images/close.png) no-repeat center;
}
.pop_up {
	z-index: 9999;
	display: none;
	position: absolute;
	top: 15px;
	left: 0px;
	background-color: #ffffff;
	margin: 10px;
	padding: 50px 20px 20px 20px;
}
.pop_up_content {
	height: 200px;
	overflow: hidden;
}


/*.visualizar > div > .SVGIconClass {
    background: url('../add/img/panelBut/tab_visualizar.png')  no-repeat center center;
    background-size: 100% 100%;
    background-position: center center;
}*/


/**/

.notdisabled {
	filter: alpha(opacity = 100);
	opacity: 1;
    cursor: pointer;
}
.pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.pbutClass:not(.notdisabled){
    
    border: 0.2em solid rgba(215, 215, 215, 0.5) !important;
    /*box-shadow: 0px 8px rgba(215, 215, 215, 0.5) !important;*/

    box-shadow: inset 0 -0.4em 0 0 rgba(215, 215, 215, 0.5) !important;
    -webkit-box-shadow: inset 0 -0.4em 0 0 rgba(215, 215, 215, 0.5) !important;
    -moz-box-shadow: inset 0 -0.4em 0 0 rgba(215, 215, 215, 0.5) !important;
}
.pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.pbutClass.notdisabled{
    
    border: 0.2em solid rgba(215, 215, 215, 1);
    /*box-shadow: 0px 8px rgba(215, 215, 215, 1) !important;*/

    box-shadow: inset 0 -0.4em 0 0 rgba(215, 215, 215, 1);
    -webkit-box-shadow: inset 0 -0.4em 0 0 rgba(215, 215, 215, 1);
    -moz-box-shadow: inset 0 -0.4em 0 0 rgba(215, 215, 215, 1);
}
.pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.pbutClass:not(.notdisabled) > div{
    
    filter: alpha(opacity = 0.5);
    opacity: 0.5;
}

.pan_wrap > div.pan_cont > div.pan_main > div.pan_but > div.pbutClass:not(.notdisabled):hover {
    cursor: default !important;
}
.silenciar.notdisabled {
}
.selected {
	background: #FBC73B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.red {
	background-color: #FF0000 !important;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.green {
	background-color: #39B54A !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}


.marc {
	color: #969696;
}
.pop_up_close {
	background: url(images/tablet/tab_x_little.png) no-repeat center !important;
	margin-right: -5px;
	width: 25px;
	height: 25px;
}
.pop_up {
	border: 3px solid #323333;
	background: url(images/tablet/tab_topbarmodalwindow.png) repeat-x;
	background-color: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 60px 30px 30px 30px !important;
}
.jspCap {
	height: 20px;
	display: block;
}
.pop_up_title {
	position: absolute;
	margin-top: -45px;
}
.jspTrack {
	background-color: transparent;
}
.jspDrag {
	width: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #535353 url(images/tablet/tab_vscroll.png) no-repeat center !important;
}
.pop_up_title font {

	color: #ffffff !important;
}



/*////    querys   ////*/

@media screen and (max-width: 10500px) and (min-width: 2200px) {
    #header {
        font-size: 20px;
    }

}

@media screen and (max-width: 2200px) and (min-width: 1600px) {
    #header {
        font-size: 18px;
    }

}

@media screen and (max-width: 1600px) and (min-width: 800px) {
    #header {
        font-size: 16px;
    }

}

@media screen and (max-width: 800px) and (min-width: 600px) {
    #header {
        font-size: 14px;
    }

}

@media screen and (max-width: 600px) and (min-width: 50px) {
    #header {
        font-size: 12px;
    }

}