/* @charset "UTF-8"; */
/* CSS Document */
body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 2.3em; 
    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;
}
.ir-arriba {
	display:none;
	padding:15px;
	background:#63c9e0;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
  right:20px;
  border-radius: 50%;
  z-index: 10000;
}
[id^=divId]:nth-child(odd){
    background-color: #ffffff;
    border: 1px solid #FFF;
}
[id^=divId]:nth-child(even){
    background-color: #ffffff;
    border: 1px solid #FFF;
}

.escribiendo{
    padding: 0;
}
/****** ESCRIBIENDO *************/
input[type="text"]{
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: center
}

input[type="text"].incorrecto{
    border:1px solid #f01b18;
    color:#000;
    background-color: transparent;
    /* background-image: url(tache.png); */
    background-repeat: no-repeat;
    background-position: right 10px center;
}

input[type="text"].correcto{
    border:1px solid #83c635;
    color:#000;
    background-color: transparent;
    /* background-image: url(palomita.png); */
    background-repeat: no-repeat;
    background-position: right 10px center;
}
input[type="text"].vacio{
    border: 1px solid #0069d9;;
    color:#000;
    background-color: transparent;
    /* background-image: url(palomita.png); */
    background-repeat: no-repeat;
    background-position: right 10px center;
}

input::placeholder { color: #969696; font-size: 0.8em; font-style: italic; }

/****** FIN ESCRIBIENDO *************/
.headings {
    font-family: 'Open Sans', sans-serif;
    color: #b1b1b1;
    letter-spacing: 1px;
    font-size: 1em;
    margin: 0;
}

/* .presentation-section {
    font-family: 'Open Sans', sans-serif;
    color: #6c6b82;
    font-size: 3em;
    letter-spacing: 1px;
    line-height: 1.6em;
    margin-bottom: 10px;
} */

p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .7px;
    text-align: left;
}
#resultado{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    text-align: center;
    color: #0069d9;  
  }
.actividad {
    max-width: 250px;
    background: #b1b1b1;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    color: #fff!important;
    margin-bottom: 15px !important;
}
.headings-int {
    font-family: 'Open Sans', sans-serif;
    color: #003b71;
    letter-spacing: 1px;
    font-size: 2em;
    margin-top: 0;
    font-weight: bold;
}
.under-li {
    border-bottom: solid #dbdbdb;
    border-width: 3px;
    padding-bottom: 9px;
    width: 80%;
}


/*******************************************/
/***** CLASES GENERALES *****************/
/*******************************************/

.main{
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.container{
    text-align: left;
}

.instrucciones{
   font-weight: bold;
   font-weight: 600;
   margin-bottom: 1.5em;
}

.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;
}


#dialog, #dialog span, .ui-widget{
    font-weight: 300;
    letter-spacing: 1px;
}

.mostrarRetro{
    display: inline-block;
}

.ocultarRetro{
    display:none;
}

.retroalimentacionFinal{
    text-align: center;
    color: red;
    font-weight: solid;
    font-style: italic;
}
.icono{
	font-size: 6em;
	float: right;
	color: #b1b1b1;
  }
  @media (min-width:900px){
	.icono {
	  display: none;
  }
}
/*******************************************/
/***** RESPONSIVE 480 *****************/
/*******************************************/

@media (max-width: 480px) {
    html{
        margin:0;
        padding: 0;
    }
    body{
        padding: 0;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin:0.5em;
    }
    /* p{
        font-size: 14px;
    } */
}

/*  ----------------  */
.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;
}

.contenido {
    display: table-cell;
}
.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;
}
.info{
    background-color: #0069d9;
    float: right;
    padding: 18px 23px;
    font-size: 1.3em;
    color: #fff;
  }
  
  .estilosinstruccion{
    background-color: #0069d9;
    color: #fff;
    width: 100%;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
.mostrarinfo{
    display: inline-block;
}
@media only screen and (max-width: 100px){
    #instr{
        color: #FFF;
    }
}


