


@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css";
@import "https://fonts.googleapis.com/css?family=Raleway";


.targeta { 
	width: 320px; 
	height: 400px;  
	background-color: #eee; 
	padding: 15px; 
	border: 1 solid #666;
	border-radius: 10px; 
	box-shadow: 1px 1px 4px #666;
	margin: 15px; 
	border: 1px solid #eee; 
	font-family: 'Raleway', sans-serif; 
	color: #eee; 
	text-align: center;
	float: left; 
}
h3 { 
	font-size: 24px; 
	margin-top: 15px; 
	color: #888; 
	text-align: center; 
	margin: 0 auto;
}
img { 
	width: 150px;
	height: 150px;
	margin-top: 15px; 
	border: 1px solid #eee; 
	color: #888; 
	text-align: center; 
	margin: 0 auto;
}
div div { 
	width: auto;
	height: auto;
	padding: 5px; 
	border: 1px solid #eee; 
	background-color: #fff;
	color: #555;
	text-align: left; 	
}
div div input { 
	width: 75%;
	height: auto;
	border: 1px solid #eee; 
	float: right;
	text-align: left;
	font-size: 16px; 
	color: #888;
}
