.cuadrado {
	width:300px;
	height:250px;
	background-color:#D0DFF0;
	padding-top:2%;
	padding-bottom:5%;
}

.redondo {
	width:200px;
	height:300px;
	background-color:#004C99;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align:center;
	width:80%;
	margin:0 auto;
}

.texto {
	padding-top:35%;
	color:#99CCFF;
	font-size:30px;
}

.redondo:hover {
	-ms-transform: skewY(-20deg);
	-webkit-transform: skewY(-20deg);
	transform: skewY(-20deg);
}