@import url(/js/facebox/css.css);

#top-line-blue{
    display: block;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    height: 4px;
    background-color: #2d3275;
}
form{
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;
}
body{
    -webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-o-font-smoothing:antialiased;
	height: 100%;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: verdana, Arial, helvetica sans-serif;
	/*font: normal 14px/20px Avenir,arial,sans-serif;*/
    /*font-size: 9pt;*/
    font-size: 12px;
	color: #444;
	background-color: #fff;
}
body.wbg{
	background: url(/img/bg2.png) repeat-x center top;
}
.bloque, .clear{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}

.curved{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a{
	color: #012640;
	outline: 0px;
	border: 0px;
}
a:hover, a:active{
	text-decoration: none;
}
a img{
	outline: 0px;
	border: 0px;
}
.block_container{
	margin: 0px auto;
	width: 1130px;
}
#main_site_header{
	width: 100%;
}
#main_site_container{
    padding: 0px 10px;
    padding-bottom: 20px;
    float: left;
    width: 1130px;
}

#main_site_banner{
	border-top: solid #e3a200;
	border-bottom: solid #e3a200;
}

accordion-header{
	background-color: #4e6f80 !important;
}
#wrap{
	display: block;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 1130px;

}

#main_site_logo{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px 10px;
	width: 400px;
	margin-top: 10px;
}
#main_site_header_info{
	display: block;
	position: absolute;
	margin: 0px;
	top: -10px;
	z-index: 99;
	right: 10px;
	padding: 0px;
	height: 30px;
	border-radius: 0px 0px 5px 5px;
	line-height: 30px;
	/*background: #92a951;*/
	background-color: #0f2231;
	color: #ffffff;
	width: 400px;
	font-size: 12px;
}
#my-reservation-btn{
	display: block;
	position: absolute;
	height: 30px;
	top: 0px;
	left: 0px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	padding: 0px 20px;
	color: #ffffff;
}
#site_head_phone{
	display: block;
	position: relative;
	margin: 0px auto;
	width: 1000px;
	text-align: right;
	height: 30px;
	line-height: 30px;


	color: #443017;

	font-size: 15px;
	font-weight: 700;
}
#main_menu{
    display: block;
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 485px;
    right: 0px;
    top: 0px;
    height: 50px;

}
#main_menu > ul{
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#main_menu > ul  ul{
    display: none !important;
}

#main_menu li{
    display: block;
    float: left;
    height: 50px;
    position: relative;
    margin-right: 5px;
}


#main_menu li a{
    display: block;
    float: left;
    height: 30px;
    line-height: 38px;
	font-size:14px;
	padding:25px 16px;
	color:#0f2231;
	font-weight: normal;
	text-transform:uppercase;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/*#main_menu li.active a, #main_menu li a:hover{*/
	#main_menu li a:hover, #main_menu li.active a{
	color:#e3a200;
	border-bottom: solid #e3a200;
}
#main_menu li.active a{
	background-repeat: no-repeat;
	background-position: center bottom;
}

#main_head_capitalize_txt{
    display: block;
    position: relative;
    margin: -10px;
    padding: 10px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #fff;
    font-weight: normal;
    color: #444;
    font-size: 14px;
    /*border-bottom: solid 1px #e2e2e2;*/
    border-bottom: solid 1px #e3a200;
}
#languageBar, #numeroBar{
	margin-bottom: 10px;
}
#maain_cars_home_container_rate_resume{
	margin-top: -5px;
}
#numero-selected, #reservaBar{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-decoration: none;
	border: solid 1px #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
#language-selected{
	text-decoration: none;
}
#language-selected span{
	display: block;
	position: relative;
	line-height: 32px;
	padding-left: 8px;
	background-image: url(https://www.america-carrental.com/img/language-picker-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#reserva-selected span{
	display: block;
	position: relative;
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
}
#numero-selected span{
	display: block;
	position: relative;
	line-height: 32px;
	padding-left: 8px;
	background-image: url(https://www.america-carrental.com/img/numero-picker-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#reserva-selected:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */

}
#numero-selected:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */

}
#numero-selected.opened{
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom: solid 1px #fff;

}
#language-chooser, #numero-chooser{
	display: none;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	width: 218px;
	border: solid 1px #e1e1e1;
	border-top: 0px;
	left: 0px;
	top: 31px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}
