/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	margin: 0px;
	max-height: 100%;
	height: 100%;
	scrollbar-color: #D00E0E #000;
	scrollbar-width: thin;
}

body {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	text-align: justify;
	font-family: 'Quattrocento Sans', sans-serif;
}

table, td, th {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: justify;
	font-family: 'Quattrocento Sans', sans-serif;
}

th {}

h1 {
	color: #000;
	line-height: 34px;
	font-size: 30px;
}

h2 {
	color: #000000;
}

h3 {}

hr {
	border-top: 1px dotted #333333;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

li {
	list-style-image: url(../imagenes/pic02.png);
}

#cabecera {
	width: 100%;
	height: 150px;
	float: left;
	position: relative;
	background-color: #D00E0E;
	z-index: 9;
}

#cabecera_contenido {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	position: relative;
	font-size: 26px;
	color: #FFFFFF;
	text-align: right;
}

#cabecera_contacto {
	margin-right: 15px;
	margin-top: 25px;
}

#cabecera_menu {
	margin-top: 30px;
}

#menu {
	width: 100%;
	height: 50px;
	float: left;
	position: relative;
	background-color: rgba(0, 0, 0, 0.8);
	border-top: 1px solid #FFFFFF;
	z-index: 8;
}

#menu_logo {
	z-index: 10;
	position: absolute;
	top: -25px;
	left: 0px;
}

#menu_contenido {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	position: relative;
}

#menu_items {
	position: relative;
	float: right;
	clear: none;
	padding-top: 12px;
	padding-bottom: 12px;
	z-index: 9;
	background-image: url(../imagenes/pic01.png);
	background-repeat: no-repeat;
	background-position: center 40px;
}

#menu_items:hover {
	background-color: #000;
}

#menu_items_submenu {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 9;
	white-space: nowrap;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 10px;
	background-color: #000;
	text-align: left;
	left: -10px;
}

#menu_items_submenu_fin {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 9;
	white-space: nowrap;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 10px;
	background-color: #000;
	text-align: left;
	right: -10px;
}

#animacion, #animacion_contenido {
	width: 100%;
	height: 560px;
	float: left;
	clear: both;
	z-index: 1;
	position: relative;
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	margin-top: -50px;
}

#animacion_titulo {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: auto;
	top: 220px;
}

#animacion_titulo h1 {
	text-align: center;
	font-size: 25px;
	text-shadow: 5px 5px 5px #000000;
	color: #FFFFFF;
	font-weight: normal;
}

#cuerpo01 {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

#cuerpo01_contenido {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

#tour1 {
	width: calc(50% - 20px);
	float: left;
	position: relative;
	margin: 10px;
	background-color: rgba(216, 19, 22, 0.80);
	display: flex;
	align-items: left;
	justify-content: left;
	flex-direction: column;
	margin-top: -147px;
}

#tour2, #tour3 {
	width: calc(25% - 20px);
	float: left;
	position: relative;
	margin: 10px;
	background-color: rgba(216, 19, 22, 0.80);
	display: flex;
	align-items: left;
	justify-content: left;
	flex-direction: column;
	margin-top: -147px;
}

#tour4, #tour5, #tour6, #tour7, #tour8, #tour9, #tour10, #tour11, #tour12, #tour13, #tour14, #tour15 {
	width: calc(33.3% - 20px);
	float: left;
	position: relative;
	margin: 10px;
	background-color: rgba(0, 0, 0, 0.9);
	display: flex;
	align-items: left;
	justify-content: left;
	flex-direction: column;
}

#tour1:hover, #tour2:hover, #tour3:hover, #tour4:hover, #tour5:hover, #tour6:hover, #tour7:hover, #tour8:hover, #tour9:hover, #tour10:hover, #tour11:hover, #tour12:hover, #tour13:hover, #tour14:hover, #tour15:hover {
	background-color: #D81316;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

#tour1 h2, #tour2 h2, #tour3 h2 {
	width: calc(100% - 40px);
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 28px;
	position: relative;
	float: left;
	padding: 20px;
}

#tour4 h2, #tour5 h2, #tour6 h2, #tour7 h2, #tour8 h2, #tour9 h2, #tour10 h2, #tour11 h2, #tour12 h2, #tour13 h2, #tour14 h2, #tour15 h2 {
	width: calc(100% - 40px);
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 28px;
	position: relative;
	float: left;
	padding: 20px;
}

#tour_imagen {
	width: 100%;
	height: 250px;
	float: left;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 0;
	background-size: cover;
	clear: both;
}

#tour_detalles {
	width: calc(100% - 10px);
	float: left;
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 2;
	position: relative;
	text-align: left;
	margin-top: -30px;
}

