@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");


body {
font-family: 'Raleway', sans-serif;
}

h1 {
    font-family: 'Raleway', sans-serif;
    color: #8D1B1B;
    text-align: left;
    font-size: 25px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 20px;
}

.preguntas{
}

.pregunta {
font-weight: 600;
    color: #1097CC;
    font-size: 16px;
}
.respuestas{
    clear: both;
}
.draggable {
    min-width: 90px;
    min-height: 40px;
    padding: 0.5em;
    float: left;
    margin: 10px;
    text-align: center;
        border: 1px solid #FBB03B;
}
.draggable:hover{
    cursor: pointer;
    border: 1px solid black;
}
.droppable{
    border-style: dashed;
}
.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;
    background: #FBB03B;
}
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;
}