#language-chooser a, #numero-chooser a{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #1a76d1;
	text-decoration: none;
	border-top: solid 1px #e1e1e1;
	line-height: 32px;
	padding-left: 10px;
}
#language-chooser a:hover, #numero-chooser a:hover{
	color: #152a49;
}
#language-selected.opened span{
	background-image: url(https://www.america-carrental.com/img/language-picker-bg-opened.png);
}
#numero-selected.opened span{
	background-image: url(https://www.america-carrental.com/img/numero-picker-bg-opened.png);
}
#normal_site_left{
	width: 240px;
	float: left;
}
#normal_site_combo{
	position: absolute;
	top: 11px;
	right:0px;
	width: 100px;
	text-transform: uppercase;
	height: 37px;
	line-height: 40px;
	font-size: 15px;
	width: 90px;
	color: #909090;
	border: 1px solid #e7e7e7;
	text-decoration: none;
	border-bottom: 3px solid #735741;
}
#normal_site_reserva{
	position: absolute;
	top:13px;
	right:0px;
	width: 110px;
	text-align: center;
}
#normal_site_numero{
	position: absolute;
	top: 13px;
	right: 233px;
	width: 250px;
}
#normal_site_right{
	width: 860px;
	float: right;
}
#main_site_bookingbox{
	padding: 0px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    background-color: #fff;
    padding: 1px;
    border-radius: 0px !important;
}
#main_site_bookingbox_container{
    max-width: 250px;
	border: 0px;
	/*background-color: rgba(0,0,0,0.5);*/
	background-color: #0f2231;
	color: #fff;
	margin: 0px;
	padding-bottom: 10px;
	border-radius: 0px !important;
}

#main_site_bookingbox_content{
	background-color: #0f2231;
	margin: 0px auto;
	color: #ffffff;
	padding: 0px 15px;
}
#main_site_bookingbox_content input.ui-state-default{
	width: 170px;
}
#main_site_bookingbox_content .ui-combobox input.ui-state-default{
	width: 181px !important;
	height: 28px !important;
	line-height: 28px !important;
}
#main_site_bookingbox_content label, #booking_params_resume label{
	color: #717a83;
	/*font-weight: bold;*/
	font-size: 14px;
	display: block;
	position: relative;
	margin: 0px;
	padding: 13px 5px 5px 5px;
	clear: both;
	width: 100%;
}
#breadcum{
	display: block;
	position: relative;
	margin: 0px;
	padding: 8px 6px;
	font-size: 8pt;
	color: #9a9a9a;
	padding-left: 20px;
	background-image: url(https://assets.cdnacr.com/img/americacom/recursos/breadcum_bg.gif);
	background-position: 5px 8px;
	margin-bottom: 14px;
	background-repeat: no-repeat;
}
#breadcum a{
	text-decoration: none;
	color: #00192a;
}
#breadcum a:hover{
	text-decoration: underline;
}

.ajaxSlideShow_Option{
	float: left;
	background-color: #fff;
}
#ajaxSlidePagination{
	display: block;
	position: absolute;
	margin: 0px;
	width: 200px;
	bottom: 5px;
	right: 5px;
	height: 22px;
	text-align: right;
}
.xnavBtnsEnabler{
	margin: 0px;
	padding: 0px;
	padding: 1px 7px;
	background-color: #8d8d8d;
	margin-right: 2px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.slider_displayer_enabled{
	background-color: #fff;
	color: #00273d;
	font-weight: bold;
}
.ui-datepicker{
	z-index: 11 !important;
}
#mainFilterMovement{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#booking_params_resume{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #000000;
	width: 218px;
	text-decoration: none;
	border: solid 1px #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	margin-bottom: 10px;
}
.label_displayer{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px 5px;
	color: #244e8a;
	font-weight: bold;
}
#main_enc_resume_params{
	padding: 9px 5px 0px 0px;
	padding-left: 26px;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	background-image: url(https://assets.cdnacr.com/img/americacom/recursos/resume_img_search.jpg);
	background-repeat: no-repeat;
	background-position: 5px 7px;

}
.main_enc_normal_right1{
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
    color: #452f18;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.main_enc_normal_right, .main_enc_normal_right_h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
    color: #452f18;
	padding-bottom: 6px;
	border-bottom: 3px solid #e3a200;
	margin-bottom: 6px;
}