.tour_descripcion {
	position: relative;
	float: left;
	color: #FFF;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

#cuerpo02 {
	width: 100%;
	float: left;
	position: relative;
	z-index: 0;
	height: 600px;
	background-image: url(../imagenes/animacion02.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
}

#cuerpo02_contenido {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	position: relative;
	text-align: left;
}

#cuerpo02_titulo {
	width: 300px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #D00E0E;
	font-size: 32px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 30px;
}

#tours_dias {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #000;
	color: #FFFFFF;
	font-size: 20px;
	text-align: left;
	margin-top: 10px;
	border-bottom: 2px solid #333333;
	position: relative;
}

#tours_precios {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFB600;
	color: #000000;
	font-size: 20px;
	text-align: left;
	border-bottom: 2px solid #B98400;
	position: relative;
	clear: both;
	margin-bottom: 10px;
	font-weight: bold;
}

#tours_dificultad {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #D00E0E;
	color: #FFFFFF;
	font-size: 20px;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 5px;
	border-bottom: 2px solid #FF0000;
	position: relative;
	float: left;
	margin-top: 10px;
}

#tours_intro {
	float: left;
	width: 200px;
	clear: both;
}

#izq {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: calc(30% - 20px);
}

#der {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: calc(70% - 20px);
	text-align: justify;
}

#tours_menu {
	width: 100%;
	border-bottom: 1px solid #000000;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

#tours_items {
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #D00E0E;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	margin-right: 5px;
	cursor: pointer;
}

#tours_items:hover {}

#pie {
	width: 100%;
	float: left;
	position: relative;
	z-index: 0;
	background-color: #000000;
	margin-top: 0px;
	border-top: 1px solid #000000;
	color: #FFFFFF;
}

#pie_contenido {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	position: relative;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #000000;
}

#pie_menu01 {
	float: left;
	position: relative;
	padding-right: 40px;
	margin-right: 20px;
	border-right: 1px dotted #333333;
}

#pie_menu02 {
	float: left;
	position: relative;
}

#pie_menu02 h2 {
	color: #FFFFFF;
	font-size: 16px;
}

#img_blog_index {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: calc(25% - 20px);
}

#img_blog_index h3 {
	margin-top: 0px;
}

#titulo_blog_index {
	margin-left: 40px;
	font-size: 30px;
	color: #FFF;
	background-color: #D81316;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	position: relative;
	clear: right;
	margin-top: 10px;
}

#tours_textos1, #tours_textos2, #tours_textos3, #tours_textos4 {
	float: left;
	width: 100%;
	text-align: justify;
}

#tours_textos1 b, #tours_textos1 strong {
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15px;
	background-color: rgba(232, 232, 232, 1.00);
}

#toursd3, #toursd2 h2 {
	font-size: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #eeeeee
}

#tours_textos1 h2 {
	font-size: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 10px solid #d00e0e;
}

#fecha_blog {
	font-weight: bold;
	color: #ff0000;
	margin-top: 15px;
}

.reserve_ahora, #tours_reservar {
	background-color: #d00e0e;
	color: #FFF;
	width: calc(100% - 60px);
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	padding: 10px 20px 10px 40px;
	position: relative;
	clear: both;
	background-image: url(../imagenes/det01.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	cursor: pointer;
}

#tours_reservar {
	display: none;
}

#whatsapp {
	position: fixed;
	right: 30px;
	bottom: 20px;
	z-index: 999;
	padding-left: 35px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6ebb0a;
	border-radius: 20px;
	color: #fff;
	background-image: url(../imagenes/whatsapp.png);
	background-position: 10px center;
	background-size: auto 60%;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#whatsapp:hover {
	background-color: #96d841;
}

.intro {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 60px;
	margin-bottom: 80px;
}

.intro_contenido {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
	text-align: left;
}

.menu_responsivo_boton {
	width: 50px;
	height: 50px;
	background-image: url(../imagenes/menu.svg);
	background-size: cover;
	position: absolute;
	left: 5px;
	cursor: pointer;
	display: none;
}

.img01 {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}

.img02 {
	float: left;
	margin-right: 20px;
	border: 5px solid #000000;
	width: calc(50% - 20px);
	margin-bottom: 10px;
}

.img03 {
	border: 5px solid #000000;
	width: 100%;
}

.img04 {
	float: left;
	margin-right: 20px;
	border-bottom: 5px solid #D00E0E;
	width: 40%;
}

.img_galerias {}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #F32525;
}

a:hover {
	text-decoration: none;
	color: #F32525;
	border-bottom: 1px dotted #000;
}

a.but01, a.but01:active, a.but01:visited, a.but01:link {
	color: #FFF;
	font-size: 20px;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
}

a.but01:hover {
	color: #FFF;
	border-bottom: none;
}

a.but02, a.but02:active, a.but02:visited, a.but02:link {
	color: #FFF;
	font-size: 18px;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
}

