html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent none no-repeat 0 0;
	/*color: #484848;*/
	font-weight: normal;
}
i{color: #fff;
}
#inicio{
	top: 560px;
	position: absolute;
	z-index: 100;
}

article, aside, figure, footer, header, hgroup, nav, section, details, figcation, hgroup, menu, summary {
	display: block;
}
html {
    min-height: 100%;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	cursor:default;
}
body {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
}
article, aside, figure, header, hgroup, nav, section, details, figcation, hgroup, menu, summary {
	display: block;
}
h1, h2, h3, h4, h6 {
	font-weight: bold;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
	margin:0 0;
	background-color: #005ea8;
	z-index: 100;
}
header > h1{
	height: 50px;
	font-size: 26px;
	float: left;
	width: 100%;
	color:#ffffff;
	position: absolute;
	left: 30px;
	line-height: 45px;
}
h5{
	float:left;
	width:100%;
	margin:20px 0 0px 0;
	font-size: 80%;
	text-align: justify;
}

h5 > p{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:-20px;
	font-size: 35px;
	text-align: center;
	color:#0095da;
}

h3 {
	text-align: center;
	line-height: 13px;
	width: 100px;
	margin: 5px auto;
}
a {
	text-decoration: none;
	outline: none;
}

#anaya {
	background: transparent url(../img/anaya.png) no-repeat left top;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 20px;
	top: 20px;
}
header > a {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	background: transparent url(../img/ayuda.png) no-repeat left top;
	cursor: pointer;
	width: 108px;
	height: 86px;
}

#preload {
	display: none;
}
#contents {
	position:relative;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	min-height:500px;
	padding-left:70px;
}
#contents > div {
	margin: 1px auto;
}

#message {
	display:none;
	width:100%;
	height:158px;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top:450px;
}

#dialog h2{
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin:5px;
	float:none;
	text-transform:none;
}
#dialog{
	display:none;
	font-size:14px;
}





#text li {
	float: left;
	text-align:center;
	list-style: none outside none;
	color: rgb(0,0,0);
	padding: 10px;
	margin: 10px 0 0 5px;
	border-radius: 5px 5px 5px 5px;
	width: 30px;
	cursor: pointer;
	font-size: 14px;
	line-height: 30px;
	background-attachment: scroll;
	background-color: #ffffff;
	font-weight: bold;
}

#text li:hover{
	background:#ee7f00;
	color:#ffffff;
}

#text li.done{
	background:#009036;
	color:#fff;
}

#text{
	display:block;
	padding: 0 20px 30px 20px;
	width: 550px;
	font-size: 140%;
	line-height: 20px;
	float:left;
	background-color:#dfe4f2;
   	border:2px solid #dfe4f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#text > div{
	display:inline-block;
	width:104px;
	float:left;
	padding: 0;
	height: 22px;
	margin: 0 0 -4px;
	background: #ddd;
	border:1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}







h2 {
	font-size: 14px;
	text-align: left;
	width: 100%;
	cursor:default;
}

h2 span{
	cursor:default;
	font-weight: bold;
	margin-right:5px;
	color:blue;
}

h2 font{
	cursor:default;
	font-weight: bold;
	margin-left:5px;
	color:red;
	cursor:pointer;
}
h2 font:hover{
	color:orange;
}






#contenedor{ /*---- IMAGEN DEL AHORCADO -----*/
	position: absolute;
	top:150px;
	right:45px;
	z-index: 10;
	width: 218px;
	height: 344px;
}


#contenedor > span{
	display:none;
	color:red;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	bottom:120px;
	/*background: #ddd;*/
	width: 150px;
	text-align: center;
}

#contenedor > font{
	display:none;
	color:blue;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	bottom:200px;
	/*background: #ddd;*/
	width: 150px;
	text-align: center;
}






#btnAyuda{
	position: absolute;
	top:480px;
	right:45px;
	z-index: 100;
	padding:15px 5px 15px 5px;
	text-align:center;
	width: 150px;
	height: 20px;
	background-color: rgb(255,204,0);
	display:block;
	cursor:pointer;
	font-weight: bold;
	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

#btnAyuda:hover{
	background-color:#dcb507;
	color:#fff;
}








#palabra {
	width: 100%;
	display:block;
	height: 50px;
	line-height: 30px;
	margin: 15px 0 15px 0;
	cursor:default;
}

.espacio{
	float:left;
	text-align:center;
	width:20px;
	border-bottom:3px solid transparent;
	margin-right:2px;
}

.cuadro{
	float:left;
	text-align:center;
	width:40px;
	border-bottom:3px solid #000;
	margin-right:2px;
	margin-bottom:21px;
}

#text ul {
	display:block;
	clear:both;
}
	

#palabra span{
	visibility:hidden;
	font-size:40px;
	font-weight:bold;
	width:100%;
	display:block;
	padding-bottom:5px;
	padding-top:5px;
}


.ok{
	color:#9DBD2E;
}










/*------------------------ VENTANA EMERGENTE ------------------------*/
#vent_emerg{
	display:none;
	width: 100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999999;
	background:url(../img/fondo_vent_emerg.png) repeat;
}

#vent_emerg > div{
	width: 800px;
	margin-left:-400px;
	display:block;
	position:relative;
	top:50%;
	left:50%;
	background:#fff;
	border:5px solid rgb(0, 149, 218);
	padding:10px;
	box-shadow: 2px 5px 5px #000;
   -webkit-box-shadow: 5px 5px 5px #000;
   -moz-box-shadow: 2px 5px 5px #000;
   	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;

}

#vent_emerg  strong{ 
	width: 90%;
	min-height: 15px;
	font-size:20px;
	text-align:center;
	margin-top:13px;
	display:block;
	font-weight:bold;
}

#vent_emerg p{
	width: 90%;
	min-height: 15px;
	font-size:20px;
	margin:13px 10px 20px 20px;
	display:block;
}

#vent_emerg > div > font{ /*--- CERRAR ---*/
	width: 32px;
	height: 32px;
	display:block;
	position:absolute;
	top:-20px;
	right:-20px;
	cursor:pointer;
	background:url(../img/x.png) no-repeat;
	background-position:0px -32px;
}

#vent_emerg > div > font:hover{
	background-position:0px 0px;
}

.enunciado {
	width: 100%;
    text-align: left;
    margin: 65px auto 20px;
    display: inline-block;
}
}





