/* Para el contenedor central de la búsqueda */
.din div.contenedor { font-size: 1em; line-height: 1.1em;}

.contenedor{
    margin:0 auto;
    /* max-width:960px; */  
    /*max-width: 1170px;*/
    /* FMB max-width: 1300px; */
    /* FMB border-radius: 6px; */ 
    position: relative;
    /* FMB imagen fondo contenedor */
    /* background: url("../images/bg.png") repeat scroll 0 0 #f8f8f8; */ 
    /* FMB color fondo contenedor transparente con opacidad 80% */
    /* background-color: rgba(255, 255, 255, 0.8); */ 
    background-color: #fff;
    padding: 0 20px;
}

/* nota texto arriba justo debajo del buscador */
.nota_justificado p {
  font-family: 'Raleway', sans-serif;
  color: #4d4d4d;
  /*font-size: 16px;*/
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}

/* nota debajo de buscador */
.nota_centro p {
  text-align: center;
  color: #87A8D0; 
  font-size: 22px;
  font-family: 'Raleway', sans-serif;  
}


/* quitar puntos de ul */
ol, ul {
	list-style: none;
}

/*
=======================================================================
	Contacto
=======================================================================
*/
.menu-contacto-inner { margin: 0px 0 10px 10px; }
#contacto sidebar { float: left; position: relative; width: 25%; padding-left: 15px; padding-top: 10px; margin-bottom: 30px; margin-top: 20px; }
#contacto #contacto-wrapper { float: left; width: 65%; padding-top: 30px; padding-left: 20px; }
#menu-contacto, #alojamiento .caracteristicas_wrapper{
background: url("../images/bg2.png") repeat scroll 0 0 rgba(183, 199, 216, 0.2);
  border: 1px solid #FFFFFF;
            border-radius: 7px;
       -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;   
    -webkit-box-shadow: 0 2px 5px #DFDFDF;
    -moz-box-shadow: 0 2px 5px #DFDFDF;
    box-shadow: 0 2px 5px #DFDFDF;  
  padding: 15px 20px 20px;
}
#menu-contacto .titulo, #aviso_legal h2{
  color: #4D4D4D;
  font-family: 'AbelRegular';
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin: 5px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  /*text-shadow: 0 1px 0 #ddd; */
}
#menu-contacto li { border-bottom: 1px solid #e0e0e0; margin: 10px 0;}
#menu-contacto li:last-child { border-bottom: 0;}
#contacto-intro p, #contacto-intro font { font-size: 0.9em; line-height: 1.5em; }
#menu-contacto p, #menu-contacto font { font-size: 0.9em; color:#4d4d4d; }
#menu-contacto a { color: #82A8B6; text-decoration: underline; -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;}

#mapa-wrapper { position: relative;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  padding: 10px;
  margin-top:10px; 
}
/* FMB #mapa { width:100%; height: 200px; } */
#mapa { width:100%; height: 300px; }

