#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: Arial, sans-serif;
	/*font: normal 14px/20px Avenir,arial,sans-serif;*/
        font-size: 9pt;
	color: #444;
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #f2f2f2;
}
.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: 1000px;
}
#main_site_header{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 14px;
        width: 1022px;
}
#main_site_container{
    padding: 10px;
    padding-bottom: 50px;
    background-color: #fff;
    border: solid 1px #e2e2e2;
    background-image: url(/img/aside-bg.png);
    background-repeat: repeat-y;
    background-position: -103px top;
}

accordion-header{
	background-color: #4e6f80 !important;
}

#main_site_logo{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;	
	overflow: hidden;	
	padding-top: 0px;
	padding-left: 5px;
	height: 100px;
}

#main_menu{
    display: block;
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 550px;
    top: 35px;
    right: 0px;
    height: 40px;
    font: 17px/42px Avenir,arial,sans-serif;
}
#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: 40px;
    position: relative;
    margin-right: 5px;
}


#main_menu li a{
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    background: transparent;
    padding: 1px 21px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #2c2d7f;
    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 a:hover{
    background-color: #222365;
    border-radius: 2px;
    color: #fff;
}

#main_menu li.active a{
    border: solid 1px #e2e2e2;
    background: #fff;
    color: #222365;
    font-weight: bold;
    padding: 0 20px;
}
#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;
}
#languageBar, #numeroBar{
	margin-bottom: 10px;
}
#maain_cars_home_container_rate_resume{
	margin-top: -5px;
}
#language-selected, #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 span{
	display: block;
	position: relative;
	line-height: 32px;
	padding-left: 8px;
	background-image: url(/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(/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 */

}
#language-selected:hover, #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 */

}
#language-selected.opened, #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(/img/language-picker-bg-opened.png);
}
#numero-selected.opened span{
	background-image: url(/img/numero-picker-bg-opened.png);
}
#normal_site_left{
	width: 220px;
	float: left;
	overflow: hidden;
        margin-top: -140px;
}
#normal_site_combo{
	position: absolute;
	top: 13px;
	right:123px;
	width: 100px;
}
#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: 770px;
	float: right;
}
#main_site_bookingbox{
	padding: 0px;	
}
#main_site_bookingbox_container{
        max-width: 250px;
	border: 0px;
	background-color: #fff;		
	border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -moz-box-shadow: 0 0 2px #666869;
        -webkit-box-shadow: 0 0 2px #666869;
        box-shadow: 0 0 2px #666869;
	margin: 0px;	
	padding-bottom: 10px;
}

#main_site_bookingbox_content{
	margin: 0px auto;
	color: #444;	
	padding: 0px 5px;	
}
#main_site_bookingbox_content input.ui-state-default{
	width: 170px !important;
}
#main_site_bookingbox_content .ui-combobox input.ui-state-default{
	width: 170px !important;
}
#main_site_bookingbox_content label, #booking_params_resume label{
	color: #000;
	font-weight: bold;
	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_right{
	margin: 0px;
	padding: 0px;
	font: normal 19px/20px EtelkaText,Avenir,arial,sans-serif;        
        color: #191a4b;
	padding-bottom: 6px;
	border-bottom: 3px solid #DDD;
	margin-bottom: 6px;
}
.main_enc_normal_right span{
	font-weight: bold;
}

.main_cars_resume_container{
    width: auto;
    height: 220px;
    float: none;
    margin: 0 10px 24px 10px;
    position: relative;
    display: block;
    background: #fff;
    border: solid 1px #e2e2e2;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.07);
    -moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.07);
    -khtml-box-shadow: 1px 1px 6px rgba(0,0,0,0.07);
    -ms-box-shadow: 1px 1px 6px rgba(0,0,0,0.07);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.07);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.main_cars_resume_container_image_preview{
    border-right: solid 1px #eee;
    float: left;
    display: block;
    width: 308px;
    height: 200px;
    padding-top: 20px;
    position: relative;
    text-align: center;
}
.main_cars_resume_container_content{
    height: 180px;
    width: 379px;
    padding: 20px 30px;
    float: right;
    background: #f8f8f8;    
    position: relative;
}
.div_form_container_booking{
    display: block;
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 379px !important;
    bottom: 0px !important;
    left: 349px !important;
}
.main_cars_resume_container_vehicle_name a{
    text-decoration: none;
}
.main_cars_resume_container_vehicle_name a strong{
    color: #2c2d7f;    
    font: bold 24px/10px EtelkaText,Avenir,arial,sans-serif;    
    margin: 0;
}

.main_cars_home_container_vehicle_category, .main_cars_home_container_vehicle_category a{
	color: #6A9200;
	font-weight: bold;
	text-shadow: 0 1px white;
}