.main_enc_normal_right_h2{
	border-bottom: 0px solid #e3a200 !important;
	margin-bottom: 0px !important;
	padding-top: 8px !important;
}

.main_enc_normal_right span{
	font-weight: bold;
}

.main_cars_resume_container{
    width: 247px;
    height: 320px;
	font-size: 12px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	border: 1px solid #c0c0c0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	bottom: 20;
}

.main_cars_resume_container_left{
	top: -20px;
}

.main_cars_resume_container_image_preview{
	margin-top: 65px;
	margin-bottom: 75px;
}
.main_cars_resume_container_image_preview, .main_cars_resume_container_image_preview a, .main_cars_resume_container_image_preview a img{
	left: 35px;
	top: 5px;
	width: 170px;
	height: 110px;

}
.main_cars_resume_container_vehicle_name{
	display: block;
	position: absolute;
	width: 220px;
	top: -230px;
	left: 0px;
}
.main_cars_resume_container_vehicle_category{
	display: block;
	position: absolute;
	top: -195px;
	left: 0px;
}
.main_cars_resume_container_vehicle_name a:first-child{
	font-size: 9.8pt;
}
.main_cars_resume_container_vehicle_name a{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.div_form_container_booking{
	position: absolute;
	top: 130px;
	right: 110px;
	width: 100px;
}

.div_form_container_booking .dark_blue_btn{
	top:45;
	}

.price_container_info_left{
	display: block;
	position: absolute;
	bottom: 90px;
	width: 240px;
	border-bottom: 1px solid #ccc;
}

.main_cars_resume_container .dark_blue_btn{
  text-align: center;
  height: 20px;
  width: 150px;
  padding: 5px 0px 0px 0px !important;
  margin: 0px !important;
  /*line-height: 61px;*/
  overflow: hidden;
  font-size: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  /*background: #fea734;
    background: -moz-linear-gradient(top,  #fea734 0%,  #ca6b0d 95%,  #ca6b0d 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #fea734),  color-stop(95%,  #ca6b0d),  color-stop(100%,  #ca6b0d));
    background: -webkit-linear-gradient(top,  #fea734 0%,  #ca6b0d 95%,  #ca6b0d 100%);
    background: -o-linear-gradient(top,  #fea734 0%,  #ca6b0d 95%,  #ca6b0d 100%);
    background: -ms-linear-gradient(top,  #fea734 0%,  #ca6b0d 95%,  #ca6b0d 100%);
    background: linear-gradient(to bottom,  #fea734 0%, #ca6b0d 95%, #ca6b0d 100%);*/
    background-color: #0f2231;
}


.icon_cars{
	background-image: url(/img/icons_cars.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 23px;
	height: 22px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.main_cars_resume_container_content .icon_cars, .main_cars_detail_container .icon_cars{
	margin-right: 3px;
	margin-bottom: 4px;
}
.icon_bags{
	background-position: 0px -24px;
}
.icon_doors{
	background-position: 0px -48px;
}
.icon_aa{
	background-position: 0px -72px;
}
.icon_trans{
	background-position: 0px -96px;
}
.icon_gas{
	background-position: 0px -119px;
}
#icons_description{
	/*clear: both;*/
}
.icons_description_half{
	float: left;
	width: 115px;
}
#icons_description .icon_cars, .icons_description .icon_cars{
	background-image: none !important;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.icons_description .icon_cars{
	width: 55px;
	line-height: 16px !important;
	height: 22px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	text-align: left;
}
.main_included_display span, .main_included_display a{
	float: left;
	display: block;
	position: relative;
	margin: 0px;
	width: 140px;
	padding-left: 20px;
	text-align: left;
	background-image: url(https://assets.cdnacr.com/img/americacom/recursos/ok_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.main_included_display a{
	color: #1d6ad6;
	text-decoration: none;
}
.main_included_display a:hover{
	text-decoration: underline;
}

.old-price-label{
	color: red;
	padding: 10px 10px 0px 10px;
}
.old-price-label span{
	text-decoration: line-through;
}
.new-price-label-desc{
	color: #000;
	/*padding: 0px 10px 10px 10px;*/
	padding: 0;
	font-weight: bold;
	padding-left: 20px;
	width: 240px;
}
.new-price-label{
	color: #244E8A;
	/*padding: 0px 10px 10px 10px;*/
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	width: 240px;
}
.book-now-and-save{
	color: #46791d;
	font-weight: bold;
	padding: 0px 10px 3px 10px;
}
.not-available-label{
	height: 120px;
	line-height: 120px;
	color: #cacaca;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
}
.misc_btn_view_disabled_days{
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 224px;
	text-align: center;
	color: #333;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: bold;
}
.misc_options_disabled_label{
	display: block;
	position: relative;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	color: #002540;
	font-size: 9pt;
}
.misc_options_disabled span{
	display: block;
	position: relative;
	margin: 0px;
	padding: 5px;
	width: 80px;
	float: left;
	text-align: left;
}
.yellow_btn, .yellow_btn_absolute{
	width: 120px;
	background-color: #f6b034;
	text-align: center;
	height: 27px;
	line-height: 27px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.yellow_btn:hover, .yellow_btn_absolute:hover{
	text-decoration: underline;
}
.yellow_btn_absolute{
	position: absolute;
	right: 0px;
	top: -6px;
}
.main_cars_home_container{
	width: 213px;
	height: 280px;
	float: left;
	margin-left: 31px;
	margin-bottom: 25px;
}
.main_cars_home_container_main{
	padding: 6px 6px;
}
.main_cars_home_container:first-child{
	margin-left: 32px;
}
.main_cars_home_name, .main_cars_home_name a{
	text-decoration: none;
}
.main_cars_home_name a:hover{
	text-decoration: underline;
}
.main_cars_home_container_image_preview{
	text-align: center;
}
.main_cars_home_rate_resume_currency_display{
	float: left;
	width: 28px;
	color: #ff6600;
	font-weight: bold;
	font-size: 9pt;
}
.main_cars_home_rate_resume_total_display{
	float: left;
	width: 75px;
	text-align: right;
	color: #ff6600;
	font-weight: bold;
	font-size: 9pt;
}
.main_cars_home_rate_resume_legend_display{
	float: left;
	width: 80px;
	color: #333333;
	padding-left: 3px;
	font-size: 9pt;
}
.all_inclusive_link_home{
	color: #041a99;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
.all_inclusive_link_home:hover{
	text-decoration: underline;
}
.main_cars_home_container_vehicle_name, .main_cars_home_container_vehicle_name a{
	font-size: 12px;
	color: #06C;
	text-shadow: 0 1px white;
}
.main_price_preview_legend{
	height: 45px;
	line-height: 45px;
	font-size: 9pt;
	width: 80px;
	float: left;
}
.main_price_preview_legend_price{
	height: 45px;
	line-height: 45px;
	font-size: 14pt;
	font-weight: bold;
	width: 125px;
	float: right;
	text-align: right;
}
.main_price_preview_legend_price span{
	font-size: 10pt;
}

.main_cars_detail_container{

	margin-bottom: 20px;
	border: solid 1px #92a951;
	background-color: #eff2e5;
	color: #424345;
	padding-bottom: 10px;
}
.main_cars_detail_container_image_preview{
	width: 190px;
	padding-top: 10px;
	min-height: 120px;
	float: left;
	text-align: center;
}
.main_cars_detail_container_content{
	width: 180px;
	float: left;
	text-align: left;
	padding-top: 8px;
}
.main_cars_detail_container_vehicle_name{
	color: #002540;
	font-size: 10pt;
	padding: 5px 0px 0px 5px;
	background-color: #eff2e5;
}
.main_cars_detail_container_vehicle_category{
	padding: 0px 0px 5px 5px;
}
.main_cars_detail_container_vehicle_name strong{
	font-size: 14pt;
}
.main_cars_detail_container_content{
	color: #000;
	background-color: #eff2e5;
}
.extras_table th, .extras_table td{
	padding: 5px;
	border-bottom: 2px solid #EEE;
	text-shadow: 1px 1px 1px #f1f1f1;
}
.list_terms_rent_conditions{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.list_terms_rent_conditions li{
	display: block;
	position: relative;
	margin: 0px;
	padding: 3px 0px 3px 25px;
	background-image: url(https://assets.cdnacr.com/img/americacom/recursos/1346263706_warning.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	color: #333;
}
.list_rate_details_check td{
	padding: 5px;
}
.img_displayer_extras{
	background-color: #fff;
	padding: 3px;
	border-top: solid 1px #d6d6d6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#terms_and_conditions{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	border-top: dotted 1px #b9b9b9;
	background-color: #fff !important;
}
#terms_and_conditions a{
	display: block;
	position: relative;
	margin: 0px auto;
	width: 170px;
	background-color: #fff;
	padding: 3px 0px;
	text-align: center;
	font-size: 11px;
	color: #0263ca;
	margin-top: -11px;
}
#main_site_bookingbox_submit, .orange_btn, .dark_blue_btn{
	display: block;
    margin: 0px auto;
    height: 21px;
    padding: 15 15px;
    text-decoration: none !important;
    color: #ffffff;
    font: bold 14px verdana, arial;
	/*border: solid 1px #670100;*/
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	/*text-shadow: 1px 1px 1px #a30000;*/
	text-decoration: none;
	/*box-shadow: 0px 1px 2px rgba(255,255,255,0.8) inset;
	/*background: #d60000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOTEzMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d60000 0%, #c91312 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d60000), color-stop(100%,#c91312)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #d60000 0%,#c91312 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #d60000 0%,#c91312 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #d60000 0%,#c91312 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #d60000 0%,#c91312 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60000', endColorstr='#c91312',GradientType=0 ); /* IE6-8*/
	background-color: #0f2231;
}



#main_site_bookingbox_submit{
    margin-top: 10px;
}
.checkout_resume_extras td{
	padding: 3px 8px;
	vertical-align: top;
}
#fleet_home_ajax{
	width: 770px;
	height: 285px;
	overflow: hidden;
}
.navArrow{
	display: block;
	position: absolute;
	top: 105px;
	width: 30px;
	height: 50px;
	background-image: url(https://assets.cdnacr.com/img/americacom/recursos/navArrow.png);
	background-repeat: no-repeat;
}
.navPrev{
	right: 0px;
	background-position: top right;
}

.navArrow:hover{
	background-position: bottom left;
}
.navPrev:hover{
	background-position: bottom right;
}

#social_media_share{
	display: block;
	position: absolute;
	width: 90px;
	top: 20px;
	left: 680px;
}
#social_media{
	display: none;

}
#social_media span{
	color: #777;
	font-weight: bold;
}
#social_media a{
	display: block;
	position: absolute;
	top: 15px;
	width: 24px;
	height: 24px;
	right: 0px;
}
.decorated{
	padding: 5px;
	margin: 0px;
	border: solid 1px #abb1bd;
}
.formTable td{
	padding: 5px;
}
.formTable td.label{
	font-weight: bold;
	width: 15%
}
.formTable td.input{
	width: 20%;
	text-align: left;
}
.error{
	border: solid 1px red;
}
.mainNoticeErr{
	color: red;
}
.misc_header_enc_locations_picker{
	margin: 0px;
	padding: 10px;
	font-size: 12pt;
	font-weight: normal;
	background-color: #003263;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.main_displayer_option_name_selector{
	color: #003263;
	font-size: 12pt;
	padding: 10px;
	font-weight: bold;
}
.main_left_selector_displayer_locations{
	width: 150px;
	float: left;
	padding: 10px;
}
.main_right_selector_displayer_locations{
	width: 400px;
	float: left;
	padding: 10px;
}
.location-displayer-ajax-style{
	width: 700px !important;
}
.main_left_selector_displayer_locations ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.main_left_selector_displayer_locations ul a{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	font-size: 10pt;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
.main_left_selector_displayer_locations ul a:hover, .main_left_selector_displayer_locations ul a.active{
	background-color: #012640;
	color: #fff;
}
.main_selector_option_location ul{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.main_selector_option_location > ul > li{
	font-weight: bold;
	font-size: 10pt;
	width: 180px;
	margin-right: 3px;
	float: left;
}
.main_selector_option_location > ul > li > ul > li{
	font-weight: normal;
}
.main_selector_option_location > ul > li > ul > li a{
	text-decoration: none;
	display: block;
	position: relative;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}
.main_selector_option_location > ul > li > ul > li a:hover{
	background-color: #012640;
	color: #fff;
}
#main_enc_img_displayer_option_home_inc_all_rentals{
	display: block;
	position: absolute;
	bottom: 10px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	width: 17px;
	height: 17px;
	overflow: hidden;
	background-image: url(https://assets.cdnacr.com/img/americacom/recursos/icons_viaje_seguro.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.list_traveling_safe{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.list_traveling_safe li{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
	background-image: url(https://assets.cdnacr.com/img/americacom/recursos/icons_viaje_seguro.jpg);
	height: 16px;
	line-height: 16px;
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-bottom: 4px;
}
.back_to_top_link{
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
.opacityHalf{
	opacity: 0.5;
}
.opacityHalf:hover{
	text-decoration: none !important;
}
.option_displayer_data{
	padding: 10px 5px;
	font-size: 10pt;
}
.main_enc_locations_title{
	padding: 8px;
	font-size: 13pt;
	color: #5b5046;
	background-color: #cecece;
	font-weight: bold;
}
.option_displayer_data_container{
	padding: 0px 5px;
}
#main_site_second_options{
	display: block;
	position: absolute;
	width: 500px;
	height: 20px;
	top: -22px;
	left: 0px;
}
#main_site_second_options span{
	margin: 0px;
	text-align: left;
	font-weight: bold;
}
#main_site_submenu{
	display: block;
	position: absolute;
	width: 400px;
	top: -20px;
	right: 10px;
	text-align: right;
	color: #313131;
}
.promotions_container_name{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	padding-bottom: 8px;
}
.promotions_container_description p{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
.fixed {
  position: fixed !important;
  top: 5px !important;
  z-index: 9;
}
.main_promo_home_container{
	float: left;
	margin-left: 32px;
}
#promotions_home_ajax{
	width: 770px;
	height: 122px;
	overflow: hidden;

}
#promotions_home_ajax .navArrow{
	top: 45px !important;
}
#rental_time_div.fixed{
	padding: 5px 0px 10px 5px !important;
	-moz-box-shadow: 0 0 5px 5px #DDD;
	-webkit-box-shadow: 0 0 5px 5px#DDD;
	box-shadow: 0 0 5px 5px #DDD;
}
.addthis_button_facebook_like iframe{
	width: 110px !important;
}
.addthis_button_tweet iframe{
	width: 100px !important;
}
.addthis_button_google_plusone div, .addthis_button_google_plusone div iframe{
	width: 75px !important;
}
.promotions_container_name{
	color: #06C;
	font-size: 11pt;
}

