
@charset "UTF-8";
/* CSS Document */

* 
{
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#000;
  list-style:none;
}
.igdd_DropDownListContainer
{
    margin-top:7px;
}
html 
{
	height: 100%;
}
body
{
	margin:0;
	padding:0;
	background:#900;
	height:100%;
}
a
{
    text-decoration:none;
	border:0px;
}
h1
{
	font-size:32px;
	color:#F00;
	margin:0;
	padding:0;
}
h2
{
	font-size:24px;
	color:#F00;
}
#lbl_location
{
	font-size:21px;
	color:#F00;
	font-weight:inherit;
}
h3
{
	font-size:16px;
	color:#666;
	margin:0;
	padding:0;
}
h4
{
	font-size:14px;
	color:#000;
	margin:0;
	padding:0px;
	font-weight:100;
}
h5
{
	display:inline-block;
	font-size:18px;
	color:#FFF;
	margin:0;
	padding:0;
}
br
{
	clear:both;
	margin:0;
	padding:0;
}
small 
{
  font-size: 85%;
}

strong 
{
  font-weight: bold;
}


/************************************************************************Formulario************************************************************************/
.h2
{
	font-size:24px;
	color:#F00;
}
.h5
{
	display:inline-block;
	font-size:18px;
	color:#FFF;
	margin:0;
	padding:0;
}
.h4
{
	font-size:14px;
	color:#000;
	margin:0;
	padding:0px;
	font-weight:100;
}
.h3
{
	font-size:16px;
	color:#000;
	margin:0;
	padding:0;
}
fieldset
{
	/*background:#0C0;*/
	border:none;
	margin:0;
	padding:0;
}
fieldset p
{
	font-size:12px;
	line-height:normal;
	margin:0;
}
.calendario
{
	display:inline;
	width:26px;
	height:26px;
	margin:0;
	padding:0;
	background:url(../img/Iconos-03.png) no-repeat 0 0;
	position:relative;
	top:5px;
}
.pickup-location
{
  width:200px;
  margin:5px 0 10px 0;
}
.pickup-time
{
  width:100px;
  margin:5px 0;
}
.titulo-box
{
	display:inline-block;
	float:left;
}
.caricatura
{
	display:inline-block;
	float:right;
	margin:0 0 0 40px;
}

