
body{
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	/*background-color:#E4E4E4;*/
	font-family: Arial, Helvetica;
	font-size:12px;
	/*background-image: url('../image/city_background.jpg');*/
}

img{vertical-align:text-bottom}

.ui-widget, .ui-widget .ui-widget 
{
 /*font-size: 12px !important;*/
 font-size: 99% !important;
 font-family: Arial, sans-serif;
 
}

.ui-datagrid-no-border .ui-datagrid-content { 
   border: none;
}
.ui-datagrid-no-border .ui-datagrid-content  .ui-datagrid-column{
	padding: 0px;
}

@font-face {
    font-family: "Ubuntu Regular";
    src: url('../resources/fonts/Ubuntu-R.ttf');
}

@font-face {
  font-family: 'icomoon';
  src:  url('../resources/fonts/icomoon.eot?dyb0jl');
  src:  url('../resources/fonts/icomoon.eot?dyb0jl#iefix') format('embedded-opentype'),
    url('../resources/fonts/icomoon.ttf?dyb0jl') format('truetype'),
    url('../resources/fonts/icomoon.woff?dyb0jl') format('woff'),
    url('../resources/fonts/icomoon.svg?dyb0jl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-menubar   {
	/*background-color: #DCDCDC !important;*/ 
	/*background: #DCDCDC;*/ 
	/*margin-bottom: 10px;*/
	font-size: 12px !important;
}


.contenidoMenu{
	font-size: 13px !important;
}

.contenedorPrincipal{
	/**width: 1060px;*/
	
	max-width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	/**background-image: url("http://www.jsftoolbox.com/images/v2/main-bg2.gif");*/
	background-position: center bottom;
    background-repeat: no-repeat;
    /*border: 1px solid #A8A8A8;*/
    border-bottom: 0px none;
    padding: 2px 0px;
    padding-bottom: 0px;
    background: transparent;
}

.contentClass{
	/* background-color: white; */
	/*border: 1px solid #A8A8A8;*/
}

.central{
	width: 100%;
	height: 100%;
	clear:both;
	margin-bottom: 35px;
}

.logo {
	position: relative;
	top:  0px;
	left: 0px;
}

.submenu-title{
	padding: 4px 10px;
	font-size: 15px;
	margin-bottom: 2px;
	margin-top: 5px;
}

.globalColumnInfo{
	width: 100%;
	vertical-align:top;
}

.opcionesMenu{
	
	width:190px;
	height:100%;
	margin-bottom:20px;
	font-size: 12px;
	
	
}

.izqPanel{
	vertical-align: middle;
	padding: 0px;
	width: 100%;
	
	border-radius: 5px;
    background-repeat: no-repeat;
    border: 1px solid #A8A8A8;
    padding: 20px 8px;
    font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	color:#252525;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
	
}

.izqPanelLink{
    border: 1px solid #A8A8A8;
    border-radius: 3px;
}

.centerPanel{
	vertical-align: middle;
	padding: 0px;
	width: 100%;
	max-width:900px;
	border-radius: 5px;
    background-repeat: no-repeat;
    border: 1px solid #bebebe;
    padding: 7px 7px;
    font-family:Helvetica,Arial,sans-serif;
	color:#252525;
	font-size: 12px;
	box-shadow: 1px 3px 7px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.9) inset !important;

}

.menuProgreso{
	width: 770px;
	height: 43px;
	text-align: center;
	font-variant: small-caps;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px !important;
	font-weight: bold;
	margin-bottom: 2px;
}

.menuPaso1{
	background-image:url("../image/LINEA1.png");
	background-repeat: no-repeat;
}

.menuPaso2{
	background-image:url("../image/LINEA2.png"); 
	background-repeat: no-repeat;
}

.menuPaso3{
	background-image:url("../image/LINEA3.png"); 
	background-repeat: no-repeat;
}

.menuPaso4{
	background-image:url("../image/LINEA4.png"); 
	background-repeat: no-repeat;
}