.home_no_ajax_more .main_cars_home_container{
	background-color: #fff;
	border: solid 1px #DBDBDB;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-left: 0px;
	margin-right: 30px;
}
.home_no_ajax_more .main_cars_home_container_vehicle_name, .home_no_ajax_more .main_cars_home_container_vehicle_name a{
	color: #6FA5BE;
}
.home_no_ajax_more .main_cars_home_container{
	width: 220px;
	height: 290px;
}
.home_no_ajax_more .main_cars_home_container_vehicle_category{
	top: -20px;
	white-space: nowrap;
	-moz-transform:rotate(90deg);
    -moz-transform-origin: bottom left;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -ms-transform-origin: bottom left;

    padding: 5px;
	background-color: #DBDBDB;
	color: #000;
    -webkit-transform-origin: bottom left;
    -o-transform: rotate(90deg);
    -o-transform-origin:  bottom left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    left: 215px;
    font-size: 8pt;
}
.home_no_ajax_more .main_cars_home_container_vehicle_category a{
	color: #000;
}

#main_site_footer{
	/*color: #462e16;*/
	/*padding: 20px 0px;*/
    margin: 0px auto !important;
    /*background: #92a951;*/
    background-color: #0f2231;
    color: #ffffff;
    height: 210px;
}
#main_site_foot{

}

