@charset "utf-8";
/* CSS Document */

.recurscontainer {
	width: 690px;
	background-color: #FFF;
	margin: 0 auto;
}

.recursheader {
	border-bottom: 1px solid #f00;
	margin-bottom: 2em;
}
.recursheader h1{
	font-size: 1.2em;
	margin-bottom: 1em;
	padding: 0px;
	margin-top: 2em;
}
.recurssidebar1 {
	float: left;
	width: 200px;

	}
.fondoportada{
	padding-bottom: 10px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: transparent url(fondo-portada.jpg);
	background-position: 0px 200px;
	background-repeat: no-repeat;
}
.recurscontent {
	padding: 0px;
	width: 490px;
	float: left;
	font-size: 1em;
}
.recurscontent .innerbox{
	margin: 0px 20px 0px 40px;
}
.recurscontent ul, .recurscontent ol {
	padding: 0px;
	margin: 0px;
}

ul.recursnav {
	list-style: none;
	margin-bottom: 15px;
	padding-left: 0px;
}
ul.recursnav li {
 	font-size: 14px;
}
ul.recursnav span.activelink{
	padding: 5px 5px 5px 15px;
	display: block;
	color: red;
}

ul.recursnav a, ul.recursnav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #000;
}
ul.recursnav a:hover, ul.recursnav a:active, ul.recursnav a:focus {
	color: #f00;
}

/* ~~ El pie de página ~~ */
.recursfooter {
	padding: 10px 0;
	position: relative;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 20px;
}
.recursfooter .navfooter{

}
.recursfooter .navfooter .prev{
	display:block;
	float:left;
	width: 20%;
	text-align: right;
}

.recursfooter .navfooter .last{
	display:block;
	float:left;
	width: 20%;
}

.recursfooter .navfooter a{
	text-decoration:none;
	color: black;
	font-weigt: bold;
}
.recursfooter .navfooter a:hover{
	text-decoration:underline;
}

.recursfooter .navfooter div.separator{
	float:left;
	width: 60%;
	text-align: center;
}

/* ~~ clases float/clear varias ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ Plugins ~~ */
.recursgallery{
	display:none;
}

