.zona {
  font-size: 12px;
  width: 220px;
  margin-bottom: 7px;  
}

.caja_trayecto {
    float: left;
    display:block;
    width: 165px;
    height: 68px;
    /*background-color: #DCE6EB;*/
    text-align: center;
    margin-right: 5px;
    background: url("../images/norbus/fondo_trayecto.gif") repeat-x;
    font-size:14px;
    font-weight:bold;
    color: #165776;
}

.caja_trayecto input {
    width: 18px;
    margin-top: 9px;
}

.barco-hotel, .hotel-barco, .barco-hotel-barco, .avion-hotel, .hotel-avion, .avion-hotel-avion {
    display:block;
    margin: 3px auto 1px;    
    background-repeat:no-repeat;
    height: 18px;
}
.titulo_usuario .barco-hotel,.titulo_usuario  .hotel-barco,.titulo_usuario  .barco-hotel-barco,.titulo_usuario  .avion-hotel,.titulo_usuario  .hotel-avion,.titulo_usuario  .avion-hotel-avion {
    float:left;
    margin: 1px 10px 0 0;
}
.barco-hotel {
    width: 54px;
    background-image: url("../images/norbus/barco-hotel.gif");
}

.hotel-barco{
    width: 57px;
    background-image: url("../images/norbus/hotel-barco.gif");
}

.barco-hotel-barco {
    width: 92px;
    background-image: url("../images/norbus/barco-hotel-barco.gif");    
}

.avion-hotel {
    width: 47px;
    background-image: url("../images/norbus/avion-hotel.gif");
}

.hotel-avion {
    width: 49px;
    background-image: url("../images/norbus/hotel-avion.gif");
}

.avion-hotel-avion {
    width: 79px;
    background-image: url("../images/norbus/avion-hotel-avion.gif");
}


.panel_res {
    
}

.panel_res table {
    width: 600px;
    font-size: 11px;
}

.panel_res table.restable {
    width: 505px;
    font-size: 11px;
}


.panel_res td.col_concepto {
   width: 300px;
   background-color:#DCE6EB;
   padding-left: 10px;
}
.panel_res td.col_unidades {
   background-color:#DCE6EB;
   text-align: center;
   width: 90px;
}
.panel_res td.col_precio {
    background-color: #BED1DA;
    text-align: center;
    width: 90px;
}
.panel_res td.concepto {
    padding-left: 10px;
}

.panel_res td.unidades {
    text-align: center;
}
.panel_res td.unidades select {
    width: 40px;
}
.panel_res td.precio {
    font-size:14px;
    font-weight:bold;
    color: #165776;
    text-align: right;
}

.panel_res td.linea {
    border-bottom:2px solid #DCE6EB;
    height:20px;
}

.panel_res td.iva, .panel_res td.promo {
    color: #165776;
    font-size: 9px;
}
.panel_res td.promo {
    text-align: right;
}

.panel_res td.precio_total {
    font-weight: bold;
    font-size: 11px;
    color: #165776;
    text-align: right;
}

.panel_res td.total{
    font-weight: bold;
    font-size: 18px;
    color: #165776;
    text-align: right;
}

span.coche {
    text-decoration: none;
    margin-left: 10px;
    padding-left: 40px;
    background: url("../images/norbus/coche.gif") no-repeat;
    height: 15px;
    display: block;
}

span.pax {
    text-decoration: none;
    margin-left: 10px;
    padding-left: 40px;
    background: url("../images/norbus/pax.gif") no-repeat 5px 0;
    height: 20px;
    display: block;    
}
span.bag {
    text-decoration: none;
    padding-left: 40px;
    margin-left: 10px;
    background: url("../images/norbus/maleta.gif") no-repeat 3px 0;
    height: 15px;
    display: block;
}

h3.topper {
    margin-top: 15px;
}
#modopago {
	background-color:#B2ECF3;
	position:relative;
	padding:10px;
}
.pago_opcion {
	position: relative;
	margin: 5px 0px;

}
.pago_boton {
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
}
.pago_texto {
	position: relative;
	left: 20px;
	width: 467px;
}
#modopago input {
    width: 9px;
}

tr.impar {  background-color: #005186;}

table#seo { border:0; border-collapse: collapse; margin-left: 40px;}
table#seo td { padding: 3px;}
table#seo td a { color: #fff;}
table#seo td.uno { padding-left: 10px; color: #fff;}
table#seo td.dos { padding-right: 10px; text-align: right; color: #fff;}

/*** tooltip ***/
a.tt img {border: 0;}
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; }
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #16306F;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(../images/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}
.tacha {
    margin-bottom: 3px;
    text-decoration:line-through
}

/*** OFERTAS ****/

.curved {
	border: 6px solid #005186;
	float: right;
	min-height: 170px;
	background-color: #FFF;
	margin-left: 6px;
    width: 235px;
}

.curved {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#titulo_box {
	font-size:22px;
	color:#165776;
	width:100%;
	margin-top:3px;
	margin-bottom:1px;
	text-align:center;
    font-weight: bold;
}

#imagen_box {
}
#imagen_box img {
	margin:0;
    border: 0;
}
.precio_box {
    color:#FF0000;
    float:right;
    font-size:34px;
    font-weight:bold;
    margin-top:-9px;
    text-align:center;
    width:55%;
}

.nombre_pujador {
    float:left;
    font-weight:bold;
    padding-top:0px;
    text-align:center;
    width:45%;
    left:23px;
    position:relative;
}

.tiempo_box {
	font-size:30px;
	text-align:center;
	clear:both;
	font-weight:bold;
	color:#009900;
    margin:0 8px;
}

#boton_pujar {
	text-align:center;
	margin:5px;
}

#buscaform {
   margin: 10px 0;
}

#reports table {
    border-collapse:collapse;
    margin-top:10px;
    width:100%;    
}
#reports table th {
   border:1px solid #E7E6E6;
    font-weight:bold;
    padding:5px 2px;
    text-align:center;
}

#reports td {
   border:1px solid #E7E6E6;
    padding:3px 7px;
    text-align:center;
}

#paginacion {
    margin-top: 10px;
    float: right;
}

#shuttlespain a {
    display: block;
    width: 272px;
    height: 40px;
    background: url(../images/shuttlespain.jpg) no-repeat;
    left:34px;
    position: absolute;
}