i.ip {
    color:#83c635;
}
i.it {
    color:#f01b18;
}
.blink {
    animation: blink 2s linear infinite;
    -webkit-animation: blink 2s linear infinite;
  }
  @keyframes blink {
    50% { opacity: 0.0; }
  }
  @-webkit-keyframes blink {
    50% { opacity: 0.0; }
  }

.mostrar { /*Para poner o quitar elementos....*/
	display:initial; /* o ponemos ""? */
}
.ocultar {
	display: none !important; /* RAAR mar 23,19: algo esta provocando colision de css, sospecho de .addClass("col-md-3 col-lg-3");*/
}
.visible { /*Para hacer visibles o no elementos SIN QUITARLOS...*/
    visibility: visible;    
  }  
.invisible {
    visibility: hidden;
}

/* div [id^=divId]{
    display: none;
} */

/* @media (max-width: 480px) {
    .escribiendo, input[type="text"] {
        font-size: 80%;
    }
} */

/*  Clases para retros */
.retros{
    display:none;
    padding:10px;
    vertical-align: middle;
}
#mododebug{
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 2vw;
    border-radius: 10px;
  }


@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
{ 
    #instr {
        color: #FFF !important;
    }
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin: 5px;
}

#btnPaginador {
        margin-left: 5px;
        margin-right: 5px;
        opacity: 1;
        cursor: default;
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
}

.headings-int {
  font-family: 'Open Sans', sans-serif;
  color: #003b71;
  font-size: 1.8em;
  text-align: left;
  font-weight: bold;
}

.tooltip-inner {font-size: 1.2em; text-align: left; min-width: 280px; padding: 10px}
.tooltip.primary .tooltip-inner          { background-color:    #337ab7; }
.tooltip.primary.top > .tooltip-arrow    { border-top-color:    #337ab7; }
.tooltip.primary.right > .tooltip-arrow  { border-right-color:  #337ab7; }
.tooltip.primary.bottom > .tooltip-arrow { border-bottom-color: #337ab7; }
.tooltip.primary.left > .tooltip-arrow   { border-left-color:   #337ab7; }

.tooltip.info .tooltip-inner          { background-color:    #31b0d5; }
.tooltip.info.top > .tooltip-arrow    { border-top-color:    #31b0d5; }
.tooltip.info.right > .tooltip-arrow  { border-right-color:  #31b0d5; }
.tooltip.info.bottom > .tooltip-arrow { border-bottom-color: #31b0d5; }
.tooltip.info.left > .tooltip-arrow   { border-left-color:   #31b0d5; }

.tooltip.success .tooltip-inner          { background-color:    #83c635; max-width:300px;}
.tooltip.success.top > .tooltip-arrow    { border-top-color:    #83c635; }
.tooltip.success.right > .tooltip-arrow  { border-right-color:  #83c635; }
.tooltip.success.bottom > .tooltip-arrow { border-bottom-color: #83c635; }
.tooltip.success.left > .tooltip-arrow   { border-left-color:   #83c635; }

.tooltip.warning .tooltip-inner          { background-color:    #ec971f; }
.tooltip.warning.top > .tooltip-arrow    { border-top-color:    #ec971f; }
.tooltip.warning.right > .tooltip-arrow  { border-right-color:  #ec971f; }
.tooltip.warning.bottom > .tooltip-arrow { border-bottom-color: #ec971f; }
.tooltip.warning.left > .tooltip-arrow   { border-left-color:   #ec971f; }

.tooltip.danger .tooltip-inner          { background-color:    #f01b18; }
.tooltip.danger.top > .tooltip-arrow    { border-top-color:    #f01b18; }
.tooltip.danger.right > .tooltip-arrow  { border-right-color:  #f01b18; }
.tooltip.danger.bottom > .tooltip-arrow { border-bottom-color: #f01b18; }
.tooltip.danger.left > .tooltip-arrow   { border-left-color:   #f01b18; }

.tooltip.in {opacity:1!important;}

button{
    margin: 1px;
}

footer {
    clear: both;
}

.palRemplaza{
    color: red;
    font-size: 16px;
    font-weight: bold;
  }