body {
    /* font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; */
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    background: #fff;
    margin: 0;
    padding: 0;
    color: #666;
}
ul, ol, dl {
    padding: 0;
    margin: 0;
}
h4, h5 {
    margin-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    color: #008AD0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
h1, h2, h3, h3.titulo, h4 {
    margin-top: 0;
    font-family: 'Nunito', sans-serif;
}
h1 {
    color: #006c3b;
    font-size: 20px;
    font-weight: normal;
	margin-bottom:0;
}
h2 {
    margin-bottom: 5px;
    color: #008AD0;
    font-size: 32px;
}
h3 {
    color: #008AD0;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top:5pt;
    font-style: normal;
    line-height: 24px;
}
h3.titulo {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
    margin-top:-28pt;
    font-style: normal;
    line-height: 22px;
    font-weight: normal;
    font-variant: normal;
    padding-top: 75px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
	width:450px;
}
h4 {
    color: #008AD0;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
p{
    margin-top:5pt;
	line-height:18px;
}
a img {
    border: none;
}
a:link {
    color: #FFF;
    text-decoration: none;
}
a:visited {
    color: #FFF;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    color: #FFF;
}
.container {
    background: #FFF;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.header {
    /*background-color: #fff;*/
	background: url(../images/bg_cabecera.jpg) repeat-x;
    margin-bottom:0px;
}
.headercontent {
    height:112px;
    width:970px;
    /*background-color: #fff;*/
	background: url(../images/cabecera_ok.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    position:relative;
}
.contentselect_home{
	font-size: 12px;
}
/*.contentselect_home select#nav{
	display:inline;
    margin: 0;
    padding: 0;
	background: url(../images/bg_languageselector_home.png) no-repeat center top;
	width:192px;
	padding: 4px 9px;
	border:0;
	height: 26px;
}*/
.menu {
    height:30px;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/bg_menu.png);
    background-repeat: repeat-x;
}
.menucontent {
    height:30px;
    width:970px;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    background-position: center;
    color: #FFF;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.image {
    height:280px;
    margin: 0px;
    padding: 0px;
}
.image .imagecontent {
    background-image: url(../images/bg_home_2.png);
    background-repeat: no-repeat;
    background-position: -142px 0;
}
.image-wrap{
    background: url(../images/bg_grad_wrap.png) repeat-x top left;
}
.submit_button {
    font-size:11px;
    font-weight:bold;
    font-family: 'Nunito', sans-serif;
    text-align:center;
    overflow: hidden;
    cursor:pointer;
    color:#fff;
}
#index .image .imagecontent{
    background-image:url(../images/bg_home_2.png);
}
#contact .image .imagecontent{
    background-image:url(../images/bg_contact.png);
}
#register .image .imagecontent{
    background-image:url(../images/bg_register.png);
}
#interfaz .image .imagecontent{
    background-image:url(../images/bg_interfaz.png);
}
#sistema .image .imagecontent{
    background-image:url(../images/bg_sistema.png);
}
#faq .image .imagecontent{
    background-image:url(../images/bg_faq.png);
}
#quienes .image .imagecontent{
    background-image:url(../images/bg_quienes.png);
}
#productos .image .imagecontent{
    background-image:url(../images/bg_productos.png);
}
#error .image .imagecontent{
    background-image:url(../images/bg_error.png);
}
#expired-session .image .imagecontent{
    background-image:url(../images/bg_sessionexp.png);
}
#logout .image .imagecontent{
    background-image:url(../images/bg_logout.png);
}
#forgot-password .image .imagecontent{
    background-image:url(../images/bg_forgotpassword.png);
}
.imagecontent {
    height:280px;
    width: 970px;
    margin-right: auto;
    margin-left: auto;
}
.imagecontentleft {
    height:280px;
    width: 600px;
    float: left;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-align: left;
    vertical-align: middle;
    word-spacing: normal;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    font-style: normal;
	line-height: 18px;
}
.imagecontentright {
    height:280px;
    width: 310px;
    float: right;
}
.content {
    margin: 0px;
    padding: 0px;
    background: #e4e4e4 url(../images/bg_content.png) repeat-x;
}
.content ul {
    margin: 10px 10px 10px 30px;
}
.content ul li {
    margin-bottom: 12px;
}
.contenttext {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:7px;
}
.contenttext a {
	color: #008AD0;
	text-decoration: underline;
}
.footer {
    background-attachment: scroll;
    background-image: url(../images/bg_footer.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 190px;
    width: auto;
    padding: 0px;
    font-size: 10px;
    text-align: center;
    vertical-align: bottom;
    margin-top: 0px;
    clear:both;
}
.footer-wrap {
    /*background: url(../images/bg_footer_grad_wrap.png) repeat-x top left;*/
	background: url(../images/bg_pie.jpg) repeat-x top left;
}
.footer p {
    padding:168px 0 20px 0;
	margin:0;
	color:#fff;
}
#error .footer,
#logout .footer,
#expired-session  .footer {
    background: none repeat scroll 0 0 #FFFFFF;
}
#error .footer-wrap,
#logout .footer-wrap,
#expired-session  .footer-wrap {
    background: url("/static/public/bedsonline/images/bg_content.png") repeat-x scroll 0 0 #E4E4E4;
	height: 55px;
    margin-top: 30px;
}
#error .footer p,
#logout .footer p,
#expired-session  .footer p {
    padding:0 0 0 0;
}
.footer a {
    color: #fff;
    font-weight: bold;
}
.fltrt {
    float: right;
    margin-left: 8px;
    width: 400px;
    font-size: 16px;
    text-align: right;
    margin-top:80px;
	margin-right: 130px;
}
.fltlft {
    float: left;
    /*margin-right: 8px;*/
    width: 320px;
    background-repeat: no-repeat;
    margin-top:61px;
	/*margin-left: 158px;*/
}
/*home*/
.confdstenttext {
    width: 970px;
    xbackground-color:#fff;
    margin-right: auto;
    margin-left: auto;
}
.home_rgt {
    float: right;
    width: 312px;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    color: #666;
}
.home_lft {
    float: left;
    width: 312px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
.home_ctr {
    float: left;
    width: 312px;
    font-weight: normal;
    color: #666;
    text-align: left;
    margin-right: 17px;
    margin-left: 17px;
}
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*interfaz*/
.interfaz_text {
    width: 970px;
    font-weight: normal;
    color: #666;
    text-align: left;
    margin-bottom:20px;
    background:none !important;

}
.interfaz_text_lft{
    float: left;
    width: 485px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
.interfaz_image {
    float: right;
    width: 485px;
    text-align: left;
    font-weight: normal;
    color: #666;
}
#interfaz_xml_grafico {
    width: 485px;
    height: 220px;
    background:transparent url(../images/interfaz_image.png) no-repeat top left;
    position:relative;
}
#interfaz_xml_grafico .fixed_block {
    position: absolute;
    text-align: center;
    float: left;
    width: 90px;
    font-weight:bold;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -1px;
}
#interfaz_xml_grafico .xml_interface{
    color:#008ad0;
    font-size:13px;
    left: 207px;
    top: 45px;
    width: 70px;
}
#interfaz_xml_grafico .our_products{left: 21px; top: 152px;}
#interfaz_xml_grafico .our_database{left: 135px; top: 110px;}
#interfaz_xml_grafico .your_system{left: 254px; top: 110px;}
#interfaz_xml_grafico .your_customers{left: 371px; top: 152px;}
/*sistema*/
.sistema_text {
    width: 970px;
    font-weight: normal;
    color: #666;
    text-align: left;
    margin-bottom:20px;
    background:none !important;

}
.sistema_text_lft{
    float: left;
    width: 485px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
.sistema_image {
    float: right;
    width: 485px;
    text-align: left;
    font-weight: normal;
    color: #666;
}
#sistema_01 {
    width: 485px;
    height: 66px;
    background:transparent url(../images/sistema_01.png) no-repeat top left;
    position:relative;
}
#sistema_02 {
    width: 485px;
    height: 330px;
    background:transparent url(../images/sistema_02.png) no-repeat top left;
    position:relative;
}
#sistema_01 .fixed_block,
#sistema_02 .fixed_block {
    position: absolute;
    text-align: center;
    float: left;
    width: 90px;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -1px;
}
#sistema_01 .search{left: -6px; top: 45px;}
#sistema_01 .add{left: 94px; top: 45px;}
#sistema_01 .confirm{left: 187px; top: 45px;}
#sistema_02 .hotel_only{left: -4px; top: 45px;}
#sistema_02 .add_to_sc{    left: 97px; top: 45px;}
#sistema_02 .add_to_sc1{left: 97px; top: 45px;}
#sistema_02 .add_to_sc2{left: 97px; top: 110px;}
#sistema_02 .add_to_sc3{left: 195px; top: 187px;}
#sistema_02 .add_to_sc4{left: 394px; top: 254px;}
#sistema_02 .car_only{left: -4px; top: 110px;}
#sistema_02 .hotel{left: -4px; top: 187px;}
#sistema_02 .transfer{left: 96px; top: 187px;}
#sistema_02 .transfer2{left: -4px; top: 254px;}
#sistema_02 .hotel2{left: 97px; top: 254px;}
#sistema_02 .extras{left: 196px; top: 254px;}
#sistema_02 .insurance{left: 294px; top: 254px;}
/*faq*/
.faq_text {
    width: 970px;
    font-weight: normal;
    color: #666;
    text-align: left;
    margin-bottom:20px;
    background:none !important;
}
.faq_text_lft{
    float: left;
    width: 470px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
.faq_text_lft a:link,
.faq_text_lft a:hover,
.faq_text_lft a:active,
.faq_text_lft a:visited {
	color:#008AD0!important;
}
.faq_text_rgt {
    float: right;
    width: 470px;
    text-align: left;
    font-weight: normal;
    color: #666;
}
/*register*/
.register_text {
    width: 970px;
    xbackground-color:#fff;
    margin-right: auto;
    margin-left: auto;
}
.register_text h3 {
    margin-top:30px;
}
.register_form1 {
    float: right;
    width: 312px;
    text-align: left;
    font-weight: normal;
    color: #666;
}
.register_form2 {
    float: left;
    width: 312px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
.register_form3 {
    float: left;
    width: 312px;
    font-weight: normal;
    color: #666;
    text-align: left;
    margin-right: 17px;
    margin-left: 17px;
}
/*contact*/
.contact_text {
    width: 970px;
    xbackground-color:#fff;
    margin-right: auto;
    margin-left: auto;
}
.contact_form1 {
    float: right;
    width: 312px;
    text-align: left;
    font-weight: normal;
    color: #666;
}
.contact_form2 {
    float: left;
    width: 312px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
.contact_form3 {
    float: left;
    width: 312px;
    font-weight: normal;
    color: #666;
    text-align: left;
    margin-right: 17px;
    margin-left: 17px;
}
/*quienes*/
.quienes_text {
    width: 970px;
    font-weight: normal;
    color: #666;
    text-align: left;
    margin-bottom:20px;
    background:none !important;
}
.quienes_text li {
	margin-bottom:5px!important;
}
.quienes_text_lft{
    float: left;
    width: 600px;
    font-weight: normal;
    color: #666;
    text-align: left;
}
.quienes_image {
    float: right;
    width: 350px;
    text-align: left;
    font-weight: normal;
    color: #666;
}
/* productos */
.product{
    width: 49%;
    float:left;
    height:185px;
}
.product img{
    float:left;
    margin-top:23px;
}
.product .text{
    float:left;
    width: 70%;
    margin: 20px;
}
/* login */
.login_form{
    float:right;
    background: url(../images/bg_login.png) no-repeat top left;
    width: 210px;
    height: 252px;
}
.login_form input{
    border:0;
    background-color:transparent;
    outline:0;
    width:88%;
    margin-left:5%;
    height:20px;
    cursor:text;
}
.login_form label{
    display:block;
    height:38px;
    font-weight:bold;
}
.login_form label a{
    font-weight:normal;
}
.login_form label a.forgotten_link{
    margin-left:5px;
    text-decoration:underline;
}
.login_form .username_label{
    margin-top:67px;
}
.login_form .password_label{
    margin-top:3px;
}
.login_form .tag_wrap{
    display:block;
    height:37px;
}
.login_form .tag{
    background: url(../images/login_label_bg1.png) no-repeat top left;
    padding:6px 5px 11px 8px;
    font-size:10px;
    color:#fff;
    line-height:37px;
}
.login_form .login_button{
    background: url(../images/login_button_bg.png) no-repeat top left;
    padding: 4px;
    margin: 10px 0 0 4px;
    width: 185px;
    height:23px;
    text-transform: uppercase;
    cursor:pointer;
}
.login_form fieldset{
    border:0;
    outline:0;
    padding:0;
}
.login_form fieldset legend{
    display:none;
}
.login_form .no_access{
    font-size:10px;
    text-align: center;
    color:#fff;
}
.login_form .no_access a{
    color:#e5ff71;
}
/* page-forms */
.page_form {
    padding-bottom:40px;
}
.alertbox_container {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFEFEF;
    margin: 11px 0;
    padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.alertbox_content {
	background: url("../images/icon_alert_idioma.jpg") no-repeat scroll 0 5px transparent;
    padding: 0 0 0 38px;
	min-height: 28px;
}
.page_form table {
    width:100%;
}
.page_form table td {
    width:33%;
    vertical-align:top;
}
.page_form input,
.page_form select{
    width:300px;
    border:0;
    background-color:transparent;
    padding:2px;
    padding-left:6px;
    outline:0;
}
.page_form .select-container {
    border: 0;
    position: relative;
    width: 298px;
    height: 18px;
    overflow: hidden;
}
.page_form .disabled-select {
    background-color:transparent;
    color:#aaa;
}
.page_form .mandatory {
    color:#008AD0;
    font-weight:bold;
    margin-top:20px;
}
.page_form input {
    bottom:1px;
    position:relative;
    height:16px;
    width:94%;
}
.page_form select {
    color: black;
    background: #fff;
    position: absolute;
    width: 300px;
    top: -2px;
    left: -2px;
}
.page_form label {
    display:block;
    padding-top:6px;
}
.page_form .text-input,
.page_form .select-input{
    background:transparent url(../images/bg_form_input.png) no-repeat bottom left;
    padding:6px 6px 0 6px;
    height: 20px;
}
.page_form .checkbox-input input {
    width: auto;
}
.page_form .textarea-input {
    background:transparent url(../images/bg_form_textarea.png) no-repeat 0 4px;
    height: 84px;
}
.page_form .textarea-input textarea {
    height: 63px;
    width: 292px;
    margin:10px 9px;
    border:0;
    outline:0;
    font-family:sans-serif;
    font-size:100%;
    resize: none;
}
.recaptcha_module{
	width:311px;
}
#recaptcha_image{
	padding: 16px 0pt 0pt 6px;
}
.recaptcha_text{
	clear:right;
}
a.refresh_capcha {
	color: #008AD0;
	text-decoration:underline;
	background:transparent url(../images/ico_refreshcapcha.png) no-repeat top left;
	padding: 0 0 0 22px;
	display:block;
	height:18px;
	margin: 4px 4px 0 0;
	float:right;
}
.page_form .send-button {
    background:transparent url(../images/contact_button_bg.png) no-repeat top left;
    width:131px;
    height:22px;
    float:right;
    margin-right:1%;
    text-transform: uppercase;
}
/* selector de idioma */
#choose_language{
    font-size:11px;
    font-weight:bold;
    color:#666;
    top:10px;
    right:0;
    position:absolute;
}
#choose_language .separator{
    font-weight:normal;
}
#choose_language label{
    font-weight:bold;
    display:none;
}
#choose_language a{
    color:#008AD0;
}
#choose_language .active{
    
}
#choose_language .inactive{
    text-decoration:underline;
}
/* mensajes de envío */
.message_ok,
.message_error{
    padding-bottom:50px;
}

