
.secciones .destacado-home,
.square-wrapper {
	width: 700px;
	overflow: hidden;
	margin-top: 20px;
}

.secciones .destacado-home .title-destacado ,
.title-destacado ,
.title-square {
	font-family: 'Roboto', sans-serif; 
	font-size: 24px;
	color: #6d6e76;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.secciones .destacados-item ,
.square-item {
	float: left;
	width: 23.9%;
	margin-right: 10px;
	position: relative;
	height: 200px;
	cursor: pointer;
	margin-bottom: 10px;
}

.categorias-listado .destacados-item {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #4d8693;
	height: 150px;
}

.secciones .destacados-item-last,
.square-item-last {
	margin-right: 0;
}

.secciones .destacados-item .destacados-item-texto,
.square-item .square-item-texto{
	position: absolute;
	bottom: 0;
	left: 0;
	background:#4d8693;
	font-size: 12px;
	font-family: 'Roboto', sans-serif; 
	color:white;
	width: 94%;
	padding:5px;
	font-weight: 300;
	line-height: 14px;
	height: 52px;
	cursor: pointer;
}

.secciones .destacados-item:hover .destacados-item-texto ,
.square-item:hover .square-item-texto {
	height: 65px;
}

.secciones .destacados-item .destacados-item-texto .destacado-title ,
.square-item .square-item-texto .square-title {
	font-weight: 500;
	font-size: 14px;
}

.secciones .destacados-item .destacados-item-img,
.square-item .square-item-img{
	width: 100%;
	height: 100%;
}

.listado-categoria-left {
	float: left;
	margin-right: 10px;
}

.listado-categoria-right {
	float: left;
	width: 523px;
}

.categoria-title {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #4d8693;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 523px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.categoria-destino {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #6d6e76;
	text-transform: uppercase;
}

.categoria-description {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #6d6e76;
	text-transform: none;
	margin-top: 10px;
	line-height: 15px;
	margin-bottom: 5px;
}

.servicios.ser-inc {
	float: left;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	margin: 1px;
	color: #6d6e76;
	padding: 3px 5px; 
	color: white;
	background: #4d8693;
}


.atractivos-grupos {
	margin-top: 10px;
	float: left;
}

.atractivos-grupos .atractivo-item {
	float: left;
	width: 32%;
	margin-right: 14px;
	min-height: 330px;
	margin-bottom: 10px;
}
.atractivos-grupos .atractivo-item:hover {
	background: #ddd;
}


.atractivos-grupos .atractivo-item.atractivo-item-last{
	margin-right: 0px;
}

.atractivos-grupos .atractivo-item img {
	width: 100%;
}
.atractivos-grupos .atractivo-item .atractivo-title {
	font-weight: 500;
	font-size: 16px;
	margin: 5px 0;

	font-family: 'Roboto', sans-serif;
	color: #4d8693;
}
.atractivos-grupos .atractivo-item .atractivo-descripcion {
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #444;
	line-height: 16px;
}

