.caja {
	background-color: #EFEFEF;
	height:100%;
	margin-bottom:20px;
	margin-left:10px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
	border-radius: 6px;
	padding: 15px;
}
.titulo {
	text-align:justify;
	width:100%;
	padding:0px;
	font-weight: bold;
}
.boton_tarifa {
	border-color: #E5E5E5;
	background-color: #ECECEC;
	background-image: none;
	width: 228px;
	height: 60px;
	padding: 10px;
}
.boton_tarifa div span {
	font-size: 18px;
	margin: 0px;
	color: #444;
}
.boton_tarifa i {
	font-size: 40px;
	color: #444;
}
.boton_tarifa:hover {
	background-color: #C4DB0E;
}
.boton_tarifa:hover > div span {
	color: #fff;
	text-shadow: none;
}
.boton_tarifa:hover > i {
	color: #fff;
	text-shadow: none;
}