/*clear float*/
.ajuste {
	width: 100%;
	height: 1px;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.resumen1 {
	background-image: url(../img/resumen1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 1090px;
	height: 544px;
	/*position: absolute;
	z-index: 1;
	left: 6%;
	top: 10%;*/
}
.resumen2 {
	background-image: url(../img/resumen2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 1090px;
	height: 544px;
	/*position: absolute;
	z-index: 1;
	left: 6%;
	top: 10%;*/
}

.destino {
width: 197px;
height: 74px;
border: 2px solid #FEFEFE;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
/* margin-bottom: 4%; */
margin-left: 80%;
margin-top: 4%;
}
.cntPalabras {
	width: 94%;
	height: auto;
	padding: 00px 0px 0px 0px;
	margin: 0% auto 0;
}
.palabra {
	min-width: 122px;
	max-width: 194px;
	height: 45px;
	background: #FEFEFE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #CA4F23;
	font-family: 'cabinbold';
	font-size: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	padding: 10px 10px 0px;
	margin: 41.5% 5px 0%;
}
