/* 



CSS CURSO HTML5 V1.2



Reemplazar color base: #6a2472;



 */

html, body{

	margin:0;

	padding:0;

	background:#f5f5f5;

	font-family: 'Open Sans', Arial, sans-serif;

	color:#333;

	height:100%;
	
	-webkit-text-size-adjust: 100%;
	
	line-height: 1.35;
}

a{
	color:#007e3e;
	text-decoration:none;
	outline: none;
}

a:hover{
	color:#333;
	text-decoration:none;
}
h2 {
	font-size: 30px;
}

img {
	border: none;
}

main{

	width:980px;

	margin:0 auto;

	background:no-repeat;
	
	display:table;

}

#contentlesson {
	font-size: 18px;
	overflow: hidden;
	min-height: 652px;
	line-height: 1.35;
}

#background {
	background: #fff;
	width: 980px; 
	height: 652px; 
	position: relative; 
	z-index: 0; 
	overflow: hidden;
}

.oculto {
	display: none;
}
.destacado {
    font-family: 'Gentium Basic', 'Open Sans', Arial, sans-serif;
}.principal {	color: #010252;}.secundario {	color: #ff6600;}.gris {	color: #c1c1c1;}.merry { 	font-family: 'Merriweather Sans', sans-serif;}.link {
	display: block;
}
.popup {
	position: relative;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
	padding: 40px;
	width: auto;
	max-width: 950px;
	margin: 20px auto;
	color: #333;
}
.popup .mfp-close {
	color: #333 !important;
}
.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;
}
.lista {	list-style: none; padding-left: 40px;}
.lista li {	padding-bottom: 10px;}
.lista li:before {  
	font-family: 'FontAwesome';
	content: '\f138';	
	margin:2px 10px 0 -25px;	
	position: absolute;	
	z-index: 10;    
	left: 35px;	
	color: #ff6600;	
	width: 20px;	
	height: 20px;
}
.lista ul li:before {  
	content: '\f105';
}
.lista.blanca li:before {  
	color: #fff;	
}
.tabla {
	border-collapse: collapse; 
	border: none; 
	text-align: center;
	font-size: 16px;
}
.tabla tbody {
	border-bottom: 1px solid #ccc;
}
.tabla th {
	background: #010252;
	color: #fff;
	padding: 10px 0;
	border-right: 1px solid #ccc;
	font-weight: normal;
}
.tabla th.first {
	border-radius: 15px 0 0 0;
}
.tabla th.last {
	border-radius: 0 15px 0 0;
	border-right: none;
}
.tabla .destacar {
	/*border: 3px solid #ff6600 !important;
	background: rgba(255,102,0,.1) !important;	*/
	background: rgba(255,102,0,.9) !important;
	color: #fff;
}
.tabla tr.even {
	background: #f7f7f7;
}
.tabla tr.odd {
	background: #ededed;
}
.tabla td {
	padding: 10px 0;
	border-right: 1px solid #ccc;
}
.tabla td.last {
	border-right: none;
}
.caja-bordes {	background-color: rgba(255, 255, 255, 0.9); border-radius: 25px; }
.banda {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center; 
	background-color: rgba(255, 255, 255, 0.9); 
	box-sizing: border-box;
	z-index: 2;
}
.caja,.caja-verde,.caja-roja,.caja-roja-trans,.caja-trans,.caja-gris,.caja-gris-trans {
	position: absolute;
	text-align: center; 
	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;
}
.instrucciones {
	font-size: 14px;
	font-style: italic;
	/*background-color: rgba(255, 255, 255, 0.9);*/
	color: #fff;
	box-sizing: border-box;
	padding: 5px;
}

.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 */



#headercurso{

	float:left;

	background: url(../img/cabecera.png);

	width: 980px;
	
	height: 80px;
	
	position: absolute;
	
	z-index: 2;

}



#logo{

	float:left;
	width:60px;
	padding-left: 20px;
	padding-top: 8px;
}

#logo img{
	max-height:70px;
	max-width:300px;
}

#titulos{
	
	float: left; 
	width: 800px; 
	text-align: left;	
	padding-top: 8px
	
}

#titulocurso{

	float: left;
	width: 100%;
	font-weight: bold;
	color: #ff6803;
	font-size:21px;
	
	font-family: 'Open Sans', sans-serif;
	
}

#titulo{

	float: left;
	width: 100%;
	
	color: #0a0b57;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	
}

#close{

	margin-top: 8px;
    margin-left: 915px;

}



#close a{

	display:block;

	width:60px;

	height:60px;

	background:url(../img/button-close-off.png) no-repeat;

}



#close a:hover{

	background:url(../img/button-close-on.png) no-repeat;

}

#contenido-leccion{
	
	overflow: hidden; 
	
	min-height: 652px;
	
	background-color: #fff;
	
	position: absolute;
	
	top: 0px;
	
    z-index: 0;
}

#separacion{
	width:100%;
	height:3px;
	background-color:#007e3e
	
}
/* NAV */



nav{

	background: url(../img/degradado_pie.png) no-repeat;

	float:left;

	padding: 11px 24px;

	width:980px;
	
	height: 65px;
	
	box-sizing: border-box;
	
	position: absolute;
	
    top: 587px;
	
    z-index: 2;
}



nav .button{

	float:left;

	margin-right:7px;

}



nav .button a{

	width:49px;

	height:49px;

	display:block;

	-moz-border-radius: 40px;

    -webkit-border-radius: 40px;

    -khtml-border-radius: 40px;

    border-radius: 40px;

}



nav .button#back a{

	background:url(../img/button-back.png) no-repeat;

}



nav .button#back a:hover{

	background:url(../img/button-back_over.png) no-repeat;

}



