@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

html, body{
    background-color: #eaeaea;
    color: #333333;
}
.barra_menu {
	height: 70px;
	background-color: rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.barra_menu a:link, .barra_menu a:visited {
	background-color: #d6d2d2;
	margin-right: 5px;
	display: block;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
.barra_menu a:hover {
	background-color: rgba(108,108,108,1.00) !important;
}
h3.titulo_reporte {
	padding-top: 20px;
	padding-bottom: 20px;
}
li.activo a:link  , li.activo a:visited{
	background-color: #008BBF;
}
.leyenda {
	margin-bottom: 0px;
}

.leyenda li {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}

.leyenda li .valor {
	background-color: #008BBF;
	color: rgba(255,255,255,1.00);
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
}

a:link.bt_descarga_reporte  {
	background-color: #53AA32;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(../img/bt_descarga.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 270px;
	height: 50px;
}
a:hover.bt_descarga_reporte  {
	background-color: #53AA32 !important;
}

.bloque_texto {
    background-color: rgba(255,255,255,1.00);
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-top: 0px;
    /* [disabled]margin-bottom: 20px; */
    overflow-y: hidden;
}
.bloque_texto2 {
    background-color: rgba(255,255,255,1.00);
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-top: 20px;
    /* [disabled]margin-bottom: 20px; */
    overflow-y: hidden;
}
.fila_graficos {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
}
.cabecera {
	background-color: #FFFFFF;
}
.menu_cuenta a {
	display: inline-block;
	height: 30px;
	padding-left: 30px;
	margin-right: 15px;
	background-position: 0px center;
	background-size: 24px auto;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 30px;
}
.menu_cuenta a.bt_usuario {
	background-image: url(../img/bt_usuario.png);
}
.menu_cuenta a.bt_salir {
	background-image: url(../img/bt_salir.png);
}


.container {
    width: 1220px !important;
}
.contenedor_test {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Roboto Condensed', sans-serif;
}
.contenedor_test .logo {
	width: 45px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -70px;
	background-image: url(../img/isotipo.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

.cuadro_pregunta {
	background-color: #00b2ba;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
}
.slider_preguntas ul.respuestas  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.slider_preguntas ul.respuestas li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 130px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none;
	background-color: #f4f4f4 !important;
	display: block;
	position: relative;
	line-height: 18px;
	overflow-y: hidden;
	min-height: 35px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.botones_opciones  {
	height: 50px;
	top: 5px;
	right: 5px;
	position: absolute;
	text-align: center;
}
.botones_opciones .boton {
	background-color: #e2e2e2;
	width: 60px;
	margin-left: 5px;
	float: left;
	text-align: center;
	height: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 35px;
	text-transform: uppercase;
	/*cursor: pointer;*/
	font-size: 16px;
	cursor: default;
}
.botones_opciones:not(.listo)  .boton {
	cursor: pointer;
}
.botones_opciones:not(.listo) .boton:hover {
	background-color: #BCBCBC;
}
.botones_opciones.test .boton.seleccionado {
	background-color: #970E76 !important;
	color: #FFFFFF !important;
	cursor: default;
}
#prevBtn, #nextBtn, #prevBtnEjes, #nextBtnEjes {
    display: none;
}

#paginacion_slider {
    /*transform: translate(-50%, 0);*/
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow-y: hidden;
    width: 200px;
    text-align: center;
}
#paginacion_slider li  {
	color: #FFF;
	display: inline-block;
	/*float: left;*/
	margin-left: 8px;
}
#paginacion_slider li {
    font-size: 9px;
    line-height: 14px;
    color: #FFF;
    display: inline-block;
    width: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
    background-color: #adacac;
    border: 2px solid rgba(255,255,255,1);
    height: 16px;
    /*	
    box-shadow: 0px 0px 5px rgba(58,193,225,1);
    -webkit-box-shadow: 0px 0px 5px rgba(58,193,225,1);
    -moz-box-shadow: 0px 0px 5px rgba(58,193,225,1);
    -khtml-box-shadow: 0px 0px 5px rgba(58,193,225,1);
	*/
    -webkit-transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -khtmlt-transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-size: cover;
}
#paginacion_slider li a {
	display: none;
}
#paginacion_slider li.current {
    background-image: none;
    color: #000;
    background-color: #1884c6;
    /*width: 32px;*/
    font-weight: 600;
    font-size: 11px;
}
#paginacion_slider li a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: rgba(0,0,0,1);
}
.contenedor_test.pdf {
    width: 920px;
    background-color: #FFFFFF;
}
.contenedor_test.pdf .cabecera {
    background-color: #f7f7f7;
    height: 110px;
    border-bottom: 10px solid #902480;
    background-image: url(../img/logotipo.svg);
    background-repeat: no-repeat;
    background-size: 150px auto;
    background-position: 50px 10px;
}
.contenedor_test.pdf .pie {
    background-color: #f7f7f7;
    height: 110px;
    text-align: center;
    background-image: url(../img/logotipo.svg);
    background-repeat: no-repeat;
    background-position: center 15px;
    background-size: 120px auto;
    font-size: 16px;
}

