/******************************
* ELEMENTOS DEL CONTENIDO
* AUTOR : FJLG
* ACTUALIZACION : 15/10/2013
******************************/

/* RED.ES */

.ejTitulo01{
	color:#ED7703;
	font-size:24px;
	font-weight:bold;
}

.ejTexto01{
	color:#313131;
	font-size:16px;
	line-height:22px;
}

.ejAnotacion01{
	font-size:16px;
	color:#212121;
	font-style:italic;
}


/* TEST */

.btn_enviar, .btn_siguiente, .btn_anterior, .btn_finalizar, .comprobar, .ayudaejercicio, .ayudachecks, .imagen_acceder, .imagen_continuar{
	background:#ED7703;
	padding:5px 20px;

}

.btn_enviar:hover, .btn_siguiente:hover, .btn_anterior:hover, .btn_finalizar:hover, .comprobar:hover, .ayudaejercicio:hover, .ayudachecks:hover, .imagen_acceder:hover, .imagen_continuar:hover{
	background:#f68a1f;
}

.ej_mensaje{
	display: block;
	padding: 5%;
	border: 2px solid rgb(222, 222, 222);
	top: 10%;
	left: 5%;
	width:80%;
}

.ej_mensaje_close{
	margin:0;
}

.intentos{
	padding:5px 20px;
}

.ej_respuestas_text{
	font-size: 13px;
	color: #444;
	line-height: 1.4em;
}



/* DRAG & DROPP */

.dragdrop .feedback{
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	/*background:rgba(255,255,255,0.9);*/
}

.dragdrop .drag, .dragdrop .solucionado{
	position:absolute;
	width: 100%;
}

.dragdrop .drag > div, .dragdrop .solucionado > div{
	display:block;
	vertical-align: middle;	
	font-size: 11px;
	line-height: 30px;
	color: #FFFFFF;
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color:#515151;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.dragdrop .solucionado > div{
	color:#212121;
	background:#d9d9d9;
}

.dragdrop .dropp{
	width: 100%;
}


.dragdrop .dropp > div{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	color:#313131;
	width:100%;
	top:0;
	text-align:center;
	background:#EDEDED;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}


.dragdrop .pieayuda{
	font-style:italic;
	line-height:12px;
	font-size:12px;
	color:#454545;
}

.dragdrop .feedback > div{
	text-align:center;
}

.dragdrop .feedback .titular01{	
	font-size:36px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:20px;
	color:#ED7703;
}

.dragdrop .feedback .subtitular01{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	color:#313131;
}

.dragdrop .feedback .subtitular02{
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:20px;
	color:#515151;
}

/***************/

.textoNaranja{
	color:#ED7703;
}

.textoGris{
	color:#414141;
}

#titulopagina .titulo{
	font-weight:bold;
	color:#ED7703;
	font-size:17px;
	text-transform:uppercase;
	overflow: visible;
}

#titulopagina .subtitulo{
	color:#606060;
	text-transform: none;
	font-size:16px;
	font-weight:bolder;
	margin-top: 7px;
	white-space:normal;
	overflow: visible;
	top:30px;
}

.p{
	font-size: 15px;
}

.bpopupbutton {
	cursor: pointer;
	margin: 0;
	padding: 0;
	height: auto;
	color: inherit;
	font-size: inherit;
	text-transform: none;
	position: inherit;
	line-height: inherit;
	border-radius: inherit;
	box-shadow: none;
	border: inherit;
	background-color: inherit;
}

.bpopupbutton .sobrevideo{
	position: absolute;
	width: 100%;
	height: 100px;
	background-image: url('../../../../contenidos/modulo01/media/sobrevideo.png');
	background-size: 100px;
	z-index: 1;
	background-repeat: no-repeat;
	display: block;
	background-position: center;
	top: -125px;
left: 0;
}

.imagenej{
	margin-bottom: 2em;
	border: none;
}
.imagenej img{
	max-width: 60%;
	border: 1px solid silver;
}

video{
max-width: 100%;
height: auto;
}


div#cajapresentacion>div>p>strong{
	color: black;
}

h3 {
	color:#ED7703;
	font-size:21px;
	font-weight:bold;
	margin-bottom: 0.5em;
}

