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

@font-face {
	font-family:"glasket500";
	src:url(font/glasket500.ttf);
	}

@font-face {
	font-family:REZ;
	src:url(font/REZ.ttf);
}


*{
	margin:0;
	padding:0;
}
body {
	background-color:#D7CDE0;
	font-family:Verdana, Geneva, sans-serif;
	
}

#cabeza {
	width:100%;
	background-color:#542C82;
	height:80px;
	margin-bottom:15px;
}
#logo {
	position:absolute;
	background-image:url(img/logo.gif);
	width:170px;
	height:75px;
	left:40px;
}

								/* CABECERA*/
#titulo {
	font-family:"glasket500";
	font-size:45px;
	color:#FFF;
	text-align:center;
	letter-spacing:2px;
	width:150px;
	height:50px;
	float:left;
	position:absolute;
	top:20px;
	left:160px;
}

#niveles{
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#FFF;
	float:left;
	position:absolute;
	left:290px;
	top:25px;
}
#subtitulo {
font-family: Arial, Helvetica, sans-serif;
font-size: 28px;
color: #FFF;
text-align: left;
top: 25px;
width: auto;
height: auto;
position: absolute;
left: 465px;
text-justify: auto;
}

.noUsable {
	background-color:#D7CDE0;
	color:#542C82;
}
.usable{
	background-color:#FFF;
	color:#60C;
}
table .tniveles {
	border-spacing:0;
	border-right:10px;

}
div#niveles td {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.instrucionesLetra {
	font-family:REZ;
	text-decoration:underline;
	font-size:23px;
	letter-spacing:1px;
	color:#542C82;
	text-indent:50px;
}
#instrucciones {
	margin-left:75px;
	color:#542C82;
	font-family:Tahoma, Geneva, sans-serif;
}
										/*BOTONES*/
/*#buttons {
	position:absolute;
	float:left;
	top:93%;
	left:60%;
}*/
.button{
	text-align:center;
	font-size:13px;
	display:inline;
	background-color:#542C82;
	color:#FFF;
	border:0;
	width:160px;
	font-family:Verdana, Geneva, sans-serif;
	border-radius:10px;
	padding:10px;
}
.button:hover {
	background-color:#FFF;
	color:#542C82;
	border:3.5px solid #542C82;
}



