@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:#F4D9CD;
	
}

#cabeza {
width:1300px;
	background-color:#C81A32;
	height:80px;
	margin-bottom:15px;
}
#logo {
	position:absolute;
	background-image:url(images/logo.gif);
	width:170px;
	height:75px;
	left:40px;
}


									/* CABECERA*/
#titulo {
	font-family:"glasket500";
	font-size:43px;
	color:#FFF;
	text-align:center;
	letter-spacing:1.5px;
	width:150px;
	height:50px;
	float:left;
	position:absolute;
	top:20px;
	left:195px;
}

#niveles{
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#FFF;
	float:left;
	position:absolute;
	left:350px;
	top:25px;
}
#subtitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#FFF;
	text-align:left;
	top:25px;
	width:550px;
	height:50px;
	position:absolute;
	left:500px;
}
.noUsable {
	background-color:#D85E6F;
	color:#C81A32;
}
.usable{
	background:#FFF;
	color:#C81A32;
}
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:#C81A32;
	text-indent:50px;
}
#buttons{
	margin-top:50px;
	margin-left:60%;
}
#instrucciones {
	margin-left:75px;
	color:#C81A32;
	font-family:Tahoma, Geneva, sans-serif;
}
										/*BOTONES*/
.button{
	text-align:center;
	font-size:12px;
	display:inline;
	background-color:#C81A32;
	color:#FFF;
	border:0;
	width:160px;
	font-family:Verdana, Geneva, sans-serif;
	border-radius:10px;
	padding:10px;
}
.button:hover {
	background-color:#FFF;
	color:#C81A32;
	border:3.5px solid #C81A32;
}


#actividad{
	margin-top:20px;
	margin-left:50px;
	width:1024px;
	height:500px;
	}
#contenedor{
	float:left;
	width:724px;
	height:500px;
	}
#imag{
	float:right;
	width:300px;
	height:500px;
	}

#palabras li{
	color:#C81A32;
	font-weight:bold;
	margin-left:22px;
	display:inline;}
#rellenar li{
	list-style:none;
	margin:25px;}
	
.linea{
	text-align:center;
	border:none;
	border-bottom:1px solid #000;
	background-color:#F4D9CD;}
.cuadroResp{
	margin-left:10px;
	display:inline-block;
	width:20px;
	height:20px;
	`}
#dialog{
	text-align:center;
}
#mov{
	line-height:40px;
	margin-top:40px;
	margin-left:20px;}

select{
	background-color:#C81A32;
	color:#FFF;}
