/* ==========================================================================
	HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
========================================================================== */

html,	button,	input,	select,	textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
	Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
========================================================================== */

body {
	font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
	width: 90%;
	margin: 0 5%;
}

/* ===================
	ALL: Orange Theme
=================== */

.main aside hr{
	background: #262626;
	height: 2px;
	border: none;
	
}

.header-container {
	border-bottom: 15px solid #424242;
}

.footer-container,
.main aside {
	border-top: 15px solid #262626;
}

span.mail {
	letter-spacing: -0.75px; 
	font-size: 90%;
	word-wrap: break-word;
	text-wrap: unrestricted;
}

.header-container,
.footer-container,
.main aside {
	background: #f60;
	background: radial-gradient(#f60,#c40);
	
}

footer.wrapper p{
	font-size: 90%;	
	color: #262626;
}

footer.wrapper a{
	text-decoration: none;
	color: #262626;
}

.title {
	color: white;
}

header a.logo {
	position: absolute;
	left: 0;
	top:0;
}

/* ==============
	MOBILE: Menu
============== */

nav ul {
	margin: 0;
	padding: 0;
}

nav a {
	display: block;	
	text-align: center;
	text-decoration: none;
	font-weight: bold;	
	color: white;
	background: #262626;
	margin-bottom: 1px;
	text-shadow: 1px 2px 1px #666666;
}

nav a:hover,
nav a:visited {
	color: white;
	
}

nav a:hover {
	background: #666;
}

section p{
	text-align: justify;
}


/* ==============
	MOBILE: Main
============== */

.main {
	padding: 30px 0;
}

.main article h1 {
	font-size: 2em;
	text-shadow: 1px 1px 1px #FF6600;
}

.main aside {
	color: white;
	padding: 0px 5% 10px;
}

.footer-container footer {
	color: white;
	padding: 20px 0;
}

/* ===============
	ALL: IE Fixes
=============== */

.ie7 .title {
	padding-top: 20px;
}

/* ==========================================================================
	Author's custom styles
========================================================================== */















/* ==========================================================================
	Media Queries
========================================================================== */

@media only screen and (max-device-width: 320px) {
	header a.logo img{
		width: 20%;		
		position: relative;
	}
}

@media only screen and (max-device-width: 480px) {
	header a.logo img{
		width: 20%;		
		position: relative;
	}
}

@media only screen and (min-width: 480px) {
	
	/* ====================
		INTERMEDIATE: Menu
	==================== */
	
	nav a {
		float: left;
		width: 14%;
		margin-bottom: 1px;
	}
	
	nav li:first-child a {
		margin-left: 0;
	}
	
	nav li:last-child a {
		margin-right: 0;
	}
	
	/* ========================
		INTERMEDIATE: IE Fixes
	======================== */
	
	nav ul li {
		display: inline;
		
	}
	
	.oldie nav a {
		margin: 0 0.7%;
	}
}

@media only screen and (min-width: 768px) {
	
	/* ====================
		WIDE: CSS3 Effects
	==================== */
	
	.header-container,
	.main aside {
		-webkit-box-shadow: 0 5px 10px #aaa;
		-moz-box-shadow: 0 5px 10px #aaa;
		box-shadow: 0 5px 10px #aaa;
		
	}
	
	
	/* ============
		WIDE: Menu
	============ */
	
	.title {
		float: left;
		text-shadow: 0.1em 0.1em #262626;
	}
	
	nav {
		float: left;
		width: 100%;
	}
	
	nav ul {
		
	}
	
	nav ul li {
		width: 14%;
		box-shadow: 0px 1px 1px #CCC;
		border-bottom: 1px solid #000;
		margin-bottom: 3px;
	}
	
	/* ============
		WIDE: Main
	============ */
	
	.main article {
		float: left;
		width: 57%;
	}
	
	.main aside {
		float: right;
		max-width: 20%;
		text-shadow: 2px 2px 2px #262626;
	}
	
	.main aside a{
		text-decoration: none;
		color: #FFF; 		
		text-shadow: 2px 2px 2px #262626;
	}
}

@media only screen and (min-width: 1140px) {
	
	/* ===============
		Maximal Width
	=============== */
	
	.wrapper {
		width: 1026px; /* 1140px - 10% for margins */
		margin: 0 auto;
	}
}

/* ==========================================================================
	Helper classes
========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
	Print styles
========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a,
	a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	/*
		* Don't show links for images, or javascript/internal links
	*/
	
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group; /* h5bp.com/t */
	}
	
	tr,
	img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: 0.5cm;
	}
	
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2,
	h3 {
		page-break-after: avoid;
	}
}	

/* galeria */
#rg-gallery{
	max-width: 100%;	
}

