@charset "utf-8";
/* CSS Document */

/*INTERFAZ*/
#contenedor{
	width: 992px;
	height: 609px;
	position:absolute;
	left: 50%;
	margin-left: -496px;
	top: 0px;
	background-color:#FFFFFF;
}

#top{
	width: 992px;
	height: 100px;
	position: absolute;
	z-index: 2;
}

#contenido{
	top: 0px;
	left:0px;
	width: 992px;
	height: 609px;
	margin:0px;
	padding:0px;
	border:none;
	display:block;
	background-color:transparent;
}

#bottom{
	width: 992px;
	height: 40px;
	top: 560px;
	position: absolute;
	z-index: 2;
	background-color:transparent;
}

#tit_curso{
	width: 350px;
	height: 80px;
	left: 0px;
	top: 10px;
	position: absolute;
	z-index: 2;
	background-color:transparent;
}

#tit_leccion{
	width: 530px;
	height: 30px;
	left: 360px;
	top: 10px;
	position: absolute;
	z-index: 2;
	font-family: 'DIN-RegularAlternate';
	color: #000000;
	font-size: 20pt;
}

#subtitulo{
	width: 530px;
	height: 30px;
	left: 360px;
	top: 50px;
	position: absolute;
	z-index: 2;
	font-family: 'DIN-RegularAlternate';
	color: #ADAFAF;
	font-size: 18pt;
}

#logo{
	width: 80px;
	height: 80px;
	left: 900px;
	top: 10px;
	position: absolute;
	z-index: 2;
}

#btn_contenido{
	width: 40px;
	height: 115px;
	position: absolute;
	left: 0px;
	top: -75px;
	background-image:url(../images/btncont_up.png);
	cursor: pointer;
}

#btn_contenido:hover{
	background-image:url(../images/btncont_ovr.png);
}

#btn_salir{
	width: 80px;
	height: 40px;
	position: absolute;
	left: 912px;
	top: 0px;
	font-family: 'DIN-MediumAlternate';
	color: #FFFFFF;
	font-size: 14pt;
	background-color:#000000;
	border: none;
}

#btn_salir:hover{
	background-color: #f5842b;
}

#fondo_cont {
	width: 250px;
	height: 220px;
	position: absolute;
	z-index: 4;
	top: 380px;
	left: 0px;
	background-color: transparent;
	background-image: url(../images/fondocont.png);
	visibility: hidden;
}

#tabla_cont {
	width: 225px;
	height: 190px;
	top: 25px;
	left: 40px;
	position: absolute;
	overflow-y: auto;
	z-index: 5;
	line-height: 20pt;
}

a:link{
	color: #000000;
	font-family: 'DIN-RegularAlternate';
	font-style: normal;
	font-size: 14pt;
	list-style-type: none;
	text-decoration: none;
}

a:hover{
	color:#d71729
}

a:visited{
	color:#da291c;
}

#cerrar_cont{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 184px;
	top: 5px;
	background-color: #Dddddd;
	cursor: pointer;
}

#cerrar_cont:hover{
	background-color: #666666;
}

#alert_salir {
	width: 300px;
	height: 150px;
	position: absolute;
	z-index: 5;
	top: 260px;
	left: 343px;
	background-color: #1F95AB;
	visibility: hidden;	
}

#txt_salir{
	font-family: 'DIN-MediumAlternate';
	color: #FFFFFF;
	font-size: 14pt;
}

#btn_si{
	width: 80px;
	height: 30px;
	font-family: 'DIN-MediumAlternate';
	color: #000000;
	font-size: 12pt;
	cursor: pointer;
	background-color: #EEEEEE;
	border-width: 0;
}

#btn_si:hover{
	background-color: #999999;
}

#btn_no{
	width: 80px;
	height: 30px;
	font-family: 'DIN-MediumAlternate';
	color: #000000;
	font-size: 12pt;
	cursor: pointer;
	background-color: #EEEEEE;
	border-width: 0;
}

#btn_no:hover{
	background-color: #999999;
}

#cont_puntos{
	width: 200px;
	height: 50px;
	position: absolute;
	z-index: 3;
	top: 485px;
	left: 590px;
	font-family: 'DIN-MediumAlternate';
	font-weight:bold;
	color:#000000;
	visibility: hidden;
}

input{
	border:none;
	background-color: transparent;
    outline: none;
}

#puntaje{
	font-family: 'DIN-MediumAlternate';
	font-size: 20pt;
	color:#000000;
}