#contacto .formulario { float: left; width: 100%; padding-left: 10px; margin-top: 20px; }
.formulario p { display:block; margin-bottom: 0!important; color: #4d4d4d;}
.formulario span.req {
    background-image: url("../images/required.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 10px;
    padding: 0 6px;
    margin-left: 4px;
}

/* FMB .formulario label, #menu-contacto label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 24%; text-align: right; margin-right: 20px; text-transform: uppercase; font-size: 0.75em; } */
.formulario label, #menu-contacto label { display: inline-block; float: left; text-align: right; margin-right: 20px; text-transform: uppercase; font-size: 1em; padding: 10px 0; }

#menu-contacto label { float: none; text-align: left; width: 100%; color: #4d4d4d; }

.formulario input, .formulario textarea, #buscador #ref input { 
    /*FMBfont-family: 'DroidSansRegular';*/
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 8px; 
    color: #4d4d4d; 
    background: #f8f8f8; 
    border: 1px solid #e0e0e0;
    margin: 5px 0;
    position:relative;
    bottom:20px;
            border-radius: 2px;
       -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
}

#buscador #ref input { bottom: 0; margin: 0; padding: 8px 20px; }
.form-control-wrap  input:focus, .form-control-wrap textarea:focus, .form-control-wrap select:focus { border: 1px solid #4D4D4D; background-color: #fff; color:#4d4d4d; }
input[type=text].form-text {margin: 14px 5px 0 0; width: 60%;}
.comentario textarea { position:relative; bottom:0px; width:60%; }
.form-submit {
  /* FMB
  background: url("../images/btn_submit.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #7197A5;
            border-radius: 2px;
       -moz-border-radius: 2px; 
    -webkit-border-radius:2px;
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
  height: 40px;
  margin: 20px 40px;
  padding: 0 15px;
  float: right;
  font-family: 'DroidSansRegular';
  text-transform: uppercase;
  text-shadow: 0 1px 0 #7197A5;
  - FMB - */
  
  border-radius: 3px;
  border-bottom: 3px solid rgba(0,0,0,0.15);

  
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #DEECFC;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*border: none;*/
  /*border-bottom-color: currentcolor;*/
  /*border-bottom-style: none;*/
  /*border-bottom-width: medium;*/
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  
  
}

/* FMB .form-submit:hover {background:#77b3c1;} */
.form-submit:hover {background: #87A8D0;}

/* FMB .error span { color: #C05050; text-align: center; border: 1px dashed #C05050; display: block; width: 90%; padding: 4px; margin: 0 auto; margin-bottom: 20px; font-size: 0.8em; } */
.error span { color: #C05050; text-align: center; border: 1px dotted #C05050; display: block; width: 100%; padding: 4px; margin: 0 auto; margin-bottom: 20px; font-size: 1em; }

.resultado div { width: 100%; text-align: center; margin: 10px auto; }
.resultado h3 { text-align: center; text-shadow: 0 1px 0 #FFFFFF; color: #4d4d4d;}
.resultado .form-submit { float: none; }

/*
=======================================================================
	Buscador
=======================================================================
*/
.jqTransformInputWrapper { float: left; }
.jqTransformInputWrapper > div { width: 550px; }

.mainForm input[type=text], .mainForm textarea, .mainForm input[type=password], .addForm input[type=text], .addForm textarea, .addForm input[type=password], .editForm input[type=text], .editForm textarea, .editForm input[type=password], form.wysiwyg input[type=text]  { background: #fff; width: 100%; border: 1px solid #d5d5d5; padding: 5px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.mainForm input[type=text]:hover, .mainForm input[type=password]:hover, .mainForm textarea:hover, .addForm input[type=text]:hover, .addForm input[type=password]:hover, .addForm textarea:hover, .editForm input[type=text]:hover, .editForm input[type=password]:hover, .editForm textarea:hover { background: #fcfcfc; border: 1px solid #d1d1d1; }
.mainForm input[type=text]:focus, .mainForm input[type=password]:focus, .mainForm textarea:focus, .addForm input[type=text]:focus, .addForm input[type=password]:focus, .addForm textarea:focus, .editForm input[type=text]:focus, .editForm input[type=password]:focus, .editForm textarea:focus { border: 1px solid #bbc1c9; background: #fff; }

.submitForm { float: right; margin: 0px 14px 22px 14px; }

.jqTransformInputWrapper_hover input{ background: #f6f6f6; }
.jqTransformInputWrapper_focus input { background: #f6f6f6; border: 1px solid #cad1d4; }

.jqTransformSafari .jqTransformInputInner div { position: relative; overflow: hidden; margin:0px 8px; }
.jqTransformSafari .jqTransformInputInner div input { background: none; position: absolute; top: -10px; left: -2px; height: 42px; padding-left: 4px; }


/* Radios */
.jqTransformRadioWrapper {float: left;display:block; margin-top:5px;}
#frmBuscador .jqTransformRadioWrapper { float: none; display: inline-block; margin-top: 0; }
.jqTransformRadio { background: transparent url('../images/admin/forms/radio.png') no-repeat 0 0; vertical-align: middle; height: 15px; width: 15px; display: block; }


/* Checkboxes */
span.jqTransformCheckboxWrapper{ display:block;float:left; margin-top:6px; }
a.jqTransformCheckbox { background: transparent url('../images/admin/forms/checkbox.png') no-repeat 0 0px ; vertical-align: middle; height: 15px; width: 15px; display:block;/*display: -moz-inline-block;*/ }

a.jqTransformChecked { background-position: center bottom;} /* Checked - Used for both Radio and Checkbox */

/* Selects */
/* FMB .jqTransformSelectWrapper { width: 145px; position:relative; height: 26px; background: url('../images/admin/forms/select_left.png') no-repeat top left; float:left; min-width: 45px; } */
.jqTransformSelectWrapper { max-width: 155px; position:relative; height: 26px; background: url('../images/admin/forms/select_left.png') no-repeat top left; float:left; min-width: 45px; font-family:'Raleway', sans-serif; }
.jqTransformSelectWrapper div span { font-size: 11px; float: none; position: absolute; white-space: nowrap; height: 26px; line-height: 26px; padding-left: 8px; overflow: hidden; cursor: pointer; left: 0; text-align: left; }
.jqTransformSelectWrapper  a.jqTransformSelectOpen { position: absolute; right: -2px; width: 25px; height: 26px; background: url('../images/admin/forms/select_right.png') no-repeat center center; top: 0; }
.jqTransformSelectWrapper ul { position: absolute; min-width: 45px; top: 27px; left: 0px; list-style: none; background-color: #FFF; border: solid 1px #CCC; display: none; margin: 0px; padding: 0px; height: 168px; overflow: auto; 	overflow-y: auto; z-index:10; }
.jqTransformSelectWrapper ul a { display: block; padding: 2px 8px; text-decoration: none; color:#333; background-color: #FFF; font-size: 11px; text-align: left; }
.jqTransformSelectWrapper ul li:first-child { margin-top: 0px; }
.jqTransformSelectWrapper ul a.selected { background: #EDEDED; color: #333; }
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover { background:#82A8B6; color: #fff; }

.jqTransformHidden {display: none;} /* used to hide the original form elements */

#frmBuscador { 
  /* FMB  margin: 20px auto 10px auto;  */
  margin: 5px auto 5px auto;
  float: left; 
  width: 100%; 
  font-family: 'AbelRegular'; 
  /*
  background: url("../images/bg2.png");
  */
 /*FMB background: url("../images/bg5.png") repeat scroll 0 0 rgba(255, 255, 255, 0.7); */ 
 /* FMB background: url("../images/bg-buscador.png") repeat scroll 0 0 rgba(255, 255, 255, 0.7); */ 
 /* background-color: #87A8D0; */
 background-color: rgba(135, 168, 208, 0.6);
 
  border: 1px solid #FFFFFF;
            border-radius: 7px;
       -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;   
    -webkit-box-shadow: 0 2px 5px #DFDFDF;
    -moz-box-shadow: 0 2px 5px #DFDFDF;
    box-shadow: 0 2px 5px #DFDFDF;  
  padding: 0px;
  position: relative;
  padding-bottom: 10px;
}
#frmBuscador .frmInput { float: left; text-align: center; margin: 10px; padding: 10px 10px 0 10px; }
#frmBuscador .frmRadio { position: relative; top: 0px; margin-left: auto; margin-right: auto; }
#frmBuscador #tip { text-align: left; margin-top: 16px!important; }
#frmBuscador #tip ul li span { margin-right: 10px; }
#frmBuscador #hab { width: 12%;  } 


#frmBuscador #hab li { width: 16%; }
#hab li { float: left; margin: 0 2px; text-align: center; }
#frmBuscador #ban { width: 10%; } 


#frmBuscador #ban ul { width: 70%; margin: 0 auto; }
#frmBuscador #ban li { width: 26%; }
#ban li { float: left; margin: 0 2px; text-align: center; }
#frmBuscador #pis { width: 10%; }
#frmBuscador #pis ul { width: 60%; margin: 0 auto; }
#frmBuscador #pis li { width: 40%; }
#pis li { float: left; margin: 0 2px; text-align: center; }
#frmBuscador #air { width: 10%; }
#frmBuscador #air ul { width: 60%; margin: 0 auto; }
#frmBuscador #air li { width: 40%; }
#air li { float: left; margin: 0 2px; text-align: center; }
#frmBuscador #roc { width: 10%; }
#frmBuscador #roc ul { width: 60%; margin: 0 auto; }
#frmBuscador #roc li { width: 38%; }
#roc li { float: left; margin: 0 2px; text-align: center; }
#frmBuscador #pla { width: 13%; }
#frmBuscador #pla li { width: 42%; }
#pla li { float: left; margin: 0 2px; text-align: center; }
#frmBuscador #zon { display: none; width: 13%; }
#frmBuscador #zon label { position: relative; top: -3px; left: -3px;}

#frmBuscador #frm1, #frmBuscador #frm2 { width: 96%; margin: 0 auto; margin-left: 0; } 
/* FMB #frmBuscador #frm1, #frmBuscador #frm2 { width: 100%; margin: 0 auto; margin-left: 0; } */

#frmBuscador #frm1 .frmInput { margin-top: 0; }
#frmBuscador #frm2 .frmInput { margin-top: 0; padding-top: 0; margin-bottom: 0; padding-right: 0; }
/*#buscador #ref { float: right;}*/
#buscador #ref label { float: left; font-size: 1.05em; font-weight: 600; margin-right: 30px; line-height: 34px; color: #fff; margin-bottom: 10px; }
#buscador #ref input { float: left; }
#frmBuscador #dis { float: left; width: auto; }
#frmBuscador #dis .disTitle { text-align: center; border-bottom: 1px dashed #8ba2bb; font-size: 0.9em; }
#frmBuscador #dis label, #frmBuscador #pre > label, #frmBuscador #dis_adicional label { width: 100%; display: inline-block; text-align: center; border-bottom: 1px dashed #8ba2bb; }
#frmBuscador .dis { width: auto; margin: 0; }
#frmBuscador #dis_adicional { width: auto; float: left;}
#frmBuscador .dis li:first-child{ width: auto;}
#frmBuscador #dis_adicional li:first-child { width: auto; }
#frmBuscador .dis li { width: auto; }
#frmBuscador #dis_adicional ul { float: left; margin: 0 4px; position: relative; top: 16px; }
#frmBuscador #dis_adicional label { display: block; }
#frmBuscador #dis_adicional li { width: auto;  }
#frmBuscador #dis_adicional li label { margin-bottom: 2px;}
.dis li { float: left; margin: 0 2px; text-align: center; }
#frmBuscador #pre { float: left; width: 35%; margin-top: 16px!important; }
#frmBuscador #pre label { width: auto; }
#frmBuscador .pre_aux { width: 20%!important; }
 #frmBuscador #pre > label { width: 92%; }
 #frmBuscador .pre_aux > label { width: 96%!important; }
#frmBuscador #pre li { width: 30%; float: left; }
#frmBuscador .pre_aux li { width: 50%!important; }
#frmBuscador #bus { position: absolute; bottom: 20px; right: 10px;  }

/* FMB #frmBuscador label { font-size: 0.9em; font-style: normal; } */
#frmBuscador label { color: #FFF; font-size: 0.9em; font-style: normal; }

#bus .form-submit { margin: 0; height: 30px; text-transform: uppercase; }

#buscador-btn { float: left; background: rgba(0, 0, 0, 0) url("../images/btn_submit.png") repeat-x scroll 0 0; padding: 4px 20px 10px 20px; }

.autocomplete .ui-widget-content { background-color: #FAFAFA; border: 1px solid #D5D5D5; width: 166px !important; border-top: 0; z-index: 10000;} /* FMB: el z-index para que quede por delante */

.autocomplete .ui-menu .ui-menu-item { border-bottom: 1px dashed #d5d5d5; }
/*FMB .autocomplete .ui-menu .ui-menu-item a { width: 160px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 11px; color:#424242; display: block; line-height: 36px; padding-left: 6px; } */
.autocomplete .ui-menu .ui-menu-item a { width: 160px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 11px; color:#424242; display: block; line-height: 36px; padding-left: 6px; }
/*FMB .autocomplete .ui-menu .ui-menu-item a.ui-state-hover { background-color: #82A8B6; color: #fff; cursor: pointer; margin: 0; } */
.autocomplete .ui-menu .ui-menu-item a.ui-state-hover { background-color: #87A8D0; color: #fff; cursor: pointer; margin: 0; }



/* Buscar por referencia */
#frmBuscadorPorReferencia { 
  margin: 0px auto 10px auto; 
  float: left; 
  width: 100%; 
  /*font-family: 'AbelRegular'; */
  font-family: 'Raleway', sans-serif;

  /*
  background: url("../images/bg2.png");
  */
  /*FMB background: url("../images/bg5.png") repeat scroll 0 0 rgba(255, 255, 255, 0.7); */ 
  /* FMB background: url("../images/bg-buscador.png") repeat scroll 0 0 rgba(255, 255, 255, 0.7); */ 
  /* background-color: #87A8D0; */
  background-color: rgba(135, 168, 208, 0.6);
  
  border: 1px solid #FFFFFF;
  border-radius: 7px;
  -moz-border-radius: 7px; 
  -webkit-border-radius: 7px;   
  -webkit-box-shadow: 0 2px 5px #DFDFDF;
  -moz-box-shadow: 0 2px 5px #DFDFDF;
  box-shadow: 0 2px 5px #DFDFDF;  
  padding: 5px 0px 5px 10px;
  position: relative;
  /*padding-bottom: 0px;*/
  
  /*position: absolute;*/
  /*bottom: 20px;*/
  /*right: 10px;*/
  
}
/*#frmBuscadorPorReferencia #buscador-referencia { bottom: 0px; left: 10px;  }*/


/*
=======================================================================
	Carousel
=======================================================================
*/
.jcarousel-wrapper {
    margin: 10px auto 20px auto;
    position: relative;
    border: 1px solid #fff;
    /*background: url("../images/bg5.png") repeat scroll 0 0 rgba(255, 255, 255, 0.7);*/
    /*background: url("../images/bg2.png") repeat scroll 0 0 rgba(183, 199, 216, 0.2);*/      
    /* FMB
    border-radius: 7px;
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;   
    -webkit-box-shadow: 0 2px 5px #DFDFDF;
    -moz-box-shadow: 0 2px 5px #DFDFDF;
    box-shadow: 0 2px 5px #DFDFDF;
    -FMB- */  
    padding: 10px;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    /*FMBwidth: 157px!important;*/
    /* FMB: ancho de contenedor */
    width: 320px !important;
    
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel li span { 
  /* font-size: 0.7em; */
  font-size: 100%;
  /* font-weight: 500; */ 
  text-align: center; 
  display: block; 
  overflow: hidden; 
  white-space: nowrap; 
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
  /*font-family: 'AbelRegular';*/
  font-family: 'Raleway', sans-serif; 
  /*color: #000;*/
  color: #87A8D0;
}
.jcarousel img {
  display: block;
  /* FMB max-width: 100%; */
  /*max-width: 180px;*/
  /* FMB: ancho de la imagen */
  width: 300px;
    
  height: auto !important;    
  background-color: #FFFFFF;
  /*border: 1px solid #EBEBEB;*/
  border: 1px solid #DEECFC;
  padding: 4px;    
}
.jcarousel img:hover {
 
  /*border-color: #82A8B6;
  box-shadow: 0 0 5px rgba(131, 240, 249, 0.8);
  -moz-box-shadow: 0 0 5px rgba(131, 240, 249, 0.8);
  -webkit-box-shadow: 0 0 5px rgba(131, 240, 249, 0.8);*/

  border-color: #87A8D0;
  box-shadow: 0 0 20px rgba(135, 168, 208, 0.8);
  -moz-box-shadow: 0 0 20px rgba(135, 168, 208, 0.8);
  -webkit-box-shadow: 0 0 20px rgba(135, 168, 208, 0.8);
      
}
/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
}

.jcarousel-control-prev {
    /* FMB left: -70px; */
    left: -10px;
    background: url('../images/btn_control_prev.png') no-repeat 0 0; 
}

.jcarousel-control-next {
    /* FMB right: -70px; */
    right: -10px;
    background: url('../images/btn_control_next.png') no-repeat 0 0;
}
/*
=======================================================================
	Alojamientos
=======================================================================
*/
#alojamientos #alquiler, #alojamientos #venta { width: 100%; float: left;}
#alojamientos #alquiler .cycle-slideshow, #alojamientos #venta .cycle-slideshow { max-width: none; }
.overline-wrap {  }
.overline, .overlinei {
  background: url("../images/stripe-border.png") repeat-x scroll center center transparent;
  padding: 0;
  height: 8px;
  float: left;
  margin-top: 14px;
  margin-right: 10px;
}
a.vertodo {  
    background: url("../images/btn_submit.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #7197A5;
            border-radius: 2px;
       -moz-border-radius: 2px; 
    -webkit-border-radius:2px;
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
  height: 28px;
  float: left;
  line-height: 28px;
  font-style: normal;
  padding: 0 10px;
  font-family: 'DroidSansRegular';
  text-shadow: 0 1px 0 #7197A5;  
  margin-left: 50px;
}
a.vertodo:hover { background:#77b3c1; }
#buscador-btn a.vertodo:first-child { margin-left: 30px; }
.overline-wrap h2 a, .jcarousel-wrapper > span { 
    line-height: 35px;
    background: transparent;
    color: #4D4D4D;
  font-family: 'AbelRegular';
  font-size: 22px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
  float: left;
}
.overline-wrap h2 a:hover { color: #82A8B6; text-decoration: underline; }
.overline-wrap a.vertodo:hover {background:#77b3c1;}
#alquiler .overline { width: 69%; }
#alquiler .overline-wrap h2 a { width: 26%; }
#venta .overline { width: 71%; }
#venta .overline-wrap h2 a { width: 24%; }
.overlinei { width: 2%; }
/*
=======================================================================
	Galería Alojamientos
=======================================================================
*/


.galeriawrap { margin-left: 10px; margin-right: 10px; padding-top:10px; padding-bottom: 10px; }
#resultado {  }
#galeria-list { 
    width: 100%; 
    margin: 0px auto; 
    /* FMB border: 1px solid #fff; */
    /* FMB background: url("../images/bg2.png") repeat scroll 0 0 rgba(183, 199, 216, 0.2); */
    /* FMB background-color: #DEECFC; */
    /* FMB background: url("../images/bg-galeria-list.png") repeat scroll 0 0 rgba(183, 199, 216, 0.2); */
    
    /* FMB border-radius: 7px; */
    /* FMB -moz-border-radius: 7px; */ 
    /* FMB -webkit-border-radius: 7px; */
    /* FMB -webkit-box-shadow: 0 2px 5px #DFDFDF; */
    /* FMB -moz-box-shadow: 0 2px 5px #DFDFDF; */      
    /* FMB box-shadow: 0 2px 5px #DFDFDF; */ 
}
.galeria-item { 
    float: left; 
    width: 22%; 
    margin: 5px;
    text-align: center;
    padding: 5px;    
}
.galeria-item img { 
    width: 86%;
    background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  padding: 4px;   }
.galeria-item:hover{
    border-color: #82A8B6;
        box-shadow: 0 0 5px rgba(131, 240, 249, 0.8);
   -moz-box-shadow: 0 0 5px rgba(131, 240, 249, 0.8);
-webkit-box-shadow: 0 0 5px rgba(131, 240, 249, 0.8);  }

#galeria-paging {}
#galeria-paging ul{ width: 100%; padding:0px; margin:8px; }

#galeria-paging ul li {
    /* FMB color: #4D4D4D; */
    color: #fff;
    float: left;
    /* FMB font-size: 12px; */
    font-size: 16px;
    /*font-weight: bold;*/
    margin: 0 2px;
    padding: 1px 5px;
    text-align: center;
    text-shadow: none;
    /* FMB width: 20px; */
    width: 30px;
    cursor:pointer;
    /* FMB background-color: #F3F2F2; */
    background-color: #87A8D0;
    border: 1px solid #D7D7D7;
    /*font-family: 'AbelRegular';*/
    font-family: 'Raleway', sans-serif;
}
#galeria-paging ul li:hover{
    color:#82a8b6;
    background:url(../images/pagenavi_current.png) repeat-x;
}
.outer-center {
    float: right;
    right: 50%;
    position: relative;
}
.inner-center {
    float: right;
    right: -50%;
    position: relative;
}

#galeria-paging ul li.inactive {
    color: #BABABA;
    cursor: default;
}
#galeria-paging ul li.current { color: #82a8b6; background:url(../images/pagenavi_current.png) repeat-x; }
.galeriatxt { font-family: 'AbelRegular'; font-size: 0.8em; display: block; padding: 0 5px 0 10px; color: #4D4D4D; }
.galeriaref { float: left;display: block; overflow: hidden; white-space: nowrap; 
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis; width: 100px;}
#galeria-list .readmore { float: right; }
#galeria-list .readmore span { text-decoration: underline; }
.galeria-no { padding: 30px 0; text-align: center; font-family: 'AbelRegular'; color: #82A8B6; font-size: 1.2em; font-weight: bold; }
/*
=======================================================================
	Ficha Alojamiento
=======================================================================
*/
#fotos_wrapper, #mapa_wrapper, #temporadas_wrapper { 
    width: 100%;
    position: relative;
    /* FMB
    border: 1px solid #fff;
      background: url("../images/bg2.png") repeat scroll 0 0 rgba(183, 199, 216, 0.2);
            border-radius: 7px;
       -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;   
    -webkit-box-shadow: 0 2px 5px #DFDFDF;
    -moz-box-shadow: 0 2px 5px #DFDFDF;
    box-shadow: 0 2px 5px #DFDFDF;
    -FMB- */  
    padding: 20px 0; 
}

#alojamiento #nombre { margin-top: 40px; clear: both;}
#alojamiento h1 { 
    text-indent: 0; 
    display: inline-block; 
    float: left; 
    font-size: 1.2em; 
    font-family: 'AbelRegular'; 
    color: #4D4D4D; 
    font-weight: normal; 
    margin-bottom: 20px; 
    line-height: 35px; 
    position: absolute; 
    top: -14px;    
    padding-right: 15px;
    background-image:url('../images/bg.png');
    background-color:#fff;
}
#alojamiento .overlinei { margin-top: 0;}
#alojamiento .overline { position: relative; width: 80%; margin-top: 0; }
#alojamiento .rrss { float: right; position: relative; top: -15px; background: url("../images/bg.png"); padding-left: 10px; }
#alojamiento .nav { position: relative; font-family: 'AbelRegular'; font-size: 1em; /*float: right;*/ text-align: center; }
#alojamiento .nav .sep { color: #82A8B6; }
#alojamiento .navtop { top: 20px; }
#alojamiento .navbottom { bottom: 20px; }
#alojamiento .nav a { color: #82A8B6; border-bottom: 1px dashed #82A8B6; margin: 0 10px; }
#alojamiento .nav a:hover { color: #82A8B6; border-style: solid; border-color: #82A8B6; }
#alojamiento .nav span { color: #4d4d4d; }
#alojamiento #descripcion { margin-top: 30px; width: 100%; }
#alojamiento .descripcion_wrapper { float: none; margin-top: 20px; }
#alojamiento #caracteristicas { margin-top: 20px; }
#alojamiento .caracteristicas_wrapper { width: 100%; padding: 10px 0; margin-top: 20px; }
#alojamiento .descripcion_wrapper { text-align: justify; }
#alojamiento .descripcion_wrapper, #alojamiento .caracteristicas_wrapper, #alojamiento #observaciones p { font-size: 0.9em; line-height: 1.5em; color: #4d4d4d; }
#alojamiento .caracteristicas_wrapper { font-size: 1em; }
#alojamiento .caracteristicas_wrapper { margin-bottom: 10px; color: #000; }
.caracteristicas_wrapper ul li { float: left; width: 25%; }
.caracteristicas_wrapper ul.carParc li { float: left; width: 33%; }
.caracteristicas_wrapper ul li span { display: inline-block; }
.caracteristicas_wrapper ul { font-family: 'AbelRegular'; margin: 0 auto; width: 90%; }
.caracteristicas_wrapper ul li span.br { /*border-right: 1px dashed #82A8B6;*/ }
.caracteristicas_wrapper ul li span { padding: 0px 5px; text-align: left; }
#alojamiento #observaciones, #alojamiento #temporadas, #alojamiento #mapa_wrapper { margin-top: 40px; }
#alojamiento #temporadas_wrapper { margin-top: 20px; }
#alojamiento #observaciones h3, #alojamiento #temporadas h3, #alojamiento #caracteristicas h3, #alojamiento #descripcion h3 { 
    display: inline-block; 
    float: left; 
    font-size: 1.2em; 
    font-family: 'AbelRegular'; 
    color: #4D4D4D; 
    font-weight: normal; 
    margin-bottom: 20px; 
    line-height: 35px; 
    position: absolute; 
    top: -14px;    
    padding-right: 15px;
    background-image:url('../images/bg.png');
    background-color:#fff;
    text-transform: uppercase;
}
#alojamiento #observaciones .overline, #alojamiento #temporadas .overline, #alojamiento #caracteristicas .overline, #alojamiento #descripcion .overline { width: 95%; }
#alojamiento #observaciones p { margin-top: 20px;}

#alojamiento #temporadas table { border:1px solid #E9E9E9; width: 60%; margin: 0 auto; }
#alojamiento #temporadas table th {
	font-size:12px;
	text-transform:uppercase;
        border-bottom:1px solid #82A8B6;
	text-shadow:0 1px 0 #ccc;
        /*
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F1F1F1));
	background:-webkit-linear-gradient(#FFFFFF, #F1F1F1);
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #F1F1F1 100%) repeat scroll 0 0 transparent;
	background:-moz-gradient(center top, #FFFFFF 0%, #F1F1F1 100%);         
        */
        font-family: 'AbelRegular';
}
#alojamiento #temporadas table th, #alojamiento #temporadas table td { padding: 4px 10px; font-size: 0.83em; color: #4d4d4d; }
#alojamiento #temporadas table td { border-bottom: 1px dashed #82A8B6; }
#alojamiento #temporadas table tr:last-child td { border-bottom:1px solid #82A8B6; }
#alojamiento #mapa_wrapper #mapa { width: 80%; height: 330px; margin:0 auto;}

/* FMB: añadimos la siguiente línea para rrss */
.rrss { float: right; position: relative; top: -15px; background: url("../images/bg.png"); padding-left: 10px; }
.rrss ul li { float: left; margin-right: 10px; }

/*
=======================================================================
	Página Error
=======================================================================
*/
.errorPage { min-height: 400px; padding-top: 40px; }
.errorPage .galeria-no { padding: 10px 0; }
.errorPage h1 { text-indent: 0; text-align: center; font-size: 1.3em; float: none; }
.errorPage .form-submit { float: none; width: 7%; margin: 0 auto; display: block; text-align: center; height: 26px; margin-top: 20px; line-height: 26px; }

/* FMB #btnLimpiar { clear: both; margin-top: 10px!important; font-size: 0.55em; padding: 4px;} */
#btnLimpiar { clear: both; margin-top: 10px!important; }

/*
=======================================================================
	Responsive
=======================================================================
*/
#navbtn { 
    display: none;
}
#aviso_legal h2 { margin-top: 0; padding-top: 20px;}
#tip .liPar { margin-left: 6px; position: absolute; }
/* FMB .nota p { font-family: 'AbelRegular', sans-serif; color: #4d4d4d; font-size: 15px; } */
#slogan2 { text-align: center; margin: 0 auto;}