@charset "UTF-8";

h3 {
        width: 100%;
    padding: 10px;
    text-align: center;
    float: left;
    font-family: 'Raleway', sans-serif;
    color: #8D1B1B;
    font-size: 25px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}


.Dragable{
    cursor: move;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    background-color:#1097CC;
    font-size: 16px;
    padding:10px;
    margin-bottom: 0;
    vertical-align: middle;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.75);
}
.Indragable{
    font-weight: bold;
    margin: 0;
    display:inline-block;
}
.DropTarget{
    background-color: #fff;
    overflow:auto;
    padding:2em;
    margin-bottom:5px;
    width: 70%;
    border: 2px dashed #999;
    border-radius: 10px;
}
.tablaDragable {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #333;
}
.tablaDragable tr{
    border: 1px solid #000;
    text-align: left;
}
.tablaDragable tr td.celdaIzquierda{

}
@media screen and (max-width: 480px) {
    html, body, table, #main{
        margin: 0;
        padding: 0;
        font-size: 1em;
    }
    table{
        line-height: 1.1em;
    }
    .DropTarget{
        margin: 0;
        padding: 0.5em;
    }
}
.bien{

    background-position: left center;
    padding-left: 16px;/* ancho de la imagen más un poco */
    margin-left: 10px;
   background-image: url('palomita.png');
    background-repeat: no-repeat;
}
.mal{
    background-image: url('tache.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;/* ancho de la imagen más un poco */
    margin-left: 10px;
    opacity: 0.75;
}


.retros {
background: red;

}


span {
    color: #FFF;
}