﻿span.textoError{color:#00533f;}span.textoPregunta{color:#363636;}.cajaMensaje{padding:2%;margin-top:0%;margin-bottom:2.5%;border-radius:.75px;text-align:left;display:block;width:100%;}.acierto{border:1px solid #37aadf;background-color:#b8e6fb;color:#1176a5;}.error{border:1px solid #dfb831;background-color:#fff4c6;color:#c64b2f;}h2.tituloError{color:#c64b2f;border-bottom:1px solid #c64b2f !important;}.neutro{border:1px solid #b1b1b1;background-color:#f2f2f2;color:#363636;}html{height:100%;}body{background:#f3f2f1;height:100%;font-family:'Open Sans',sans-serif !important;}div.containerInterior{box-shadow:0 2px 3px 0 #9c9c9c;}header{background-color:#00533f;box-shadow:0 2px 3px 0 #9c9c9c;}header a.enlaceImagen{outline:none;}header a.enlaceImagen:link,header a.enlaceImagen:visited,header a.enlaceImagen:hover,header a.enlaceImagen:active{text-decoration:none;}header h1{font-size:1.8rem;color:#fff;font-family:'Open Sans',sans-serif;font-weight:700;margin:.3rem 0 .5rem 0;letter-spacing:0;}h1,h2,h3,h4,h5,h6{color:#000;}h1{font-size:2.6rem;}h2{font-size:2.16rem;}h3{font-size:1.82rem;}h4{font-size:1.5rem;line-height:35px;}h5{font-size:1.34rem;}h6{font-size:1.15rem;}.subcabecera{font-size:.9em;text-align:center;margin:10px 0 15px 0;padding-bottom:5px;border-bottom:3px solid #00533f;color:#00533f;}strong{font-weight:700;}#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:99;}#status{width:200px;height:200px;position:absolute;left:50%;top:50%;background-image:url(/img/status.gif);background-repeat:no-repeat;background-position:center;margin:-100px 0 0 -100px;}.contenedorBasico{border-radius:0;background-color:#fff;padding:3%;}.contenedorBasico h2{margin:2rem 0 1rem 0;border-bottom:1px solid #e6ebee;width:100%;padding-bottom:.4rem;}.contenedorBasico>div.row{margin-bottom:0;}.contenedorBasico #contenedorPregunta{padding:1% 2% 1.5% 2%;}.contenedorBasico #cajaPregunta{font-size:1.5em;text-align:center;padding:1% 2% 1.5% 2%;border:1px solid #ccc;box-shadow:0 0 5px #dfdfdf;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,0) 100%);border-radius:9px;margin-bottom:2%;}.contenedorBasico #contenedorRespuesta .row div{text-align:center;}.contenedorBasico #contenedorRespuesta .row div.conAnimacion input:hover{animation:desvanecimiento .5s forwards ease-in-out;}.contenedorBasico #contenedorRespuesta .row div.conAnimacion input:not(:hover){animation:aparicion .5s forwards ease-in-out;}.contenedorBasico #contenedorRespuesta table.matrizRespuestas td{text-align:center;}@keyframes desvanecimiento{from{opacity:1;}to{opacity:.3;}}@keyframes aparicion{from{opacity:.3;}to{opacity:1;}}.contenedorBasico.sinRibbon{border-top:0;}ul.listaBasica li{list-style-type:disc;margin-left:25px;padding-left:10px;}img.retrato{box-shadow:0 4px 6px 0 #252425;}footer{background-color:#161516;padding-bottom:3px;border-bottom:10px solid #000;}footer p{text-align:left;color:#fff;font-size:.8em;margin-top:25px;clear:both;line-height:16px;}footer img.logotipo{margin-top:25px;opacity:1;}footer a{color:#1db6d7;}footer a:hover,footer a:active,footer a:focus{color:#fff;}div.zonaValidacion{text-align:right;padding-top:5px;}div.zonaValidacion p{color:#fff;}div.zonaValidacion a{color:#fff;transition:color .3s ease-out;-moz-transition:color .3s ease-out;-webkit-transition:color .3s ease-out;-o-transition:color .3s ease-out;}div.zonaValidacion a:hover{color:#fae426;}i.white-text input{color:#fff;}table.radioAlternativo td{text-align:center;}table.radioAlternativo td input{display:block !important;}table.radioAlternativo td label{display:block !important;}table.inputsCentrados tbody tr td{text-align:center;}table.inputsCentrados tbody tr td input{display:inline;}table.inputsCentrados tbody tr td{padding:0;width:auto;height:30px;}table.inputsCentrados tbody tr td input{margin:0 auto;}label.selectMaterializeAncho{width:100%;}label.selectMaterializeAncho div.select-wrapper{width:100%;}.btn{white-space:normal;}.bienAlineado{margin-left:0;}.modal{background-color:transparent;max-height:unset;width:auto;}.custom-file-input:lang(es)~.custom-file-label::after{content:"Elegir";}div.controlLabelsInputs table tr td label{color:#fff;width:0;}div.btn input{width:100%;height:100%;}.alineadoVerticalmente{display:inline-flex;vertical-align:middle;}a{color:#076fa2;}table tr th{color:#fff;background-color:#2c2b2b;border-radius:0;}td,th{padding:8px 5px;}tr:hover{background-color:#f2f2f2;}input.btn,a.btn,input.btn-large,a.btn-large{color:#fff;background-color:#00533f;}input.btn:hover,a.btn:hover,input.btn-large:hover,a.btn-large:hover{color:#fff;background-color:#000;}input.btn.desactivado,a.btn.desactivado,input.btn-large.desactivado,a.btn-large.desactivado{color:#000;background-color:#fff;}input.btn.desactivado:hover,a.btn.desactivado:hover,input.btn-large.desactivado:hover,a.btn-large.desactivado:hover{color:#000;background-color:#c6ccd0;}input[type="text"]:not(.browser-default):focus:not([readonly]),input[type="password"]:not(.browser-default):focus:not([readonly]){border-bottom:1px solid #00533f;box-shadow:0 1px 0 0 #00533f;}input[type="text"]:not(.browser-default):focus:not([readonly])+label,input[type="password"]:not(.browser-default):focus:not([readonly])+label{color:#00533f;}label{color:#161516;}.animaOpacidad{opacity:1;transition:opacity .5s ease-out;-moz-transition:opacity .5s ease-out;-webkit-transition:opacity .5s ease-out;-o-transition:opacity .5s ease-out;}.animaOpacidad:hover{opacity:.5;}table tr{background-color:#fff;}.cabeceraTabla{font-size:1.1rem;color:#00533f;}.version2 tr{background-color:#fff;border:none;font-size:.8rem;padding:0;}.version2 td{padding:1px 1px;}.version2 th{padding:1px 1px;}.columnaMedia50{width:50%;}.columnaMedia30{width:30%;}.columnaCorta20{width:20%;}.columnaCorta10{width:10%;}.columnaCorta1{width:.1%;}#return-to-top{position:fixed;bottom:20px;right:20px;background:#000;background:rgba(0,0,0,.7);width:50px;height:50px;display:block;text-decoration:none;-webkit-border-radius:35px;-moz-border-radius:35px;border-radius:35px;display:none;-webkit-transition:all .3s linear;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;outline:none;}#return-to-top i{color:#fff;margin:0;position:relative;left:16px;top:13px;font-size:19px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}#return-to-top:hover{background:rgba(0,0,0,.9);}#return-to-top:hover i{color:#fff;top:5px;}body.cookiewarning{padding-bottom:15em;}body div.cookiewarning{display:none;}body.cookiewarning div.cookiewarning{padding:1em;display:block;position:fixed;bottom:0;width:100%;z-index:100;background-color:rgba(0,0,0,.8) !important;color:#fff;}body .removecookie{display:inline-block;}body.cookiewarning .removecookie{display:none;}.oculto{display:none;}@keyframes destacando2{from{background-color:#2c2b2b;color:#fff;}to{background-color:#f2f2f2;color:#00533f;}}@keyframes normalizando2{from{background-color:#f2f2f2;color:#00533f;}to{background-color:#2c2b2b;color:#fff;}}@media screen and (max-width:39.9375em){header h1{font-size:1.2em !important;}header h1 span.invisibleEnPeq{display:none;}header div.zonaValidacion p{margin-top:3px !important;}div.columnaRetrato{text-align:center;}div.columnaRetrato img.retrato{margin-bottom:15px;}div.celdaLogotipoEntidad{display:none;}p.botonesAccion{text-align:center;margin:25px 0 25px 0 !important;}footer div.col-sm-6,footer div.col-sm-6 p{text-align:center !important;margin-top:5px;}footer img.logotipo{margin-top:20px;}}@media screen and (min-width:40em) and (max-width:63.9375em){a.accesoAulaVirtual{font-size:.95em;}}