
@font-face {
	font-family: DIN;
	src: url(fonts/DIN-MediumAlternate.otf);
}
@font-face {
	font-family: Garamond;
	src: url(fonts/GaramondBE-Regular.otf);
}
@font-face {
	font-family: Avenir;
	src: url(fonts/AvenirLTStd-Heavy.otf);
}
@font-face {
	font-family: DIN2;
	src: url(fonts/DINMittelschriftStd.otf);
}
body{
	font: 100%;
	background-color: #000;
	font-family:DIN, Verdana, Arial;
	margin: 0px 0 0px 0;	
}

#titulo {
	text-align:left;	
	color:#fff;
	font-weight:bold;
	font-size: 160%;	
}
.dot {
	background-color:#d2232a;		
	float:left;	
	width:16px;
	height:16px;
	margin: 10px 10px 10px 0px;
	
}
#titular{	
	margin-top: 20px;
	margin-left: 110px;	
	position:absolute;
	font-family:Avenir, Verdana, Arial;
	
	font-size:30px;
}
.cabecera{	
	/* Zona amarilla */
	background-color: #25408f;	
	height: 68px;
}
.bg_sub_header{	
	/* Zona celeste */
	background-color: #afbde1;	
	height: 18px;
	
}
.bg_footer{	
	/* Zona Celeste */
	clear:both;
	background-color: #afbde1;	
	height: 8px;
	margin-top:8px;
}
.bg_sub_footer{	
	/* Zona Azul */
	background-color: #25408f;	
	height: 20px;
}


.lateral{
	width:100px;
	background-color:black;	
	float:left;
	margin:8px;
	position:relative;
}
.lateral-botonera{
	background-color: #242424;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	min-height: 390px;
	
}
.lateral-tooltip{	
	background-color: #333333;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	height: 69px;
	margin-top:8px;
}
#tooltip{
	display: table-cell;
	color:white;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	height: 69px;
}
.lateral-pdf{
	background-color: #242424;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	height: 100px;
	margin-top:8px;
	
}

.escena{		
	margin-right:37px;	
	margin-top:8px;
	margin-left:118px;
	background-color: white;
	min-height: 0px;
	padding:25px;	
	margin-bottom:8px;
	
}
.algaida{		
	float:right;
	background-image:url(../img/algaida.png);
	background-color:#F00;	
	
	height:134px;
	width:17px;
	margin-top:-150px;
	margin-right:8px;	
}

.punteado{
	/* Punteado azul */
	border-bottom-style:dotted;
	border-bottom-color: #afbde1;
}
#enunciado {	
	margin-top:10px;
	margin-bottom:20px;	
	text-align:left;	
}

.feedback {
	font-family:DIN2, Verdana, Arial;
	font-weight: bold;
	color: #0080ba;	
	display: none;
	font-size: 100%;
	margin: 1px 20px 18px 26px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;	
	min-width:725px;
	position:relative;
	clear:both;
}

.boton {
	margin: 0px;
	padding: 8px 15px;
	height: 40px;	
	font-size: 110%;
	line-height:15px;
	cursor:pointer;
	font-family:DIN, Verdana;	
}

.btnCorreccion{	
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;	
	font-weight:bold;
	font-style:normal;		
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ce8e28;	
}
.btnCorreccion_off{	
	-moz-box-shadow:inset 0px 1px 0px 0px #f8f2e6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f8f2e6;
	box-shadow:inset 0px 1px 0px 0px #f8f2e6;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f2e6), color-stop(1, #eddbbc) );
	background:-moz-linear-gradient( center top, #f8f2e6 5%, #eddbbc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f2e6', endColorstr='#eddbbc');
	background-color:#eddbbc;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #eddbbc;
	display:inline-block;
	color:#ffffff;	
	font-weight:bold;
	font-style:normal;		
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #eddbbc;	
}
.btnCorreccion:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}





