@media only screen and (max-width: 960px) {
	
	#picbox #header_memory #logo{
		width: 172px;
		float: none;
		margin: 20px auto 0;
	}
	
	#picbox #header_memory p{
		width: 90%;
		float: none;
		margin: 20px auto 0;
	}
	
	#picbox #header_memory #top3{
		width: 100%;
		float: none;
		margin: 20px auto 0;
	}
	
	#picbox #header_memory #top3 div{
		margin: 3px auto;
	}
	
	#picbox #name_player{
		margin-left: 0;
	}
	
	#picbox{
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {

	#game #popup #form_registro form input[type="text"]{
		font-size: 18px;
    	height: 30px;
    	line-height: 20px;
	}
	
	#game #popup #form_apuntado form input[type="text"]{
		font-size: 18px;
    	height: 30px;
    	line-height: 20px;
	}
	
	#game #popup a.btn_memory{
		font-size: 18px;
	}
}

@media only screen and (max-width: 560px) {
	
	#game{
		width: 320px;
	}
	
	#boxcard div{
		border: 2px solid #000;
		margin: 2px;
		width: 60px;
		height: 60px;
		padding: 0;
	}
}
