p {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}

* {
	outline: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#header p,
#pregunta,
hr {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	padding: 10px 0 0 0px;
}

i {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	padding: 10px 0 0 5px;
}

#intro_title {
	font-size: 16px;
	margin: 10px 50px 0px 60px;
}

#intro_text {
	margin: 10px 70px 30px 60px;
	padding: 0px;
}

#bottombar{
	position: relative;
	top: 516px;
	width: 100%;
	background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
    background-image: linear-gradient(top, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
    background-image: -webkit-gradient(
		 top,
		color-stop(0, rgb(255,255,255)),
		color-stop(0.5, rgb(224,224,224)),
		color-stop(0.75, rgb(216,215,215)),
		color-stop(1, rgb(216,215,215))
	);
	/* background: -ms-linear-gradient(top, #f8cbd6 0%,#edeeec 100%); IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d7d7',GradientType=0 ); /* IE6-9 */
	height: 38px;
	border: none;
	border-top: 1px solid #c8c6c6;
	margin: 0 auto;
	z-index: 100;
}

.positionbar #bottombar{
	position: relative;
	top: 0;
	right: 0;
	width: 67px;
    background-image: -webkit-linear-gradient(left, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
    background-image: -moz-linear-gradient(left, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
    background-image: -ms-linear-gradient(left, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
    background-image: -o-linear-gradient(left, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
    background-image: linear-gradient(left, #ffffff 0%, #e0e0e0 50%, #d8d7d7 75%, #d8d7d7 100%);
    background-image: -webkit-gradient(
		left,
		color-stop(0, rgb(255,255,255)),
		color-stop(0.5, rgb(224,224,224)),
		color-stop(0.75, rgb(216,215,215)),
		color-stop(1, rgb(216,215,215))
	);
	/* background: -ms-linear-gradient(top, #f8cbd6 0%,#edeeec 100%); IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d7d7',GradientType=0 ); /* IE6-9 */
	height: 518px;
	margin-right: 0px;
	margin-top: 0px;
	border: none;
	border-left: 1px solid #c8c6c6;
	z-index: 1;
}

#left{
	float: left;
	width: 44.7%;
	margin: 1px 0 0 0;
}

.positionbar #bottombar #left{
	float: none;
	width: 53px;
	margin: 0 0 0 27px;
}

#right{
	float: right;
	width: 48.7%;
	margin: 1px -1px 0 0;
}

.positionbar #bottombar #right{
	float: none;
	width: 53px;
	margin: 0;
}

#center {
	z-index: 9000;
	max-width: 100px;
	float: left;
}

.positionbar #bottombar #center {
	z-index: 9000;
	position: absolute;
	margin: 0 auto;
	height: 45px;
	bottom: 0px;
	right: 0px;
	max-width: 100px;
	width: auto;
}

#center p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	min-width: 68px !important;
	max-width: 100px;
	height: 33px !important;
	background-color: #d8d7d7;
	box-shadow: 0 0 12px 0 #858585 inset;
	margin: 0;
	padding: 6px 0 0 0;
}

.positionbar #bottombar #center p {
}

#limit {
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 15px 15px 0 0;
	border: 1px solid #c8c6c6;
	margin: 0 auto;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
	padding: 0;
}

.tabletconv #limit {
	border-radius: 0;
}

#carcasa {
	padding: 20px 20px 25px 20px;
	margin: auto;
	border-radius: 15px 15px 0 0;
}

.tabletconv #carcasa {
	margin: auto;
	border-radius: 0;
}

#content {
	position: relative;
	margin: auto;
	z-index: 2;
	border-radius: 15px 15px 0 0;
}
.tabletconv #content {
	border-radius: 0;
}

#visor {
	position: absolute;
	height: 517px;
	width: 1024px !important;
	top: 83px;
	left: 0;
	border: none;
}

#fondo {
	background-color: #ffffff;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	border-radius: 15px 15px 0 0;
}

.tabletconv #fondo {
	border-radius: 0;
}