#main_site_foot h3 {
    font-size: 14px;
    /*color: #442e16;*/
    color: #ffffff;
    margin: 0;
    padding: 0 0 0px 0;
    font: bold 16px/20px 'Dosis', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#main_site_foot ul {
    list-style-type: none;
    margin: 8px 0;
    padding: 0px;
    display: block;
}
#main_site_foot ul ul{
    display: none;
}
#main_site_foot ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    /*color: #838383;*/
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    /*font: normal 14px/20px 'Dosis', sans-serif;*/
    padding-bottom: 3px;
}
#main_site_foot ul li a:link, #main_site_foot ul li a:visited {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    /*font: normal 14px/20px 'Dosis', sans-serif;*/
    font-size: 14px;
}
.car_rental_locations_footer li{
	float: left;
	width: 300px;
}
#titlebar{
    display :block;
    margin: -10px -10px 10px -10px;

}
.homeh2{
	margin: 10px 0;
	font-family: inherit;
	/*font-weight: bold;*/
	line-height: 20px;
	color: #023EB7;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
	font-size: 31.5px;
	line-height: 40px;
	font-weight: normal;
}
.homecontent{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #6a6a6a;
}
#main_car_container{
	background-color: #EEEEEE;
	border: 1px solid #E2E8EF;
	float: left;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

