@charset "utf-8";
/* CSS Document */
/*-----------------[BASIC STYLES]-----------------*/
html {
	min-height:100%;
	margin-bottom:0.1px;
}
body, form {
	margin:0;
	padding:0;
}
body {
	color:#000;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:14px;
	line-height:18px;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4 {
	padding: 0px;
	margin: 5px 0px 10px 0px;
	font-weight: normal;
}
h1 {
	font-size:24px;
	line-height:30px;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}
h2 {
	font-size:22px;
	line-height:32px;
}
h3 {
	font-size:18px;
	line-height:18px;
	color: #EFE72C;
}
h4 {
	font-size:14px;
	line-height:24px;
}
a:link, a:visited { 
	text-decoration: none; 
	color: #FFF;
}
a:hover { 
	color: #632C16;
}
a {
	outline: none;
}
a img {
	border:none;
}
.clear {
	clear:both;	
}
.imgstyle{
	padding: 10px;
	border: 1px solid #632C16;
}
input, textarea {
	border: 1px solid #663300;
}
hr {
	width: 122px;
}
hr.linea {
	width: 500px;
	color:#A12D30;
}
/* Clases */
.envoltorio {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:auto !important;
	min-height: 100%;
}
/* Cabecera */
.cabecera {
	width: 940px;
	background-color: #A12D30;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
.logo {
	float: left;
	width: 270px;
}
.buscador {
	height: 70px;
	width: 250px;
	margin-left: 70px;
	margin-right: 40px;
	float: left;
}
.phones {
	float: right;
	width: 300px;
	margin-left: 10px;
}
	.text_numbers {
		color:#EEF710;
	}
/* Capas */
.menu {
	padding-top: 1px;
}
	.tour_detail {
		color:#800000
	}
.slides {
	height: 275px;
	width: 100%;
	margin-top: 10px;
}
.ft-title {
	padding:10px;
	width: 920px;
	text-align: left;
	font-size: 18px;
}
.ft-prev, .ft-next, .ft-button-slideshowHolder, .ft-button-ft, .ft-button-slideshowHolder-active {
	background-color:#000;
	padding:0 10px;
}
.ft-button-slideshowHolder-active {
	color:#FFF;
	font-weight: bold;
	font-size: 16px;
	background:none;
}
.ft-button-slideshowHolder {
	opacity: 0.7;	
} 
.contenidos {
	height: auto;
	width: auto;
	background-color: #A12D30;
	padding: 10px;
}
.contIzq {
	float: left;
	width: 200px;
	margin-right: 10px;
}
	.contIzq h2 {
		color: #EEF710;
		background-color: #6B0000;
		margin-top: 0px;
		margin-bottom: 0px;
	}
.contDer {
	float: left;
	width: 710px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.pie {
	background-color: #6B0000;
	color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EEF710;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.box {
	border: 1px solid #6B0000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* Textos */
.titulo {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}
.tituloRojo {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color:#A12D30;
	text-decoration: underline;
}
.subTitulo {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}
.textoResaltado {
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.textoResaltadoRojo {
	color:#A12D30;
	font-size: 14px;
	font-weight: bold;
}
.texto {
	color:#FFFFFF
}
.textoPeq {
	font-size: 11px;
	font-weight: bold;
	color:#999999;
	font-style: italic;
	line-height: normal;
}
.textoPeqRojo {
	font-size: 11px;
	font-weight: bold;
	color:#A12D30;
	font-style: italic;
	line-height: normal;
}
/* Contenido Principal */
.contDer h2 {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #44672D;
	padding-left: 5px;
}
h2.artTitulo {
	/*color: #FFF;*/
	/*background-color: #9C2F32;*/
	/*text-decoration: none;*/
	/*padding: 5px;*/
}
.fotoTour {
	float: left;
	width: 230px;
	border: 1px solid #C0C0C0;
	padding: 10px;
}
.descTour {
	float: right;
	width: 450px;
}
.moreInfo {
	margin-top: 10px;
}
.moreInfo a:link, .moreInfo a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.pie .colPie ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.colPie {
	float: left;
	width: 150px;
	margin-right: 8px;
}
.buscador h3 a:hover, .colPie a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* Tours */
.itinerario {
	float: right;
	width: 220px;
	margin-left: 10px;
	margin-top: 5px;
}
.itinerario ul {
	margin-left: 10px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.day h2 {
	font-style: normal;
	background-color: #8A0C0F;
	background-image: url(../images/calendario.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
.colFoto {
	float: left;
	width: 250px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.am {
	font-weight: bold;
	background-image: url(../images/am.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	line-height: 22px;
}
.pm {
	font-weight: bold;
	background-image: url(../images/pm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	line-height: 22px;
}
/*Articulos Community*/
.artTitulo {
	color: #FFF;
	background-color: #9C2F32;
	text-decoration: none;
	padding: 5px;
}
#enviar {
	background-color: #670909;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#itinerary ul li a, .top a, #page a {
	color: #000;
}
#itinerary ul li a:hover, .top a:hover, #page a:hover {
	color: #000;
	text-decoration: underline;
}
/* Gallery Photos */
div#page {
	width: 690px;
}
div#container {
	padding: 0px;
}
.contVideo {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.videos {
	background-color: #000;
	padding: 10px;
	float: right;
	height: 300px;
	width: 250px;
}
.boton {
	text-transform: uppercase;
	border: 1px solid #6B0000;
	margin: 0px;
	line-height: 20px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-color: #A12D30;
	color: #EEF710;
	cursor: pointer;
}
.boton:hover {
	background-color: #A12D30;
	text-decoration: none;
	color: #FFF;
}
/*.boton a:link {
	text-decoration: none;
	color: #EEF710;
}
.boton a:hover{
	text-decoration: none;
	color: #FFF;
}*/

