@charset "ISO-8859-1";
/* CSS Document */

html {
	min-height:100%;
	margin-bottom:0.1px;
}

body {
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #960926;
	line-height: 13px;
}

body, form, h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

form {
	height: 25px;
}

h1, h2, h3, h4{
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size:17px;
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3AE34;
	font-weight: bold;
}

h2 {
	font-size:15px;
	line-height:18px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size:1em;
	line-height:18px;
}

h4 {
	font-size:12px;
	line-height:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3AE34;
}

/* DIVS */
#envoltorio {
	background-color: #B90926;
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:auto !important;
	min-height: 100%;
}

#logo {
	margin-left: 15px;
	position: absolute;
	height: 110px;
	width: 343px;
	margin-top: 165px;
	z-index:3;
}

#cabecera {
	width:inherit;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F3AE34;
	padding-top: 12px;
	height:280px;
}

#menu {
	font-family: "Times New Roman", Times, Georgia, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3AE34;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	width: 970px;
	margin-right: 10px;
	margin-left: 10px;
	height: 30px;
}

/******* BUSCADOR *******/
#buscador {
	font-size: 10px;
	float: right;
	width: 360px;
	text-align: right;
	line-height: 20px;
	vertical-align: middle;
	height: 25px;
	margin-top: 5px;
}

input, textarea, select {
	background-color: #B90926;
	border: 1px dotted #F3AE34;
	color: #FFF;
	font-size: 11px;
	/*padding-right: 3px;*/
	padding-left: 3px;
	margin-right: 5px;
	margin-left: 5px;
}

.sinbordeinput {
	border:none;
}

#menuText {
	float: left;
	width: 605px;
}

/******** Contenedores ********/  
#contenido {
	width: 990px;
	height: auto;
}

#contBotones {
	width:970px;
	height: 115px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#contMain {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F3AE34;
	border-bottom-color: #F3AE34;
	margin-right: 10px;
	margin-left: 10px;
	width: 950px;
	padding: 10px;
}

/******** Botones **********/
ul#botones, ul#botones li {
	margin:0;
	padding:0;
	list-style:none
}
ul#botones li {
	float:left;
	width:190px;
	margin:0 4px 4px 0;
}

/******Columnas Home *******/
#colIzqHome {
	width: 474.5px;
	float: left;
}

#tourHome, #tourHomeCentro {
	height: 75px;
	width: 464px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#tourHomeCentro {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F3AE34;
	border-bottom-color: #F3AE34;
}

#texTourHome {
	float:right;
	width: 350px;
}
	
#fotoTourHome {
	float:left;
	margin-right: 10px;
	margin-left: 10px;	
}
	

#colDerHome {
	float: right;
	width: 484.5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3AE34;
}

#subscribe {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 10px;
	margin: 10px;
}

/****** Pie *******/
#pie {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 10px;
	line-height: 30px;
	padding-left: 15px;
	clear: both;
	padding-right: 10px;
}

/******* Class *****/

.titulo {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}

.subtitulo {
	font-size: 13px;
	color: #F60;
}

.textoresaltado {
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 12px;
	font-weight: bold;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 12px;
}

.textocursiva {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
}

.clear {
	clear: both;
}

/******* Links *****/

a:link, a:visited, a:active {
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
}

a:hover {
	color:#F3AE34;
	text-decoration: underline
}

a img {
	border:none;
}

/***********************/
	/***SECCIONES***/
/***********************/

#secTitulos {
	width: 149px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3AE34;
	float: left;
	text-align: right;
	line-height: 25px;
	height: 180px;
}
#secTextos {
	float: right;
	padding-left: 15px;
	width: 775px;
	height: auto;
}

.tituloSeleccionado {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}

#secToursIzq {
	width:464px;
	padding-right:10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3AE34;
}

#secToursDer {
	width:465px;
	float: left;
	padding-left: 10px;
}

#texTour {
	float:right;
	width: 354px;
}
	
#fotoTour {
	float:left;
	margin-right: 10px;
}

#secHoteles {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3AE34;
}

#contactos {
	float: left;
	width: 480px;
}

#contactostext {
	float: right;
	width: 270px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3AE34;
	padding-left: 9px;
	height: 400px;
}

#detallesFoto {
	width: 330px;
	float: left;
}

#detallesTexto {
	width: 600px;
	float: right;
}
