
/* Tipografía aquí en elbody */

html, body{
	margin:0;
	padding:0;
	background:#686868;
	font-family: 'Lato', Arial;
	font-weight: 300;
	color:#333;
	height:100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
p{
	margin:0;	
}
a{
	color:#007e3e;
	text-decoration:none;
	outline: none;
}

a:hover{
	color:#333;
	text-decoration:none;
}

h2 {
	padding-top: 0;
	margin-top: 0;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	width: 900px;
}

img {
	border: none;
}

main{

	width:980px;

	margin:0 auto;

	 background:no-repeat;
	 display:block;

	 }

/* Tamaño letra general aquí en contentlesson*/

#contentlesson {
	font-size: 18px;
	overflow: hidden;
	min-height: 594px;
}	 
#background {
	background: #ffffff;
	width: 980px; 
	height: 594px; 
	position: relative; 
	z-index: 0; 
	overflow: hidden;
}
.oculto {
	display: none;
}
.destacado {
    color: #ba342e;
}
.link {
	display: block;
}
.shadow {
	-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.5);
}
.item {
	z-index: 2;
}
.caja,.caja-verde,.caja-roja,.caja-roja-trans,.caja-trans,.caja-gris,.caja-gris-trans {
	position: absolute;
	text-align: center; 
	color: #333; 
	background-color: rgba(255, 255, 255, 0.9); 
	-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 30px;
	font-size: 18px;
	z-index: 2;
}
.caja-trans {
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.caja-verde {
	color: #36750c;
	background-color: rgba(166, 229, 124, 0.7); 
}

.caja-roja {
	color: #fff;
	background-color: rgba(186, 42, 56, .9); 
}
.caja-roja-trans {
	color: #fff;
	background-color: rgba(186, 42, 56, .9); 
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.caja-gris {
	background-color: rgba(100, 100, 100, 0.8); 
}
.caja-gris-trans {
	background-color: rgba(100, 100, 100, 0.5); 
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.rotate {
    transform: rotate(360deg);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.rotate2 {
    transform: rotate(0deg);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.paso {
	position: absolute;
	text-align: center; 
	color: #333; 
	background-color: rgba(255, 255, 255, 0.6); 
	-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
	z-index: 2;
	left: 10px; 
	top: 80px; 
	width: 960px; 
}
.paso .numero {
	position: relative; 
	float: left; 
	font-size: 70px; 
	font-weight: bold; 
	left: -10px; 
	top: 90px; 
	font-family: Times
}
.paso .central {
	left: 50px; 
	float: left; 
	top: 50px; 
	width: 830px; 
	height: 270px; 
	background: #fff; 
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.5);
}
.paso .central .texto {
	float: left; 
	width: 45%; 
	padding: 50px; 
	box-sizing: border-box; 
	text-align: left
}
.paso .central .foto {
	float: left; 
	width: 45%
}
.paso .central .siguiente {
	position: relative; 
	float: left; 
	left: 0px; 
	top: 90px; 
	cursor: pointer
}
.paso .central .siguiente img {
	width: 40px;
}
.paso .pulsa {
	position: relative; 
	width: 50px; 
	float: left; 
	left: 10px; 
	top: 90px; 
	font-size: 12px
}

.descargas a {
	color: #fff;
}
.descargas a:hover {
	color: #fff;
}
li {
	padding-bottom: 10px;
}

/* HEADER */



header{

	background: url(../img/player/header.png);
	background-size: 215px 75px; 

	width:215px;
	
	height: 75px;
	position: absolute;
	z-index: 99999;
	margin-left: 700px;

}



#logo{

	width:180px;
	text-align:center;
	margin-left: 18px;

}

#logo img{
	max-height:63px;
	max-width:300px;
}

#titulos{
	float: left; 
	width: 477px; 
	margin-left:25px;
	margin-top: 6px;
}

#titulocurso{

	float: left;
	width: 100%;
	font-weight: lighter;
	color: #ffffff;
	font-size:21px;
	
}

#titulo{

	float: left;
	width: 100%;
	color: #ffffff;
	font-style: italic;
	
}

#close{

	float:left;
    margin-right: 35px;

}



#close a{

	display:block;

	width:36px;

	height:36px;

	background:url(../img/player/button-close.png) no-repeat;
	background-size: 36px 36px; 

}



#close a:hover{

	background:url(../img/player/button-close-over.png) no-repeat;
	background-size: 36px 36px; 

}

#contenido-leccion{
	overflow: hidden; 
	min-height: 594px;
	background-color: #fff;
	margin-top: 10px;
	border-radius: 10px;
}

#separacion{
	width:100%;
	height:3px;
	background-color:#007e3e
	
}
/* NAV */



nav{

	background: url(../img/player/footer.png);

	background-size: 980px 57px; 
	
	border-top:0px solid #fff;

	float:left;

	padding:11px 10px;

	width:980px;
	
	height: 50px;
	
	box-sizing: border-box;
}



