#tablero{
	height: 1200px;
}

#carta td, #luz td, #boton td{
	
    position: absolute;
} 

#carta td, #boton td{
	width: 200px;
}
#luz td{
	width: 180px;
}

/*----------carta 1----------*/
#carta td:nth-child(1){
	top:100px;
	left:50px;	
}
#luz td:nth-child(1){
	top:95px;
	left:60px;
}
#boton td:nth-child(1){
	top:340px;
	left:50px;
}
/*-------------------*/
/*----------carta 2----------*/
#carta td:nth-child(2){
	top:100px;
	left:250px;	
}
#luz td:nth-child(2){
	top:95px;
	left:260px;
}
#boton td:nth-child(2){
	top:340px;
	left:250px;
}
/*-------------------*/
/*----------carta 3----------*/
#carta td:nth-child(3){
	top:100px;
	left:450px;	
}
#luz td:nth-child(3){
	top:95px;
	left:460px;
}
#boton td:nth-child(3){
	top:340px;
	left:450px;
}
/*-------------------*/
/*----------carta 4----------*/
#carta td:nth-child(4){
	top:480px;
	left:145px;	
}
#luz td:nth-child(4){
	top: 475px;
    left: 145px;
}
#boton td:nth-child(4){
	top:720px;
	left:145px;
}
/*-------------------*/
/*----------carta 5----------*/
#carta td:nth-child(5){
	top: 480px;
    left: 350px;	
}
#luz td:nth-child(5){
	top: 475px;
    left: 360px;
}
#boton td:nth-child(5){
	top:720px;
	left:350px;
}
/*-------------------*/
#apuestas{
	position: relative;
    width: 85%;
    top: 85%;
    left: 4%;
}

#turno{
	font-size: 3em;
    top: 1020px;
    width: 36%;
    text-align: center;
    left: 26%;
}
#version{
	position: absolute;
    top: 1290px;
}
#puntuacion{
	font-size:2.5em;
}
#botonopciones{
	font-size: 2em;
	top:70px;
}
#menuopciones{
	height: 1100px;
	width: 65%;
    left: 17%;
}
#totality{
	height: 450px;
    top: 400px;
    width: 65%;
    left: 17%;
}
#totality p{
	font-size:3em;
}
#aceptacion{
	width: 50%;
    left: 3%;
}
#apuestas{
	font-size:2em;
}
#apuesta{
	left:150px;
	top:-65px;
}
#apuesta input{
	font-size: 1.2em;
}
#clasificatoria{
	
	left: -4%;
    top: 0px;
    
}
#aljuego{
	top: 1000px;
}
#registracion{
	height: 1100px;
    width: 80%;
    left: 10%;
}
#reguardame, #guardame,#toprank,#ayuda,#aljuego{
font-size:2em;
right: 5%;
left: 5%;
text-align: center;
}
#guardame, #reguardame{top:150px;}
#toprank{
	top: 500px;
}
.clasificat{
/*margin-left:2%;*/
font-size: .45em
}
.clasificat th{
	font-size: .75em
}

#ayuda{top: 330px;}
#infoayuda{
font-size: 2em;}

#aljuego{top: 850px;}
#saliroj{
	width: 20%;
    left: 15px;
    top: 10px;
    text-align: center;
}
#registracion form{
	margin-top: 33%;
}

