/*Estilos*/

#card {
	width: 100%;
	height: 350px;
	margin: 10px;
}

#card .front{
	text-align: center;
	font-size: 30px;
	font-weight: 200;
}

#card .back{
	text-align: center;
	font-size: 30px;
	font-weight: 200;
	background-color: #eee;
}
/*
#card img{
	width: 100%;
	height: 100%;
}*/