@charset "utf-8";

* {
	padding:0;
	margin:0;
}

html,body {
	height:100%;
	background: url(images/bgBody.jpg) no-repeat center top;
}

.hidden {
	text-indent:-9999px;
}

#frame {
	width:960px;
	display:table;
	margin:0 auto;
	position:relative;
}


#h-top {
	background:url(images/h-top.jpg) no-repeat top left;
	width:960px;
	height:93px
}

/* SLIDESHOW */


/* SLIDESHOW */

/* MENU */

#menu {
	display:table;
	list-style:none;
	position:absolute;
	top:308px;
	background:url(images/menu-back2.jpg) no-repeat;
	width:960px;
	height:30px;
	line-height:30px;
	padding-left:73px;
}

#menu li a {
	cursor:pointer;
	padding-left:7px;
	font-family:"Time new roman";
	font-size:16px;
	text-decoration:none;
	color:#FFF;
	float:left;
}

.bt-contacto {
	padding:0;
	margin:0;
}

.bt-viaje {
	padding-right:13px;
}

.bt-contacto {
	padding-left:13px;
	border-left:1px #21548b solid;
}

#menu li {
	float:left;
}
#menu li a:hover {
	color:#689ad7;
}








.border-right {
	border-right:1px #21548b solid;
	padding-right:7px;
}

.atras {
	width: 50px;
	float: right;
	
}
#atras-bt {
	width: 50px;
	height: 15px;
	background-color:#CCC;
	border: none;
	background: url(images/bt-atras.jpg);
	
}
#atras-bt:hover {
	cursor:pointer;
}

/* MENU */