/* TOOLTIP */
.tooltip {
	background-color: darkgrey;
	color: white;
	font-size: 13px;
	padding: 5px;
	z-index: 5000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* JPSCROLL */
.jspVerticalBar {
	width: 20px !important;
	margin: 0 20px 0 0;
}

.positionbar .jspVerticalBar {
	width: 20px !important;
	margin: 0 20px 0 0;
}

.jspArrow {
	height: 20px !important;
	width: 19px !important;
}

.jspCap {
	height: 70px;
	display: block;
}

.jspTrack {
	background-color: transparent;
	border-left: 1px solid #C8C6C6;
	margin: 0;
}

.jspDrag {
	position: relative;
	margin: -40px 0 0 -6px;
	width: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #c8c6c6 !important;
}

/* TABLET */
body{
	background-color: #FFFFFF;
}

#visor_content {
	margin-left: 30px;
	margin-right: 40px;
}

#intro_title, #intro_title font, #intro_title font b {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#intro_text {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}

#carcasa {
	padding: 0px;
	margin: 0px;
}

#pregunta {
	margin: 15px 0 15px 30px;
	font-size: 15px;
	font-weight: normal;
}

#pregunta b {
	color: #000000;
}

#respuesta {
	margin-left: 30px;
	padding-bottom: 0px;
	margin-top: 30px;
}

#header {
	background-color: #ffffff;
	border-radius: 15px 15px 0 0;
	repeat: repeat-x;
	background-size: 100%;
	position: static;
	left: 0%;
	padding: 15px 0 10px 90px;
	height: 57px;
	font-weight: bold;
	font-size: 25px;
	border-bottom: 1px solid lightgrey;
}

.tabletconv #header {
	border-radius: 0;
}

#titular {
	background-color: #c8c6c6;
	width: 50px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: red;
	float: left;
	margin: -40px 0 0 -64px;
	border-radius: 10px 10px 0 10px;
}

#nb {
	width: 65px;
	height: 65px;
	text-align: center;
	font-size: 30px;
	color: white;
	margin: 7px 0 0 -7px;
	font-weight: normal;
}

.logo {
	background-position: -2px -743px !important;
	width: 140px !important;
	height: 35px !important;
	margin-top: -24px;
	right: 30px;
	position: absolute;
}

.tabletconv .cerrar {
	background-position: -24px -782px !important;
	width: 24px !important;
	height: 24px !important;
	margin-top: -47px;
	right: 30px;
	position: absolute;
	cursor: pointer;
}

#visor_content p {
	margin-top: 0px;
}

/* BOTONES */
.button_left {
	margin-top: 0px;
	float: right;
}

.button_left {
	width: 67px !important;
	height: 37px !important;
	border-left: 1px solid white;
	border-right: 1px solid #c8c6c6;
	filter: alpha(opacity = 50);
	opacity: .3;
}

.positionbar #bottombar .button_left {
	border-top: 1px solid white;
	border-bottom: 1px solid #c8c6c6;
	border-left: none;
	border-right: none;
}

.button_right {
	margin-top: 0px;
	float: left;
	
}

.button_right {
	width: 67px !important;
	height: 37px !important;
	border-left: 1px solid white;
	border-right: 1px solid #c8c6c6;
	filter: alpha(opacity = 50);
	opacity: .3;
}

.positionbar #bottombar .button_right {
	border-top: 1px solid white;
	border-bottom: 1px solid #c8c6c6;
	border-left: none;
	border-right: none;
}

.sprite.background {
	background: url("images/tablet/sprite.png") no-repeat scroll left top transparent;
	height: 26px;
    width: 26px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
     .sprite.background {
          background: url("images/tablet/sprite@2x.png") no-repeat scroll left top transparent;
          background-size: 142px 900px;
     }
}

.positionbar #bottombar .sprite.background {
	height: 40px !important;
    width: 67px !important;
}

.sprite {
	display: inline-block;
    vertical-align: middle;
}

.anterior {
	background-position: -2px -704px !important;
}

.siguiente {
	background-position: -2px -848px !important;
}

.anterior2 {
	background-position: -2px -158px !important;
}

.siguiente2 {
	background-position: -2px -119px !important;
}

.comprobar {
	background-position: -2px -548px !important;
}

.ayuda {
	background-position: -2px -587px !important;
}

