body {
	background: #27CBF1 url(../img/bg_body.png) no-repeat;
	background-position: left -30% !important;
	background-position: left bottom;
	margin: 0px;
	text-align:center;
	height: 100%;
}

h1 {
	margin: 0;
}

a {
	color: #2B829B;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}

/* Maquetacion */ 
#envoltura {
	
	text-align: left;
	width: 650px;
	height: 550px;
	padding: 0px;
	margin-top: 8px;
	margin-left: 15px !important;
	margin-left: 0px;
}

#encabezado {
	margin: 0 0 -15px 30px;
	height: 85px;
}

#lado-a {
	float: left;
	width: 30px;
	height: 455px;
}

#lado-b {
	float: left;
	width: 200px;
	height: 455px;
}

#lado-c { 
	float: right;
	width: 415px;
	height: 455px;
	background: #FFF url(../img/bg_content.png);  
}

#pie {
	clear: both;
	margin: 0;
	padding: 0; 
	text-align: right;
	font-size: 0.7em;
	font-family: Trebuchet MS;
}

#wrap {
	position: absolute;
	width: 678px;
	background: url(../img/bg_envoltura.png) no-repeat;
	visibility: hidden;
}


/* Navegacion */

#nav {
	width: 30px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#nav li {
	border: none;
	font-size: 0.8em;
	}
#nav a {
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	padding: 5px;
	}

#nav #i-inicio {
	margin-top: 25px;
	}

#nav #i-inicio a {
	background: url(../img/inicio.png) no-repeat -31px 0;
	height: 55px;
	}
#nav #i-inicio a:hover , #nav #i-inicio a.active {
	background: url(../img/inicio.png) no-repeat;
	}
#nav #i-quienes a {
	background: url(../img/quienes.png) no-repeat -31px 0;
	height: 115px;
	}
#nav #i-quienes a:hover , #nav #i-quienes a.active {
	background: url(../img/quienes.png) no-repeat;
	}
#nav #i-tours a {
	background: url(../img/tours.png) no-repeat -31px 0;
	height: 55px;
	}
#nav #i-tours a:hover , #nav #i-tours a.active {
	background: url(../img/tours.png) no-repeat;
	}
#nav #i-contacto a {
	background: url(../img/contacto.png) no-repeat -31px 0;
	height: 75px;
}
#nav #i-contacto a:hover , #nav #i-contacto a.active {
	background: url(../img/contacto.png) no-repeat;
	}
	
/* Contenido */

#contenido {
	overflow: auto;
	margin: 0;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	width: 382px;
	height: 432px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: justify;
	color: #666;
}

#contenido h2, #contenido h3 {
margin: 0px;
font-style: italic;
font-family: Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#contenido h2 {
	color: #2B829B;
	font-size: 2em;
}
#contenido h3 {
	color: #8DB024;
	font-size: 1.3em;
	text-decoration: underline;
}
#contenido h3 a, #contenido h3 a:hover  {
	color: #8DB024;
}

#tours-ind #contenido h3 {
	margin: 10px;
	font-size: 1.5em;
}



#contenido p.titulillo {
color: #FF6600;
margin: 0;
font-style: italic;
font-weight: bold;
font-size: 1.1em;
font-family: Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#contenido p.precio {
float: right;
color: #FF6600;
width: 181px;
background-repeat: no-repeat;
padding: 0;
padding-top: 78px;
padding-bottom: 0px;
margin: 0;
margin-top: -5px;
margin-left: 10px;
text-align: center;
font-style: italic;
font-size: 2em;
font-family: Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#contenido table th {
background-color: #F1F8DC;
	text-align: center;
}


#infocontacto {
	background-image: url(../img/girl-phone.png);
	background-repeat: no-repeat;
	background-position: 260px 15px;
	}

#infocontacto p.titulillo {
	width: 270px;
	line-height: 15px;
	text-align: left;
	font-size: 1.2em;
}

#infocontacto p.direccion {
	width: 270px;
	line-height: 13px;
	margin-top: 0px;
	font-size: 0.9em;
}

#infocontacto table.datos {
	margin: 0 !important;
	margin-top: -15px;
	margin-bottom: 15px;
}

#contenido table.formulario {
	margin-top: 5px !important;
	margin-top: -18px;
}


#contenido input, #contenido textarea  {
	border: 1px solid #CCC;
	border-top: 2px solid #CCC;
	width: 183px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
}
#contenido input {
	height: 12px;
}
#contenido textarea  {
height: 96px;
}
#contenido input:hover, #contenido input:focus, #contenido textarea:hover, #contenido textarea:focus  {
	border-top: 2px solid #99CC00;
	background-color: #F8FFDF;
}

div.hr {
	margin-top: 2px !important;
	margin-top: -15px;
  height: 15px;
  background: #fff url(../img/hr.jpg) repeat-x scroll center;
}
div.hr hr {
  display: none;
  
}

#contenido input.send-btn {
width: 60px;
height: 26px;
border: none;
margin: 0px;
margin-top: 3px;
margin-left: 250px;
margin-bottom: -3px;
}

#contenido input.send-btn2 {
width: 60px;
height: 26px;
border: none;
margin: 0px;
margin-left: 10px;
margin-bottom: -1px; 
}

#contenido p.newsletter {
	margin: 0;
}

#home #contenido h2 {
	height: 90px;
	text-indent: -5000px;
	background: url(../img/donde_quiere_ir.png) no-repeat 0px 0px;
}
#home #contenido {
	background: url(../img/bg_home.png) no-repeat 150px 20px;
	font-size: 0.7em;
}
#home #contenido ul {
	list-style: none;
}
#home #contenido ul li {
	margin-left: -30px;
	width: 130px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 30px;

}
#home #contenido p {
	margin-top: 25px;
}
#home #contenido p.first {
	margin-top: 35px;
}


#tours li.lista {
list-style: none;
margin-top: 5px;
margin-left: -30px; 
background-repeat: no-repeat;
background-position: 175px 0;
}

#tours li h3{
margin-bottom: -10px;
font-size: 1.5em;
}

#tours li p{
margin-right: 185px;
height: 60px;
}

#contenido #paybutton {
	text-align: center;
}

#contenido #paybutton input {
	height: 36px;
	width: 131px;
	border: none;
}

.plan {
	background: #E7FCFE url(../img/bg_plan.png);
	padding: 5px 10px 5px 0;
	margin: 10px 0 10px 0;
	}