a.but02:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

a.but03, a.but03:active, a.but03:visited, a.but03:link {
	color: #000;
	font-size: 30px;
	text-decoration: none;
}

a.but03:hover {
	border-bottom: 1px dotted #000;
}

a.but04, a.but04:active, a.but04:visited, a.but04:link {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

a.but04:hover {}

a.but05, a.but05:active, a.but05:visited, a.but05:link {
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
}

a.but05:hover {}

a.but06, a.but06:active, a.but06:visited, a.but06:link {}

.tabla01 {
	padding: 5px 15px;
	background-color: #666666;
	color: #FFFFFF;
}

.tabla02 {
	padding: 5px 15px;
	background-color: #E1E1E1;
}

.tabla03 {
	padding: 5px 15px;
	background-color: #000000;
	color: #FFFFFF;
}

.tabla04 {
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #FF9900;
	color: #FFFFFF;
}

.tabla01tours {
	padding: 5px 15px;
	background-color: #d8d8d8;
	width: 50px;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
}

.tabla02tours {
	padding: 5px 15px;
	background-color: #eeeeee;
	border-bottom: 1px solid #FFF;
}

.tabla03tours {}

.form01 {
	padding: 5px 10px;
	font-family: 'Quattrocento Sans', sans-serif;
	width: calc(100% - 30px);
	font-size: 16px;
	border: 1px solid #D00E0E;
	color: #666666;
	margin-bottom: 10px;
}

.form02 {
	padding: 5px 10px;
	font-family: 'Quattrocento Sans', sans-serif;
	width: calc(100% - 10px);
	font-size: 16px;
	border: 1px solid #D00E0E;
	color: #666666;
	margin-bottom: 10px;
}

.form03 {
	padding: 5px 10px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
	border: 1px solid #b44d12;
	color: #666666;
	margin-bottom: 10px;
}

.form_boton {
	padding: 5px 30px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
	border: 1px solid #D00E0E;
	color: #FFFFFF;
	background-color: #D00E0E;
	cursor: pointer;
}

.form_boton:hover {
	background-color: #990000;
	color: #FFFFFF;
}

#respuesta_formulario {
	color: #000;
	font-size: 22px;
}

#idiomas {}

SELECT {}

#opcion01 {}

#opcion02 {}

#opcion03 {}

#opcion04 {}

#adaptativo_reserva, #adaptativo_menu, #adaptativo_telefono {
	display: none;
}

#menu_adaptativo {
	position: fixed;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.9);
	padding-top: 30px;
	width: calc(100%);
	height: 100%;
	text-align: center;
	display: none;
}

#menu_adaptativo_contenido {}

#owl-example {}

#idiomas {}

#idiomas a, #idiomas a:active, #idiomas a:visited, #idiomas a:link {}

#idiomas a:hover {}

#banderas {}

#dias_tour {
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
}

#precios_tour {
	background-color: #FFB600;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 6px;
	float: left;
}

#blog1 {
	margin-left: 10px;
	margin-right: 10px;
	width: calc(100% - 20px);
	float: left;
	clear: both;
}

#blog2 {
	width: calc(100% - 10px);
	float: left;
	clear: both;
	margin-right: 10px;
}

#linea1 {
	width: 100%;
	height: 1px;
	clear: both;
	position: relative;
	float: left;
	background-color: #000000
}

#toursd1 {
	width: 100%;
	float: left;
	clear: both;
	text-align: justify;
}

#toursd2 {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}

#toursd4 {
	margin-left: 20px;
}

.descripcion_categorias_tours {
	position: relative;
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, 0.6);
	margin-top: 20px;
	padding: 20px;
	color: #FFF;
}

.cita01 {
	position: relative;
	float: left;
	padding: 20px;
	width: calc(100% - 40px);
	text-align: center;
	font-size: 22px;
	background-color: rgba(0, 0, 0, 0.05)
}

.ui-datepicker {
	font-size: 14px;
	color: #000000;
	z-index: 9999;
}

.hasDatepicker {
	position: relative;
	z-index: 9999;
}

.ui-tooltip {
	padding-right: 15px !important;
	padding-left: 15px !important;
	color: #FFF;
	font-size: 12px;
	background: #125272;
	border-radius: 0px !important;
	padding-top: -5px;
	padding-bottom: -5px;
	line-height: 12px;
	border: thin none #125272;
	-webkit-box-shadow: 0px 0px 10px #125272;
	box-shadow: 0px 0px 10px #125272;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #D00E0E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #D00E0E;
}

::placeholder {
	color: #2b2b2b;
}

:-webkit-input-placeholder {
	color: #2b2b2b;
}

::-ms-input-placeholder {
	color: #2b2b2b;
}