
table.search
{
	background-image:url(../../images/american/lst_fondo.jpg);
	background-repeat:no-repeat;
	background-color:White;
	background-position:top;
	width:558px;
}

td.titsearch
{
	font-family:Arial Verdana Serif;
	font-size:9pt;
	color:#0A4067;
	font-weight:bold;
}

td.datsearch
{
	font-family:Arial Verdana Serif;
	font-size:9pt;
	color:#003366;
	font-weight:normal;
	border-bottom-style:dotted;
	border-bottom:dotted 1px #3996F3;
	cursor:pointer;
}

.cabpromo
{
	font-family:Arial Verdana Serif; 
	font-size:8pt;
	color:#0073D0;	
}

td.preciodesde
{
	font-family:Arial Verdana Serif; 
	font-size:8pt;
	color:red;	
}

td.trantitulo
{
	background-image:url(../../images/american/pto_opcion.png);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Arial Verdana Serif;
	font-weight:bold;
	color:#0A4067;
	font-size:11pt;
	padding-left:9px;
}

.titAmerican
{
text-align:left; 
vertical-align:middle;
background-image:url(../../images/american/lst_fondo.jpg); 
background-repeat:no-repeat;
width:558px;
color:black;
font-family:Arial Verdana Serif; 
font-size: 14px;
font-weight:bolder;
height:23px;
/*margin:-1px;*/
}

td.minitexto
{
	font-size:6pt;
	color:Black;
	font-weight:normal;
	font-family:Arial, Verdana,serif;	
	
}

.textoImput{
	color:#333333;
	font-weight:normal;
	font-family:Tahoma, Arial, serif;
	font-size:11px;
	border:solid 1px #999999;
	height:16px;
	margin-left:0px;
}

.textoImputpeq{
	color:#333333;
	font-weight:lighter;
	font-family:Tahoma, Arial, serif;
	font-size:11px;
	border:solid 1px #999999;
	height:18px;
	margin-left:0px;
	padding:0px;
	
}

#mnuIzq {
	font-family: Arial, Verdana, serif;
	font-size: 8pt;
	color: #666666;
}

.inputtxt
{
	height:16px;
	border:solid 1px #666666;
	font-size:8pt;
}

/* -- Manejo de fondos de botones -- */
.fdobotonblue
{
	/*background:transparent url(botonazul.png) no-repeat center;*/
	height:23px;
	display:block;
	border:none;
	color:white;
	margin:0 auto;
	float:none;
	min-width:20px;
	width:auto;
	
}

.fdobotonblue .derecha
{
	background:transparent url(/images/fdo_botonazul.png) no-repeat right;
	width:10px;
	float:left;
	height:22px;
	margin-left:-5px;
	position:relative;
	display:block;
}
.fdobotonblue .izquierda
{
	background:transparent url(/images/fdo_botonazul.png) no-repeat left;
	width:10px;
	float:left;
	height:22px;
	margin-right:-5px;
}

.botonblue
{
	background: transparent url(/images/fdo_botonazul.png) no-repeat center;
	height:22px;
	display:inline;
	border:none;
	color:white;
	font-weight:bolder;
	font-family:Arial Serif Verdana;
	font-size:11px;
	width:inherit;
	text-align:center;
	float:left;
	vertical-align:middle;
}

.fdobotonblue a, 
.botonblue a,  
.fdobotonblue a:link,
.botonblue a:link, 
.fdobotonblue a:active, 
.botonblue a:active, 
.fdobotonblue a:visited, 
.botonblue a:visited, 
.fdobotonblue a:hover, 
.botonblue a:hover 

{
	background: transparent url(/images/fdo_botonazul.png) no-repeat center;
	height:22px;
	display:inline;
	border:none;
	color:white;
	font-weight:bolder;
	font-family:Arial Serif Verdana;
	font-size:11px;
	width:inherit;
	text-align:center;
	float:left;
	text-decoration:none;
	vertical-align:bottom;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dbuscador {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:black;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dbuscador .busCont,
.dbuscador .busIni,
.dbuscador .busFin,
.dbuscador .busFin div {
 background:transparent url(/images/american/fondo_buscador.png) no-repeat top right;

}

.dbuscador .busCont {
 position:relative;
 zoom:1;
 padding:0px 12px 0px 0px;
}

.dbuscador .busIni {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:18px; /* top slice width */
 margin-left:-18px;
 height: 100%;
 background-position:top left;
}

.dbuscador .busFin {
 /* bottom */
 position:relative;
 width:100%;
}

.dbuscador .busFin,
.dbuscador .busFin div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dbuscador .busFin {
 background-position:bottom right;
}

.dbuscador .busFin div {
 position:relative;
 width:18px; /* bottom corner width */
 margin-left:-18px;
 background-position:bottom left;
 float:left;
}

/* 
  -- manejo de los flotantes de informacion de alojamientos --
*/

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
	color:White;
}

.leightbox 
{
	color: white;
	position: absolute;
	/*margin-top:-350px;*/
	margin-left:-400px;
	left:50%;
	top:60px;
	display:none;
	float:left;
	width: 800px;
	height: 700px;
	padding: 3px;
	border: 1px solid #0A4067;
	background-color: white;
	text-align: left;
	z-index:1004;
	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#FFFFFF;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

/** GenericPaxSelector **/

.tablaListaPasaje tr
{
    cursor: pointer;
}