.btnPDF{
	color:#FFF;
	background: #777; 
	background: -moz-linear-gradient(top,  #a2a2a2 0%, #000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a2a2), color-stop(100%,#000)); 
	background: -webkit-linear-gradient(top,  #a2a2a2 0%,#000 100%); 
	background: -o-linear-gradient(top,  #a2a2a2 0%,#000 100%); 
	background: -ms-linear-gradient(top,  #a2a2a2 0%,#000 100%); 
	background: linear-gradient(to bottom,  #a2a2a2 0%,#000 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#000',GradientType=0 ); 
	border: 1px solid #959595;
	width:80px;
	height:80px;
	margin-top:10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family:Avenir, Verdana;
	font-size:28px;
}

.btnPDF:hover{
	color:#FFF;
	background: #ffa800; 
	background: -moz-linear-gradient(top,  #a2a2a2 0%, #222 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a2a2), color-stop(100%,#222)); 
	background: -webkit-linear-gradient(top,  #a2a2a2 0%,#222 100%); 
	background: -o-linear-gradient(top,  #a2a2a2 0%,#222 100%); 
	background: -ms-linear-gradient(top,  #a2a2a2 0%,#222 100%); 
	background: linear-gradient(to bottom,  #a2a2a2 0%,#222 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#222',GradientType=0 ); 
	border: 1px solid #959595;
	width:80px;
	height:80px;
	margin-top:10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.iconoPpal {
	width:84px;
	height:84px;	
	margin: 0 0 0 10px;
	padding: 0px;
	vertical-align: middle;
	border: none;
	position: absolute;
	top:0px;
}

.actividad {
	text-align:justify;
	font: 120%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f1f1f1;
	margin: 10px 0px 10px 0px;
	background-color: #FFFFFF;

}

.pregunta {
	text-align:left;
	font: 120%;
	margin: 0px 0 0 7px;
	padding: 0px;
}

#texual ol {
	padding: 10px 0px 10px 0px;
	margin: 10px 10px 10px 5px;
}

.fillDianas{
	text-align: center;
	border: 1px solid #999;
	background-color: #fff;
}

.dianas_incorrecta{
	background-color: #ffb3b3;
}

.dianas_correcta{
	background-color: #b3e3ba;
}

#recurso_digital {
	text-align:left;
}

.question{
	line-height: 1em;
	background-color:#FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 15px 15px 15px;
	margin: 0 20px 10px 25px;
	border: 1px solid #d9d9d9;
	list-style-type: none;
}



#recurso_digital ol {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
}

#recurso_digital ol ol {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f1f1f1;
	list-style-type: none;
}

#recurso_digital ol ol li {
	position: relative;	
	padding: 2px 2px 5px 10px;
	line-height: 18px;
	
}

#recurso_digital ol input {
	margin: 3px 4px;
}
#recurso_digital ol ol li img {
	position: absolute;	
	left: 0;
	top: 0;
}
#recurso_digital ol li ol img {
	vertical-align: middle;	
	padding: 2px 5px 12px 9px;
}



#capaPrincipal {
	width: 100%;
	margin: 0 0 25px 0;

}
#palabras {
	width: auto;
	border: 1px solid #c6c6c6;
	background-color:#FAF7F7;	
	text-align:center;
	margin: 0 0 10px 0;
	vertical-align: sub;
	padding: 10px 0px;
	min-height: 20px;
	border-radius: 4px;
}#palabras ul.lista li, #palabras ul.lista_block li{
	display: inline;
	list-style-type: none;
	z-index:100;
}
#palabras ul.lista_block li{
	display: inline-block;
	margin: 5px 10px;
	padding: 0px;
}
ul.bloquePal, ul.lista_block{
	margin:0px;
	padding:0px;
}

ul.bloquePal li{
	width: 100px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}


.agrupacion {
	
	background: #CCC;
	color: #444;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-weight:bold;
}
.elemPal {
	cursor: pointer;
	margin: 5px;
	padding: 5px;		
}
.elemPal:hover {
	background-color:#FFF;
	color:#C00;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;

}
.icono {
	background-image: url(../img/sprites.png);
	width: 16px;
	height: 16px;
}
.icono_borrar {
	position: relative;
	left: 10px;
	top: 1px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -16px -0px;
	border: none;
}
.icono img{
	border:none;
}
.feed_incorrecto{
	position: relative;
	left: -2px;
	top: 2px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -0px -16px;
}
.feed_correcto{
	position: relative;
	left: -2px;
	top: 2px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: -16px -16px;
}
.here{color: #999999;}

.ui-state-default {
	background-color: #dfeaff;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #afbde1;
	text-decoration: none;
}
.ui-state-hover {
	background-color: #25408f;
	color: #c77405;
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	border-bottom-style:none;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #c77405;
	text-decoration: none;
}
ul.ui-droppable {
	margin: 0px;
	padding: 10px;
}
ul.ui-droppable li {
	margin: 0px 0 5px 0;
	padding: 0px;
}



.grafico{
	position: relative;
	margin: 0 0 10px 0;
}

.lista{
	margin: 0px;
	padding: 0px;
}

.diana {
	width:180px;	
	color:#0080ba;
	vertical-align: middle;
	height: 35px;
	position: absolute;
	z-index:1;
	text-align:center;
	background-color:rgba(244,244,244,0.95);	
}
.diana li {
	width:180px;
	list-style-type: none;
	vertical-align: middle;
	margin: 10px 0 0 0;
}
.diana ul {
	padding: 0px;		
}

.diana ul.ui-droppable li {margin: 7px 0 0px 0;padding: 0px;}