.selectMenu{
	font-size: 12px !important;
}

.textoFormatoSmall{
	font-variant: small-caps;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.columnFiltros{
	margin-top:50px;
	vertical-align:top;
	/*width: 100%;*/
}


.columnInformacion{
	width: 100%;
	vertical-align:top;
}

.noBorder{
	border: 0px !important;
}

.noBorder tr, .noBorder td{
	border: 0px !important;
	background: transparent !important;
}

.noCenterVertical{
	vertical-align: middle !important;
}


/** boton submit*/

.button-submit {

    text-decoration: none;
    
}

/** footer*/

.footerHead{
	min-width: 980px;
	max-width: 1202px;
	/*width: 1062px;*/
	margin:auto;
	/*background-color: #0381DE ;*/
	/* background-color: #486EB9; */
	/* background-color: #026BB9; */
	background-color: white;
	border-left:1px solid #A8A8A8;
	border-right:1px solid #A8A8A8;
	height: 20px;
	width: 100%;
}

.alignRight{
	text-align: right;
	width: 100%;
}

.ui-icon.NewBusqBtn {
   /**background-image: url('../image/Search.png') !important;**/
   background-position: 0 0 !important;
}


.panelMessage{
	width: 100%;
	height: 100%;
	margin-right: 20px;
	clear:both;
	background-color:white;
	/**background-image: url("http://www.jsftoolbox.com/images/v2/main-bg2.gif");*/
	background-position: center bottom;
    background-repeat: no-repeat;
    border: 1px solid #A8A8A8;
    padding: 0px 0px;
}

.headMessage{
	margin: 0px;
	border-radius: 3px 3px 0 0;
	background-color: #06549E;
	color:white;
	font-family: Arial,Helvetica,sans-serif;
	height: 50px;
	padding-left: 30px;
	padding-top:10px;
	vertical-align:middle;
}

.panelDetallesInformation{
	width: 100%;
	height: 100%;
	margin-right: 20px;
	clear:both;
	background-color:white;
	/**background-image: url("http://www.jsftoolbox.com/images/v2/main-bg2.gif");*/
	background-position: center bottom;
    background-repeat: no-repeat;
    border: 1px solid #A8A8A8;
    padding: 0px 0px;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}

.infoReserva{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-color: #FFFFFF;
	border-color: #C4D1DB #9EB7CD #9EB7CD #C4D1DB;
    border-right: 1px solid #9EB7CD;
    border-style: solid ;
    border-width: 1px ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
    /**background-image: url('../images/buttonblue.png');**/
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 2px;
    text-shadow: 0 1px 1px #FFFFFF;
}


.infoComentarios{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #C4D1DB #9EB7CD #9EB7CD #C4D1DB;
    border-right: 1px solid #9EB7CD;
    border-style: solid ;
    border-width: 1px ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
    /**background-image: url('../images/buttonblue.png');**/
    font-size: 12px;
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px #FFFFFF;
}


form H2 {
    background: url("../image/TituloDetalles.png") no-repeat scroll 0 -87px transparent;
    clear: both;
    /**color: #FF930F;*/
    color:white;
    text-shadow: black 0.1em 0.1em 0.1em;
    font-size: 1.45em;
    height: 59px;
    line-height: 42px;
    margin: -6px 0 10px -22px;
    padding-left: 40px;
    padding-top: 0;
    position: relative;
    width: 750px;
    font-family: Arial,Helvetica,sans-serif;
}

.textWeight{
	width : 160px;
	font-weight: bold;
	color: #373737;
}

.styleSimpleBar{
	background: none;
	border: none !important;
}

.overlayDialog div.ui-dialog-titlebar{
	font-size: 12px;
}

.buttonInput{
    /* 	background: #0FA3EA none repeat scroll 0 0; */
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 10px 10px rgba(255, 255, 255, 0.1) inset;
    color: white;
    cursor: pointer;
    font-family: "Ubuntu","Lato",sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 5px;
    text-shadow: 2px 1px 1px #5d5d5d,0px -1px 1px #808080;
    /*text-shadow: 0 -0.8px 0 rgba(0, 0, 0, 0.8);*/
}

.buttonInputNext:hover {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    background: #FF8000;
}

.buttonInputBack{
    background: #11a6f0 none repeat scroll 0 0;
   /* 	background: #0FA3EA none repeat scroll 0 0; */
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 10px 10px rgba(255, 255, 255, 0.1) inset;
    color: white;
    cursor: pointer;
    font-family: "Ubuntu","Lato",sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 5px;
    text-shadow: 2px 1px 1px #444455,0px -1px 1px #444455;
    /*text-shadow: 0 -0.8px 0 rgba(0, 0, 0, 0.8);*/
}


/** fijar boton Scroll top **/
.fijarBotonArriba{
	position:fixed;
	left: 92%;
	top: 90%;
	font-size: 10px;
	background: rgba(29, 26, 26, 0.42);
	width: 40px;
	height: 40px;
	border-radius:50%;
	
	text-align: center;
}
.centrarImgBtn{
	width: 36px;
	vertical-align: middle;
	height: 30px;
}

.fijarShow{
	display:block;
}
.fijarHide{
	display: none;
}

/**fin**/




.itemContainerNoView{
	border: 1px solid #b94400 !important;
	width: 97% !important;
	margin: 1px 2px !important;
	border-radius: 4px !important;
}

.itemContainerView{
	width: 98% !important;
	margin: 1px 2px !important;
	background: #F8F8F8;
}

.itemContainerView a, .itemContainerNoView a{
	white-space:pre-line !important;
}


.textoSelectHoteles {
	font-family: NeoSansRegular, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	padding:0px 5px;
	padding-bottom: 3px;
	color: #4c4c4c;
}

.textoTitulo1{
	font-family: NeoSansRegular, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	font-variant: small-caps;
	color:#1f1f1f;
}

.textoTitulo2{
	font-family: NeoSansRegular, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	padding-left:5px;
	padding-bottom: 3px;
	font-variant: small-caps;
	color:#1f1f1f;
}

.textoSelect2 {
	font-family: NeoSansRegular,Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing:0.02em;
	display: inline-block;
	padding-left:5px;
	color: blue;
}

.textoSelect3 {
	font-family: NeoSansRegular,Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing:0.02em;
	display: inline-block;
	padding-left:5px;
	color: #3F4CA3;
}

.columnDatosBusq{
	vertical-align:top;
	width: 20px;
}

.div_text_shadow
{
	color: rgba(0, 0, 0, 0.6);
	text-shadow: rgba(0, 0, 0, 0.2) 2px 5px 4px, rgba(255, 255, 255, 0.4) 0px -4px 30px;
	font-style: italic;
}

.buttonsMenuIzq{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.buttonsMenuIzq button{
	width:160px;
	height:33px;
}

.glow {
    color: #444;
    text-shadow: 1px 0 1px #ccc, 0 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc, 3px 4px 1px #eee, 5px 4px 1px #ccc, 4px 5px 1px #eee, 6px 5px 1px #ccc, 5px 6px 1px #eee, 7px 6px 1px #ccc;
}

.infoLeft{
	width: 230px;
	margin-right: 10px;
}

.textNoShow{
	color: red !important;
}

.textBlue{
	color: blue !important;
}


.styleCiudad{
		
	background-color: #F5F5F5;
}

.columnAlignTop{
	vertical-align:top;
}

.columnAlignBottom{
	vertical-align:bottom;
}

.columnAlignCenter{
	vertical-align:middle;
}

.columnAlignLeft{
	text-align: left;
}

.columnRatingBottom{
	vertical-align:bottom;
	padding-bottom: 3px;
}

.columnFullWidth{
	width: 100%;
}
.columnFullHeight{
	height: 100%;
}
.columnSize-4{
	width: 25%;
}
.columnSize-5{
	width: 20%;
}
.columnSize-3{
	width: 33%;
}
.columnSize-6p{
	width: 66%;
}

.columnCenter{
	text-align: center;
}


/**estilo redes*/
.linkRedes{
	margin-right: 10px;
}
.linkRedesCircle{
	border:2px solid;
	border-color:#d4d1d1;
	display:inline-block;
	min-width:1.95em;
	line-height: 1.95em;
	border-radius:100px;
	font-size:14px;
	background: #d6d4de;
}
.linkRedesCircle i{
	top:0.5px;
	position: relative;
}

/** icon **/
.icon-facebook:before {
  content: "\ea90";
  color: #3B5998;
}
.icon-twitter:before {
  content: "\ea96";
  color:#1DA1F2;
}
.icon-youtube:before {
  content: "\ea9d";
  color:#E62117;
}
.icon-instagram:before {
  content: "\ea92";
  color: #D4337C;
}
.icon-cross:before {
  content: "\ea0f";
}

.icon-list2:before {
  content: "\e9bb";
}
.icon-map2:before {
  content: "\e94c";
}
.icon-search2:before{
	content: "\f002";
}

.icon-list-ul:before{
	content: "\f0ca";
}
.icon-check-circle:before{
	content: "\f058";
}
.icon-chevron-left:before{
	content: "\f053";
}
.icon-chevron-right:before{
	content: "\f054";
}
.icon-building-o:before{
	content: "\f0f7";
}
.icon-angle-left:before{
	content: "\f104";
}
.icon-angle-down:before{
	content: "\f107";
}
.icon-angle-right:before{
	content:"\f105";
}
.icon-angle-up:before{
	content: "\f106";
}
.icon-bed:before{
	content:"\f236";
}
.icon-user:before{
	content:"\f007";
}
.icon-checkmark:before{
	content:"\ea10";
}

/**check **/

.checkmark::before {
    background-color: #fff;
    content: "";
    height: 8px;
    left: 8px;
    position: absolute;
    top: 3px;
    width: 2px;
}
.checkmark::after {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 5px;
    position: absolute;
    top: 9px;
    width: 4px;
}
.checkmark {
    background: #a2b635 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    transform: rotate(35deg);
    width: 15px;
}

.pricemark {
    background: #841122 none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    display: inline-block;
    height: 15px;
    text-align: center;
    width: 15px;
}

/** end check **/
 
 
 .ui-slider .ui-slider-range{
 	background: #f0f0ff;
 }


/** estilos **/

.panelBusqueda{
	background-color: #fff;
	border-radius: 3px 3px 3px 3px;
}

.panelHeaderTitle{
	border:0px;
	padding:10px 5px;
	text-align: center;
	border-radius: 2px 2px 0px 0px;
	text-shadow: 0 1px 0 #777 !important;
}

.panelButtonsOrder{
	padding:0px;
	height: 15px;
	width: 100%;
	border-style: solid;
	border-width: 7px 1px 0px 0px;
	border-radius: 3px 3px 2px 2px;
	font-size: 12px;
}

.buttonFiltro{
	margin:0px;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	/* border-color: #0077cc; */
	height: 100%;
	min-height: 27px;
	line-height:22px;
	width: 100%;
	text-align:center;
}

.buttonSelect{
	/*border: 1px solid #AAAACC;*/
	height: 36px;
	width: 180px;
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
	/*text-align: left;*/
	vertical-align: middle;
	border-radius: 4px 4px 4px 4px;
	margin-top: 3px;
	/* background-color: #D41A47; */
}

.footerClass{
	/*width: 1062px;*/
	width: 100%;
	height: 100px;
	margin:auto;
	background-color: #dedede; 
	/* background-color: #253765 293D6F; */
	/* background: linear-gradient(to bottom, #2F457E 0%, #2E457B 100%) repeat scroll 0 0; */
	color:#0C5193;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	width: 100%;
	padding: 10px 10px;
	
}
.footerData{
	text-align: center;
	width: 100%;
	text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
	background-color: #F1F1F1;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}