.capas {
	background-position: -2px -353px !important;
}

.informacion {
	background-position: -2px -353px !important;
}

.resetZoom {
	background-position: -2px -353px !important;
}

.zoomIn {
	background-position: -2px -393px !important;
}

.zoomOut {
	background-position: -2px -353px !important;
}

.reiniciar {
	background-position: -2px -665px !important;
}

.versolucion {
	background-position: -2px -509px !important;
}

.clave {
	background-position: -2px -809px !important;
}

.silenciar {
	background-position: -2px -275px !important;
}

.silenciar_on {
	background-position: -2px -314px !important;
}

.imprimir {
	background-position: -2px -626px !important;
}

.aleatorio {
}

.pause {
	background-position: -2px -80px !important;
}

.play {
	background-position: -2px -2px !important;
}

.play:active {
	background-position: -71px -2px !important;
}

.rewind {
	background-position: -2px -236px !important;
}
.forward {
	background-position: -2px -198px !important;
}

.cronometro {
}

/* BOTONES ACTIVOS */
.notdisabled {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.notdisabled:active {
	background-color: #d8d7d7;
	box-shadow: 0 0 12px 0 #858585 inset;
}

.anterior.notdisabled:active,
.anterior.notdisabled.active {
	background-position: -71px -704px !important;
}

.siguiente.notdisabled:active,
.siguiente.notdisabled.active {
	background-position: -71px -848px !important;
}

.anterior2.notdisabled:active,
.anterior2.notdisabled.active {
	background-position: -71px -158px !important;
}

.siguiente2.notdisabled:active,
.siguiente2.notdisabled.active {
	background-position: -71px -119px !important;
}

.comprobar.notdisabled:active,
.comprobar.notdisabled.active {
	background-position: -71px -548px !important;
}

.ayuda.notdisabled:active,
.ayuda.notdisabled.active {
	background-position: -71px -587px !important;
}

.reiniciar.notdisabled:active,
.reiniciar.notdisabled.active {
	background-position: -71px -665px !important;
}

.versolucion.notdisabled:active,
.versolucion.notdisabled.active {
	background-position: -71px -509px !important;
}

.clave.notdisabled:active,
.clave.notdisabled.active {
	background-position: -71px -809px !important;
}

.silenciar.notdisabled:active,
.silenciar.notdisabled.active {
	background-position: -71px -275px !important;
}

.imprimir.notdisabled:active,
.imprimir.notdisabled.active {
	background-position: -71px -626px !important;
}

.aleatorio.notdisabled:active,
.aleatorio.notdisabled.active {
	background-position: -71px -236px !important;
}

.pause.notdisabled:active,
.pause.notdisabled.active {
	background-position: -71px -80px !important;
}

.play.notdisabled:active,
.play.notdisabled.active {
	background-position: -71px -2px !important;
}

.rewind.notdisabled:active,
.rewind.notdisabled.active {
	background-position: -71px -158px !important;
}

.silenciar_on.notdisabled:active,
.silenciar_on.notdisabled.active {
	background-position: -71px -314px !important;
}

.cronometro.notdisabled:active,
.cronometro.notdisabled.active {
	background-position: -71px -236px !important;
}
.rewind.notdisabled:active,
.rewind.notdisabled.active {
	background-position: -71px -236px !important;
}
.forward.notdisabled:active,
.forward.notdisabled.active {
	background-position: -71px -198px !important;
}
/*
//BOTONES
.aleatorio {
}

.pause {
	background-position: -2px -80px !important;
}

.play {
	background-position: -2px -2px !important;
}

.play:active {
	background-position: -71px -2px !important;
}

.rewind {
	background-position: -2px -158px !important;
}
//ACTIVOS
.anterior.notdisabled:active,
.anterior.notdisabled.active {
	background-position: -71px -704px !important;
}

.siguiente.notdisabled:active,
.siguiente.notdisabled.active {
	background-position: -71px -197px !important;
}

.anterior2.notdisabled:active,
.anterior2.notdisabled.active {
	background-position: -71px -236px !important;
}

.siguiente2.notdisabled:active,
.siguiente2.notdisabled.active {
	background-position: -71px -848px !important;
}

.comprobar.notdisabled:active,
.comprobar.notdisabled.active {
	background-position: -71px -548px !important;
}

.ayuda.notdisabled:active,
.ayuda.notdisabled.active {
	background-position: -71px -587px !important;
}

.reiniciar.notdisabled:active,
.reiniciar.notdisabled.active {
	background-position: -71px -665px !important;
}

.versolucion.notdisabled:active,
.versolucion.notdisabled.active {
	background-position: -71px -509px !important;
}

.clave.notdisabled:active,
.clave.notdisabled.active {
	background-position: -71px -809px !important;
}

.silenciar.notdisabled:active,
.silenciar.notdisabled.active {
	background-position: -71px -275px !important;
}

.imprimir.notdisabled:active,
.imprimir.notdisabled.active {
	background-position: -71px -626px !important;
}

.aleatorio.notdisabled:active,
.aleatorio.notdisabled.active {
	background-position: -71px -236px !important;
}

.pause.notdisabled:active,
.pause.notdisabled.active {
	background-position: -71px -80px !important;
}

.play.notdisabled:active,
.play.notdisabled.active {
	background-position: -71px -2px !important;
}



.silenciar_on.notdisabled:active,
.silenciar_on.notdisabled.active {
	background-position: -71px -314px !important;
}

.cronometro.notdisabled:active,
.cronometro.notdisabled.active {
	background-position: -71px -236px !important;
}
*/
/* MISC */
.marc {
	color: #FFFFFF;
}

/* POP UP */
.pop_up_close {
	background-position: -46px -783px !important;
	width: 24px !important;
	height: 24px !important;
	margin: -32px 0 0 480px;
	position: absolute;
	cursor: pointer;
}

.pop_up_title {
	position: absolute;
	margin-top: -28px;
	font-weight: bold;
	color: #000000 !important;
}

.pop_up_title b {
	font-weight: bold;
	color: #000000 !important;
	margin-left: 20px;
}

.pop_up_content {
	height: 100% !important;
	overflow: hidden;
	background-color: #FFFFFF;
	width: 100% !important;
	padding: 15px 0px 15px 20px;
}

.pop_up_content p {
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	margin-right: 30px;
}

.pop_up_title font {
	color: #848484 !important;
}

.pop_up {
	z-index: 9999;
	display: none;
	position: absolute;
	margin: 10px;
	border: 1px solid #c8c6c6;
	background-color: #d8d7d7;
	padding: 40px 0px 0px 0px !important;
	box-shadow: 3px 3px 0 rgba(230, 230, 230, 0.75);
	position: absolute;
   
    width: 50% !important;
    height: 55%;
    margin: auto !important;
}

.pop_up .jspCap{
	height: 0px;
}

.pop_up .jspDrag{
	margin: 15px 0 0 -5px;
	position: absolute;	
}

.pop_up .jspTrack{
	margin: 15px 0;
	height: 100% !important;
}

.pop_up .jspContainer{
	margin: 15px 0px 15px 0px;
	height: 90% !important;
}

.pop_up .jspVerticalBar{
	height: 90% !important;
	max-height: none !important;
}

/* COLORES ASIGNATURAS */

.bgasignatura_100, .jspDrag{
    background-color: #c8c7c7 !important;
}
.bgasignatura_50{
    background-color: #c8c7c7 !important;
}
.bgasignatura_30{
	background-color: #c8c7c7 !important;
}
.bgasignatura_15{
    background-color: #c8c7c7 !important;
}

.clasignatura_100{
    color: #ffffff !important;
}
.clasignatura_50, .clasignatura_30, .clasignatura_15, {
    color: #000000 !important;
}

/* Lengua */

.asignatura_1 .bgasignatura_100, .asignatura_1 .jspDrag {
    background-color: #e30045 !important;
}
.asignatura_1 .bgasignatura_50 {
    background-color: #f17fa2 !important;
}
.asignatura_1 .bgasignatura_30{
	background-color: #f7b2c7 !important;
}
.asignatura_1 .bgasignatura_15{
    background-color: #fbd9e4 !important;
}