.contenedor_test.pdf .bloque_texto {
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
}
.contenedor_test h5 {
    color: #00B2BA;
    font-weight: 500;
    font-size: 16px;
}
.contenedor_test.info_personal {
    width: 920px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}
.contenedor_test.info_personal .titulo {
    text-align: center;
    margin-bottom: 60px;
}
.alin_centro {
    text-align: center;
}


.tabla_formulario {
    margin-top: 5px;
    margin-bottom: 40px;
    line-height: 15px;
}


.tabla_formulario tr td {
    position: relative;
    min-height: 35px;
    height: 35px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tabla_formulario tr td .botones_opciones {
    right: 0px;
}

tr td .aclaracion {
    color: #8A8A8A;
    font-size: 11px;
    line-height: 12px;
}

.tabla_formulario .botones_opciones.test .boton {
    width: 140px;
    font-size: 14px;
    text-transform: none;
    /* [disabled]letter-spacing: -1px; */
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.tabla_formulario .botones_opciones.test .boton.seleccionado, .tabla_formulario .con_info {
    background-color: #87BC24 !important;
}
.tabla_formulario .botones_opciones.test .boton.chico {
    width: 111px;
}
.tabla_formulario .botones_opciones.test .boton.grande {
    width: 425px;
}

.tabla_formulario input, .tabla_formulario select, .tabla_formulario textarea {
    background-color: #e2e2e2;
    border-width: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}
.tabla_formulario select {
	-webkit-appearance: button;
    height: 35px;
    border-width: 0px;
    border-style: solid;
	border: none;
	border:0px;
  outline:0px;
}
.tabla_formulario textarea {
    height: auto;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contenedor_test.info_personal input[type=button], .contenedor_test.info_personal input[type=submit]{
    height: 45px;
    background-color: #00BCD4;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
    width: 250px;
    border-width: 0px;
}
.contenedor_test.info_personal input[type=button]:hover, .contenedor_test.info_personal input[type=submit]:hover {
    background-color: #00A0A0;
}
#progreso_preguntas {
    margin-top: 20px;
    margin-bottom: 20px;
}

#progreso_preguntas td  {
    text-align: center;
    color: #1884c6;
    border-left: 1px solid #adacac;
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
}
#progreso_preguntas td:last-child {
    border-right: 1px solid #adacac;
}


#progreso_preguntas .item_progreso_preguntas {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #adacac;
    border-radius: 6px;
    margin-left: 6px;
    margin-right: 6px;
}
#progreso_preguntas .item_progreso_preguntas.lista {
    background-color: #87bc24;
}
#progreso_preguntas .item_progreso_preguntas.en_curso {
    background-color: #1884c6;
}
.opciones_respuesta {
    position: relative;
    height: 60px;
}
.opciones_respuesta .botones_opciones {
    top: 0px;
    right: auto;
    left: auto;
}

.opciones_respuesta .botones_opciones .boton {
    width: 131px;
    /* [disabled]letter-spacing: -1px; */
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}
.opciones_respuesta .botones_opciones .boton:first-child {
    margin-left: 0px;
}
.contador {
    text-align: center;
    color: #1884c6;
    font-style: italic;
}
.contenedor_test .titulo_test {
    background-color: #c1c1c1;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: -20px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.pregunta {
    background-color: #00b2ba;
    color: #FFFFFF;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    /* [disabled]width: 540px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 150px;
}
.eje {
    color: #00b2ba;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: center;
}
.ver_niveles {
    text-align: right;
    margin-top: 10px;
    font-style: italic;
    font-size: 12px;
}
.descripcion_niveles tr td, .descripcion_niveles tr th {
    border-right: 30px solid #FFFFFF;
    padding-top: 10px;
    vertical-align: top;
}
.descripcion_niveles tr th {
    background-color: #F4F4F4;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}
.descripcion_niveles tr td:first-child, .descripcion_niveles tr th:first-child {
    border-left: 30px solid #FFFFFF;
}
.descripcion_niveles tr td {
    border-color: #fff !important;
}
.descripcion_niveles tr th {
    border-color: #fff !important;
}
.btnhover:hover {
    background-color: #970E76 !important;
    color: #FFFFFF !important;
}

@media print {
    @page {
        margin: 0;
        margin-right: 0; /* for compatibility with both A4 and Letter */
    }
}
