@charset "UTF-8";
/* CSS Document */
h3 {
    font-size: 24px;
    color: #ef9754;
    font-weight: 700;
    margin-bottom: 40px;
}



#play1, #play2, #play3, #play4, #play5, #play6, #play7, #play8, #play9, #play10, #play11, #play12, #play13, #play14  {
background: #FFF;
    text-align: center;
    color: #ef9754;
    font-size: 45px;
    border-radius: 70px;
    width: 115px;
    height: 115px;
    border: 5px solid #ef9754;
     line-height: 13px;
float: left;
     padding-top: 12px;
     cursor: pointer;
     margin-right: 20px;
  

}

.txt {
  float: left;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    clear: both;
    margin-top: 8px;
}



#pause1, #pause2, #pause3, #pause4, #pause5, #pause6, #pause7, #pause8, #pause9, #pause10, #pause11, #pause12, #pause13, #pause14 {
    display: none;
    float: left;
background: #FFF;
    text-align: center;
    color: #ef9754;
    font-size: 45px;
    border-radius: 70px;
    width: 115px;
    height: 115px;
    border: 5px solid #ef9754;

    line-height: 13px;

     padding-top: 12px; 
        cursor: pointer;
  

   margin-right: 20px;
}


.txt2 {
    width: 100%;
    float: left;
    margin-top: 22px;
}

.escribiendo .retroBien{
    color: rgb(0, 131, 0);
    background-color: rgba(0, 255, 0, 0.1);
    border: 1px solid rgb(0, 165, 0);
    padding: 6px;
    border-radius: 3px;
	line-height:30px;
}

.escribiendo .retroMal{
    color: rgb(131, 0, 0);
    background-color: rgba(255, 0, 0, 0.1);
    border: 1px solid rgb(165, 0, 0);
    padding: 6px;
    border-radius: 3px;
	margin: 0 2px;
	line-height:30px;
}
}
.mostrarRetro{
    display:inline-block;
}

.ocultarRetro{
    display:none;
}

.escribiendo span.correcto{
    border:1px solid #0C0;
    color:#030;
    background-color: #f0fff0;
    padding: 0.5em;
    border-radius: 3px;
}

.escribiendo span.incorrecto{
    border:1px solid #F00;
    color:#600;
    background-color: #ffeff2;;
    padding: 0.5em;
    border-radius: 3px;
}