.form-options, 
.form-info
{
	margin:15px 20px 10px 20px;
}
.form-options a
{
	margin:0 5px;
	color:#F00;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.form-options a:hover
{
	color:#C00;
}
.form-info a
{
	margin:0;
	color:#F00;
	font-size:14px;
	font-weight:bold;
}
.form-info a:hover
{
	color:#C00;
	text-decoration:underline;
}
.form-options p
{
	width:520px;
	margin:0 20px 10px 50px;
}
select
{
	display:inline;
	margin:5px 0;
	padding:3px 5px;
	font-size:12px;
	background:#FFF;
	border:1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
}
input[type="checkbox"]
{
	float:left;
	width:40px;
	margin:3px 0 0 10px;
	background-color:#09F;
	
}
.reservacionIndex  
{
    margin-top: 12px;
    height: 33px;
}
.reservacionIndex input[type=text],
input[type=date] 
{
    width:180px;
}
.localitionsIndex
{
    margin-top: 12px;
}
.localitionsIndex input[type=text],
input[type=date] 
{
    width:380px;
}

input[type=text],
input[type=password],
input[type=date]
{
	display:inline;
	width:120px;
	margin:0;
	position:relative;
	top:-2px;
	padding:2px;
	font-size:12px;
	background:#FFF;
	border:2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
	-o-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
}
input[type=date]
{
	width:100px;
}
input[type=text]:focus,
input[type=date]:focus
{
	border-color:#F00;
	background:#DDD;
	-moz-box-shadow: 0px 0px 14px #ccc;
	-webkit-box-shadow: 0px 0px 14px #ccc;
	box-shadow: 0px 0px 14px #ccc;
}
.estilotextarea
{
	width:338px;
	height:30px;
	margin:5px 0 0 0;
	padding:5px;
	background:#FFF;
	font-size:12px;
	vertical-align:text-top;
	position:relative;
	top:-7px;
	border:2px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	/*box*/
}
.shadow_select 
{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.shadow_select:focus 
{
  border-color: rgba(229, 34, 34, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 34, 34, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 34, 34, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 34, 34, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
label
{
	display:inline-block;
}

.information
{
	margin:10px 0;
	font-size:18px;
	color:#F00;
	font-weight:bold;
}
.form-info input[type=text]
{
	margin:0 10px 0 0;
	position:relative;
	top:-2px;
    left: 0px;
}
.RadCalendarPopup
{
   top:874px;
}
 
.cajita-personal
{
	float:left;
}
.cajita-info
{
	display:inline-block;
}
.linea1-confirm input[type=text]
{
	width:150px;
	font-size:18px;
	margin:0 0 10px 0;
}
.linea2-confirm input[type=text]
{
	width:60px;
}
.linea3-confirm input[type=text]
{
	width:150px;
}
.linea4-confirm input[type=text]
{
	width:445px;
}
.linea5-confirm input[type=text]
{
	width:335px;
}
.info-subtitulo
{
	display:inline-block;
	width:200px;
}
.info-subtitulo2
{
	display:inline-block;
	width:150px;
}

/***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/



/*********************************NIVEL 1*********************************/
#wrapper
{
  width:1044px;
  margin:0 auto;
  padding:0px;
  background:#000;
}


/*********************************NIVEL 2*********************************/
.borde_iz
{
	/*float:left;
	width:10px;
	height:2364px;/*Automatico*/
	/*margin:0;
	padding:0;
	background:url(../img/borde_1.png) repeat-y;*/
}

.borde_de
{
	/*float:left;
	width:10px;
	height:2364px;*//*Automatico*/
	/*margin:0;
	padding:0;
	background:url(../img/borde_2.png) repeat-y;*/
	
}

#contenedor_principal
{
/*	float:left;
	width:1024px;
	height:auto;
	margin:0;
	padding:0;
	background-color:#FFF;*/
	/*Rodriiiiiii*/
	  background: url("../img/img.png") repeat-y scroll 0 0 #990000;
        height: auto;
      padding-left: 9px;
    padding-right: 7px;
    width: 1028px;
}



/*********************************NIVEL 3*********************************/
#encabezado
{
	width:inherit;
	height:157px;
	margin:0;
	padding:0;
	background:url(../img/encabezado.jpg) no-repeat;
}

#pais_selector
{
	display:none;
	padding:0px;
	border:0px;
	margin:0px;
	padding:20px 30px 10px 30px;
	background-color: #fff;
	width:93%;
}
.lbl_pais
{
    color:#666666;
    font-size:8px;
    font-weight: bold;
    font-family:century gothic;
}
.lbl_titleBanderas2
{
    color: #666666;
    font-size: 14px;
}
.lbl_titleBanderas1
{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
#header1_pais_bg
{
	height:500px;
	width:1024px;
	margin:0;
	padding:0;
	
	border-bottom:2px solid #F00;
	
}

#contenido
{
	margin:0;
	padding:0;
	/*background:#F39;*/
}

#bottom_banner
{
	/*height:220px;*/
	margin:0;
	padding:0;
	/*background:#0F0;*/
	/*rodrrii*/
	margin-left:8px;
}

#pie
{
	height:auto;
	margin:0;
	padding:0;
	/*background:#000;*/
}


/*********************************NIVEL 4*********************************/

/****Encabezado****/
#redes_sociales
{
	float:right;
	width:197px;
	height:63px;
	margin:0;
	padding:0;
	background:url(../img/bg_rs.png) no-repeat;
}
#redes_sociales .iconos
{
	margin:10px 40px;
	float:right;
}
#menu-lenguage
{
	float:right;
	width:110px;
	height:50px;
	border:0px;
	margin:0;
	padding:0;
    /**background:#C39;**/
}
#menu-lenguaje span/****/
{
	width:10px;
	height:10px;
	margin:0 0 0 4px;
	background:url(../img/Iconos-02.png) no-repeat 0 0;
	position:relative;/****/
	top:3px;/****/
}
#cambiar_idioma
{
	float:right;
	color:#FFF;
	font-weight:bold;
	float:right;
	margin:10px;
}

#pais
{
	clear:both;
	float:right;
	height:50px;
	margin:20px 16px 0 0;
	padding:0;
}/*
#pais span
{
	display: inline-block;
	height: 48px;
	width: 48px;
	margin: 0px 0px 0px 7px;
	background: url(../img/bandera_cr.png) no-repeat 0 0;
	position:relative;
	top:15px;
}*/
#mensaje
{
	display:none;
	float:right;
	width:300px;
	height:20px;
	margin:20px 16px 0 0;
	padding:30px 0 0 0;
	color:#666;
	font-size:18px;
	text-align:right;
}
#logo
{
	margin:0;
	padding:0;
	position:relative;
	top:60px;
	left:60px;
}


/****Selector de pais****/
.texto_pais
{
	color:#666;
	font-size:14px;
}
#texto_pais
{
	color:#666;
	font-size:14px;
}/*
#texto_pais span
{
	color:#666;
	font-size:14px;
	font-weight:bold;
}*/


/****Fondo de pais****/

#pestana_pais
{
	width:1024;
	height:50px;
	background-image:url(../img/pestana_pais.png);
	background-repeat:no-repeat;
}

.menu-principal
{
	border:0;
	margin:0px 20px 0px 20px;
	float:left;
}
#reserv-box
{
	border:2px solid #999;
	float:left;
	width:435px;
	height:300px;
	background:url(../img/bg1.png);
	margin:20px 100px -40px 40px;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
}
#header1_uc_controlReservacion1_reservbox
{
	border:2px solid #999;
	float:left;
	width:435px;
	height:330px;
	background:url(../img/bg1.png);
	margin:20px 100px -66px 40px;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */

}
#header1_uc_controlReservacion1_summarybox
{
	border:2px solid #999;
	float:left;
	width:620px;
	background:url(../img/bg1.png);
	margin:20px 20px -66px 40px;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
}
#reservbox .count-on-us
{
	width:500px;
	height:118px;
	/*background:url(../img/count_on_us.png);*/
	float:left;
	position:relative;
	left:480px;
	bottom:120px;
}
#header1_img_CountonUsReserve
{
	width:500px;
	height:118px;
	/*background:url(../img/count_on_us.png);*/
	float:left;
	position:relative;
	left:530px;
	bottom:40px;
}
#header1_img_CountonUsReserve1
{
	width:500px;
	height:118px;
	/*background:url(../img/count_on_us.png);*/
	float:left;
	position:relative;
	left:530px;
	bottom:110px;
}
#reserv-step1
{
	border:1px solid #CCC;
	width:475px;
	height:280px;
	background:url(../img/bg1.png);
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 180px;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
}
#vehicles-box,
#locations-box,
#politics-box

{
	display:none;
	border:2px solid #999;
	float:left;
	width:556px;
	height:180px;
	background:url(../img/bg1.png);
	margin:20px 20px 170px 40px;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
}
#contact-box
{
	display:none;
	float:left;
	width:435px;
	height:300px;
	margin:20px 100px 20px 40px;
	padding:10px;
}
#vehicles-box .count-on-us,
#locations-box .count-on-us,
#politics-box .count-on-us
{
	width:500px;
	height:118px;
	/*background:url(../img/count_on_us.png);*/
	float:left;
	position:relative;
	left:480px;
	top:17px;
}
#contact-box .count-on-us
{
	width:500px;
	height:118px;
	/*background:url(../img/count_on_us.png);*/
	float:left;
	position:relative;
	left:482px;
	top:243px;
}

/****contenido****/
#bloque-home, 
#bloque-reservaciones, 
#bloque-paso1,
#bloque-paso2, 
#bloque-paso3,
#bloque-paso4,
#bloque-confirm,
#vehicles,
#bloque-locaciones,
#bloque-locmapa,
#bloque-contacto,
#bloque-agents,
#bloque-change,
#bloque-cancel,
#bloque-agents-register
{
	float:left;
	width:694px;
	margin:20px;
}

.right-banner
{
	width:250px;
	border:0px;
	float:right;
	margin:20px;
	padding:0px;
	vertical-align:top;
}
.info
{
	/*margin:10px 0;*/
	border:0px;
	text-align:center;
	vertical-align:middle;
	padding-bottom:10px;
}
.info p
{
	font-size: 12px;
	color: #666;
}
.info a
{
	font-size: 12px;
	font-weight:bold;
	color: #F00;
	text-decoration:underline;
}
.info a:hover
{
	font-size: 12px;
	font-weight:bold;
	color: #C80000;
}

/*********************************NIVEL 5*********************************/


/****selector de idioma****/
#language
{
	padding:10px 0 0 8px;
	color:#FFF;
	height:21px;
}
/*#language .bandera
{
	display:inline-block;
	width:16px;
	height:11px;
	margin:0 5px 0 0;
	background:url(../img/flags.png) no-repeat 0 0;
}*/
#language .flecha
{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 0 0 5px;
	background:url(../img/Iconos-02.png) no-repeat 0 0;
}

#language-selector
{
	display:none;
	width:90px;
	margin:0;
	padding:7px;
	background-color:#FFF;
	border: 1px solid #c5c5c5;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	
	/*position: absolute;*/
}

#language-selector li a 
{
	color:#666;
	position:relative;
	left:0px;
	/**background:#FF0; **/
}

#language-selector li a span
{
	display:inline-block;
	width:16px;
	height:11px;
	margin:2px 5px 0 0;
	background:url(../img/flags.png) no-repeat 0 0;
	position:relative;/***/
	top:-1px;/*****/
	
}
/*
#language-selector li.en
{
  display:none;
}*/
#language-selector li.es a span
{
  background-position: 0 -12px;
}
#idioma_selector li a:hover
{
	color:#C00;
}
.totalEn
{
    margin:5px;
}
.totalES
{
    margin:5px;
    margin-top:22px;
}
.linea1-summary
{
    margin:5px;
}
/****Menu principal****/
.menu1
{
	border:0px;
	float:left;
	padding-top:5px;
	height:37px;
	background-image:url(../img/bg2.png);
}
.menu1 a
{
	padding:10px;
	position:relative;
	top:-9px;
	text-decoration:none;
}
.menu1 a:link
{
	color:#FFF;
}
.menu1 a:hover
{
	background-color:#900;
}
.menu1 a:active
{
	background-color:#F00;
}
.menu1 a:visited
{
	color:#CCC;
}
.menu1 span
{
	display: inline-block;
	height: 20px;
	width: 5px;
	margin: 10px 0px 0px 3px;
	background: url(../img/separador.png) no-repeat 0 0px;
}
.menu2
{
	float:left;
}
.mselected
{
	border:0px;
	float:left;
	font-size:14px;
	color:#FFF;
	background:url(images/bg3.png) repeat;
	margin:0px;
	padding:10px;
	height:22px;
}

/*Cuadro de reservaciones*/
.rbox
{
	margin:0;
	padding:0;
}
.rrbox
{
	display:inline-block;
	border:0;
	float:left;
	margin:10px 8px 0px 8px;
	font-size:9px;
}
.rformulario
{
	display:inline-block;
	width:204px;
	margin:20px 0;
	padding:0;
	float:left;
}
.rformulario li
{
	list-style-type:none;
}


/***Vehiculos***/
.vformulario
{
	display:inline-block;
	width:205px;
	margin:50px 0 0 0;
	padding:0;
	float:left;
}
.vformulario li
{
	list-style-type:none;
}
.vehiculos
{
	width:400px;
	margin:10px 0 0 0;
	padding:8px 0;
}
.search
{
	clear:both;
	border:0px;
	float:left;
	position:relative;
	bottom:34px;
	left:452px;
}

/*****/
/*****/
 .modify
{
display:inline-block;
float:left;
margin: 0px 0;
}
.modify a
{
color:#C80000;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.modify a:hover
{
color:#F00;
font-weight:bold;
text-decoration:none;
}
#CalendarPickDrop input[type="text"], input[type="date"]
{
    margin: 5px 0 0px;
    width:173px;
}
#header1_uc_controlReservacion1_ReservCalendar1_txtCalendarPickNew_popupButton,
#header1_uc_controlReservacion1_ReservCalendar1_txtCalendarDropNew_popupButton
{
    margin:10px 0 10px;
}
.reserve
{
	border: 0 none;
    bottom: 45px;
    display: inline-block;
    float: left;
    left: 270px;
    margin-left: 270px;
    margin-top: -46px;
}
.reserve2
{
	display:inline-block;
	border:0px;
	float:left;
	bottom:10px;
	left:308px;
	 margin-left: 308px;
    margin-top: -19px;
}


img.ico2
{
	position:relative;
	top:2px;
	margin-right:3px;
}


/*Rigth Banner*/
#reservnow
{
	display:block;
	margin:0 0 10px 0;
}
#chatlive
{
	display:block;
	margin:0 0 10px 0;
}


/*Bloque de contenido del home*/
.bloque
{
	float:left;
	width:inherit;
}
.bloque li a span
{
	display:inline-block;
	width:32px;
	height:32px;
	margin:0px 10px 0px 0px;
	position:relative;
	top:6px;
}
.bloque li a .bandera
{
	background:url(../img/Iconos-01.png) no-repeat -65px 0;
}
.bloque li a .mundo
{
	background:url(../img/Iconos-01.png) no-repeat 0 0;
}
.bloque li a .facebook
{
	background:url(../img/Iconos-01.png) no-repeat -30px 0;
}

.bloque p
{
	border:0px;
	color:#666;
	font-size:14px;
	margin:20px 0px 0px 40px;
	text-align:justify;
	line-height:1.3;
}
#hiden-text, #hiden-text2, #hiden-text3
{
	display:none;
}
#contmore, #contmore2, #contmore3
{
	border: 0 none;
    float: right;
    margin: 10px 10px 10px 0;
}
#contmore a span, #contmore2 a span, #contmore3 a span
{
	color:#F00;
	font-size:14px;
	font-weight:bold;
}
#contmore a span:hover, #contmore2 a span:hover, #contmore3 a span:hover
{
	color:#C80000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#contmore a .img, #contmore2 a .img, #contmore3 a .img
{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0px;
	background:url(../img/Iconos-02.png) no-repeat -10px 0px;
}

#contmore a:hover .img, #contmore2 a:hover .img, #contmore3 a:hover .img
{
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../img/Iconos-02.png) no-repeat -20px 0px;
}
#contclose, #contclose2, #contclose3
{
	display:none;
	border:0px;
	float:right;
	margin:10px;
	margin-left:30px;
}
#contclose a span, #contclose2 a span, #contclose3 a span
{
	color:#F00;
	font-size:14px;
	font-weight:bold;
}
#contclose a span:hover, #contclose2 a span:hover, #contclose3 a span:hover
{
	color:#C80000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#contclose a .img, #contclose2 a .img, #contclose3 a .img
{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0px;
	background:url(../img/Iconos-02.png) no-repeat -50px 0px;
}
#contclose a:hover .img, #contclose2 a:hover .img, #contclose3 a:hover .img
{
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../img/Iconos-02.png) no-repeat -60px 0px;
}
.separador
{
	margin:3px 0 0 0;
}


/*Bloque de contenido reservaciones*/
.info-reserv p
{
	margin:10px 0px;
	color:#666;
	font-size:14px;
}
.linea1-reserv
{
	margin:0 0 15px 0;
	color:#666;
}
.linea1-reserv span
{
	float:left;
	width:32px;
	height:32px;
	margin:0 8px;
	background:url(../img/Iconos-01.png) no-repeat -94px 0px;
	vertical-align:text-bottom;
	position:relative;
	top:-10px;
}
.linea1-reserv a
{
	text-decoration:none;
	color:#F00;
	font-size:16px;
	font-weight:bold;
}
.linea1-reserv a:hover
{
	color:#C00;
}
.linea1-reserv a:hover span
{
	background:url(../img/Iconos-01.png) no-repeat -94px -32px;
}
.linea2-reserv
{
	color:#666;
	margin:5px 0 0 48px;
}
.linea2-reserv b
{
	color:#444;
	
}

/*Paso1*/
.titulo span .vbandera
{
	font-size:24px;
	font-weight:100;
	color:#666;
}
.subtitulo
{
	margin:20px 0 5px 0;
	font-size:16px;
	color:#666;
}
.subtitulo a
{
	font-size:13px;
	color:#666;
}

/*step2*/
.step2-referencias
{
	margin: 0 0 0 20px;
}
.step2-referencias span
{
	width:16px;
	height:16px;
	margin:0 5px;
	background:url(../img/Iconos-04.png) no-repeat 0 0;
}
.step2-referencias .manual
{
	background-position:-18px 0px;
}
.vehicles-box
{
	
	height:92px;
	margin:10px 0 0 0;
	padding:0px;
	background:url(../img/bg4.png) repeat-x;
	border:1px solid #BBB;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
#pic-vehiculo1,
#pic-vehiculo2,
#pic-vehiculo3
{
	display:inline-block;
	width:129px;
	height:64;
	margin:0px;
	padding:10px;
}
.categoria
{
	display:inline-block;
	width:198px;
	height:64px;
	margin:0px;
	padding:10px;
}
.tarifas
{
	display:inline-block;
	width:200px;
	margin:0px;
	padding:0px;
}
.cajita-tr
{
	margin:5px;
	padding:5px;
	background:url(../img/bg7.png) repeat-x;
	border:1.5px solid #666;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
.cajita-tr .transmision
{
	width:10px;
	margin:0px 5px;
}
.cajita-tr .transmision a
{
	color:#F00;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}
.cajita-tr .transmision a:hover
{
	color:#900;
}
.cajita-tr .tarifa-usd
{
	width:60px;
}
.cajita-tr .select
{
	margin:5px;
	padding:5px 10px;
	background:#C00 url(../img/bg5.png) repeat-x;
	color:#FFF;
	border:1px solid #900;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
	position:relative;
	left:50px;
}
.cajita-tr a
{
	color:#FFF;
	font-size:14px;
}
.select:hover 
{
	background:#900;
	text-decoration:underline;
	border:1px solid #900;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
.detalles
{
	display:inline-block;
	margin:5px;
}
.boton-detalles
{
	padding:5px 10px;
	background:#333;
	/*background-image:url(../img/bg5.png) repeat-x;*/
	border:1.5px solid #666;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
.detalles a .boton-detalles
{
	color:#FFF;
}
.detalles a:hover .boton-detalles
{
	color:#666;
	background:#FFF;
}
.boton-detalles span
{
	width:10px;
	height:10px;
	background:url(../img/Iconos-02.png) no-repeat 0 0;
	position:relative;
	top:3px;
}
.detalles a:hover .boton-detalles span
{
	background:url(../img/Iconos-02.png) no-repeat -70px 0px;
}
.vdetal1,
.vdetal2,
.vdetal3
{
	display:none;
	margin:0 15px;
	padding:0px;
	background:#444;
	border:1px solid #333;
}
.foto-vehiculo
{
	display:inline-block;
	width:209px;
	height:145px;
	margin:10px 5px 10px 20px;
	padding:10px;
	/*background-image:url(../img/bg6.png) repeat-x 0 0;*/
	background:#FFF;
	border:1px solid #666;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
.vehiculo1,
.vehiculo2,
.vehiculo3
{
	width:209px;
	height:145px;
	margin:0px;
	padding:0px;
	background:#FFF
}
.marcador
{
	width:12px;
	height:26px;
	background:url(../img/Iconos-03.png) no-repeat -220px 0px;
	position:relative;
	top:-88px;
	left:-14px;
}
.descripcion-vehiculo
{
	display:inline-block;
	width:370px;
	height:165px;
	margin:10px;
	padding:0;
}
.cajita-in
{
	float:left;
	margin:5px 0px 10px 0;
	padding:2px 10px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.cajita-in div
{
	width:10px;
	height:10px;
	margin:0 5px 0 0;
	background:url(../img/Iconos-02.png) no-repeat -160px 0px;
	position:relative;
	top:6px;
}
.rayita-decorado
{
	float:left;
	width:95px;
	height:10px;
	background:url(../img/bg9.png) repeat-x;
	position:relative;
	top:20px;
}
.cajita-d
{
	float:left;
	width:150px;
	margin:5px;
	padding:5px 10px;
	background:url(../img/bg8.png) repeat-x;
	border:1px solid #666;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
.cajita-d span
{
	width:22px;
	height:16px;
	margin:0 5px 0 0;
}
.cajita-dt
{
	float:left;
	width:90%;
	margin:5px;
	padding:5px 10px;
	background:url(../img/bg8.png) repeat-x;
	border:1px solid #666;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
.cajita-d .dt1 {background:url(../img/Iconos-04.png) no-repeat -40px 0px;}
.cajita-d .dt2 {background:url(../img/Iconos-04.png) no-repeat -56px 0px;}
.cajita-d .dt3 {background:url(../img/Iconos-04.png) no-repeat -81px 0px;}
.cajita-d .dt4 {background:url(../img/Iconos-04.png) no-repeat -103px 0px;}
.cajita-dt .dt5 
{
	width:12px;
	height:16px;
	background:url(../img/Iconos-04.png) no-repeat -130px 0px;
}
.cajita-dt .dt6
{
	width:20px;
	height:16px;
	margin:0 7px 0 0;
	background: url(../img/Iconos-04.png) no-repeat -148px 0px;
}
.nota
{
	margin:10px 0 0 0;
	padding:10px;
	background:url(../img/bg11.png) repeat-x;
	border:1px solid #999;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
.nota a
{
	color:#F00;
	text-decoration:underline;
}
.nota a:hover
{
	color:#C00;
}

.nota p
{
	text-align:justify;
}
.nota .parrafo
{
	display:inline-block;
	width:90%;
}
.nota .ico
{
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 8px 0 0;
	padding:0;
	background:url(../img/Iconos-01.png) no-repeat -192px 0px;
	vertical-align:top;
}

/*step3*/
.waivers-box
{
	margin:10px 0 0 0;
	padding:0px;
	background:url(../img/bg10.png) repeat-y;
	border:1px solid #BBB;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
.opciones
{
	height:30px;
	margin:0;
	padding:3px 0;
	background:#C00 url(../img/bg5.png) repeat-x;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
.waivers-ico1
{
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 10px;
	background:url(../img/Iconos-01.png) no-repeat -160px 0px;
	vertical-align:text-bottom;
}
.waivers-ico2
{
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 10px;
	background:url(../img/Iconos-01.png) no-repeat -128px 0px;
	vertical-align:text-bottom;
}


.aclaracion
{
	font-size:21px;
}

.westimated
{
	display:inline-block;
	margin:0 15px 0 0;
	float:right;
	width:70px;
}
.wtarifa
{
	display:inline-block;
	float:right;
	width:70px;
	margin:0 15px 0 0;
	color:#C00;
	font-weight:bold;
	text-align:center;
}
.separador1
{
	margin:3px 0;
	border-bottom:1.5px solid #000;
}
.separador2
{
	margin:3px auto;
	margin-top:10px;
	width:100%;
	border-bottom:1px dashed #AAA;
	position:relative;
	left:0px;
}
#boton-next
{
	margin:10px 0 20px 0;
	float:right;
}
/*Step4*/
.booking-ico
{
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 10px;
	background:url(../img/Iconos-01.png) no-repeat -230px 0px;
	vertical-align:text-bottom;
}
.linea1-info
{
	margin:5px 0;
}

/*Confirmacion*/
#boton-print
{
	position:relative;
	top:-40px;
	left:540px;
}
#boton-mail
{
	position:relative;
	top:14px;
	left:350px;
}
.conf-ico
{
	display:inline-block;
	width:26px;
	height:15px;
	margin:5px 10px 5px 12px;
	background:url(../img/Iconos-04.png) no-repeat -174px 0px;
	vertical-align:text-bottom;
	position:relative;
	top:2px;
}
.linea-confirm,
.linea1-confirm,
.linea2-confirm,
.linea3-confirm,
.linea4-confirm,
.linea5-confirm
{
	margin:5px 0;
	margin-right:-5px;
}
.linea1-confirm strong
{
	font-size:18px;
	color:#000;
}

/*Sumary*/
.summary-title
{
	display:inline-block;
	float:left;
	width:523px;
	height:59px;
	margin:0 20px;
	/*background:url(../img/summary.png);*/
}
.summary-c1
{
	display:inline-block;
	float:left;
	width:141px;
	margin:10px;
	padding:0;
}
.summary-c2
{
	display:inline-block;
	float:left;
	width:60px;
	margin:10px 10px 10px 0px;
	padding:0;
}
.summary-c3
{
	display:inline-block;
	float:left;
	width:180px;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	border-right:1px solid #666;
	height:140px;
}
.linea1-summary span
{
	text-align:justify;
}
.boton-change
{
	float:right;
	margin:33px 0 28px;
	position:relative;
	right:-9px;
}
.sumary-modify
{
    float:left;
	margin:26px 11px 0 146px;
	position:relative;
}
.minicar
{
	/*display:inline-block;
	float:left;*/
	width:129px;
	height:64px;
	margin:0 0 0 20px;
	/*background:url(../img/vehiculos/yaris_coupe.png);*/
}

/*Catalogo de vehiculos*/
.vreserv
{
	display:inline-block;
	float:right;
	margin:5px 10px;
}
.boton-vreserv,
.boton-vdetails
{
	display:block;
	width:70px;
	height:20px;
	margin:5px 0px;
	padding:7px 10px 3px 10px;
	color:#FFF;
	background:url(../img/bg5.png);
	border:1.5px solid #666;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
.boton-vdetail
{
	display:block;
	width:70px;
	height:20px;
	margin:5px 0px;
	padding:7px 10px 3px 10px;
	color:#FFF;
	background:url(../img/bg5.png);
	border:1.5px solid #666;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}

.boton-vreserv:hover,
.boton-vdetails:hover
{
	background:url(../img/bg5_copy.png);
	border:1.5px solid #900;
}
.boton-vdetail:hover
{
	background:url(../img/bg5_copy.png);
	border:1.5px solid #900;
}
.boton-vdetails div
{
	width:10px;
	height:10px;
	background:url(../img/Iconos-02.png) no-repeat 0 0;
	position:relative;
	top:3px;
}
.boton-vdetail div
{
	width:10px;
	height:10px;
	background:url(../img/Iconos-02.png) no-repeat -40px 0px;
	position:relative;
	top:3px;
}
.boton-vreserv div
{
	width:10px;
	height:10px;
	background:url(../img/Iconos-02.png) no-repeat -120px 0px;
	position:relative;
	top:3px;
}
.boton-vdetails a:hover div
{
	background:url(../img/Iconos-02.png) no-repeat -70px 0px;
}
.boton-vreserv a:hover div
{
	background:url(../img/Iconos-02.png) no-repeat 0 0;
}
.vbandera
{
	margin-right:7px;
	position:relative;
	top:17px;
}
.fieldSpan
{
    font-size:12px;
}
/*Locaciones*/
.loc-instr
{
	color:#666;
	font-size:18px;
}
#ucr_locations1_lbl_texto
{
	color:#666;
	font-size:18px;
}
#lbl_textoPolice
{
	color:#666;
	font-size:18px;
}
.loc-paises
{
	margin:0;
}
.loc-paises a
{
	font-size:21px;
	font-weight:bold;
	color:#F00;
}
.loc-paises a:hover
{
	color:#C00;
}
.loc-bandera
{
	margin-right:7px;
	position:relative;
	top:20px;
}
.loc-descripcion
{
    display:none;
	margin:20px 52px;
	color:#333;
}
.loc-descripcion a
{
	margin:10px 0;
	color:#333;
}
.loc-descripcion a:hover
{
	color:#666;
	text-decoration:underline;
}
.none-airport
{
	float:left;
	width:10px;
	height:10px;
	margin:5px;
	padding-right:10px;
	background:url(../img/Iconos-02.png) no-repeat -170px 0px;
	position:relative;
	top:-3px;
	left:3px;
}
.airport
{
	float:left;
	width:26px;
	height:26px;
	margin-right:5px;
	background:url(../img/Iconos-03.png) no-repeat -238px 0px;
	position:relative;
	top:-5px;
}
#loc1,
#loc2,
#loc3,
#loc4,
#loc5
{
	/*display:none;*/
}

 .rojo
{
     color: #FF0000;
    float:left;
    font-weight: bold;
}
.rojo:hover
{
     color: #cc0000;
 }
.loc-close a div span
{
	font-weight:bold;
	color:#F00;
}
.loc-close a 
{
	float:right;
}
.loc-close a div :hover 
{
	color:#C00;
}
.loc-close a:hover 
{
	color:#C00;
	text-decoration:none;
}
.loc-close span#imgClose
{
	width:10px;
	height:10px;
	background:url(../img/Iconos-02.png) no-repeat -50px 0px;
	position:relative;
	top:3px;
	left:2px;
}
.loc-close a:hover span#imgClose
{
	background:url(../img/Iconos-02.png) no-repeat -60px 0px;
}

/**/
.loc-subtitulo
{
	float:left;
	margin:10px 54px;
	font-size:18px;
	width:50%;
}
.ico_loc
{
	float:right;
	position:relative;
	top:-20px;
}
.loc-seemore 
{
	float:right;
	width:130px;
	height:50px;
	padding:10px 20px;
	font-size:18px;
	border-left:2px solid #666;
	position:relative;
	top:-20px;
}
#lbl_see
{
	font-size:18px;
}
#lbl_see2
{
	font-size:18px;
}
.loc-box2
{
	margin:0;
	padding:20px 0;
	color:#FFF;
}
.loc-box
{
	margin:10px 0 20px 0;
	border-top:2px solid #C00;
	padding:20px 0;
}
.loc-box p span
{
	color:#666;
}
.loc-box p
{
	margin-bottom:10px;
	text-align:justify;
}
.loc-subtitle span
{
	font-size:16px;
	color:#F00;
	font-weight:bold;
}
.loc-subtitle
{
	margin-bottom:10px;
}
.loc-pic
{
	float:left;
	width:250px;
	height:350px;
	margin:0 0 0 5px;
}
.loc-mapa
{
	float:left;
}


.loc-mapa iframe 
{
	width:425px;
	height:350px;
	margin:0 0 0 10px;
	border:none;
	
}
.loc-adress
{
	display:inline-block;
	width:675px;
	colo:#FFF;
	background:#F00;
	padding:5px;
	margin:5px;
}
.loc-box2 small
{
	color:#FFF;
}
.loc-box2 small span
{
	color:#FFF;
}
.loc-box2 small a
{
	color:#FFF;
	text-decoration:underline;
}
.loc-box2 small span a
{
	color:#FFF;
	text-decoration:underline;
}

/*Politicas*/
.politics
{
	margin:5px 0 0 50px;
	padding:10px 0;
	font-weight:bold;
	border-top:2px solid #F00;
}
.politics-subt
{
	margin:20px 0 0 0;
}
.politics-subt span
{
	font-size:18px;
	color:#F00;
}
.politics-subt span:hover
{
	color:#C00;
}
.politics-box
{
	display:none;
	margin:10px 0;
	height:auto;
}
.politics-box p
{
	color:#666;
	font-size:14px;
	font-weight:100;
}

/*Agents*/
#bloque-agents p
{
	margin:10px 0;
	color:#666;
}
.form-agents
{
	margin:0 0px 0 20px;
}
.agent-entry
{
	margin:10px 0;
}
.register-box
{
	border-top:2px solid #C00;
	padding:10px 0;
}
.boton-agent
{
	display:block;
	float:right;
	width:70px;
	height:20px;
	margin:5px 0px;
	padding:7px 10px 3px 10px;
	color:#FFF;
	background:url(../img/bg5.png);
	border:1.5px solid #666;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}
.agent-login
{
	margin:10px 0;
	position:relative;
	top:-20px;
}

.boton-agent:hover,
.boton-confirm:hover
{
	background:url(../img/bg5_copy.png);
	border:1.5px solid #900;
}
.boton-agent div,
.boton-confirm div
{
	width:10px;
	height:10px;
	margin-left:5px;
	background:url(../img/Iconos-02.png) no-repeat -120px 0px;
	position:relative;
	top:2px;
}
.change-confirm
{
	margin:0;
	position:relative;
	top:-20px;
	left:550px;
}
.boton-confirm
{
	display:block;
	width:70px;
	height:20px;
	margin:5px 0px;
	padding:7px 10px 3px 10px;
	color:#FFF;
	background:url(../img/bg5.png);
	border:1.5px solid #666;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	/*box*/
}


/*Contacto*/
.contact-instruc
{
	margin:20px 0;
	font-size:14px;
	color:#333;
}
#contactInstruc
{
    color:#333;
}
.contact-subt
{
	margin:10px 0 0 0;
	font-size:18px;
	font-weight:bold;
}
.contact-box
{
	padding:10px 0;
	border-top:2px solid #C00;
}
.contact-columna
{
	margin:0px 30px;
}
.contact-columna1
{
	float:left;
	width:230px;
	font-size:15px;
	color:#666;
}
.contact-columna2
{
	float:left;
	font-size:16px;
	font-weight:bold;
}
.contact-ico
{
	float:left;
	margin-right:10px;
	position:relative;
	top:-14px;
}
.contact-phone
{
	float:left;
	width:26px;
	height:26px;
	margin-right:5px;
	background:url(../img/Iconos-03.png) -262px 0px;
	position:relative;
	top:-5px;
}
/*Bottom Banner*/
.hbanner
{
	display:inline-block;
	border:1px solid #999;
	background-color:#FFF;
	float:left;
	margin-left:10px;
	padding:10px 10px;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
}
.hflecha
{
	display:inline-block;
	border:0;
	float:left;
	margin-left:10px;
	position:relative;
	top:75px;
}
#boton-confirm
{
	position:relative;
	left:515px;
}

/*Pie*/
.mseparador
{
	margin:0 auto;
	text-align:center;
}

.bmenu
{
	border:0px;
	margin:20px;
	text-align:center;
}
.bmenu	a
{
	color: #666;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	position:relative;
	top:-7px;
}
.bmenu	a:hover
{
	color: #C80000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	top:-7px;
}
.bmenu	span
{
	display: inline-block;
	height: 20px;
	width: 5px;
	margin: 0px 5px 0px 5px;
	background: url(../img/separador.png) no-repeat 0 0px;
	
}

.optimizacion
{
	display:inline-block;
	margin:10px;
	font-size:12px;
	color:#666;
	text-aling:center;
	position:relative;
	top:-10px;
}
.otros_logos
{
	display:inline-block;
	margin:0 10px 0 0;
}
.logo_economy
{
	display:inline-block;
	margin:0 20px 10px 0px;
	position:relative;
	top:10px;
}
.imgUrlmreserv
{
    background: url(../img/boton_mreserv1.png) no-repeat 0 0px;
    width:250px; 
     height:88px; 
     border:0px;
     border-radius: 10px 10px 10px 10px;
     display: block;
}
.imgUrlmreserv:hover
{
     background: url(../img/boton_mreserv1b.png) no-repeat 0 0px;
}
.imgUrlmreservES
{
    background: url(../img/espannol/boton_mreserv1.png) no-repeat 0 0px;
    width:250px; 
     height:88px; 
     border:0px;
     border-radius: 10px 10px 10px 10px;
     display: block;
}
.imgUrlmreservES:hover
{
     background: url(../img/espannol/boton_mreserv1b.png) no-repeat 0 0px;
}
.imb_search
{
     background-image: url(../img/boton_search.png) ;
     width: 124px;
    height: 50px;
    border: 0px;
    border-radius: 10px 10px 10px 10px;
}
.imb_search:hover
{
     background-image: url(../img/boton_searchb.png) ;
}
.imb_searchES
{
     background-image: url(../img/espannol/boton_search.png) ;
     width: 124px;
    height: 50px;
    border: 0px;
    border-radius: 10px 10px 10px 10px;
}
.imb_searchES:hover
{
     background-image: url(../img/espannol/boton_searchb.png) ;
}

.ReserveNow
{
     background-image: url(../img/boton_reservNow.png) ;
     width: 190px;
    height: 50px;
    border: 0px;
    border-radius: 10px 10px 10px 10px;
}
.ReserveNow:hover
{
     background-image: url(../img/boton_reservNowb.png) ;
}
.ReserveNowES
{
     background-image: url(../img/espannol/boton_reservNow.png) ;
     width: 190px;
    height: 50px;
    border: 0px;
    border-radius: 10px 10px 10px 10px;
}
.ReserveNowES:hover
{
     background-image: url(../img/espannol/boton_reservNowb.png) ;
}

.change
{
     background-image: url(../img/boton_change.png) ;
     width: 124px;
    height: 50px;
    border: 0px;
    border-radius: 10px 10px 10px 10px;
}
.change:hover
{
     background-image: url(../img/boton_changeb.png) ;
     background-repeat:no-repeat;
}
.changeES
{
     background-image: url(../img/espannol/boton_change.png) ;
     width: 124px;
    height: 50px;
    border: 0px;
    border-radius: 10px 10px 10px 10px;
}
.changeES:hover
{
     background-image: url(../img/espannol/boton_changeb.png) ;
}
.changeVehicle
{
     background-image: url(../img/boton_changevehicle.png) ;
     width: 124px;
    height: 50px;
    border: 0px;
    border-radius: 10px 10px 10px 10px;
}
.changeVehicle:hover
{
     background-image: url(../img/boton_changevehicleb.png) ;
}
.changeVehicleES
{
     background-image: url(../img/espannol/boton_cambiarvehic.png) ;
     width: 124px;
    height: 50px;
    border: 0px;
    border-radius: 10px 10px 10px 10px;
}
.changeVehicleES:hover
{
     background-image: url(../img/espannol/boton_cambiarvehicb.png) ;
}
.llegada2
{
    margin-top:5px;    
}
#header1_reservgeneral input[type=text]:focus,
input[type=date]:focus 
{
     border-color: rgba(229, 34, 34, 0.8);
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 34, 34, 0.6);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 34, 34, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 34, 34, 0.6);
      outline: 0;
      outline: thin dotted \9;
      /* IE6-9 */
      background-color:White;
}
.active-result
{ 
    color:#333;
    font:"Segoe UI",Arial,Helvetica,sans-serif;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    padding: 2px 6px;
}
.chosen-single span
{   
    color:#333;
    font:"Segoe UI",Arial,Helvetica,sans-serif;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
}
.chosen-search input[type="text"]
{
        border-color: rgba(229, 34, 34, 0.8);
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 34, 34, 0.6);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 34, 34, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 34, 34, 0.6);
      outline: 0;
      outline: thin dotted \9;
      /* IE6-9 */
      background-color:White;
}
 .infoHome
{
    position: relative;
    padding: 10px;
    overflow: hidden;
    width: 617px;
    margin-left: 31px;
    margin-top: -13px;
    text-align: justify;
    color: #666;
      
}
.infoHome span span{
    color: #666;
}
.ui-datepicker-month
{
    font-family: Arial, Helvetica, sans-serif;
    color:White;
    font-size :14px;
}
.airportCombo
{
    float:left;
    width:23px;
     height: 19px;
    /*background:url(../img/avion.png) no-repeat;*/
    margin:0 5px 0 0;
     border:none;
    
}
.NOairportCombo
{
    float:left;
    width:23px;
     height: 19px;
    /*background:url(../img/no_airport.png) no-repeat;*/
    margin:0 5px 0 0;
    border:none;
    
}