nav .button{

	float:left;

	margin-right:8px;
	
}



nav .button a{

	width:36px;

	height:36px;

	display:block;

	-moz-border-radius: 22px;

    -webkit-border-radius: 22px;

    -khtml-border-radius: 22px;

    border-radius: 22px;

}



nav .button#back a{

	background:url(../img/player/button-back.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#back a:hover{

	background:url(../img/player/button-back-over.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#index a{

	background:url(../img/player/button-index.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#index a:hover{

	background:url(../img/player/button-index-over.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#muteoff a{

	background:url(../img/player/button-mute-off.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#muteoff a:hover{

	background:url(../img/player/button-mute-off-over.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#muteon a{

	background:url(../img/player/button-mute.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#muteon a:hover{

	background:url(../img/player/button-mute-over.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#help a{

	background:url(../img/player/button-help.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#help a:hover{

	background:url(../img/player/button-help-over.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#next a{

	background:url(../img/player/button-next.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#next a:hover{

	background:url(../img/player/button-next-over.png) no-repeat;
	background-size: 36px 36px; 

}



nav .blink#next a{

	background:url(../img/player/button-next-over.png) no-repeat;
	background-size: 36px 36px; 

}



nav .button#next, nav .button#muteon, nav .button#muteoff{

	margin-right:0;

}



/* PROGRESS BAR */



#progress-bar{

	float:left;

	background:#fff;

	height:22px;

	margin-left:43px;

	/*margin-right:43px;*/
	margin-right:0px;
	
	margin-top: 7px;

	width:572px;

	-moz-border-radius: 22px;

    -webkit-border-radius: 22px;

    -khtml-border-radius: 22px;

    border-radius: 22px;

}



#progress-bar .inner{

	padding:7px;

}



#progress{

	float:left;

	background:#007e3e;

	height:10px;

	

	-webkit-border-top-left-radius: 8px;

-webkit-border-bottom-left-radius: 8px;

-moz-border-radius-topleft: 8px;

-moz-border-radius-bottomleft: 8px;

border-top-left-radius: 8px;

border-bottom-left-radius: 8px;

}



#bar{

	float:right;

	background:#dfdfdf;

	height:10px;

	

	-webkit-border-top-right-radius: 8px;

-webkit-border-bottom-right-radius: 8px;

-moz-border-radius-topright: 8px;

-moz-border-radius-bottomright: 8px;

border-top-right-radius: 8px;

border-bottom-right-radius: 8px;

}



/* EFFECTS */



header a,

nav a,
.capaindice a{

	transition: all 0.2s ease-in;

	

}

.capaindice {
-webkit-animation: cssAnimation 0.8s ease-in;
-moz-animation: cssAnimation 0.8s ease-in;
-o-animation: cssAnimation 0.8s ease-in;
}
@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(0deg) translate(-175px); }
to { -webkit-transform: rotate(0deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotate(0deg) translate(-175px); }
to { -moz-transform: rotate(0deg) translate(0px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotate(0deg) translate(-175px); }
to { -o-transform: rotate(0deg) translate(0px); }
}





/* CONTENIDOS */



section{

	

	font-size:28px;

	float:left;

	height:auto;

	position:relative;
	
	color:#525252;

}

section .item a img:hover{
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}



section img.bg{

	float:left;

}



section .item{

	position:absolute;


}

section .item.text{
	color:#000;
	left:35px;
	font-size:18px;
}

section .item.text p.tit{
	font-size:21px;
	font-weight:bold;
}



section .item01,

section .item02,

section .item03{

	width:195px;

	height:130px;

	text-align:center;

	top:180px;

}



section .item01{

	left:95px;

}



section .item02{

	left:400px;

}



section .item03{

	left:705px;

}



.capaayuda{

position:absolute;
z-index:99999999;
top:10px;

}

.ayuda-top{
	top:0;
}

.ayuda-bottom{
	bottom:0;
}

.gen-page{
	float:left;
	width:980px;
	height:594px;
	background:url(../img/player/bg-gen.png);
}

.gen-page .inner{
	padding:35px;
	position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
	 text-align:center;
}

.col{
	float:left;
	display:block;
}

.col1{
	width:45%;
	margin-right:5%;
}

.col2{
	width:50%;
}

#exit .col1{
	background:url(../img/player/bg-icon-exit.png) no-repeat center 40px;
	height:100%;
}


.capaindice{
	font-family: 'Lato','Open Sans', Arial;
	font-weight:lighter;
    min-width: 175px;
    max-width: 750px;
	
	z-index:9998;
    background-color: rgba(153, 153, 153, 0.98);
	color:#fff;
	
	position:absolute;
	padding:25px;
    top: 5px;
    left: 0;
	font-size:16px;
    height: 533px;
}

.capaindice a{
	color: #1f1f1f;
}

.capaindice a:hover{
	color:#fff;
	text-decoration:none;
}

.capaindice ul, .capaindice li{
	list-style:none;
	margin:0;
	padding:0;
}

.capaindice ul{
	min-width: 320px;
	margin:12px 0;
}

.capaindice ul ul{
	margin: 0px 0 10px 0px;
}

.capaindice li{
	padding: 5px 0px 6px 15px;
}

.capaindice li ul li{
	    padding: 3px 0px 3px 15px;
}

.capaindice li a{
	font-size:16px;
	padding-left:15px;
	background:url(../img/player/bullet.png) no-repeat 0 4px;
}

.capaindice li a.active{
	color:#fff;
}

.capaindice li ul li a{
	font-size:15px;
}

.capaindice li a:hover{
	background:url(../img/player/bullet.png) no-repeat 3px 4px;
}

.lista_numeracion li {
    position: relative;
    list-style-type: none;
	padding-bottom: 25px;
}

.lista_numeracion li:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -46px;
    width: 46px;
    height: 36px;
    background:url(../img/indice1.png) no-repeat;
    background-size: 70%;
}

h3{
	padding:0;
	margin:0;
}

.capaindice .close{
	float:right;
	margin-top:-22px;
}

.capaipad{

position:absolute;
z-index:99999999;

}

.box-grad{
background: -moz-linear-gradient(top,  rgba(234,234,234,0.78) 0%, rgba(255,255,255,0.85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,0.78)), color-stop(100%,rgba(255,255,255,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,234,234,0.78) 0%,rgba(255,255,255,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,234,234,0.78) 0%,rgba(255,255,255,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,234,234,0.78) 0%,rgba(255,255,255,0.85) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,234,234,0.78) 0%,rgba(255,255,255,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7eaeaea', endColorstr='#d9ffffff',GradientType=0 ); /* IE6-9 */
}

#numpags{
width: 80px;
font-size: 18px;
padding-top: 8px;
color: #fff;
float:left;
text-align:center;
margin-right:7px;
font-weight:lighter;
}

/* Cartas */
.card-container {
	width: 70%;
	height: 250px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	-webkit-perspective: 800px;
		-moz-perspective: 800px;
		-o-perspective: 800px;
        perspective: 800px;
}
.card {
	width: 686px;
	height: 250px;
	position: absolute;
	-webkit-transition: -webkit-transform 1s;
		-moz-transition:    -moz-transform 1s;
		-o-transition:      -o-transform 1s;
        transition:         transform 1s;
	-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
        transform-style: preserve-3d;
}
.card.flipped {
	/*border-radius: 20px;
	-webkit-transform: perspective(800px) rotateY(180deg);
		-moz-transform: perspective(800px) rotateY(180deg);
		-o-transform: perspective(800px) rotateY(180deg);
        transform: perspective(800px) rotateY(180deg);
	-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.5);	*/	
}
.card .front {
	border: 1px solid #CCC;
	border-radius: 20px;
	background: #f20;
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	padding: 10px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	/*z-index: 100;
	-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
        backface-visibility: hidden;	*/
}
.card .front .voltear {
	float: right;
	padding-right: 20px;
	font-size: 15px;
	font-style: italic;
	clear: both;
}
.card .front p {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
.card .back {
	border: 1px solid #CCC;
	border-radius: 20px;
	background: #ebebeb;
	color: #333;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	padding: 10px;
	/*-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
        backface-visibility: hidden;	
	-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
        transform: rotateY(180deg);*/
}
.card .back p {
	padding: 0 10px 10px 10px;	
	font-size: 20px;
	color: #666;
}
.card .back .row {
	width: 100%;
	margin: 0;
	padding: 0 20px !important;
	position: absolute;
	bottom: 0%;
}
.card .back  .respuesta {
	width: 98%;
	font-size: 20px;
	margin-left: -20px;	
	padding-bottom: 20px;
}
.card .back  .continuar {
	background: #4e81b0;
	color: #fff;
	padding: 10px 0;	
	margin-left: -30px;
	height: 40px;		
	cursor: pointer;
}
.cards-pagination {
	position: absolute;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
	font-size: 50px;
}
.cards-pagination ul {
	list-style: none;
	padding: 0;
}
.cards-pagination ul li {
	display: inline;
	color: #fff !important;
}
.cards-pagination ul li:before {
    content: "• ";
    color: #999;
}
.cards-pagination ul li.visitado:before {
	color: #f20;
}

/* Botón continuar */

.avanza-flecha{
	left: 709px;
    bottom: 0px;
    padding-top: 10px;
    width: 265px;
    height: 60px;
    background: url(../img/player/caja_continuar.png) no-repeat;
    background-size: 100%;
    text-align: center;
    z-index: 999;
    position: absolute;
    color: #fff;
    font-weight: lighter;
}
.pulsa-continuar {
    padding-top: 25px;
	padding-left: 24px;
    text-align: left;
    width: 100%;
    margin: 0;
    font-size: 20px;
}

