@charset "utf-8";
/* CSS Document */

body, html{
font-family:Arial, Helvetica, sans-serif;
width:100%;
height:100%;
margin:0;
}
body{
background:#FFFFFF url(../img/fondo.png) repeat;
}
#cuerpo{
width:90%;
min-height:100%;
min-width:800px;
margin-left:auto;
margin-right:auto;
margin-bottom:-50px;
}
#cuerpo_inicio{
width:800px;
min-height:100%;
margin-left:auto;
margin-right:auto;
margin-bottom:-50px;
background-color:#dee3e7;
}
#contenido{
padding:40px;
}
.titulo{
background-color:#158ec3;
padding:5px;
color:#FFFFFF;
}
.bloque{
background-color:#c5ced7;
padding:10px 20px 10px 20px;
margin-top:20px;
}
#menu{
color:#FFFFFF;
}
#menu a{
color:#FFFFFF;
text-decoration:none;
}
#reloj{
background-color:#0000ff;
color:#FFFFFF;
font-size:36px;
}
#reloj img{
margin-left:10px;
margin-right:35px;
vertical-align:middle;
margin-bottom:5px;
}
.datos_sup{
height:33px;
background:url(../img/sup_examen.jpg) repeat-x;
}
#ver_preguntas{
margin-right:350px;
}
#num_preguntas{
width:100%;
}
.numpregunta{
width:75px;
height:40px;
color:#FFFFFF;
background-color:#3366cc;
border:#0020c1 medium solid;
text-align:center;
font-size:36px;
}

.pregunta{
color:#000000;
display:none
}



.pregunta img{
max-width:100%;
}
.preg_lista{
list-style:none;
margin:0;
padding:0;
width:100%;
}
.preg_lista li{
height:80px;
background:#dddddd;
margin:0;
margin-top:10px;
padding:0px;
}
.preg_lista li .seleccion_respuesta{
width:100%;
height:80px;
margin:0;
padding:0;
opacity:1;
cursor:pointer;
opacity:0;
margin-top:-80px;
float:left;
}
.respondida{
background-color:#99ff00 !important;
}
#col_der{
float:right;
height:100%;
border:thin solid #000000;
}

#ayuda{
width:130px;
height:30px;
background:#cccccc;
margin-left:200px;
font-weight:800;
}
.resp_contenido{
height:80px;
padding-left:20px;
padding-right:20px;
}
.boton_rojo{
width:100%;
height:50px;
background:#FF0000;
color:#FFFFFF;
font-size:18px;
border:3px outset buttonface;
border-top-color:#ff7878;
border-left-color:#ff7878;
border-right-color:#940000;
border-bottom-color:#940000;
}
.boton_azul{
width:100%;
height:50px;
background:#0067d0;
color:#FFFFFF;
font-size:18px;
border:3px outset buttonface;
border-top-color:#a5c2ec;
border-left-color:#a5c2ec;
border-right-color:#01193f;
border-bottom-color:#01193f;
}
.boton_rojo_snborde{
height:50px;
background:#FF0000;
color:#FFFFFF;
font-size:18px;
}
.boton_verde_snborde{
height:50px;
background:#339900;
color:#FFFFFF;
font-size:18px;
}
.ve_preg{
width:100%;
height:40px;
background:#ccccff;
color:#000066;
font-size:18px;
border:none;
cursor:pointer;
}
.ve_preg_actual{
background:#3366cc;
color:#ffffff;
border:#000000 medium solid !important;
}
.pregunta_respondida{
background:#0000ff;
color:#ffffff;
border:none;
}
#mensaje_termino, #ayuda_examen{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:1000;
}
#mensaje_termino div, #ayuda_examen div{
width:658px;
font-size:14px;
border: #000000 thin solid;
padding:20px;
margin:auto;
margin-top:100px;
background-color:#FFFFFF;
}
#capa_trasera{
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
background-color:#FFFFFF;
z-index:500;
display:none;
opacity:0.5;
}

.correcta{
background-color:#ccffcc !important;
}
.incorrecta{
background-color:#ffcccc !important;
}

#login{
width:254px;
margin-left:auto;
margin-right:auto;
margin-top:50px;
}
#pie{
text-align:center;
font-family:"Century Gothic", Arial;
height:50px;
color:#000066;
font-size:24px;
}

input.enviar_rut{
	-webkit-appearance:none;
background-color:#158ec3;
border:#FFFFFF thin solid;
color:#FFFFFF;
padding:6px;
display:block;
text-align:center;
width:80px;
}
