@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 2.3em;
}
.preguntas{
       float: left;
   width: 50%
}
.respuestas{
   float: left;
   width: 50%
}
.draggable {
    min-width: 314px;
    min-height: 100px;
    padding: 0.5em;
    float: left;
    margin: 10px;
    text-align: center;
    border:2px solid  #1097CC;
    border-radius: 20px;

}
.draggable:hover{
    cursor: pointer;
    border: 1px solid black;
}
.droppable{
    border-style: dashed;
}
.droppable {
    width: 200px;
    min-height:100px;/*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;
}
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: -60px;
    left: 100%;
    position: absolute;
    color: red;
    line-height: 51px;
    width: 20px;
    border: 1px solid #CCC;
}

.ui-widget-header {
    background: #ccc;
}