#footer_belice{
	position: absolute;
	top: -200px;
}
#footer_menu{
	/*position: absolute;*/
	float: left;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
#footer_menu ul{
	list-style: none;
	margin: 0px;
	padding: 50 0 0 0px;
}
#footer_menu ul li{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer_menu ul li a{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-right: 50px;
}

#footer_menu ul li a:hover{
	color: #e3a200;
}

#main_continental_bookingbox_content div.bloque{
	width: 225px;
	padding: 0px 16px;
	float: left;
	height: 60px;
}

#main_continental_bookingbox_content div.bloque2{
	float: left;
	padding: 0px;
}

#main_continental_bookingbox_content div.bloque label{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#main_continental_bookingbox_submit{
	width: auto;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: auto;.
	height: 40px;
	line-height: 40px;
	/*border: solid 1px #670100;*/
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	/*text-shadow: 1px 1px 1px #a30000;*/
	text-decoration: none;
	/*box-shadow: 0px 1px 2px rgba(255,255,255,0.8) inset;*/
	/*background: #d60000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOTEzMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/*background: -moz-linear-gradient(top,  #d60000 0%, #c91312 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d60000), color-stop(100%,#c91312)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #d60000 0%,#c91312 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #d60000 0%,#c91312 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #d60000 0%,#c91312 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #d60000 0%,#c91312 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60000', endColorstr='#c91312',GradientType=0 ); /* IE6-8 */
	background-color: #e3a200;

}
#main_continental_bookingbox{
	/*background: rgba(0,0,0,0.5);*/
	background-color: #0f2231;
	width: 340px;
	border-radius: 5px;
	color: #717a83;
	/*font-weight: bold;*/
	font-family: verdana, arial, helvetica;
	border: solid 1px rgba(255,255,255,0.5);
}
#main_continental_bookingbox .ui-autocomplete-input{
	width: 300px !important;
	height: 28px !important;
	border-radius: 5px;
	line-height: 28px !important;
}

