h3.viewdoc{
	padding-left:40px;
	background: url(../images/icons/write.png) no-repeat left top;
	padding-bottom:30px;
	font-size:18px;
	margin-bottom:15px;
}
h3.viewdoc a{
	margin-top:5px !important;
	display:block;
	width:70px;
	text-align:center;
	float:left !important;
}
#isla-azul {
	margin-right:230px;
	margin-bottom:20px;
}
#isla-azul img{
	display:block;
	border:0px;
	margin-left:auto;
	margin-right:auto;
	max-width:400px;
	width:100%;
	height:auto;
}
#islasmap-cont {
	position:relative;
}
#isla-name {
	color: #333333;
	top: 30px;
	position:absolute;
	right:0px;
	width:230px;
}
#isla-name h3{
	margin-bottom:15px;
}
#isla-name .fancybox-effects-c{
	font-size:12px;
	display:block;
	margin-top:20px;
}
#isla-name .fancybox-effects-c img{
	display:block;
	clear:both;
	margin-top:5px;
	border:0px;
	margin-left:0px;
}
/*itinerary*/
.day-iti, .visitorp, .tarde {
	border-bottom:1px solid #FFF;
}
#itinerary-content {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	clear: both;
}
.day-iti, .dia, .tarde {
	color: #FFF;
	font-family: 'aurulent-bold', Arial, sans-serif;
	text-align: center;
	clear: both;
}
.dia {
	background-color: #aaa;
}
.tarde {
	background-color: #999999;
}
.visitora {
	background-color: #c9c9c9;
	padding-left: 10px;
	color: #333333;
	border-bottom: solid 1px #247F95;
}
.visitorp {
	background-color: #b0b0b0;
	padding: 9px 11px;
	color: #333333;
}
.visitorp2 {
	background-color: #c9c9c9;
	padding: 9px 11px;
	color: #333333;
}
#table-iti {
    width:90%;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
.b2bcont a.swapper, .itinecont a.swapper {
	font-family: 'aurulent-bold', Arial, sans-serif;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #FFF;
	color: #fff;
}
.b2bcont a.swapper {
	padding-left:30px;
	padding-bottom:7px;
	padding-top:5px;
	background-color:#aaa;
	background-repeat:no-repeat;
	background-position:5px 8px;
	background-image:url(../images/icons/plus-grey.png);
	font-size:17px;
	text-shadow:1px 1px 1px #666;
}
.b2bcont a.swapper:hover {
	background-color:#888;
}
.b2bcont a.swapper.activit {
	background-image:url(../images/icons/minus-grey.png);
	background-color:#888;
}
.oneFifth{
	overflow:hidden;
}
.oneFifth a.orange.small, .oneThird a.orange.small{
	margin-bottom:10px !important;
	display:inline-block;
}
.itinecont a.swapper {
	padding: 10px;
	font-size:24px;
}
table.gpsmaps{
	width:100%;
	border-collapse:collapse;
}
table.gpsmaps td{
	padding:0px;
	border-right:1px #f5f5f5 solid;
}
table.gpsmaps td, table.gpsmaps td a, .itinecont a.swapper{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
table.gpsmaps td a{
	position:relative;
	display:block;
	width:100%;
	padding-top:25px;
}
table.gpsmaps td a img{
	width:100%;
	height:auto;
	border:0px;
}
table.gpsmaps td a span{
	position:absolute;
	top:10px;
	color:#FFF;
	display:block;
	width:100%;
	text-align:center;
	font-size:22px;
}
.itinerary{
	padding:15px;
	background-color:#FFF;
}
.b2block{
	clear:both;
	padding-bottom:10px;
	padding-top:10px;
	overflow:hidden;
}
@media only screen and (max-width: 600px) {
	#isla-azul {
		margin-right:180px;
	}
	#isla-name {
		width:180px;
	}
	#isla-name {
		top: 0px;
	}
	#isla-name h3{
		margin-bottom:0px;
	}
	table.gpsmaps td a span{
		top:5px;
		font-size:18px;
	}
	.itinecont a.swapper {
		font-size:20px;
	}
}
@media only screen and (max-width: 480px) {
	#isla-azul, #isla-name, #table-iti {
		width:100%;
		clear:both;
	}
	#isla-azul {
		margin-left:0px;
	}
	#isla-name {
		position: static;
		margin-bottom:10px;
	}
}