@charset "utf-8";
/* CSS Document */

#content {
	margin: 15px 0 !important;
}
#content h6 {
	font-weight: 400;
	color: #9c1d3e;
}
#content h1 {
	font-size: 36px;
	line-height: 36px;
	color: #262261;
	padding-top: 10px !important;
	padding-bottom: 15px !important;
	text-align: left;
}
#content figure {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border.htc);*/
	overflow: hidden;
}
#content figure img {
	width: 100%;
	height: auto;
}
#content figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#content figcaption a {
	display: block;
	width: 100%;
	height: 100% !important;
	background: url(../img/content/icon-zoom-out.png) 95% 95% no-repeat;
	background-size: 36px;
}
#content figcaption a:hover {
	background-image: url(../img/content/icon-zoom-over.png);
}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
#content .content-left img {
	width: 100%;
	height: auto;
}
#content .content-left .content-bar {
	display: block;
	clear: both;
	padding: 20px 0px;
	margin-bottom: 20px;
	background-color: #9e1e62;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
#content .content-left .content-bar img {
	width: auto;
	height: auto;
	vertical-align: middle;
}
#content .content-left .content-bar span {
	padding: 0 5px;
}
#content .content-left h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	color: #262261;
	padding-bottom: 15px;
}
#content .content-left h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #9e1e62;
	padding-bottom: 5px;
}
#content .content-left p {
	margin-bottom: 15px;
	line-height: 22px;
}
#content .content-left p strong, 
#content .content-left p span,
#content .content-left ol strong, 
#content .content-left ol span,
#content .content-left ul strong, 
#content .content-left ul span {
	font-family: "Saira", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #262261;
	line-height: 22px;
}
#content .content-left p span,
#content .content-left ol span,
#content .content-left ul span {
	color: #9e1e62;
}
#content .content-left ol, 
#content .content-left ul {
	margin: 0 20px 15px 18px;
	text-align: justify;
}
#content .content-left ul {
	margin: 0 20px 15px 28px;
	text-align: justify;
}
#content .content-left ul li, 
#content .content-left ol li {
	margin-bottom: 5px;
}
#content .content-left ol li ol, 
#content .content-left ul li ul {
	margin: 0 30px 15px 28px;
	text-align: justify;
}
#content .content-left table {
	border-top: #999 solid 1px;
	margin-bottom: 15px;
}
#content .content-left table th, 
#content .content-left table td {
	padding: 5px 30px;
	text-align: center;
	white-space: nowrap;
	border-bottom: #999 solid 1px;
}
#content .content-left table th, 
#content .content-left table th p {
	color: #262261;
	font-weight: 700;
}
#content .content-left table th p, 
#content .content-left table td p {
	text-align: center;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#content .content-left a.btn-reservations {
	display: block;
	width: 250px;
	height: 50px;
	padding: 15px 20px;
	background-color: #9e1e62;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border.htc);
}
#content .content-left a.btn-reservations:hover {
	background-color: #262261;
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
#content .content-right .content-right-menu {
	padding: 20px;
	background-color: #262261;
}
#content .content-right .content-right-menu h2 {
	font-size: 24px;
	line-height: 24px;
	color: #e9bc00;
	padding-bottom: 15px !important;
}
#content .content-right .content-right-menu a.right-links, 
#content .content-right .content-right-menu a.right-links2 {
	display: block;
	padding: 8px 15px 10px 15px;
	border-bottom: rgba(255,255,255,0.3) solid 1px;
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
}
#content .content-right .content-right-menu a.right-links:hover, 
#content .content-right .content-right-menu a.right-links2, 
#content .content-right .content-right-menu a.right-links2:hover {
	background-color: #9e1e62;
}
.marca-pais {
	width: auto;
    height: 100px;
	margin: 0px auto 15px auto;
	padding: 5px;
	text-align: center;
    border-radius: 6px;
	background-color: #FFF;
}

@media (min-width: 480px) {
	#content .content-left .content-bar span {
		padding: 0 15px;
	}
}

@media (min-width: 640px) {

}

@media (min-width: 768px) {
	#content .content-left {
		float: left;
		width: 65%;
	}
	#content .content-right {
		float: right;
		width: 33%;
	}
}

@media (min-width: 990px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1900px) {
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
}