h3.indentar{
	text-indent: -1.7em;
	margin-left: 1.7em;
	text-align: left;
	font-size: 20px;
}
ul.noordenada li.indentar{
	text-indent: -10px;
	margin-left: 20px;
	text-align: left;
}

h3.gris{
	color: silver;
}
h4{
	font-weight: bold;
	color:darkgrey;
	font-size:1.05em;
}


p.small{
	font-size: 0.75em;
	line-height: 1.25em;
	color: #ED7703;
}

i.fa{
	transition: all 0.5s ease-out;
}

li > i.fa{
	color: #ED7703 !important;
	margin-right: 0.5em;
}
.noordenada > li{
	background: none;
	border: none;
}
.destacado{
	color:#6D1D7E;
}

.versales{
	font-weight: bold;
	color: #ED7703;

}


.imagen_izquierda, .imagen_derecha, .imagen_centrada{
	padding: 0;
	margin: 0;
	border: none;
}
.imagen_izquierda{
	margin-right: 15px;
}
.imagen_derecha{
	margin-left: 15px;
}
.imagen_centrada{
	margin: 15px auto;
}

button{
	cursor:pointer;
}

button.fuente, div.fuente, a.fuente{
	background-color: #FF6300;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid rgb(255, 72, 0);
	transition: all 0.4s ease-out 0s;
	text-align: center;
	float: none;
	border-radius: 7px;
	text-transform: capitalize;
	padding: 2px 5px;
	display: inline-block;
	line-height: 1em;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.84);
	margin-left: 1em;
	vertical-align: baseline;

}

.recuadro{
	border: 1px solid rgba(192, 192, 192, 0.5);
	padding: 0.5em 1em;
	position:relative;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	box-shadow: 0px 0px 10px rgba(192, 192, 192, 0.55) inset;
}

.clearfix{
	clear: both;
	height: 1px;
}

.nota{
	font-size:14px;
	font-style:italic;
	color:#515151;
}
.principal{
	padding:20px;
	margin: 10px auto;
	border:1px solid rgba(192, 192, 192, 0.5);
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(192, 192, 192, 0.5), inset 0 0 75px rgba(109, 29, 126, 0.2);
}



/*Tooltips CSS*/

