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;
}
#inicio{
	top: 560px;
	position: absolute;
	z-index: 100;
	left: 5%;
}

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, h5, h6 {
	font-weight: bold;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
	margin:0 0;
	background-color: #005ea8;
	color: white;
	z-index: 1000;
}
header > h1{
	vertical-align: middle;	
	font-size: 26px;
	color: white;
  font-weight:bold;
	position: absolute;
	left: 30px;
	line-height: 45px;
}
h5{
	float:left;
	width:100%;
	margin:20px 0 20px 0;
	font-size: 80%;
	text-align: center;
	font-weight:bold;
}

h5 > p{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:-20px;
	font-size: 35px;
	text-align: center;
	font-weight:bold;
	color:#0095da;
}
div.nosup{
	width:450px;
	background:#333 url(../img/alerta.png) no-repeat center left;
	padding:5px 5px 5px 50px;
	margin:5px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:auto;
	color:#fff;
}
div.nosup h2{
	color:#fff;
	font-size:140%;
	line-height:20px;
	text-align:center;
	margin:10px;
}
div.nosup div{
	padding:30px;
	color:#fff;
	
}
div.nosup a{
	color:#fff;
	border-bottom: 1px dotted #fff;
}
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 {
	margin: 5px auto;
	width: 960px;
	height: 720px;
	overflow: hidden;
	position:relative;
}
 
div#elements {
	width: 720px;
	padding: 3px;
	text-align: center;
	margin-top: 5px;
	clear: both;
	margin-left:50px;
	float:left;
}
#message {
	display:none;
	width:100%;
	height:158px;
	position: absolute;
	text-align: center;
	margin: 0 auto;
}

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

.oculta{
	display:none;
}

.invisible{
	visibility:hidden;
}



div#text{
	width: 1024px;
	float: left;
	display: block;
	margin-top:0px;
	margin-left:0px;
	padding: 0;
	color: #fff;
}




#inicio{
	top: 560px;
	position: absolute;
	z-index: 100;
}


/*--------------- CAJAS GUIAS ----------------*/
#c_guias{
	display:none;
	background-color: red;
}

#c_guias #c_horizontal{
	display:block;
	position:absolute;
	left:51px;
	top:25px;
	width:900px;
}
#c_guias #c_horizontal p {
	float:left;
	width:44px;
	text-align:center;
	background-color: black;
	color: #fff;
	font-size:16px;
	margin-right:1px;
	font-weight:bold;
}
#c_guias #c_horizontal p:first-child {
	background-color:grey;
}




#c_guias #c_vertical{
	display:block;
	position:absolute;
	left:0px;
}

#c_guias #c_vertical p {
	width:44px;
	padding:13px 0 13px 0;
	margin-bottom:1px;
	text-align:center;
	background-color: black;
	color: #fff;
	font-size:16px;
	margin-right:1px;
	font-weight:bold;
}
#c_guias #c_vertical p:first-child {
	background-color:grey;
}




/*--------------- CAJAS CRUCIGRAMA ----------------*/
div#crucigrama{
	float: left;
	width: 960;
	height: 850px;
	/*! background-color: yellow; */
	display: block;
	z-index:0;
	position:relative;
}



div#cajas_crucigrama{
	width: 900px;
	display: block;
	margin-top:0px;
	margin-left:50px;
	position:relative;
	top:0;
	left:0;
	background-color: #000;
	
}


#crucigrama input{
	width: 40px;
	height: 40px;
	font-size: 16px;
	padding: 2px;
	margin-right:-1px;
	margin-top:-1px;
	border: 1px solid #999;
	font-weight:bold;
	text-align:center;
	float: left;

}

#crucigrama input:focus{
	color: #000;
	background: #c0f6fc;
}




/*--------------- BOLA DESCRIPCIÓN ----------------*/
div#cajas_crucigrama font{
	width: 35px;
	margin:6px 5px 0px 5px;
	text-align:center;
	padding:7px 0px 7px 0px;
	font-size: 16px;
	font-weight:bold;
	color:#fff;
	float:left;
	cursor:pointer;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	
	background-color: #005ea8;
}

div#cajas_crucigrama font:hover{
    color:#000000;
	background: #ccebf8;   
	box-shadow: 0px 0px 7px #000;
   -webkit-box-shadow: 1px 1px 7px #000;
   -moz-box-shadow: 0px 0px 7px #000;
}




/*------------------------ INPUT ------------------------*/
input.fail, input.fail2 {
	color: #FADDDE;
	border: solid 1px #980C10;
	/*background: #D81B21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#AA1317));
	background: -moz-linear-gradient(top, #ED1C24, #AA1317);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');*/

	background: #e2001a;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2001a), to(#e2001a));
	background: -moz-linear-gradient(top, #e2001a, #e2001a);
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#e2001a', endColorstr='#e2001a');
	
}

input.ok {
	color: #fff;
	border: solid 1px #999;
	/*background: #64991E;
	background: -webkit-gradient(linear, left top, left bottom, from(#64991E), to(#1BE02B));
	background: -moz-linear-gradient(top, #64991E, #1BE02B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64991E', endColorstr='#1BE02B');*/
	
	background: #009036;
	background: -webkit-gradient(linear, left top, left bottom, from(#009036), to(#009036));
	background: -moz-linear-gradient(top, #009036, #009036);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009036', endColorstr='#009036');
}


input.selected {
	color: #606060;
	background: #fde6a0;
	position:relative;
	z-index:1000;
	box-shadow: 2px 2px 2px #000;
   -webkit-box-shadow: 2px 2px 2px #000;
   -moz-box-shadow: 2px 2px 2px #000;
}



input.ver {
	color: #000;
	border: solid 1px #999;
	background: #d4d4d2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f1ef), to(#d4d4d2));
	background: -moz-linear-gradient(top, #f2f1ef, #d4d4d2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f1ef', endColorstr='#d4d4d2');
}



/*------------------------ BOTÓN COMPROBAR ------------------------*/
#check {
	display:none;
	float: left;
	margin: -80px 0 0 250px;
	width: 200px;
}

#check > a{
	color:#000;
	background:#fff;
	border:5px solid #fecc00;
	font-size:24px;
	padding:10px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	font-weight: bold;
	position: relative;
	opacity:0.8;
}
#check a:hover{
	border:5px solid #F9DD34;
	color:#666;
	opacity:1;
}





/*------------------------ VENTANA EMERGENTE ------------------------*/
#vent_emerg{
	display:none;
	width: 100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999999;
}

#vent_emerg > div{
	width: 800px;
	margin-left:-400px;
	display:block;
	position:relative;
	top:50%;
	left:50%;
	background:#005ea8;
	border:7px solid #ffffff;
	padding:10px;
	
	box-shadow: 0px 0px 37px #666666;
   -webkit-box-shadow: 0px 0px 37px #666666;
   -moz-box-shadow: 0px 0px 37px #666666;
   
   -moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
}

#vent_emerg > div > span{ /*--- NUMERO ---*/
	float:left;
	cursor:default;
	font-size:21px;
	width: 30px;
	height:30px;
	display:block;
	padding:7px;
	color:#fff;
	border:7px solid #ffffff;
	font-weight:bold;
	text-align:center;
	background-color: #005ea8;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;

}

#vent_emerg > div > p{ /*--- CERRAR ---*/
	width: 90%;
	min-height: 15px;
	font-size:20px;
	margin:13px 20px 20px 80px;
	display:block;
	color: #fff;
}

#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;
}



#audio{
	z-index:9999;
}

