@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/*estilos*/

body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666666;
    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;
}

.opcionMultiple .setPregunta{
    border: 1px solid #CCC;
    background: #f8f8f8;
	font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	font-weight: 300;
}

.opcionMultiple div.setPregunta{
    padding:5px;
    margin-bottom:1em;
	/* font-family: 'Open Sans', sans-serif;
	font-weight: 300; */
}
.opcionMultiple div.preguntaTexto{
    margin:10px;
    color: #666666;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .7px;
    text-align: left;
}
.opcionMultiple div.opciones{
    margin:2px;
	
}
.opcionMultiple div.opciones .opcion{
    display: block;
    margin:2px;
    white-space: normal;
	text-align:left;

    font-family: 'Open Sans', sans-serif;
    color: #666666;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .7px;
}

.opcionMultiple div#retroalimentacion{
    font-size:1em;
	padding-left:10px;
    padding:5px;
    background-color: #efeeff;
}
.opcionMultiple .bien{
    background-image: url('palomita.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    padding-right: 25px !important;/* ancho de la imagen más un poco */
/*    margin: 0 10px !important;*/
}
.opcionMultiple .mal{
    background-image: url('tache.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    padding-right: 25px !important;/* ancho de la imagen más un poco */
}

.opcionMultiple .bienPerdida {
    background-color: #f1feef;
    /*opacity: 0.75;*/
}

.opcionMultiple .retroIndividual {
    margin: 5px;
    font-size:1em;
    width: auto;
    border-radius: 5px;
}

.opcionMultiple .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;
}

.opcionMultiple .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;
}
.headings {
    font-family: 'Open Sans', sans-serif;
    color: #b1b1b1;
    letter-spacing: 1px;
    font-size: 1em;
    margin: 0;
}
.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: #6c6b82;
    letter-spacing: 1px;
    font-size: 2em;
    margin-top: 0;
}
.under-li {
    border-bottom: solid #dbdbdb;
    border-width: 3px;
    padding-bottom: 9px;
    width: 80%;
}

.btnSiguiente{
	margin-left:6px;
	margin-bottom:3px;
}