.tipmes {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.tipmes li {
	margin-right: 30px;
	margin-bottom: 30px;
	border: 2px solid #fff;
	text-align: center;
	padding: 1rem;
	flex: 1 1 300px;
}

.tipmes li:nth-child(3n) { margin-right: 0; }

.tipme {
	display: inline;
	position: relative;
}

.fuente.tipme{
	display:inline-block;
}

span.tipme{
	text-decoration: underline;
	font-weight: bold;
}

.tipme:before {
	content: '';
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transtion: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

button.boton.posicionbl, div.boton.posicionbl{
	position: absolute;
	bottom: 0;
	left: 0;
}
button.boton.posicionbr, div.boton.posicionbr{
	position: absolute;
	bottom: 0;
	right: 0;
}

.tipme:after {
	content: attr(data-tipme);
	position: absolute;
	color: #333;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 1.5em 2em;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #000;
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	min-width: 200px;
	line-height: 17px;
	display: inline-block;
	width: auto;
	height: auto;
	transition: all 0.3s ease-in-out 0s;
	background-color: #FFF0D6;
	border: 2px solid orange;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transtion: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: none;
	text-decoration: none;
}

.tipme:hover:before, .tipme:hover:after {
	opacity: 1;
	visibility: visible;
}

.tipme.tipme-tl:after {
	bottom: 115%;
	right: 50%;
}

.tipme.tipme-tc:after {
	bottom: 115%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tipme.tipme-tr:after {
	bottom: 115%;
	left: 50%;
}

.tipme.tipme-ml:after {
	top: 50%;
	right: 115%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tipme.tipme-mr:after {
	top: 50%;
	left: 115%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tipme.tipme-bl:after {
	top: 115%;
	right: 50%;
}

.tipme.tipme-bm:after {
	top: 115%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tipme.tipme-br:after {
	top: 115%;
	left: 50%;
}


@media (min-width:1024px){
	.dragdrop .drag > div{
		font-size:14px;
	}
}


/******************/

button.boton, div.boton{
	background-color: #ED7703;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	font-size:16px;
	width:auto;
	position:static;
	display:inline-block;
	border:1px solid #df7105;
	color:#FFFFFF;
	text-align:center;
	width: 170px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;


	text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.7);

}

button.boton.btnGris, div.boton.btnGris{
	background-color: #919191;
	border-color:#717171;
	display: table-cell !important;
	vertical-align: middle !important;
}

button.boton.ejemplo, div.boton.ejemplo{
	background:#607800;
	border-color:#5a6f02;
}

button.boton.masinfo, div.boton.masinfo{
	background:#e5b00d;
	border-color:#d6a40a;
}

button.boton.saber, div.boton.saber{
	background:#0e4765;
	border-color:#0a3d59;
}

button.boton.caso, div.boton.caso{
	background:#cb2800;
	border-color:#b22402;
}

.noordenada li{
	font-size: 1em;
}

.desc{
	display:none;
}

.ejemplo > h3{
	color:green
}

.pregunta_btn{
	background:silver;
	color: black;
}

.preguntaRespuesta .titulo{
	font-size:18px;
	line-height:normal;
}

.noordenada li{
	font-size: 1em;
}
.imagen_derecha{
	height: 80px;
	width: auto;
	border: none;
}




.noordenada li{
	font-size: 1em;
}

.fa.fa-fw{
	margin-right: 1em;
	float:left;
	clear: left;
}

li{
	clear: left;
}


.noordenada li{
	font-size: 1em;
}




.noordenada li{
	font-size: 1em;
}

ul.oculto> li{
	padding-top: 2px;
	padding-bottom: 2px;
}
.noordenada > li{
	font-size: 14px;
	line-height: 18px;
}

.esconderse{
	display: none;
}

ul.listadef li{
	position: relative;
	padding: 5px;
	background: #999998;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
}	

ul.listadef li:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 0px 10px 10px;
	border-color: transparent #999998;
	display: block;
	width: 0;
	margin-top: -10px;
	right: -10px;
	top: 50%;
}

ul.listadef li.activo{
	background-color:#ED7703;		
}

ul.listadef li.activo:after {
	border-color: transparent #ED7703;
}

.contenedor{
	box-sizing: border-box;
	border:2px solid rgba(192, 192, 192, 0.5);
	border-radius: 12px;
	background:#F0F0F0;		
	height: 315px;
	padding: 1em 1em;
	box-shadow: inset 0 30px 40px rgba(255, 255, 255, 0.21), inset 0 -30px 40px rgba(0, 0, 0, 0.15);
}

.esconderse{
	display: none;
}


table.ejSelects td{
	padding:5px 10px;	
}


/*	ul.items{
margin:0;
padding: 0;
}
ul.items li{
display: inline-block;
margin: 0;
border: 1px solid rgba(192, 192, 192, 0.5);
padding: 0.5em 1em;
border-radius: 8px;
box-shadow: inset 0 -10px 25px rgba(192, 192, 192, 0.25), 0 0 3px rgba(0, 0, 0, 0.56);
position: absolute;
max-width: 320px;
font-size: 16px;
transition: all 3s ease-out;
background-color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
font-size: 0.8em;
text-shadow: 1px 1px 3px white;
font-weight: 600;
color: #555;
text-align: left;
}



.prime{
text-transform: uppercase;
font-weight: bold;
font-size: 28px;
top: 190px;
left: 354px;
border-color: red;
}

.segon{
font-size: 22px;
color: a972c1;
border-color: a972c1;
}
.segon ul.sub li{
color: red;
font-size: 18px;
border-color: red;
}*/


.opendata{
	position: absolute;
	width: 100px;
	height: 75px;
	background-color: #a972c1;
	border-radius: 50%;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	left: 50%;
	margin-left: -75px;
	top: 65px;

}

/*li#cuarto{
position: absolute;
background-color: violet;
border-radius: 25%;
color: #FFF;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
text-align: center;
width:130px;
padding-top: 10px;
}

.prime{
text-transform: uppercase;
font-weight: bold;
font-size: 28px;
top: 170px;
left: 400px;
border-color: red;
}

.segon, .terce{
font-size: 22px;
color: #a972c1;
border-color: a972c1;
font-weight: bold;
cursor: pointer;
}
.segon ul.sub li{
color: #a972c1;
font-size: 14px;
border-color: #a972c1;
}

.terce:before{
content: "\f063";
color: orange;
font-family: FontAwesome;
margin-right: 5px;
display: inline-block;
position: absolute;
left: 40%;
bottom: 48px;
font-size: 36px;
}
#cuarto:before{
content: "\f061";
color: orange;
font-family: FontAwesome;
margin-right: 5px;
display: inline-block;
position: absolute;
right: 160px;
bottom: 35%;
font-size: 36px;
}*/



li.recuadro{
	height: 40px;
	width: 60%;
	margin-bottom: 10px;
}

.noordenada li{
	font-size: 1em;
}


p>strong{
	opacity: 0.8;
}

p> i.fa-pull-left{
	color: silver;
	margin-bottom: 1rem;
}

li.recuadro.sacafuera{
	height: auto;
	width: auto;
	padding: 1em;
	margin: 0 3em 0.5em 4em;
}
li.sacafuera >i.fa{
	position:absolute;
	font-size: 1.5em;
	margin-left: -2em;
}	
#cajapresentacion{
	background-color: rgba(255, 255, 255, 0.5);
	height: 220px;
	box-shadow: inset 0 0 25px white;
	border-radius: 10px;
	padding: 1em;
	overflow: auto;
}

#cajapresentacion li{
	text-align: left;
	line-height: 1.4em;
	text-indent: -26px;
	margin-left: 6px;
}
#cajapresentacion li i{
	text-indent: 0;
}

ul.noordenada li{
	line-height: 1.4em;
	text-align: left;
}

.dragdrop .feedback > div * {
	text-align:center;
}
.ej_respuesta{
	padding: 5px 40px 0 10px;
}
p.{
	line-height: 1.4em;
}
p{
	line-height: 1.4em;
}
li{
	line-height: 1.3em;
	text-align: left;
}

.bpopupwindow{
	text-shadow: none;
	color: black;
	background:#FFFFFF;
	padding:30px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.bpopupwindow p.titulo{
	color: #000;
	font-weight: bold;
	font-size: 21px;
	letter-spacing: -0.5px;
	text-transform:none;
	margin: 0px 0px 20px 160px;
	padding: 0;
	width: 400px;
	text-align: center;
}

.bpopupwindow p.texto_mensaje{
	color: #333;
	font-size: 16px;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 22px;
	margin: 0px 0px 10px 160px;
	width: 400px;
	padding:0;
}

.bpopupwindow .bClose {
	margin-right: -15px;
	margin-top: -15px;
}

.vtnFeedback h3{
	color:#000000;
	font-weight:bold;
	font-size:21px;
	text-align:center;
	letter-spacing:-0.5px;
}

.vtnFeedback, .vtnFeedback p{
	color:#333333;
	font-size:16px;
	letter-spacing:-0.5px;
	text-align:center;
	line-height:22px;
}





/*************** FEEDBACKS *********************/

.overlayFeedback{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0px;
	left: 0px;
	z-index: 9;
}


.vtnFeedback{
	width: 30%;
	max-width: 500px;
	background: #FFFFFF;
	padding: 30px;
	position: relative;
	margin: auto;
	top: 30%;
}

.icoCerrar{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}

.titularFeedback{
	color:#000000;
	font-weight:bold;
	font-size:21px;
	text-align:center;
	letter-spacing:-0.5px;
}

.textoFeedback{
	color:#333333;
	font-size:16px;
	letter-spacing:-0.5px;
	text-align:center;
	line-height:22px;
}

a.descarga{
	background-color: #FF8C00;
	border-radius: 6px;
	font-size: 1rem;
	color: #FFF;
	line-height: 1em;
	padding: 2px 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-indent: 0;
	margin: 0;
}

/********************* VENTANAS MODALES **********************/

.ventanaModal{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
	overflow-y:auto;
}

.ventanaModal .cajaBlanca{	
	width: 80%;
	max-width:768px;
	background: #FFF none repeat scroll 0% 0%;
	padding: 80px 30px 30px;
	position: relative;
	margin: auto;
	top: 1%;
	border-radius: 10px;
	border: 3px solid silver;
}

.ventanaModal .bClose{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#fancybox-outer {
	border-radius: 10px;
	border: 5px solid silver;
}

@media (min-width:1024px){
	.ventanaModal .cajaBlanca{	
		top: 5%;
		max-width:1000px;	
	}
}
.espaciado{
	margin: 1em 2em;
}