/* ~~ Tipografia ~~ */
.recurscontent{
	font-size: 0.9em;
}
.recurscontent .citacion{
	font-style: italic;
	margin: 10px;
	font-size: 14px;
}
.recurscontent .publicacion{
	color: #777;
	font-size: 12px;
	margin: 10px;
}
.recurscontent .animation{
	text-align:center;
	margin: 10px 0px;
}
.recurscontent h1{
	color: red;
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
	font-size: 1.1em;
}
.recurscontent h2{
	color: red;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.recurscontent p{
	text-align: left;
	font-size: 0.9em;
	margin-bottom: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}
.recurscontent .reflexio{
	background: url('activitat-cloud.png');
}

.recurscontent .informacio{
	background: url('activitat-aula.png');
}

.recurscontent .intedisciplinar{
	background: url('activitat-interdisciplinar.png');
}

.recurscontent .estudi{
	background: url('activitat-fitxer.png');
}

.recurscontent .pelicula{
	background: url('activitat-movie.png');
}

.recurscontent .audio{
	background: url('activitat-audio.png');
}

.recurscontent .quetionari{
	background: url('activitat-questionari.png');
}


.recurscontent .activitat{
	margin-left: -35px;
	padding-left: 35px;
	background-position: top left;
	background-repeat: no-repeat;
	clear: left;
	margin-bottom: 4em;
}

.recurscontent .activitat ul{
	margin-left: 30px;
}

.recurscontent .infoprof{
	clear: both;
	color: #05C;
	border: 1px solid #00a;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.recurscontent .infoprof a{
	font-weight: bold;
	color: #00a;
}

.recurscontent .infoalumne{
	clear: both;
	color: #903;
	margin-left: 30px;
	border: 1px solid #903;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.img-label {
	font-size: 0.8em;
	font-style: italic;
	color: #333;
}
img.magnified{
	border: 1px solid #000;
	border-radius: 20px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}
/* ~~ questionari ~~ */
.frame{
	border: 1px solid #000;
	border-radius: 10px;
	padding: 10px;
	background: #eee;
	margin: 20px 0px;
	font-size: 0.9em !important;
}
dl.dragquiztest{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	float: none;
	overflow:hidden;
}
dl.dragquiztest dt,dl.dragquiztest dd{
	margin: 2px 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 198px;
	height: 30px;
	line-height: 30px;
	vertical-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
}
dl.dragquiztest dd{text-align: center; background: #ddd; border-color: #555; color: #ddd;margin-left: 4px;}
dl.dragquiztest dd span.dragquizoption{line-height: 30px;}

.images dl.dragquiztest dt, .images dl.dragquiztest dd{
	height: 80px;
	line-height: 80px;
	text-align: center;
}

.images dl.dragquiztest dd span.dragquizoption{line-height: 80px;}

div.dragquizoptions{
	clear: left;
	float: none;
}
span.dragquizoption{
	display: block;
	float: left;
	width: auto;
	margin: 1px;
	background: #fdd;
	border: 1px solid #a00;
	color: red;
	font-size: 0.9em;
	cursor: move;
	padding: 1px 2px;
	border-radius: 4px;
	line-height:18px;
	white-space: nowrap;
}
dl.dragaudio{
	width: 300px;
}
dl.dragaudio dt{
	float: none !important;
	width: 100%;
}
dl.dragaudio dd{
	float:none !important;
	padding: 0px;
	width: 298px;
	margin: 0px;
}
.hover{
	background: #ff0 !important;
}
.dragquestionsuccess{
	color: #0a0;
	font-weight: bold;
	background: #dfd;
	border: 1px solid green !important;
}
.dragquestionerror{
	color: #f00;
	font-weight: bold;
	background: #fdd;
	border: 1px solid red !important;
}
.dragquestionnoanswer{
	color: #666;
	font-weight: bold;
	font-style: italic;
}
.buttonbar{
	clear: left;
	padding-top: 10px;
}

/* ~~ Quiz ~~ */
.quizframe{
	margin: 0px;
	padding: 0px;
	width: 430px;
	list-style: none;
}
.quizframe.questionimages li[rel=questionblock]{
	clear: left;
}
.quizframe.questionimages li span{
	display: block;
	width: 50%;
	float: left;
}
.quizframe.questionimages li ul{
	padding-top: 10px;
}
.quizframe li{
	display: block;
	margin-left: 10px;
	list-style: none;
	width: 400px;
}

.quizframe li span{
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.quizframe li input{
	margin-right: 10px;
}
.quizframe li label{
	display: inline;
}
.questionsuccess{
	color: #0a0;
}
.questionerror{
	color: #f00;
}
.questionnoanswer{
	color: #666;
	font-style: italic;
}
.answerrigth{
	color: #f60;
}
.quizframe.questionimages img{
	border: 2px solid #fff;
}
.quizframe.questionimages .questionsuccess img{
	border: 2px solid #0a0;
}
.quizframe.questionimages .questionerror img{
	border: 2px solid #f00;
}
.quizframe.questionimages .questionnoanswer img{
	border: 2px solid #666;
}
.wordcomplexion{}
.wordcomplexioninput{border: 0px; margin:0px; padding:0px;}
.wordcomplexionsuccess{font-weight: bold; color: green;}
.wordcomplexionerror{background: #fcc; color: red}
.wordcomplexionshow{font-weight:bold;color: #999;font-style:italic;}
.redtext {
	color: #F00;
}
.quizsortable ul { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.quizsortable ul li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
.quizsortable li span { position: absolute; margin-left: -1.3em; }
.ordered{background: #cfc !important;}

/* ~~ Sopa de letras ~~ */
.lettertable{border: 1px solid #fcc; background: #fff; margin: 1em 0; }
.cellnormal{
	background: transparent;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
.wordslist{ border:0px; padding:0px; margin: 0px;}
.wordslist.bottom b,.wordslist.bottom del{padding: 0px; padding-rigth: 10px; white-space: nowrap;}
.wordslist.top b,.wordslist.top del{padding: 0px; padding-rigth: 10px; white-space: nowrap;}
.cellhover{background: url(highlight.png); background-position: 0px 0px; background-repeat: no-repeat;}
.cellselected{background: url(highlight.png); background-position: -20px 0px; background-repeat: no-repeat;}
.cellverified{background: url(highlight.png); background-position: -40px 0px; background-repeat: no-repeat;}

.poesiaframe{
	padding-left: 4em;
	font-size: 1em !important;
}

.svglinegame{
	border: 1px solid black;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.svglinegame.tabled div.table{
    display: table;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}
.svglinegame.tabled div.table:last-child{
    border-bottom: 0px;
}

.svglinegame.tabled div.table>div{
    display: table-cell;
    vertical-align: middle;
    border: 0px;
}

#svgframe01 td.answers div{
	line-height: 42px;
}
#svgframe01 td.questions div{
	line-height: 20px;
	padding-right: 10px;
}

#svgframe02 td.answers div{
	line-height: 75px;
}

#svgframe02 td.questions div{
	padding-right: 10px;
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
}

#svgframe02 td.questions div:last-child{
	border-bottom: 0px solid #ccc;
	margin-top: 0px;
}

#svgframe05 td.questions div,#svgframe05 td.answers div{
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
}
#svgframe05 td.questions div:last-child,#svgframe05 td.answers div:last-child{
	border-bottom: 0px solid #ccc;
	margin-top: 0px;
}

.draggabletitles ul{
	list-style: none;
}

.draggabletitles ul li{
	cursor: move;
}

.gridwordstextcell {
	border:1px solid black;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.gridwordstextcell h3{
	margin: 0px;
	margin-bottom: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	text-align:center;
	background: #eee;
	border-bottom:1px solid black;
}
.gridwordstextcell div{
	margin: 0px 20px;
}
.gridwordstextcell div:last-child{
	margin-bottom: 10px;
}
.gridwordstextcell.success h3{
	background:#0f0;
	color:#fff;
}
.gridwordstextcell.error h3{
	background:#f00;
	color:#fff;
}

#gridwordstext1{
	overflow:hidden;
	clear:left;
}
#gridwordstext1 div.gridwordstextcell{
	width: 208px;
	margin-left: 10px;
	float:left;
	min-height: 150px;
	height:auto !important;
	height: 150px;
}
#gridwordstext1 div.gridwordstextcell:first-child{
	margin-left: 0px;
}
#gridwordstext1 button{
	margin-top: 10px;
	clear:left;
}
p.wordlist{
 color: #a00;
 font-weight: bold;
 padding: 10px;
 border: 1px solid #a00;
 border-radius: 10px;
 -moz-border-radius: 10px;
}

