@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body{
        font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666666;
    line-height: 1.8em;
    margin:2em;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.headings { /*nm*/
	font-family: 'Open Sans', sans-serif;
    color: #b1b1b1;
    letter-spacing: 1px;
    font-size: 1em;
    margin: 0;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .7px;
    text-align: justify;
}

.headings-int {
    font-family: 'Open Sans', sans-serif;
    color: #6c6b82;
    letter-spacing: 1px;
    font-size: 2em;
    margin-top: 0;
}
.under-li {
    border-bottom: solid #dbdbdb;
    border-width: 3px;
    padding-bottom: 9px;
    width: 80%;
}
.palomita, .tache{
	margin-left:10px
}

.icono{
  font-size: 6em;
  float: right;
  color: #b1b1b1;
}

.actividad {
    max-width: 250px;
    background: #b1b1b1;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    color: #fff!important;
    margin-bottom: 15px !important;
}



.preguntas{
}
.respuestas{
    clear: both;
	font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .4px;
    text-align: justify;
}
.draggable {
	min-width: 90px;
	min-height: 40px;
	padding: 0.5em;
	float: left;
	margin: 10px;
	text-align: center;
	border-radius:5px;
}
.draggable:hover{
	cursor: pointer;
	border: 1px solid black;
	border-radius:5px;
}
.droppable{
	border-style: solid;
	background:#FFF;
}
.droppable {
    width: 120px;
    min-height: 40px;/*Basicamente aquí se da la altura del recuadro y de la línea*/
    padding: 0.5em;
    /*float: left;*/
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
	border-radius:5px;
}
div.ui-droppable-hover{/* estilo de un droppable cuando un draggable pasa sobre él */
    background: white;
    border: 1px solid #4a75ab
}
.barraInferior{
    text-align: center;
    clear: both;
}
.bien{
    background: #eeffee url("palomita.png") no-repeat top right; 
}
.mal{
    background: #ffeeee url("tache.png") no-repeat top right;
}
.retroIndividualFinal {
    background: none repeat scroll 0 0 #FFEEEE;
    opacity: 0.85;
    top: -7px;
    left: 100%;
    position: absolute;
    color: red;
    line-height: 15px;
    border: 1px solid #CCC;
}


@media (min-width:900px){
  .icono {
    display: none;
}

@media only screen and (max-width: 480px) {
	body{
		font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;	
		color: #777;
		font-size: 90%;
	}
	.respuestas .lista-respuestas .sub-item .draggable {
		max-width: 200px;
	}
}
