body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #787878;
}

html, body, #wrapper, h1 {
    margin: 0;
    padding: 0;
}

th, td {
    font-size: 10px;
}

img { border: 0; }

a {
    color: #525d8c;
}

#wrapper {
    margin: auto;
    text-align: left;
    width: 800px;
    position: relative;
}

h1, h2, h3 {
    font-size: 10px;
}


h1 {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

h3 {
    padding: 4px 0 0 0;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 10px;
}

.left {
    float: left;
    margin: -1px 5px 0px 0px;
}

.readmore {
    text-align: right;
}

#nav {
  background: red;
  position: absolute;
  top: 48px;
  left: 448px;
  width: 108px;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #8dc445 url(images/menu_bg.gif) repeat-y;
}

#nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid white;
}

#nav a {
    /*color: #387009;*/
	color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 5px;
	font-weight:bold;
}

* html #nav a {
    width: 100%;
    w\idth: 76px;
    padding: 5px 0 5px 30px;
    padd\ing: 6px 0 6px 30px;
}

#nav a:hover {
    background: #5b8c29;
    color: white;
}

#booking {
	width: 330px;
    height: auto;
    /*background: #1ab0e7;*/
	background:#2DAD65;
	border:1px solid;
    padding: 0;
}

#booking h2 {
    /*background: #27a2ce;*/
	background:#2DAD65;
    /*color: #0c4366;*/
	color:white;
    border-bottom: 1px solid white;
    padding: 7px 15px;
}

#booking .jtype {
    text-align: center;
    padding: 0em 0em 0em 0em;
}

#booking form {
    margin: 1.5em 0 0.5em 1.5em;
    padding: 0;
}

#booking th, #booking td {
    text-align: left;
    padding-right: 7px;
    padding-bottom: 10px;
    color: #0c4366;
}

#booking .text {
    width: 90px;
    border: 1px solid #0c8dbd;
}

#booking .submit {
    border: 1px solid #0a5f7e;
    background: #177da2;
    color: white;
    font-weight: bold;
    font-size: 11px;
}

#booking .advanced {
    margin-top: 3px;
    margin-left: 20px;
}

#booking,
#booking a {
    color: #0c4366;
    text-decoration: none;
    font-weight: bold;
}

#booking img {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

#main {
    padding-top: 48px;
    width: 446px;
    position: relative;
	float:left;
}

#main .inner {
    position: relative;
    margin: 20px 0 0 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
	width:420px;
	#width:420px;
	float:left;
}

#packagesheader {
    position: absolute;
    top: 113px;
    margin-top: 6em;
    left: 448px;
}

#packages {
    float: right;
    width: 330px;
    /*padding-top: 143px;*/
    /*margin-top: 6em;    clear: both;     line-height: 1.6;*/
    margin-right: 5px;
}

* html #packages {
    margin-right: 8px;
}

#packages h2 {
    margin-left: 0px;
}

#packages .golden {
    color: #ba9f35;
    background: url(images/gold.gif) no-repeat;
    padding: 5px 0 3px 30px;
}

#packages .silveren {
    color: #b4b4b4;
    background: url(images/silver.gif) no-repeat;
    padding: 5px 0 3px 30px;
}

#special {
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
    text-align: center;
}

#footer {
	clear: both;
    background: #333;
    color: white;
    padding: 7px 15px;
	float:left;
	background: #BDBDBD;
}

#publifoot {
	/*clear: both;*/
	float:left; 
	width:98%;  
	color: white;
    padding: 7px 15px;
	float:left;
}

#publiSup{
   
	/*background: #333;
	clear: both;
    color: white;
    padding: 0px;
	width:800px;
	
	*/

	margin: auto;
    text-align: left;
    width: 800px;
    position: relative;

	/*
	#width:800px;
	#margin-left:20%;
	margin-left:20%;
	
	
	text-align:center; */
	background:#d6e7ff;
}

.blue {
    color: #4165af;
}

.green {
    margin-top: 3em;
    color: #598e1e;
}

/*Estilos para el ToolTip*/

#tooltip {
	width:120px;
	background-color: #CCCCCC;
	border: 1px solid #888888;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 7px;
	max-width: 20em;
	line-height: 12px;
}
#tooltip h3 {
	font-size: 1.1em;
    margin: 0;
	padding: 0 3px;
	text-align: left !important;
}
#tooltip p {
	font-size: 0.95em;
	margin: 5px 0 0 5px;
	text-align: left;
}