nav .button#index a{

	background:url(../img/button-index.png) no-repeat;

}



nav .button#index a:hover{

	background:url(../img/button-index_over.png) no-repeat;

}

nav .button#reload a{

	background:url(../img/boton_reload.png) no-repeat;

}

nav .button#reload a:hover{

	background:url(../img/boton_reload_over.png) no-repeat;

}



nav .button#muteoff a{

	background:url(../img/button-mute.png) no-repeat;

}



nav .button#muteoff a:hover{

	background:url(../img/button-mute_over.png) no-repeat;

}



nav .button#muteon a{

	background:url(../img/button-mute_over.png) no-repeat;

}



nav .button#muteon a:hover{

	background:url(../img/button-mute.png) no-repeat;

}



nav .button#next a{

	background:url(../img/button-next.png) no-repeat;

}



nav .button#next a:hover{

	background:url(../img/button-next_over.png) no-repeat;

}



nav .blink#next a{

	background:url(../img/button-next_over.png) no-repeat;

}nav .blink#back a{

	background:url(../img/button-back_over.png) no-repeat;

}nav .blink#index a{

	background:url(../img/button-index_over.png) no-repeat;

}



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 */



#headercurso 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#contenido-leccion{

	

	font-size:28px;

	float:left;

	height:auto;

	position:relative;
	
	color:#333;

}

section#contenido-leccion .item a img:hover{
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}



section#contenido-leccion img.bg{

	float:left;

}



section#contenido-leccion .item{

	position:absolute;


}

section#contenido-leccion .item.text{
	color:#000;
	left:35px;
	font-size:18px;
}

section#contenido-leccion .item.text p.tit{
	font-size:21px;
	font-weight:bold;
}



section#contenido-leccion .item01,

section#contenido-leccion .item02,

section#contenido-leccion .item03{

	width:195px;

	height:130px;

	text-align:center;

	top:180px;

}



section#contenido-leccion .item01{

	left:95px;

}



section#contenido-leccion .item02{

	left:400px;

}



section#contenido-leccion .item03{

	left:705px;

}



.capaayuda{

position:absolute;
z-index:99999999;

}

.ayuda-top{
	top:0;
}

.ayuda-bottom{
	bottom:0;
}

.gen-page{
	float:left;
	width:980px;
	height:486px;
	background:url(../img/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/bg-icon-exit.png) no-repeat center 40px;
	height:100%;
}


.capaindice{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
    min-width: 175px;
    max-width: 400px;
	
	z-index:9998;
    background-color: rgba(153, 153, 153, 0.98);
	color:#fff;
	
	position:absolute;
	padding:25px;
    top: 70px;
     left: 0;
	 font-size:16px;
    height: 472px;
	
	border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	-webkit-border-radius: 0px 15px 15px 0px;
}

.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{
	margin:12px 0;
}

.capaindice ul ul{
	margin: 0px 0 10px 0px;
}

.capaindice li{
	padding: 5px 0px 10px 15px;
}

.capaindice li ul li{
	    padding: 3px 0px 3px 15px;
}

.capaindice li a{
	font-size:16px;
	padding-left:15px;
	background:url(../img/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/bullet.png) no-repeat 3px 4px;
}

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: 50px;
padding-left: 15px;
font-size: 20px;
padding-top: 3px;
color: #0a0b57;
float:left;

font-family: 'Merriweather Sans', sans-serif;
font-weight: bolder;

}

/* 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;
}

.avanza-flecha{
	left: 700px; 
	bottom: 0px; 
	padding: 0px; 
	width: 280px; 
	height: 50px; 
	background: url(../img/caja_continuar.png);
	z-index: 999;
	position: absolute;
	color: #fff;
}

.pulsa-continuar {
    padding: 14px 0px 0px 43px;
}

.radius{
        border-radius: 80px;
}

.flecha{
    position: absolute;
    top:175px;
    width: 61px;
    height: 132px;
    cursor: pointer;
    z-index: 100;
}

#flechaD{
   background-image: url(../img/siguiente.png); 
   background-size: 100%;
   float: right;
   right: 15px;
}

#flechaI{
    background-image: url(../img/anterior.png);
    background-size: 100%;
    left:15px;
}

#botonInicio{
    left: 454px;
    top: 400px;
    cursor: pointer;
}

#capaHotSpots{
    position: absolute;
    width: 100%;
    height: 100%;
}

.hotSpots{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.hotSpot{
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

#hotSpot0{
    top: 268px;
    left: 380px;
}

#hotSpot1{
    top: 142px;
    left: 680px;
}

#hotSpot2{
    top: 289px;
    left: 533px;
}

#hotSpot3, #hotSpot6, #hotSpot9{
    top: 135px;
    left: 490px;
}

#hotSpot4, #hotSpot7, #hotSpot10{
    top: 224px;
    left: 433px;
}

#hotSpot5, #hotSpot8, #hotSpot11{
    top: 289px;
    left: 533px;
}

#textoInformativo{
    display: none;
    margin-top: 10px;
}

.colorFondoVerde{
    background-color: #36750c;
    color:white;
}

#p3-1{
    background-image: url(../img/demo/1.jpg);
    width: 100%;
    height: 100%;
}


.rotulacion{
    display: none;
    position: absolute;
    height: 30px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    padding: 00px 10px 10px 10px;
}


#rotulacionPopa{
    top: 8px;
    left: 460px;
}

#rotulacionProa{
    top: 435px;
    left: 462px;
}

#rotulacionBabor{
    top: 220px;
    left: 350px;
}

#rotulacionEstribor{
    top: 220px;
    left: 565px;
}

.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.5; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.5; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.5; }
  100% { opacity: 1.0; }
}