div.dragquiz.mapa{
	overflow: hidden;
}

 dl.dragquiztest.mapa{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	float: none;
	overflow:visible;
	position: relative;
}
dl.dragquiztest.mapa dt{
	display: none;
}
dl.dragquiztest.mapa dd{
	position: absolute;
	background: #fff;
	border: 1px solid #555;
	text-align: center;
	line-height: 17px;
	height: 17px;
	width: 108px;
	padding: 0px;
	margin: 0px;
}

div.dragquizoptions.mapa{
	clear: left;
	float: none;
}
div.dragquizoptions.mapa span.dragquizoption{
	display: block;
	float: left;
	width: auto;
	margin: 1px;
	background: #fdd;
	border: 1px solid #a00;
	color: red;
	font-size: 0.8em;
	cursor: move;
	padding: 1px 2px;
	border-radius: 4px;
	line-height:10px;
	white-space: nowrap;
}
dl.dragquiztest.mapa dd span.dragquizoption{
	line-height: 10px;
}

dl.dragquiztest.mapa dt.dragquestionsuccess + dd {
	color: #0a0;
	background: #dfd;
	border: 1px solid green !important;
}
dl.dragquiztest.mapa dt.dragquestionsuccess + dd span {
	color: #0a0 !important;
	border: 0px !important;
}
dl.dragquiztest.mapa dt.dragquestionerror + dd{
	color: #f00;
	background: #fdd;
	border: 1px solid red !important;
}
dl.dragquiztest.mapa dt.dragquestionerror + dd span{
	color: #f00!important;
	border: 0px !important;
}
dl.dragquiztest.mapa dt.dragquestionnoanswer +dd{
	color: #666;
	background: #ccc;
	border: 1px solid #ccc !important;
}

.tooltip.in{
    opacity: 1 !important;
}

.tooltip-inner{
    border: 1px solid black;
    background: #fff;
    font-size: 12px;
    color: black;
    text-align: left;
}

[class^="icon-"], [class*=" icon-"] {
background-image: url("glyphicons-halflings.png");
}