#number_phone{
	padding-left: 20px;
}

.texto{
	color:#818085;
	font-size:14px;
	padding-right:3%;
	font-weight: normal;
}

.uppercase{
	text-transform: uppercase;
}

#border_top{
	border-top: solid 1px #e3a200;
}

.titulo_texto{
	color: #0f2231;
	border-bottom: solid 1px #e3a200;
	font-size: 18px;
	width: 1100px;
	padding-bottom: 10px;
}

.bloque_texto{
	width: 1100px;
	line-height: 18pt;
}

#border_bottom{
	border-bottom: solid 1px #e3a200;
}

img{
	margin: 0px;
}

.tit_flota{
	font-size: 48px;
	font-weight: lighter;
	font-family: 'Helvetica', 'Arial', verdana,;
	padding: 50px 0px;
}

#flota_link{
	width: 97%;
	margin: 5% 0%;
	background-color: #d6e1e7;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	height: 50px;
	border-radius: 0px 0px 3px 3px;
	font-size: 16px;
	padding: 15px;
}

#link_container{
	margin: 25px 0px;
	width:350px;
	float: left;
	display: inline-block;
	text-align: justify;
	line-height: 18pt;
}

.poligono{
	float: right;
	width: 280px;
	padding: 70 15;
	margin-left: 65px;
	/*padding-left: 100px;*/
	background-color: #ffffff;
	height: 210px;
    transform: skew(-20deg);
    text-align: center;
	margin-right: 90px;
}



#texto_fondo{
	padding-top:450px;
	padding-left:165px;
	family-font:'helvetica', 'Arial', verdana;font-size:50px;
	transform: rotate(-90deg);
	float:left;
}

.link{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

.link:hover{
	color: #e3a200;
}

#pickup, #dropoff{
	width: 85px !important;
}