.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background:transparent url(/img/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#000 url(/img/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(/img/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(/img/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
/* fin galeria */	

aside div:first-child{
	margin-top: 10px;
}

.centrado {	
	text-align: center;
}

aside div:first-child img{
	margin-bottom: 10px;
}

/*destinos */
article.destinos img{
	max-width: 50%;
	float: left;
	margin: 10px;
}

article.destinos a{
	text-decoration: none;
	color: #424242;
}

/* */
footer li a{
	text-decoration: none;
	color: #464646;
}

footer li a:hover {
	text-decoration: underline;
}

footer li a:visited {
	font-style: italic;
}

.negrita {
	font-weight: bold;
}

.subrayado {
	text-decoration: underline;
}

/* brochure */
article.brochure #formsection {
	background:#eee;
	background: radial-gradient(#eee, #f60);
	border: 1px solid #E1E1E1;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0 0 8px #444444;
	padding: 5%;
	width: 80%;
	margin-top: 10%;
}

article.brochure label {
	float: left;
	font-size: 16px;
	margin: 2% 4% 0 0;
	text-align: right;
	text-shadow: 0 1px 0 #F2F2F2;
	width: 20%;
}

article.brochure  input {
	width: 60%; 
	height: 20%; 
	padding: 2% 5% 0px 5%; 
	margin: 0 0 5% 0;
	background: #666;
	background: linear-gradient(#666,#fff 20%);	
	border-radius: 5px; 		
	box-shadow: 0px 1px 0px #f2f2f2;	
	font-size: 16px; color: #525252;	
	text-shadow: 0px -1px 0px #334f71;
}


article.brochure fieldset + fieldset{
	box-shadow: 0px 2px 0px #fff;
	margin-top: 10px;
}

article.brochure fieldset legend{
	font-size: 110%;
	text-shadow: 0 1px 0 #f60;
}
article.brochure  select {
	width: 60%; 
	height: 20%; 
	padding: 2% 5% 0px 5%; 
	margin: 0 0 5% 0;
	background: #666;
	background: linear-gradient(#666,#fff 20%);
}

article.brochure  ::-webkit-input-placeholder {
	color: #ddd;
	text-shadow: 0px -1px 0px #38506b; 
}

article.brochure  :-moz-placeholder { /* Firefox 18- */
	color: #ddd;  
	text-shadow: 0px -1px 0px #38506b; 
}

article.brochure  ::-moz-placeholder {  /* Firefox 19+ */
	color: #ddd;  
	text-shadow: 0px -1px 0px #38506b; 
}

article.brochure  :-ms-input-placeholder {  
	color: #ddd;  
	text-shadow: 0px -1px 0px #38506b; 
}


article.brochure  textarea {
	width: 60%;			
	height: 30%; 
	padding: 3% 5% 0px 5%; 
	margin: 0 0 5% 0;
	background: #666;
	background: linear-gradient(#666,#fff 20%);
	border-radius: 2%; 			
	box-shadow: 0px 1px 0px #f2f2f2;			
	font-size: 16px;
	color: #525252; 			
	text-shadow: 0px -1px 0px #334f71;
	resize:none;
}

article.brochure  textarea::-webkit-input-placeholder  {
	color: #666; 
	text-shadow: 0px -1px 0px #38506b; 
	
}

article.brochure  textarea:-moz-placeholder {
	color: #666; text-shadow: 0px -1px 0px #38506b; 
}

article.brochure  input:focus, article.brochure textarea:focus {
	background: #666;
	background: linear-gradient(#666,#424242);		
	color: #fff;
	
}

article.brochure  input[type=submit]{	
	width: 20%;
	float: right;
	vertical-align: baseline;
	cursor: pointer;
	text-decoration: none;		
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);	
	border-radius: 2em;
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;    
	background: linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}

article.brochure input[type=submit]:hover {			
	background: #000;
	background: linear-gradient(top,  #444,  #000);
}

.oculto {
	display: none;
}

label.labelpeque {
	line-height: 80%;
}

/* sitemap */

section.sitemap{
	float: left;
}

section.sitemap a{
	color: #525252;
	text-decoration: none;
}

section.sitemap h3 a {
	text-shadow: 1px 2px 1px #f60;
	padding-left: 50px;
	padding-bottom: 10px;
	background: url(/img/arrow-down-right.png) no-repeat left;
	margin-left: 20px;
}

section.sitemap a:hover{
	text-shadow: 2px 2px 2px #f60;
}

.margintop {
	margin-top: 30px;
}

/* precios */
table{
	margin: auto;	
	border-collapse:collapse;
	width: 85%;
	box-shadow: 0 5px 10px #aaa;
	
}
table,th{
	border: 1px solid #525252;
}

th{
	background: linear-gradient(#f60,#666);
	color: #FFF;
}

tr {
	box-shadow: 0 5px 5px #666;
}

th,td {
	padding: 5px;
}

caption {
	caption-side: bottom;
	font-size: 80%;
	text-align: left;
}

section a{
	color: #525252;
	text-shadow: 2px 2px 2px #f60;
	text-decoration: none;
}

section a:hover {	
	text-shadow: 5px 5px 5px #f60;
	text-decoration: underline;
}

/* CERVANTES */
div.cervantes {
	text-align: center;
}

img.cervantes{
	width: 90px;
	height: 74px;	
	margin:auto;
	text-align: center;
}



#cookieOk{
	border-top:1px solid;bottom:0;left:0;clear:left;display:block;overflow:hidden;position:fixed;width:100%;z-index:2000;text-align:center;background:white;font-size:10px
}

#cookieOk-ok{background-color:#f60;border:1px solid #D2242A;border-radius:2px;color:#fff;cursor:default;display:inline-block;font-size:11px;font-weight:bold;height:20px;line-height:20px;margin-right:0px;min-width:26px;outline:0;padding:0 8px;text-align:center;white-space:nowrap
}

#cookieOk a{
	color: #444;
}

#cookieOk-ok:hover{
	background-color:#565656;border:1px solid #D2242A
}
#cookieOk-ok:active{
	background:#D2242A;border:1px solid #D2242A
}
#cookieOk-ok:focus{
	border:1px solid #fff;border:1px solid rgba(0,0,0,0)
}