/*Especial para Selección de mercado*/
body#home{
	background: url(../images/bg.png) repeat-x left top;
}
#home h1{
	margin: 30px 0 0 0;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	text-shadow: 0.05em 0.05em 0.1em #555555;
	width: 350px;
	}

#home h2{
	margin: 10px 0 10px 0;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-shadow: 0.05em 0.05em 0.1em #555555;
	width: 250px;
}

#home .imagecontentleft {
    height:588px;
	margin: 80px 0 0;
	padding:0;
	}
#home .fltrt {
	width:auto;
}
#home .contentselect_home strong{
	float:left;
	margin: 5px 0 0 0;
}
#home .lbl-selectmarket{
	/* background: url(../images/bg_label_selectmarket.png) no-repeat center top; */
	display:block;
	font: bold 15px Arial;
	height: 31px;
    padding: 8px 9px;
    width: 200px;
	text-align:left;
}
#home .choose_market{
	margin: 25px 0 0 0;
}
#home .home-selectlang-input{
	background: url("/static/public/bedsonline/images/bg_languageselector_home.png") no-repeat scroll center top transparent;
    height: 26px;
    padding: 4px 9px 4px 27px;
	*padding:4px 9px 4px 0px;
    _padding:4px 9px 4px 0px;
    width: 192px;
	float:left;
}
#home .home-selectlang-container{
	border: 0 none;
    height: 18px;
    overflow: hidden;
    position: relative;
    width: 174px;
}
#home .select-lang {
	background: none repeat scroll 0 0 #FFFFFF;
    color: black;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 177px;
	height: 22px;
}
#home .mkt-slct{
	*margin-top:1px;
    _margin-top:1px;
}
#home .home-selectmkt-input{
	background: url(../images/bg_marketselector_home.png) no-repeat center top;
    height: 32px;
    padding: 11px 9px 4px 33px;
	*padding:11px 9px 4px 35px;
    _padding:11px 9px 4px 35px;
    width: 305px;
	float:left;
	margin: 0 0 6px -19px;
}
#home .home-selectmkt-container{
	border: 0 none;
    height: 18px;
    overflow: hidden;
    position: relative;
    width: 285px;
}
#home .select-mkt {
	background: none repeat scroll 0 0 #FFFFFF;
    color: black;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 285px;
    height: 22px;
}
#home input{
	width: 310px;
	background: url(../images/bg_button_select_market.png) no-repeat center top;
	border: 0;
	height: 40px;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	}

#home .content{
    background: url(../images/bg_market_selector.jpg) no-repeat center -100px transparent;
	}

#home .header{
    background: url(../images/bg.png) repeat-x transparent top left;
}

#home .footer {
	height: 30px;
	background: #fff;
	}	
	
#home .footer p {
	background: url(../images/bg_footer_home.gif) repeat-x center top;
	padding: 18px 0 10px 0;
	height: 20px;
	margin: 0;
	}

#home .footer p  a{
	color: #f77e00;
	text-decoration: underline;
}
.footer .legal {
	color:#999;
	padding-top:0px;
}