body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666;
    line-height: 2.3em;
    margin:1em;
    font-size: 1.4em;
    text-align: left;
	-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;
}
.barraInferior{
    text-align: center;
    clear: both;
}
#resultado{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    text-align: center;
    color: #575757;
    margin-bottom:1rem;
    display: block;
}
li{
	list-style-type:none;
	margin-top:20px;
}
[id^=divId]:nth-child(odd){
    background-color: #e5e5e5;
    border: 1px solid #FFF;
}
[id^=divId]:nth-child(even){
    background-color: #f0efef;
    border: 1px solid #FFF; 
}
  
  .mensajes{
	margin-left:20px;
	background:#CFCFCF;
	text-align:center;
	padding:5px;
	display:none;
}
.headings { /*nm*/
	font-family: 'Open Sans', sans-serif;
    color: #b1b1b1;
    letter-spacing: 1px;
    font-size: 1em;
    margin: 0;
}
p, ul {
    font-family: 'Open Sans', sans-serif;
    /*font-size: 1.1em;*/
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .7px;
    text-align: left;
}
.eligiendo{
    padding: 0;
}
.actividad {
    max-width: 250px;
    background: #b1b1b1;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    color: #fff!important;
    margin-bottom: 15px !important;
}
#contenedor .contenido {
    padding: 1.5rem 2rem 1rem;
    color:#454545;

}
#btnRevisar, #btnReiniciar {
    background-color: #337ab7;
    margin-top:1rem;
}

#textoInstrucciones {
    margin-bottom:2rem;
}
.under-li {
    border-bottom: solid #dbdbdb;
    border-width: 3px;
    padding-bottom: 9px;
    width: 80%;
}
.bien {
	border-color:#00A500;
}

.mal{
	border-color:#A50000;
}
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; /* 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;
}
.retros{
    display: none;
    padding-right: 10px;
    vertical-align: middle;
}
.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;
}

.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;
}
.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;
}
.contenido{
    padding: 5px;
}
.icono{
	font-size: 6em;
	float: right;
	color: #b1b1b1;
  }
  @media (min-width:900px){
	.icono {
	  display: none;
  }
}
@media only screen and (max-width: 100px){
    #instr{
        color: #FFF;
    }
}
.divAudio .aAudio{
  /*	background-color: coral; NO JALA*/
  background-color: red;

}

@media only screen and (max-width: 480px) {
        html{
        margin:0;
        padding: 0;
    }
	.respuestas .lista-respuestas .sub-item .draggable {
		max-width: 200px;
    }
}
/*  JLBG mzo19, 2019; clase para marcar preguntas sin responder   */
select.vacio{
    border: 1px solid #0069d9;
}
#mododebug{
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 2vw;
    border-radius: 10px;
}


.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin: 5px;
}

@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
{ 
    #instr {
        color: #FFF !important;
    }
}

#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: #000;
  font-size: 1.8em;
  text-align: left;
}
.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;}
