.marco{
	width: 650px;
	height: 500px;
	//border: solid 1px #00f;
	position: relative;
}


.titulo{
	width: 500px;
	height: 80px;
    	display: table-cell;
    	vertical-align: middle;
    	text-align: center;
	font: bold 40px Georgia, serif;
	color: white;
	background-color: #FF4040;
}

.menu1{
	//border: solid 1px #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50%;
	height: 50%;
	margin: auto;
}


.menu2{
	//border: solid 1px #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50%;
	height: 50%;
	margin: auto;
	display: none;
}

.interna1{
	width: 300px;
	height: 60px;
    	display: table-cell;
    	vertical-align: middle;
    	text-align: center;
	font: bold 25px arial;
	background-color: #D2B48C;
}



.buscando{
	//border: solid 1px #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50%;
	height: 50%;
	margin: auto;
	FONT-WEIGHT: bold;
	COLOR: #7B68EE;
	FONT-SIZE: 20px;
	FONT-FAMILY: Arial;
	display: none;
}



.tablero{
	//border: solid 1px #000;
	width: 650px;
	height: 350px;
	position: absolute;
	top: 120;
    	display: none;
    	vertical-align: middle;
    	text-align: center;
	font: bold 40px Georgia, serif;
	color: black;
	//white-space: pre-wrap;
	//overflow: visible;

}



#opc0, #opc1, #opc2, #opc3, #opc4, #opc5, #opc6, #opc7, #opc8, #opc9, #opc10, #opc11, #opc12, #opc13, #opc14, #opc15{
	
	display: none;
	float: left;
	
}



hr {
    	display: block;
    	margin-top: 0.5em;
   	margin-bottom: 0.5em;
   	margin-left: auto;
    	margin-right: auto;
    	//border-style: inset;
    	border-width: 0px;
	background-color: #FF4040;
	width: 100%;
	height: 5px;
	//float: left;
} 



#continuar{
	display: none;
	position: absolute;
	//top: 0;
	//bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}






.menuxxx{
	width: 650px;
	height: 60px;
	background: url('bg.gif') no-repeat center top;
	font: bold 15px arial;
	color: #ffffff;
	display: table;
}


.comienzo{
	width: 650px;
	height: 300px;
	//border: solid 1px #000000;
	position: absolute;
	top: 125px;
	//left: 1px;
	FONT-WEIGHT: bold;
	COLOR: #7B68EE;
	FONT-SIZE: 20px;
	FONT-FAMILY: Arial;
	display: none;
}




.tablerojuego{
	width: 650px;
	height: 510px;
	border: solid 1px #FF0000;
	display: none;
}

#tablajuego{
	position: relative;
	border-collapse: collapse;
}

#tablajuego td{
	border: white 8px solid;
	width: 200px;
	height: 120px;
	//background: #87CEFA;
	background-color: #D2B48C;
	display: table-cell;
    	vertical-align: middle;
    	text-align: center;
	//font: bold Verdana;
	font-size:40px;
	font-weight:bold;
	font-family:"Trebuchet MS",Georgia,Serif;
}


#comodin{
	border: orange 5px solid;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 10px;
	//float:right;
	//left:-30px;
	display: table-cell;
	border-radius:50px;
	font-size:40px;
	font-weight:bold;
	font-family:"Trebuchet MS",Georgia,Serif;
    	vertical-align: middle;
    	text-align: center;
}
/*
.puntos{
	border: orange 5px solid;
	width: 70px;
	height: 70px;
	position: relative;
	top: -60px;
	//float:right;
	left:285px;
	display: block;
	border-radius:50px;
}*/