.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: 85px;
}
#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;
}
.price_container_info_left{
	width: 308px;
	position: absolute;
	left: 0px;
	bottom: 10px;
}
.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;
	font-weight: bold;
}
.new-price-label{
	color: #244E8A;
	padding: 0px 10px 10px 10px;
	font-weight: bold;
	font-size: 15pt;
	text-align: center;
}
.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{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #acb1bb;
	width: 213px;
	height: 280px;
	float: left;
	margin-left: 31px;
}
.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: 50px;
	text-align: right;
	color: #ff6600;
	font-weight: bold;
	font-size: 9pt;
}
.main_cars_home_rate_resume_legend_display{
	float: left;
	width: 70px;
	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{
	border: solid 1px #d3e4ee;
	margin-bottom: 20px;
	background-color: #f3fbfe;
	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: #f3fbfe;
}
.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: #f3fbfe;
}
.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;
}
.orange_btn, .dark_blue_btn, #main_site_bookingbox_submit{
    display: block;
    margin: 0px auto;
    height: 36px;
    padding: 0 26px;
    background: #2c2d7f;
    text-decoration: none !important;
    color: #fff;
    font: bold 12px/40px Avenir, arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: solid 3px #191948;
    -webkit-border-radius: 2px 2px 3px 3px;
    -moz-border-radius: 2px 2px 3px 3px;
    border-radius: 2px 2px 3px 3px;
    background: -moz-linear-gradient(top,  #3c3d8a 0%,  #292a77 95%,  #393ba5 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #3c3d8a),  color-stop(95%,  #292a77),  color-stop(100%,  #393ba5));
    background: -webkit-linear-gradient(top,  #3c3d8a 0%,  #292a77 95%,  #393ba5 100%);
    background: -o-linear-gradient(top,  #3c3d8a 0%,  #292a77 95%,  #393ba5 100%);
    background: -ms-linear-gradient(top,  #3c3d8a 0%,  #292a77 95%,  #393ba5 100%);
    background: linear-gradient(to bottom,  #3c3d8a 0%, #292a77 95%, #393ba5 100%);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: background 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    transition: background 0.2s ease 0s;	
    cursor: pointer;
}
.orange_btn:hover, .dark_blue_btn:hover, #main_site_bookingbox_submit:hover{
	 color: #fff;
    background: #35369a;
    background: -moz-linear-gradient(top,  #4748a3 0%,  #323392 95%,  #4346be 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #4748a3),  color-stop(95%,  #323392),  color-stop(100%,  #4346be));
    background: -webkit-linear-gradient(top,  #4748a3 0%,  #323392 95%,  #4346be 100%);
    background: -o-linear-gradient(top,  #4748a3 0%,  #323392 95%,  #4346be 100%);
    background: -ms-linear-gradient(top,  #4748a3 0%,  #323392 95%,  #4346be 100%);
    background: linear-gradient(to bottom,  #4748a3 0%, #323392 95%, #4346be 100%);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.orange_btn:active, .dark_blue_btn:active, #main_site_bookingbox_submit:active{
     color: #fff;
    background: #2c2d7f;
    background: -moz-linear-gradient(top,  #3c3d8a 0%,  #292a77 95%,  #393ba5 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #3c3d8a),  color-stop(95%,  #292a77),  color-stop(100%,  #393ba5));
    background: -webkit-linear-gradient(top,  #3c3d8a 0%,  #292a77 95%,  #393ba5 100%);
    background: -o-linear-gradient(top,  #3c3d8a 0%,  #292a77 95%,  #393ba5 100%);
    background: -ms-linear-gradient(top,  #3c3d8a 0%,  #292a77 95%,  #393ba5 100%);
    background: linear-gradient(to bottom,  #3c3d8a 0%, #292a77 95%, #393ba5 100%);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -khtml-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-bottom-width: 2px;
    position: relative;
    top: 1px;
    margin-bottom: 1px;
}
#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{
    
    margin: 0px auto !important;    
}
#main_site_foot{
    width: 1002px;
    background: #191a4b;
    border-bottom: solid 5px #ec008c;        
    padding: 1px 10px 0 10px;
}
#main_site_foot .col {
    width: 300px;
    float: left;
    margin: 0 15px;
    padding: 0 0 15px 0;
}
#main_site_foot h3 {
    font-size: 14px;
    color: #fff;
    border-bottom: solid 1px #373862;
    margin: 36px 0 0 0;
    padding: 0 0 10px 0;
    font: bold 16px/20px Avenir,arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#main_site_foot ul {
    list-style-type: none;
    margin: 16px 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: #8997cb;
    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 Avenir,arial,sans-serif;
    padding-bottom: 3px;
}
#main_site_foot ul li a:link, #main_site_foot ul li a:visited {
    color: #8997cb;
    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 Avenir,arial,sans-serif;
}
#titlebar{
    display :block;
    height: 149px;
    padding: 1px 0 0 0;    
    position: relative;    
    margin: -10px -10px 10px -10px;
    background-color: #191a4b;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(/img/titlebar.jpg);    
}