/* Para eliminar márgenes y padding*/
* {
   padding:0;
   margin:0;
   border:0;
}
body {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	background-color: #718797;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	padding-top: 7px;
	font-size: 18px;
	color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #942720;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	color: #006699;
	margin-bottom: 10px;
}
h4 {
	color: #990000;
	margin-bottom: 5px;
	font-size: 12px;
	margin-top: 5px;
}
h3 {
	padding-top: 7px;
	font-size: 12px;
}

#imagen {
	height: 250px;
	border: 2px solid #FFFFFF;
}
#contenido {
	width: 498px;
	float: left;
	border: 2px solid #FFFFFF;
	background-color: #DEEBF5;
	height: 910px;
	padding: 4px;
	height: 1056px;	
}
.division {
	background-color: #164871;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
	text-align: center;
}
.more {
	float: left;
	height: 40px;
	width: 250px;
	margin-left: 5px;
	text-align: center;
}


#menu {
	float: left;
	width: 250px;
	margin-left: 5px;
}

#menu ul {
	list-style-type: none;
}
#menu li {
	margin-bottom: 5px;
	display: inline;
}
#menu li a {
	height: 125px;
	display: block;
	text-decoration: none;
	color: #0066CC;
	border: 2px solid #FFFFFF;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #EDF5FC;
	font-size: 11px;
	padding: 6px;
	width: 234px;
}
#menu   li.pbl    a {
	height: 125px;
	display: block;
	text-decoration: none;
	color: #0066CC;
	border: 2px solid #FFFFFF;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #EDF5FC;
	font-size: 11px;
	padding: 6px;
	width: 234px;
	background-image: url(pictures/pub_expeditiontrips.jpg);
}
#menu li a:hover {
	cursor: pointer;
	color: #A98024;
	border: 2px solid #BDD7EC;
}
.shotel {
	width: 139px;
	float: left;
	font-size: 13px;
}
.simag {
	float: left;
	width: 139px;
}
.tipcap {
	font-size: 11px;
	width: 84px;
	float: left;
	font-weight: bold;
	color: #000000;
}
.tipcap2 {
	font-size: 11px;
	width: 54px;
	float: left;
	font-weight: normal;
	color: #000000;
}
.tipcap3 {
	font-size: 12px;
	width: 54px;
	float: left;
	font-weight: bold;
	color: #990000;
}

.simhotel {
	float: left;
	width: 95px;
}
.sinfo {
	width: 230px;
	float: left;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	line-height: -3em;
}

.fotos {
	float: left;
	width: 150px;
	margin-right: 5px;
}
.info {
	float: left;
	width: 342px;
}
.info p {
	padding-top: 8px;
	text-align: justify;
}
#hoteles li {
	display: inline;
}
#hoteles li a {
	display:block;
	font-size:11px;
	color:#000000;
	font-weight: normal;
	width: 140px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	height: 15px;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#hoteles li a:hover {
	color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7DDEF;
	background-color: #E7F0F8;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.forms {
	clear: both;
	padding-top: 10px;
	height: 240px;
}
.fotos img {

}

/* form */
#formulario, #tarifas, #telef {
	width: 228px;
	height: 240px;
	text-align: center;
	background-image: url(pictures/back_r.gif);
	background-repeat: no-repeat;
	padding-right: 8px;
	padding-left: 10px;
}
#formp	{
	width:249px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 210px;
}
#formulario, #telef {
	float: right;
}
#tarifas {
	margin-right: 5px;
	float: left;
}
#tarifas p, #telef p {
	text-align: center;
	padding-top: 8px;
}

#Name, #Email, #Arrival_Day, #Adults {
	width: 154px;
	background-color: #EDF4FA;
	height: 15px;
	padding: 3px;
}
#Adults {
	width: 154px;
	height: 14px;
	padding: 3px;
}
#Comments {
	width: 154px;
	height: 40px;
	padding: 3px;
	background-color: #EDF4FA;
}
#Submit {
	background-color: #006699;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 150px;
	height: 20px;
	font-weight: bold;
}

#Submit:hover {
	cursor: pointer;
	border: 1px solid #FFFFFF;
}
#Name, #Email, #Comments, #Submit, #Arrival_Day, #Adults {
	font-size: 11px;
	border: 1px solid #B4D1E9;
}
.centrar {
	text-align: center;
	height: 20px;
	padding-top: 10px;
	clear: both;
}
.formn {
	width: 65px;
	float: left;
	text-align: left;
}
#formulario p {
	font-size: 11px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 2px;
}
#formulario #form p {
}
ul.rates, ul.serv {
	text-align: left;
	list-style-type: none;
	padding-top: 8px;
}
.t1 {
	width: 132px;
	display: block;
	float: left;
}.rates li {
	margin-bottom: 5px;
	margin-left: 30px;
}
.margen {
	height: 20px;
	padding-top: 6px;
	padding-bottom: 5px;
}
.margen2 {
	height: 42px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.borde {
	border: 3px solid #AECEEC;
}
#linksfotos {
	font-weight: bold;
	font-size: 13px;
	color: #006699;
	width: 100%;
}
#linksfotos a {
	color: #006699;
	font-size: 11px;
}
#linksfotos .rojo a {
	color: #843018;
}
.centrar2 {
	text-align: center;
	
}
.info .centrar2 p {
	text-align: center;
	padding-top: 8px;	
}
.linka {
	font-size: 11px;
	color: #0066CC;
}
.letp {
	font-size: 11px;
	font-weight: bold;
}
#itinerary {
	margin-top: 15px;

}
.itinerary {
	height: 18px;

}
#publi {
	clear: both;
	height: 60px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 2px solid #DEEBF5;
	margin-top: 5px;
}

#publi img {
	float: left;
	margin-right: 15px;
}
.num {
	font-size: 17px;
	font-weight: bold;
	color: #990000;
	margin-top: 5px;
}
.centp {
	text-align: center;
}
.clr {
	clear: both;
}#contenido p {
	text-align: justify;
	margin-bottom: 8px;
}
#contenido  .center, #contenido .center p {
	text-align: center;
	margin-bottom: 5px;
}
.letgr {
	font-size: 18px;
	font-weight: bold;
}
