@charset "utf-8"; 
/* $Id: style.css,v 1.5 2009/07/13 23:52:57 joseic Exp $ */
/* Drupal 6 Anbal Theme CSS - Created by Jose Ibanez
----------------------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
12.CSS Support
13.Advanced

[Color codes]

Background blue - #E8F6F6
General text - #222
Links - #0078BF
Headers - #003882
Text logo - #0673B4

----------------------------------------------------------------*/

/**
 * 0.RESET 
 */
@import "reset.css";

/**
 * 1.GLOBAL
 */

body {
  background: #FFF url('../images/bg-body-top.gif') repeat-x;
  color: #555;
  font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 12px;  
  margin: 0;
  padding: 0;
  outline: none;
  /*line-height: 1.4em;*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Arial, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #003882;
}

h1 {
  font-weight: bold;
  font-size: 200%;
}

h2 {
  font-size: 180%;
  color: #CC3009;
}

h3 {
  font-weight: bold;
  font-size: 150%;  
}

h4 {
  font-size: 120%;
}

p {
  margin: 0 0 6px 0;
  line-height: 21px;
  color: #555;
}
#balneario-content p {
  line-height: 17px;
}
.services p , #node-119 p, .ficha-contacto p {
  line-height: 15px;
}
div {
  outline: none;
}

a {
  color: #0078BF;
  text-decoration: none;
  outline: none;
}

a:link, a:visited {
  color: #059;
  outline: none;  
}

ol { margin-left: 15px; }
 
.item-list ul li, ul li, li.leaf { list-style: none; }
ul { margin: 0; padding: 0;}
li { margin: 0; padding: 0;}

.hidden {
  display: none;
}

.cleared {
  display: block;
  clear: both;
}

input[type="checkbox"] {
  margin-right: 5px;
}

/**
 * 2.LAYOUT
 */
#container {
  margin: 0 auto;
  padding: 0;
  width: 989px;  
}
#wrapper-container {
  background: url('../images/bg-footer.gif') repeat-x bottom center;
}

#wrapper-content {
  background: url('../images/bg-container-top.gif') no-repeat;
  margin-top: 20px;
}

#content {
  background: url('../images/bg-container-bottom.gif') no-repeat bottom left;
  padding: 20px;
  min-height: 500px;
  width: 950px;  
}


/**
 * 3.MAIN
 */
/* 1 column */
#main {
  margin: 0 0 1.5em;
  position: relative;
}

#main h2 {
  font-size: 205%;
  color: #003882;
  font-weight: lighter;
}
#main h3 {
  font-size: 190%;
  color: #cc3009;
  font-weight: lighter;
}
#main h4 {
  font-size: 153%;
  color: #003882;
  font-weight: lighter;
}
.lang-de #main .block-service-home h4 {
  font-size: 136%;
}


/* 3 columns */
body.sidebars #main {
  float: left;
  width: 630px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #main {
  float: left;
  /*margin-left: 8px;*/
  width: 700px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #main {
  float: left;
  width: 700px;
}

/**
 * 4.SIDEBARS
 */
.sidebar {
  width: 220px;
}

.sidebar.mayores-55 {
    width:330px;
}

#sidebar-left {
  float: left;
  margin-right: 20px;
}

#sidebar-right {
  float: right;
  margin-right: 15px;
}

#sidebar-right #block-block-5  {
  padding: 15px;
  background: url('../images/bg-block.gif') no-repeat;
  width: 190px;
  height: 150px;
}
#sidebar-right .block h3 {
  color: #cc3009;
  font-size: 110%;
  border-bottom: 1px dotted #b2b2b2;
  margin-top: 0;
}
.wc-sb {
  float: left;
  width: 990px;
}
.wc-sb #main {
  float: left;
  width: 705px;
}
.wc-sb #main.mayores-55 {
    float: left;
    width: 590px;
}

.wc-sb .breadcrumb {
  padding-top: 0;
}

.block h3 {
  border-bottom: 1px dotted #4C73A7;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#tabs-wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages {
  -moz-box-shadow: 0 1px 3px #DDDDDD;
  -moz-border-radius: 3px 3px 3px 3px;
  margin-bottom: 15px;
  margin-top: 5px;
  background-color: #f0f9f3;
  color: #668877;
  border: 2px solid #addcc1;
  padding: 15px;
  display:none
}

/**
 * 5.HEADER
 */
#header {
  margin: 0;
  padding: 0 23px 0 0;
  height: 115px;
  width: 988px;
}

#header #logo {
  float: left;
  padding: 0;
}

#header #sitename {
  float: left;
  margin-top: 34px;
}

#header #logo h1 {
  text-indent: -10000px;
  background: url('../images/logo-anbal.gif') no-repeat;
  width: 260px;
  height: 62px;
}

#header #siteslogan  h2{
  text-indent: -10000px;
  background: url('../images/slogan-anbal-es.gif') no-repeat;
  width: 250px;
  height: 28px;
}
#header #siteslogan.sl-es  h2{
  background: url('../images/slogan-anbal-es.gif') no-repeat;
}
#header #siteslogan.sl-en  h2{
  background: url('../images/slogan-anbal-en.gif') no-repeat;
}
#header #siteslogan.sl-fr  h2{
  background: url('../images/slogan-anbal-fr.gif') no-repeat;
}
#header #siteslogan.sl-de  h2{
  background: url('../images/slogan-anbal-ge.gif') no-repeat;
}
#header #telefono-cabecera { margin-top: 44px; text-align:right; font-size: 16px; color:#059;}

#top-header {
  height: 30px;
}

#header-right-bottom {
  float: right;
  width: 335px;
}

#search-theme-form {
  /*float: right;*/
  margin: 0;
  width: 335px;
}

#search-theme-form input {
  margin: 1em 0 1.85em;
}

#search-theme-form input#edit-search-theme-form-1 {
  width: 145px;
}

#header #search {
  float: right;
  height: 45px;
  margin-top: 25px;
}

#secondary-links {
  float: right;
  width: 160px;
}

#language-selector {
  float: right;
}


#language-selector ul li.de {   background: url("../images/flag_de.gif") no-repeat scroll center bottom transparent; }
#language-selector ul li.en {   background: url("../images/flag_en.gif") no-repeat scroll center bottom transparent; }
#language-selector ul li.es {   background: url("../images/flag_es.gif") no-repeat scroll center bottom transparent; }
#language-selector ul li.fr {   background: url("../images/flag_fr.gif") no-repeat scroll center bottom transparent; }

#language-selector ul li {
  float: left;
  margin-left: 10px;
  padding-bottom: 20px;
  padding-left: 0;
}

#language-selector .language-link img {
  display: block;
  margin-left: 15px;
}


/* removes "Search this site:" label from search forms */
div#edit-search-theme-form-1-wrapper label, 
div#edit-search-block-form-1-wrapper label {
  display: none;
}

/**
 * 6.NAVIGATION
 */
 

#wrapper-nav { 
  background: url('../images/bg-nav-bar-left.gif') no-repeat left;
}

#nav { 
  background: url('../images/bg-nav.gif') repeat-x;
  margin-left: 6px;
}

#nav-content{   
  background: url('../images/bg-nav-bar-right.gif') no-repeat right;
  height: 32px;
  margin-top: 10px;
}

#nav ul.primary-links {  
  width: 900px;
  float: left;
  line-height: 31px;
}

#nav ul.primary-links li {  
  border-right: 1px dotted #002F66;
  
}

#nav ul.primary-links li.first {   

}

#nav ul.primary-links li.last {   
  /* border-right: none; */
}

#nav ul.primary-links  a {
  color: #fff;
  font-size: 100%;
  padding-bottom: 5px;
}

#nav ul.primary-links  li:hover div.thirdw,
#nav ul.primary-links  li.active-trail div.thirdw {
  background: #006cb2;  
  }
  
#nav ul.primary-links  li div.thirdw{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#nav ul.primary-links  li div.secondw, #nav ul.primary-links  li div.firstw{
  padding: 8px 2px 8px 1px;
}

#nav ul.primary-links  li:hover div.firstw, #nav ul.primary-links  li.active-trail  div.firstw {
  background: url('../images/bg-nav-item-left.gif') no-repeat left;
}
#nav ul.primary-links  li:hover div.secondw, #nav ul.primary-links  li.active-trail div.secondw {
  background: url('../images/bg-nav-item-right.gif') no-repeat right;
}

#font-size-selector {
  float: right;
  margin-right: 23px;
  padding: 5px 4px 4px;
}

.breadcrumb {
  border-bottom: 1px dashed #9acfcf;
  padding-bottom: 10px;
  color: #666;
  margin-left: 19px;
  margin-right: 36px;
  margin-top: 10px;
  padding-top: 10px;
}
.breadcrumb  a {
  color: #0078bf;
}

#edit-display-mail-1-wrapper {
  margin-top: 0;
}


/**
 * 7.NODES
 */

 
/* pagination */
.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, 
.item-list ul.pager li a:visited, 
.item-list ul.pager li.pager-current {
  margin: 0;
  padding: 0 .2em;
  text-decoration: none;
}

.item-list ul.pager li a:hover, 
.item-list ul.pager li a:active {
  text-decoration: underline;
}

.item-list ul.pager li.pager-current {
  border-bottom: 2px solid;
  color: #069;
  font-weight: bold;
}

/**
 * 8.COMMENTS
 */
.comment {
  margin: 0;
  padding: 0;
}

.comment-bar {
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
}

.comment span.submitted {
  color: #898989;
}

.comment span.new {
  color: red;
}

.comment-title {
  display: none;
}

.comment .picture {
  float: right;
  margin: 0 0 .5em .5em;
}

.comment ul.links {
  margin: 0 0 1.5em;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 2em;
  padding-left: 1em;
}

/**
 * 9.BLOCKS
 */
.block {
  margin: 0 0 1.5em;
  position: relative;
}

/* login block */
#user-login-form {
  padding: 0 .5em;
  text-align: left;
}

#user-login-form .form-item {
  margin: 0;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#formacion-home {
  background: url("../images/bg-formacion.gif") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  font-family: georgia;
  font-size: 110%;
  height: 75px;
  text-align: center;
  width: 220px;
}

#formacion-home p {
  padding-top: 20px;
}
#formacion-home a {
  display: block;
  clear: both;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}

#block-anbal_base-2 p { margin: 0; }
#block-anbal_base-2 h6 { font-family: Arial; }

/**
 * 10.FOOTER
 */
#footer {
  background: url('../images/bg-footer-marca.gif') no-repeat bottom left;
  height: 139px;
  margin: 0 auto;
  padding: 0;
  width: 989px; 
}

#footer-logos-partner {
  float: left;
  margin: 20px 20px 20px 40px;
}

#footer-logos-partner ul li{
  float: left;
  margin-left: 15px;
}

#footer-navigation {
    float: left;
    margin: 20px;
    width: 590px;
}

#footer-navigation ul.footer-nav {
  margin: 0 auto;
}

#footer-navigation ul.footer-nav li {
  display: inline;
  border-right: 1px solid #BABABA;
  padding-right: 17px;
  margin-left: 13px;
}

#footer-navigation ul.footer-nav li.last {
  border: none;
  padding-right: 0;
}

#footer-navigation ul.footer-nav li a {
  text-decoration: underline;
}

ul.footer-nav-secondary {
  margin-top: 15px;
  text-align: center;
  width: 530px;
}

ul.footer-nav-primary {
  height: 20px;
  text-align: center;
  width: 590px;
}

ul.footer-nav-secondary li a{
  font-size: 95%;
  color: #838383;
  margin-top: 15px;
}

#footer #logo-footer  {
  float: left;
  width: 136px;  
}

#footer #logo-footer h2 {
  background: url("../images/logo-anbal-footer.gif") no-repeat scroll 0 0 transparent;
  height: 64px;
  text-indent: -10000px;
  width: 136px;
}


/**
 * 11.CSS SUPPORT
 */

.clear           { clear: both; }
.clear-block     { display: block; }

.float-left      { float: left; }
.float-right     { float: right; }
.img-left        { float: left; margin: 1.5em 1.5em 1.5em 0; }
.img-right       { float: right; margin: 1.5em 0 1.5em 1.5em; }

.text-left       { text-align: left; }
.text-right      { text-align: right; }
.text-center     { text-align: center; }
.text-justify    { text-align: justify; }

.bold            { font-weight: bold; }
.italic          { font-style: italic; }
.underline       { border-bottom: 1px solid; }

.nopadding       { padding: 0; }

.hide            { display: none; }
.inline  { display: inline; }


/**
 * 12.CUSTOMIZATIONS
 */

 
.tabset{
  margin:10px 0 0;
  padding:0 0 2px;
  list-style:none;
  height:1%;
}
.tabset:after{
  content:"";
  display:block;
  clear:both;
}
.tabset li{
    float: left;
    height: 25px;
    margin-left: 3px;
    text-align: center;
	padding-top: 10px;
	width: 29%;
}
#buscador-home .tabset li{
 font-size:10px;
}
#buscador-home .tabset li.active{
  background: #fff url("../images/bg-pest1.gif") no-repeat scroll center top;
  border-right: 1px solid #C1E1E1;
  border-left: 1px solid #C1E1E1;
 
  width: 76px;

  padding-bottom: 4px;
}
#buscador-home .tabset li#p-loc{
  width: 72px;
}
#buscador-home .tabset li#p-tra{
  width: 78px;
}
#buscador-home .tabset li#p-ofe{
  width: 55px;
}
#buscador-home .tabset a{
  padding-top: 9px;
  text-decoration: underline;
  color: #0078bf;
}
#buscador-home .tabset a.active {
  padding-top: 10px;
  padding-bottom: 8px;
  color: #003882;
  text-decoration: none;
}
#buscador-home .tabset a.active span{  

}




/* --------------------------------------- sidebar boxes*/
.sidebar-box-rounded  a{
  color: #0078bf;
}
.sidebar-box-rounded  h3{
  margin-top: 0;
}
.sidebar-box-rounded  h4{
  font-size: 1.4em;
  font-weight: lighter;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #bdbdbd;
}
.sidebar-box-rounded .wrapper-1 {
  background: url('../images/bg-wrapper2-top.png') no-repeat top;
  width: 220px;
  padding-top: 10px;
}
.sidebar-box-rounded .wrapper-3 h4 {
  margin-top: 0;
}
.sidebar-box-rounded .wrapper-3 {
  background: url('../images/bg-wrapper2-middle.png') repeat-y;
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar-box-rounded .wrapper-2 {
  background: url('../images/bg-wrapper2-bottom.png') no-repeat bottom;
  padding-bottom: 10px;
}

.box-widget .wrapper-3{
  padding-left: 2px;
  padding-right:0;
}

/* ---------------------------------- gray sidebar boxes*/
.sidebar-gray-box-rounded  a{
  color: #0078bf;
}
.sidebar-gray-box-rounded  .block{
  margin: 0;
}
.sidebar-gray-box-rounded  h3{
  margin-top: 0;
}
.sidebar-gray-box-rounded  h4{
  font-size: 1.4em;
  font-weight: lighter;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #bdbdbd;
}
.sidebar-gray-box-rounded .wrapper-1 {
  background: url('../images/bg-wrapper3-top.png') no-repeat top;
  width: 220px;
  padding-top: 8px;
}
.sidebar-gray-box-rounded .wrapper-3 {
  background: url('../images/bg-wrapper3-middle.png') repeat-y;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.sidebar-gray-box-rounded .wrapper-2 {
  background: url('../images/bg-wrapper3-bottom.png') no-repeat bottom;
  padding-bottom: 8px;
}


/* --------------------------------------- nodes*/
#balneario-header-left {width:330px; margin-left:-10px;}
#balneario-header-right {width:620px;}
.header-node {
  margin-top: 10px;
  margin-bottom: 25px;
}
.header-node h3{
  font-weight: lighter;
  font-size: 3em;
}
.header-node h3 span{
  font-size: 0.8em;
}
.content-box {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  display: block;
}
.content-box h4 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.description-video-blog {
  /*height: 170px;*/
  margin-top: 0;
}
.description-video-blog h4 {
  margin-top: 0;
}
.description-video-noblog {
  /*padding-top: 15px;*/
}

/* --------------------------------------- balneario nodes*/
#balneario-content  {
  width: 620px;
}
#balneario-sidebar  {
  margin-top: 0px;
  width: 303px;
  margin-left: 15px;
}
#balneario-data-left {
  width: 303px;
}
#balneario-data-right {
  width: 300px;
  margin-left: 15px;
}
#balneario-data {
  margin-top: 0px;
}
#photo-active-gallery {
  height: 264px;
}
#maplinks a {
  font-size: 80%;
  text-decoration: underline;
  float: right;
  margin-left: 10px;
}
.balneario-video object {
  border: 1px solid #ccc;
  width: 303px;
}
.balneario-box h4 {
  border-bottom: 1px dotted #4C73A7;
}
.balneario-box h4 span{
  font-weight: lighter;
  margin-left: 10px;
  font-style: italic;
}
.balneario-box dl dd{
  float: left;
  width: 220px;
}
.balneario-box dl.desc-q {
  font-size: 90%;
  height: 30px;
}
.balneario-box dl.desc-q dt {
  width: auto;
}
.balneario-box dl.desc-q dt img {
  width: 29px;
  height: 29px;
}
.balneario-box dl .tsocial {
  margin-top: 20px;
}
.balneario-box dl dt{
  color: #444444;
  float: left;
  font-weight: lighter;
  margin-right: 10px;
  text-align: right;
  width: 65px;
  clear: left;
}
#balneario-sidebar .balneario-box h4 {
  font-weight: lighter;
  border-bottom: 1px dotted #bdbdbd;
}
.balneario-location h4{
  margin-bottom: 10px;
  font-size: 1.4em;
}
.balneario-location h3.location-locations-header {
  display: none;
}
.balneario-location  > div{
  width: 260px;
  overflow: hidden;
}
.balneario-location {
  background: url('../images/bg-location.png') no-repeat;
  width: 306px;
  height: 335px;
  padding: 15px;
}
.balneario-location  .location-locations-wrapper .adr .geo {
  display: none;
}

.balneario-location  .location-locations-wrapper {
  margin-top: 1px;
}
.balneario-location  .location-locations-wrapper .country-name {
  display: none;
}

.alrededores-balneario {
  font-size: 90%;
  height: 43px;
  overflow: hidden;
  line-height: 13px;
}
.contact-balneario span {
  display: block;
}
.contact-balneario span.telefono {
  font-weight: bold;
}
.contact-balneario span.web a {
  /*background: url('../images/bg-w-open-blue.gif') no-repeat right;*/
  /*padding-right: 20px;*/
}
#area-boton-reserva {
  background: url("../images/bg-bot-reserva.png") no-repeat scroll 0 0 transparent;
  height: 64px;
  padding: 17px 20px 20px;
  text-align: center;
  width: 260px;
}
#boton-reserva {
  margin-bottom: 6px;
}
#area-boton-reserva select {  
  float: left;
  margin-right: 5px;
  width: 200px;
}
#area-boton-reserva input {  
  background: url("../images/bg-boton-reserva.png") no-repeat scroll right center transparent;
  border: medium none;
  height: 22px;
  padding-right: 15px;
  width: 52px;
  float: left;
}
#boton-reserva {    
  color: #222222;
  font-size: 165%;
  font-weight: bold;
  padding-bottom: 1px;
}
#social-network-links {
  margin-top: 10px;
  margin-bottom: 20px;
}
#social-network-links-ficha {
    margin-top: 10px;
    margin-bottom: 20px;
    width:300px;
}

#etiqueta-q  img {
  width: 38px;
  height: 40px;
}
#etiqueta-q {
  margin-left: 263px;
  margin-top: 30px;
  position: absolute;
}
.view-hoteles-cercanos  .item-list .views-field-title a{
  text-decoration: underline;
  color: #222;
}
.social-button {
    float: left;
    width: 65px;
    text-align: center;
    color: #999;
}
.social-button.ficha-balneario{
  float: left;
  width: 25px;
  text-align: center;
  color: #999;
}
#balneario-features {
  margin-bottom: 30px;
}
#balneario-features ul {
  margin-bottom: 20px;
  margin-left: 5px;
  margin-top: 7px;
}
#balneario-features ul li {
  background: url('../images/bullet-list-blue.png') no-repeat left 2px;
  padding-left: 15px;
}
#balneario-features ul li a{
  color: #222;
}
#balneario-features .subtit-service {
  color: #003882;
  font-size: 1.2em;
  height: 30px;
}
.wrapper-features-balneario {
  float: left;
  padding-right: 10px;
  width: 145px;
}
#last-posts { margin-right:30px; }
.blog-item-post {
}
.blog-item-post .date {
  color: #444;
  text-transform: capitalize;
  float: left;
  margin-right: 5px;
  width: 47px;
}
.blog-item-post .blog-link {
  float: left;
  width: 218px;
}
.blog-sin-video .blog-item-post .blog-link {
  float: left;
  width: 560px;
}

#boton-ofertas a {
  border-bottom: 1px solid #a8d4e4;
  padding-bottom: 3px;
  background: url('../images/bg-w-open-blue2.gif') no-repeat right;
  padding-right: 15px;
  color: #fff;
}
#boton-ofertas {
  background: url("../images/bg-bot-ofertas.png") no-repeat scroll 0 0 transparent;
  font-size: 160%;
  height: 21px;
  padding: 25px;
  text-align: center;
  width: 250px;
}
.logo-balneario {
  float: right;
}
.with-logo {
  float: left;
  width: 950px;
  margin-bottom: 10px !important;
}
#ficha-balneario-teaser .with-logo {
  width: 620px;
}
.title-with-logo {
  float: left;
  font-size: 100%;
}
/* ------------------------------------ carousel */
.ui-carousel {
  padding: 0;
  height: 70px;
}
.ui-carousel-clip {
  background: #0c2b4c;
  height: 65px;
  padding-top: 4px;
  width: 580px !important;
}
.ui-carousel-clip ul li{
  margin-left: 8px;
  width: 64px;
}
.ui-carousel-horizontal .ui-icon-triangle-1-w {
  background: url("../images/prev-carousel.png") no-repeat scroll 0 0 transparent;
  height: 69px;
  text-indent: -10000px;
  width: 20px;
}
.ui-carousel-horizontal .ui-icon-triangle-1-e {
  background: url("../images/next-carousel.png") no-repeat scroll 0 0 transparent;
  height: 69px;
  text-indent: -10000px;
  width: 20px;
}

.thumb-active {
  border: 2px solid #ffff00;
}

/* ------------------------------------ servicios - aguas y tratamientos */
#tecnicas-usadas {
  margin-bottom: 10px;
}
#tecnicas-usadas li {
  background: url('../images/bg-bullet1.gif') no-repeat left;
  padding-left: 15px;
}

#balnearios-con-servicio {
  display: block;
  clear: both;
  padding-top: 15px;
}

.box-700-rounded .wrapper-1 {
  background: url('../images/bg-wrapper1-top.png') no-repeat top;
  width: 700px;
  padding-top: 10px;
}
.box-700-rounded .wrapper-3 {
  background: url('../images/bg-wrapper1-middle.png') repeat-y;
  padding-left: 10px;
  padding-right: 10px;
}
.box-700-rounded .wrapper-2 {
  background: url('../images/bg-wrapper1-bottom.png') no-repeat bottom;
  padding-bottom: 10px;
}

.box-700-rounded .view-content h4, 
.box-700-rounded .view-content h5 {
  margin-top: 0;
}
 
#balnearios-con-servicio .wrapper-3 {
  /*height: 400px;*/
}
#balnearios-con-servicio .view-lista-balnearios-por-tratamiento .item-list {
  float: left;
  margin-right: 15px;
  padding-bottom: 15px;
  width: 140px;
}
#balnearios-con-servicio .view-lista-balnearios-por-tratamiento .item-list h5{
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}
#balnearios-con-servicio .view-lista-balnearios-por-tratamiento .item-list ul li  a{
  color: #0078bf;
}
#balnearios-con-servicio .view-lista-balnearios-por-tratamiento .item-list ul li {
  margin: 0;
  list-style: none;
}
#balnearios-con-servicio .view-lista-balnearios-por-tratamiento .item-list ul {
  margin: 0;
}
#balnearios-con-servicio h4 {
  color: #cc3009;
  font-size: 1.6em;
  margin-top: 20px;
  margin-bottom: 14px;
}

.view-lista-balnearios.view-display-id-page_2 .view-content h3 {
  font-size: 140% !important;
}

.view-lista-servicios-tratamientos .item-list h3 {
  font-size: 1.4em;
  font-weight: lighter;
  background: url('../images/bullet-list-gray.png') no-repeat left;
  padding-left: 15px;
  color: #0078bf;
  margin-bottom: 5px;
  border: 0;
}
.view-lista-servicios-tratamientos .item-list h3.active {
  background: url("../images/bullet-list-down-blue.png") no-repeat scroll left center transparent; 
}
.view-lista-servicios-tratamientos .item-list  ul {
  margin-left: 10px;
  display: none;
}
.view-lista-servicios-tratamientos .item-list  ul li.active {
  background: url('../images/bullet-list-blue.png') no-repeat left 2px; 
}
.view-lista-servicios-tratamientos .item-list  ul li {
  background: url('../images/bullet-list-gray.png') no-repeat left 2px;
  list-style: none;
  
}
.view-lista-servicios-tratamientos .item-list  ul li a{
  display: block;
  margin-left: 15px;
  color: #0078bf;
}
.view-lista-servicios-tratamientos .item-list  ul li a.active {
  
  
  color: #003882;
  font-weight: bold;
}
.view-lista-servicios-tratamientos .item-list .views-field-title .no-link {
    background: url("../images/bullet-list-gray.png") no-repeat scroll left center transparent;
    color: #0078BF;
    padding-left: 15px;
}

/* ----------------------------------------- HOME */
#balneario-home {
  width: 940px;
  height: 450px;
}
#nav-rotativo{
  position: absolute;
  top: 130px;
  width: 940px;
  z-index: 1000;
}
#nav-rotativo #nav-left {
  width: 30px;
  height: 60px;
  background: url('../images/carrusel-prev.png') no-repeat;
  position: absolute;
  left: 0;
}
#nav-rotativo #nav-right {
  width: 30px;
  height: 60px;
  background: url('../images/carrusel-next.png') no-repeat;
  position: absolute;
  right: 0;
}
#balneario-home img {
 /* position: absolute; */
}
#content-top-home {
  height: 285px;
  border-bottom: 3px solid #e0e0e0;
}
.transparency {  
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#10FFFFFF,endColorstr=#12FFFFFF); /*AARRGGBB*/
}
.transparency[class] {
  background-image:url('../images/transparency-white.png');
}

.balneario-home-title {
  height: 60px;
  top: 300px;
  right:0px;
  position: absolute;
  max-width: 690px;
}
.balneario-home-title a img { 
  margin-top: 10px;
}
.balneario-home-title a {
  padding: 15px 17px 15px 20px;
  font-size: 1.5em;
  font-weight: bold;

}
.balneario-home-servicios {
  display: none;
  position: absolute;
  right: 15px;
  top: 225px;
}
.balneario-home-servicios .balneario-tratamientos {
  float: left;
  padding: 5px;
  height: 52px;
  max-width: 643px;
}
.balneario-home-title a span {
  font-style: italic;
  font-weight: lighter;
}
.balneario-home-servicios p{
  margin: 0;
  color: #333;
  line-height: 13px;
}
.balneario-home-servicios p span{
  font-weight: bold;
 }
.balneario-home-servicios #balneario-access {
  float: left;
}
.balneario-home-servicios #balneario-access a h5{
   background: url("../images/bot-balneario-home2.png") no-repeat scroll 0 6px #003882;
   height: 62px;
   margin: 0;
   text-indent: -10000px;
   width: 25px;
}

#content-bottom-home {
  float: left;
  margin-top: 8px;
}
#content-bottom-right-home {
  width: 220px;
  float: left;
  margin-top: 8px;
  margin-left: 15px;
}
#content-bottom-left-home {
  width: 470px;
  float: left;
  margin-top: 15px;
}
#content-bottom-left-home .block {
  float: left;
}
#content-bottom-left-home .block h3 {
  color: #003882;
  font-size: 145%;
  font-weight: bold;
}

#content-bottom-right-home .block {
  padding-bottom: 15px;
}
#content-bottom-right-home .block h3 {
  color: #CC3009;
  border-bottom: 1px dotted #bdbdbd;
  font-weight: lighter;
  font-size: 143%;
}
 
/* Servicios tratamientos y aguas */
#block-anbal_base-4 {
  float: left;
}
.block-service-home h4 {
  font-size: 153%;
  color: #cc3009;
  margin-bottom: 15px;
}
.lang-de .block-service-home h4 {
  font-size: 136%;
}
.block-service-home ul li {
  background: url("../images/bullet-list-blue.png") no-repeat scroll left center transparent;
  padding-left: 15px;
}
.block-service-home a {
  font-weight: bold;
}
.block-service-home p {
  margin-bottom: 10px;
  line-height: 14px;
  height: 44px;
  overflow: hidden;
}
.lang-de .block-service-home p {
  margin-bottom: 3px;
}
.block-service-home {
  float: left;
  width: 220px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dotted #999;
} 
.block-service-home.last {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.block-service-home-content {
  height: 190px;
  overflow: hidden; 
}

/* Video Vimeo */
#block-anbal_base-5  h3 {
  margin-bottom: 0;
}
#block-anbal_base-5 .content {
  background: url("../images/bg-video_vimeo.gif") no-repeat scroll 0 0 transparent;
  float: left;
  height: 135px;
  padding: 4px;
  width: 212px;
  margin-top: 8px;
}

/* Termalismo social */
#block-block-15,  
#block-block-16,   
#block-block-17,   
#block-block-3 {  
  width: 220px;
  float: left; 
  border-left: 2px solid #E0E0E0;
  margin-left: 10px;
  padding-left: 10px;
}

/* Newsletter */
#simplenews-block-form-1 .form-item input { 
  margin: 0;
}
#simplenews-block-form-1 .form-item {
  margin: 0;
}
#simplenews-block-form-1 {
  margin: 0;
}
#simplenews-block-form-1 #politicas-newsletter {
  font-size: 95%;
}

.view-ultima-revista .views-field-title,
.view-ultima-revista .views-field-field-revista-mes-value,
.view-ultima-revista .views-field-field-revista-mes-value,
.view-ultima-revista .views-field-field-resvista-ano-value {
  font-size: 95%;
}

/* Blog Home */ 
#block-views-last_posts_blog-block_1 .view-content ul li .views-field-created {
  float: left;
  margin-right: 10px;
  text-transform: capitalize;
}
#block-views-last_posts_blog-block_1 .view-content ul li {
  list-style: none;
  background: none;
  margin-left: 0;
  color: #444;
}
#block-views-last_posts_blog-block_1 {
  width: 455px;
}

#enlace-mas-blog {
  font-weight: bold;
  padding-top: 15px;
  clear: both;
}

/* Follow us */
#content-bottom-left-home #block-anbal_base-6 {
  width: 455px;
}

/* Noticias en home */
#block-views-blocks_noticias-block_3 h3 span { 
  font-weight: lighter;
  font-style: italic;
}
#block-views-blocks_noticias-block_3{ 
  width: 455px;
  margin-bottom:0;
}
#block-search-0 h3 {display: none;}



/* ----------------------------------------------- ACTUALIDAD */
.node-noticia p {
  margin-bottom: 20px;
  margin-top: 10px;
}
.node-noticia h3 {
  font-size: 205%;
  font-weight: lighter;
  margin-bottom: 15px;
}

#noticia-entradilla {
  font-size: 108%;
  color: #666;
}

#noticia-info .noticia-social-links { 
  width: 70%;
  float: right;
  margin-top: 0;
}
#wrapper-cuerpo-noticia .noticia-social-links { 
  width: 100%;
  float: right;
  margin-top: 0;
}
#noticia-info {  
  float: left;
  width: 100%;
  height: 23px;
}

#author-date {
  float: left;
}

.sharing-options  .controls li {
  line-height: 9px;
}
.sharing-options  .controls {
  float: right;
}
.sharing-options {
  float: right;
  width: 238px;
}

.addthis_button_facebook_like iframe {width:108px;}

#wrapper-cuerpo-noticia {
  border-bottom: 2px solid #E0E0E0;
  border-top: 2px solid #E0E0E0;
  float: left;
}

#wrapper-cuerpo-noticia .sharing-options {
  

}

.tags-noticias {
  color: #0078BF;
}
#tags-noticias{
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  clear: both; 
}

.print-bot {
  background: url('../images/bg-bot-imprimir.gif') no-repeat left;
  padding-left: 20px;
  margin-right: 10px;
  float:left;
}
.email-bot {
  background: url('../images/bg-bot-email.gif') no-repeat left;
  padding-left: 20px;
  margin-right: 10px;
  float: left;
}

#related-news h4 {
  margin-bottom: 10px;
  font-size: 1.6em;
}
#related-news ul li {
  background: url('../images/bullet-list-gray.png') no-repeat left;
  padding-left: 15px;
}
#related-news {
  float: left;
  margin-top: 20px;
}

.noticia-wrapper-content {
  float: left;
}
.noticia-foto {
  border: 1px solid #CCCCCC;
  float: left;
  padding: 2px;
  width: 146px;
}
.noticia-teaser {
  margin-left: 15px;
  float: left;
  width: 200px;
}
.noticia-teaser.no-image {
  width: 355px;
}
.noticia-date {
  font-size: .9em;
  color: #666;
  margin-bottom: 7px;
}
.noticia-peq .noticia-body {
  width: 290px;
}
.noticia-social-links {
  
  margin-top: 20px;
}

.view-blocks-noticias ul {
  margin: 0;
  padding: 0;
}
.view-blocks-noticias ul li{
  margin: 0;
  margin-bottom: 5px;
}
.view-blocks-noticias ul li .views-field-created{
  color: #555;
  font-size: 80%;
}
.view-blocks-noticias ul li .views-field-title{
  
}



/* Especificacion para listado de noticias en /noticias */
.noticia-list-wrapper-content .noticia-teaser {
  width: 100%;
  float: none;
}

.view-noticias.view-display-id-page_1 .views-row {
  border-bottom: 1px dotted #E0E0E0;
  clear: both;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 15px;
  min-height: 130px;
}
.view-noticias.view-display-id-page_1 .noticia-teaser {
  margin-left: 0;
}
.view-noticias.view-display-id-page_1 .noticia-foto {
  margin-right: 10px;
}

#last-new {
  /*height: 260px;*/
}
#last-new .noticia-social-links {
  clear: none;
}
#last-new .noticia-teaser {
  width: 100%;
  margin-left: 0;
}
#last-new .noticia-teaser.no-image {
  width: 98%;
}
#last-new .noticia-foto {
  width: 373px;
  margin-right:  15px;
}
#actualidad-bottom { 

  margin-top: 15px;
  border-top: 1px dotted #ccc;
  padding-top: 15px;
  width: 100%;
  float: left;
}
.noticia-peq .noticia-foto  {
  margin-right: 15px;
  height: 100px;
}
.noticia-peq .noticia-foto img {
  width: 146px;
  height: 100%;
}
.noticia-peq  .noticia-teaser {
  float: none;
  width: 100%;
  margin-left: 0;
}
.noticia-peq {
  float: left;
  width: 332px;
  min-height: 360px;
}
#new-3, #new-5 {
  margin-left: 15px;
}

#mas-noticias .more-news-link,
#mas-noticias .press-release-link {
  margin-left: 15px;
}
#mas-noticias .more-news-link a{
  font-weight: bold;
  font-size: 1.2em;
}
#mas-noticias {

  width: 100%;
  margin-top: 15px;
}

.view-noticias  #mas-noticias {
  float: left;
}

#blog-anbal ul li .views-field-created {
  float: left;
  margin-right: 10px;
  text-transform: capitalize;
}
#blog-anbal ul li {
  background: none repeat scroll 0 0 transparent;
  color: #444444;
  list-style: none outside none;
  margin-left: 0;
  margin-bottom: 0;
}
#blog-anbal h4 {
  color: #CC3009;
  font-size: 1.5em;
  font-weight: lighter;
  margin-bottom: 5px;
}
#blog-anbal .view-header p {
  color: #444;
}
#blog-anbal .view-header p span {
  font-size: 1.2em;
  color: #003882;
  font-family: Georgia;
  margin-top: 15px;
}
#blog-anbal .more-link {
  font-weight: bold;
  color: #0078bf;
}
#blog-anbal {

  margin-top: 15px;
  width: 100%;
}

#actualidad-footer .block-inside h3 {
  border-bottom: 1px dotted #BDBDBD;
  color: #CC3009;
  font-size: 140%;
  font-weight: lighter;
  margin-top: 0;
  padding-bottom: 5px;
}
#actualidad-footer .block-inside {
  width: 200px;
  height: 186px;
  float: left;
  margin-left: 15px;
  border-right: 1px dotted #c3c3c3;
  padding-right: 15px;
}
#actualidad-footer .block-inside.first {
  margin-left: 0;
}
#actualidad-footer .block-inside.last {
  border-right: none;
}
#actualidad-footer .wrapper-3 {
  height: 186px;
}
#actualidad-footer {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.view-noticias #social-network-links {
  float: none;
  height: 60px;
  margin-top: 15px;
}

.views-field-field-revista-archivo-fid a,
.views-field-field-folleto-pdf-fid a{
  background: url('../images/bg-download.gif') no-repeat left;
  padding-left: 13px;
}

#publicaciones-folletos ,
#publicaciones-revistas  {
  width: 100%;
  margin-left: 15px;
  display: block;
  clear: both;
 }
 
#publicaciones-folletos .views-row , 
#publicaciones-revistas .views-row {
  float: left;
  width: 280px;
  padding: 15px;
}

#menu-actualidad li {
  margin-bottom: 8px;
}
#menu-actualidad li a{
  background: url("../images/bullet-list-gray.png") no-repeat scroll left center transparent;
  color: #0078BF;
  padding-left: 15px;
}

#menu-actualidad li a.active {
  background: url("../images/bullet-list-blue.png") no-repeat scroll left center transparent;
  color: #003882;
  font-weight: bold;
  padding-left: 15px;
}

/* --------------------------------------------- bloque buscador home */
#block-anbal_base-0 h3 {
  background: url("../images/bg-header-searchome.gif") no-repeat scroll top center transparent;
  border-bottom: none;    
  color: #FFFFFF;
  font-weight: lighter;
  padding: 8px 3px 6px 15px;
  margin-bottom: 0;
  margin-top: 0;
}
#block-anbal_base-0 .content {
  background: url("../images/bg-bottom-searchome.gif") no-repeat scroll bottom center transparent;
  padding-bottom: 10px;
  border-left: 1px solid #c1e1e1;
  border-right: 1px solid #c1e1e1;
}
 
#block-anbal_base-0 ul {
  background: #f4f9fd;
  padding: 0;
}
#filter-value-service {
  width: 205px;
}
#block-anbal_base-0 .busca-box {
  border-top: 1px solid #c1e1e1;
  padding: 5px;
}
#resultado-mapa-tratamientos  select{
  font-size: 95%;
  width: 205px;
}

/* --------------------------------------------- pagina buscador balnearios */
.buscador-balnearios h2 {
  color: #003882;
  font-size: 260%;
  font-weight: lighter;
  margin-bottom: 25px;
}
.buscador-balnearios h4{
  font-weight: bold;
  font-size: 150%;
}
.buscador-balnearios h5 {
  font-size: 150%;  
  font-weight: bold;
  margin-bottom: 2px;
  color: #006699;
}
.buscador-balnearios h5 a{
  font-weight: bold;
}

#search-options{
  margin-bottom: 20px;
}
#search-options li  {
  padding: 13px;
  background: #f4f9fd;
  border-left: 1px solid #a6d4d5;
  border-right: 1px solid #a6d4d5;
  border-bottom: 1px solid #a6d4d5;
  height: 19px;
}
#search-options li.first  {
  background: url('../images/bg-top-search-b.gif') no-repeat top;  
  border-left: none;
  border-right: none;
}
#search-options li.last {
  background: url('../images/bg-bottom-search-b.gif') no-repeat top;  
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#search-options li  a{
  font-size: 107%;
  text-decoration: underline;  
  background: url('../images/bullet-list-down-blue.png') no-repeat  right;  
  padding: 10px;  
}
#search-options li.last  a{
  background:  none;
}
#search-options li .options {
  display: none;
}
#search-options li.first.active  {
  background: none;  
  border-left: 1px solid #a6d4d5;
  border-right: 1px solid #a6d4d5;
  border-top: 1px solid #a6d4d5;
}
#search-options li.last.active  {
  background: none;  
  border-left: 1px solid #a6d4d5;
  border-right: 1px solid #a6d4d5;
  border-bottom: 1px solid #a6d4d5;
}
#search-options li.active .options  {
  display: block;
  border-top: 1px dotted #c2c2c2;
  padding-top: 15px;
  margin-top: 10px;
}
#search-options li.active  {
  background: #fff;  
  height: auto;
}
#search-options li.active a {
  text-decoration: none;
  color: #003882;
  font-weight: bold;
  background: none; 
}

.selector-opcion label {
  display: block;
  font-weight: normal;
  margin-left: 20px;
  margin-top: -19px; 
}

#tratamiento {  
  width: 191px;
}

#list-results .item-list li {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #a7a7a7;
  display: block;
  clear: both;
  min-height: 110px;
  width: 100%;
}
#list-results .item-list li.views-row-last {
  border-bottom: none;
}

#list-results {
  margin-top: 15px;
  padding-bottom: 15px;
  
}
#list-results .item-balneario {

}
#list-results  .item-balneario-foto {
  float: left;
  height: 150px;
}
#list-results  .item-balneario-foto .id-mapa {
  background: url('../images/gmap-marker.gif') no-repeat top;
  float: left;
  font-weight: bold;
  height: 35px;
  text-align: center;
  width: 20px;
  color: #000;
}
#list-results  .item-balneario-foto img {
  margin-left: 15px;  
  border: 1px solid #c2c2c2;
  padding: 2px;
}
#list-results  .item-balneario-data {
  margin-left: 125px;
}
#list-results  .item-balneario-data h5 {
    display: inline-block;
}
#list-results  .item-balneario-data button {

    float:right;
    cursor: pointer;
/*
    border: 1px solid #b70918;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #E7E7E7 3px 3px 3px;
    -moz-box-shadow: #E7E7E7 3px 3px 3px;
    box-shadow: #E7E7E7 3px 3px 3px;
    background: #e30315;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e30315), to(#b70918));
    background: -webkit-linear-gradient(#e30315, #b70918);
    background: -moz-linear-gradient(#e30315, #b70918);
    background: -ms-linear-gradient(#e30315, #b70918);
    background: -o-linear-gradient(#e30315, #b70918);
    background: linear-gradient(#e30315, #b70918);
    -pie-background: linear-gradient(#e30315, #b70918);
    z-index: 1;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
*/

    border: 1px solid #2F78D0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #E7E7E7 3px 3px 3px;
    -moz-box-shadow: #E7E7E7 3px 3px 3px;
    box-shadow: #E7E7E7 3px 3px 3px;
    background: #2f78d0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4fa5e5), to(#2f78d0));
    background: -webkit-linear-gradient(#4fa5e5, #2f78d0);
    background: -moz-linear-gradient(#4fa5e5, #2f78d0);
    background: -ms-linear-gradient(#4fa5e5, #2f78d0);
    background: -o-linear-gradient(#4fa5e5, #2f78d0);
    background: linear-gradient(#4fa5e5, #2f78d0);
    -pie-background: linear-gradient(#4fa5e5, #2f78d0);
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding:3px 10px;

}
#list-results  .item-balneario-data span.type{
  float: left;
  font-size: 105%;
}
#list-results  .item-balneario-data span.address {
  font-size: 105%;
  margin-left: 5px;
}

#list-results  .item-balneario-data .street-address,
#list-results  .item-balneario-data .postal-code,
#list-results  .item-balneario-data .location {
  /*float: left;*/
  display: inline;
  margin-left: 2px;
  font-size: 103%;
}

#list-results  .services  {
  margin-top: 6px;
 }
#list-results  .services  p{
  margin-bottom: 0;
  margin-left: 15px;
}
#list-results  .services  span{
  color: #666;
  background: url('../images/bg-bullet1.gif') no-repeat left;
  padding-left: 15px;
  margin-left: -15px;
}

#todos-balnearios {
  float: left;  
  border-top: 2px solid #c2c2c2;
  width: 940px;
}

#todos-balnearios ul li a{
  text-decoration:underline;
}
#todos-balnearios ul li a.active{
  text-decoration:none;
  font-weight: bold;
  color: #003882;
}

#todos-balnearios ul li  {
  background: #fff;  
  width: auto;
  }
#todos-balnearios .view-content li  {
 background: #F8F8F8 !important;

  }
  
#todos-balnearios ul li.active  div.thirdw{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 13px;
  border-top: 1px solid #ccc;
  background: #f8f8f8;
}

#todos-balnearios ul li.active  div.secondw, 
#todos-balnearios ul li.active div.firstw{
  padding: 8px 2px 12px 1px;
}

#todos-balnearios ul li.active  div.firstw {
  background: url('../images/bg-pest1-left.gif') no-repeat left;
}
#todos-balnearios ul li.active div.secondw {
  background: url('../images/bg-pest1-right.gif') no-repeat right;
}

#todos-balnearios .all-box {
  display: none;
  background: #f8f8f8;
  padding: 15px;
}

.box-900-rounded .wrapper-1 {
  background: url('../images/bg-wrapper4-top.png') no-repeat top;
  width: 940px;
  padding-top: 5px;
}
.box-900-rounded .wrapper-3 {
  background: url('../images/bg-wrapper4-middle.png') repeat-y;
  padding-left: 10px;
  padding-right: 10px;
}
.box-900-rounded .wrapper-2 { 
  background: url('../images/bg-wrapper4-bottom.png') no-repeat bottom;
  padding-bottom: 5px;
}

/* ----------------------------------------------------- form bolsa de empleo y contacto (webforms) */
.webform-client-form label { width: 200px; float: left; text-align: right; margin-right: 15px; }
.webform-client-form input { margin: 0; }
.webform-client-form .form-file { 
  width: 300px;
}
.webform-client-form .resizable-textarea { 
  float: left;
  margin-bottom: 15px;
  width: 383px;
}

#webform-component-de_las_clausulas_y_politicas_de_privacidad {
  float: left;
  width: 100%;
  margin-left: 213px;
  }

.webform-client-form #edit-submit {
  margin-left: 213px;
  margin-top: 5px; 
  float: left;
}
  
#webform-component-de_las_clausulas_y_politicas_de_privacidad  label ,
#webform-component-clausula  label {
 display: none;
}
#webform-component-de_las_clausulas_y_politicas_de_privacidad  .form-checkboxes label ,
#webform-component-clausula .form-checkboxes  label {
 display: block;
 width: 80%;
 text-align: left;
}

.box-460-rounded .wrapper-1 {
  background: url('../images/bg-wrapper5-top.png') no-repeat top;
  width: 460px;
  padding-top: 5px;
}
.box-460-rounded .wrapper-3 {
  background: url('../images/bg-wrapper5-middle.png') repeat-y;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
}
.box-460-rounded .wrapper-2 { 
  background: url('../images/bg-wrapper5-bottom.png') no-repeat bottom;
  padding-bottom: 5px;
}

/* ----------------------------------------------------- contacto page */
.ficha-contacto #main {
  height: 700px;
}

#f_contacto .wrapper-3 {
  height: 532px;
}
#f_contacto {
  float: left;
}

#info_contacto {
 float: left;
 margin-left: 25px;
}
#contacto-direccion {
  margin-top: 25px;
}
#webform-client-form-1038 label, 
#webform-client-form-1039 label, 
#webform-client-form-1040 label, 
#webform-client-form-3 label {
  width: 100px;
}
#webform-client-form-1038 .resizable-textarea , 
#webform-client-form-1039 .resizable-textarea , 
#webform-client-form-1040 .resizable-textarea , 
#webform-client-form-3 .resizable-textarea { 
  width: 267px;
}
#webform-client-form-1038 input ,
#webform-client-form-1039 input ,
#webform-client-form-1040 input ,
#webform-client-form-3 input {
  width: 267px;
}
#contacto-telefono span.telefono {
  color: #CC3009;
  font-family: georgia;
  font-size: 160%;
}
.ficha-contacto #main h3 {
  margin-top: 0;
  border-bottom: 1px dashed #ccc;
  color: #003882;
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.box-460-rounded p {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.webform-client-form input.form-submit {
  width: 100px !important;
  margin-left: 112px !important; 
  margin-bottom: 7px;
}
#webform-component-clausula input.form-checkbox {
  width: 15px;
}
#webform-component-clausula {
  float: left;
  width: 100%;
  margin-left: 113px;
  width: 400px;
  font-size: 95%;
  margin-top: -28px;
  }
#f_contacto textarea {
  height: 65px;
  width: 267px;
}


/* ----------------------------------------------------- resultado envio contacto */
#node-122  .content ul li {
  background: url("../images/bullet-list-blue.png") no-repeat scroll left center transparent;
  color: #666;
  padding-left: 15px;
}
#node-122  p {
  color: #666;
}
#node-122  p strong {
  color: #003882;
  font-family: georgia;
  color: #003882;
  font-size: 130%;
  }
#node-122 .confirmacion strong {
  font-family: georgia;
  font-size: 130%;
}
#node-122 .confirmacion {
    background: url('../images/bg-confirmacion.gif') no-repeat; 
	width: 555px;
	height: 40px;
	padding: 15px;
	padding-left: 50px;
    color: #668877;
	margin-bottom: 40px;
}

/* ----------------------------------------------------- seccion sobre anbal */
#block-menu-menu-sobre-anbal ul li {
  background: url("../images/bullet-list-blue.png") no-repeat scroll left center transparent;
  color: #666;
  padding-left: 15px; 
  list-style: none;
}

/* ----------------------------------------------------- seccion termalismo social */
#node-700 ul , 
#node-699 ul , 
#node-698 ul , 
#node-233 ul  {
  background: #f4f9fd;
  border: 1px solid #c0e2ee;
  padding: 10px;
}

#node-233 ul li {
  background: url("../images/bullet-list-blue.png") no-repeat scroll left center transparent;
  color: #666;
  padding-left: 15px; 
  list-style: none;
}

/* ----------------------------------------------------- preguntas frecuentes */
.view-preguntas-frecuentes   .views-field-title{
  color: #006699;
  font-size: 150%;
  font-weight: lighter;
  margin-bottom: 13px;
  margin-top: 35px;
}

/* ----------------------------------------------------- enlaces de interes */
.view-enlaces-interes  {
  margin-left: 20px;
}
.view-enlaces-interes .views-row  {
  margin-bottom: 50px;
}
.view-enlaces-interes .views-field-field-enlace-logo-fid{
    float: left;
    height: 90px;
    margin-right: 15px;
    overflow: hidden;
    width: 140px;
	text-align: center;
 }
.view-enlaces-interes    .views-field-title{
  color: #006699;
  font-size: 120%;
  font-weight: lighter;
  margin-bottom: 13px;
  margin-top: 35px;
}

/* ----------------------------------------------------- gmap popup */
.gmap-popup .data-bal a{
  clear: both;
  font-weight: bold;
  display: block;
}
.gmap-popup img{
  border: 1px solid #eee;
  padding: 2px;
  float: left;
}
.gmap-popup .data-bal{
  float: left;
  margin-left: 10px;
}
.gmap-popup .nombre-balneario{
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 110%;
}

#searchContainer_py3kj2hd {
  margin: 0 auto !important;
}
#searchContainer_py3kj2hd .pct-businessareas {
  background-color: #99CCCC !important;
}
#searchContainer_py3kj2hd .pct-amount select, 
#searchContainer_py3kj2hd .pct-amount option, 
#searchContainer_py3kj2hd .pct-startprice input, 
#searchContainer_py3kj2hd .pct-endprice input {
  margin: 0 !important;
  border: 1px solid #99CCCC;
}
#searchContainer_py3kj2hd .pct-providername .pct-textbox,
#searchContainer_py3kj2hd .pct-startdate input, 
#searchContainer_py3kj2hd .pct-enddate input, 
#searchContainer_py3kj2hd .pct-starthour select, 
#searchContainer_py3kj2hd .pct-endhour select {
  border: 1px solid #99CCCC;
}


/* --------------------------- popup --*/
.popup {
  background: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  border: 5px solid #0078BF;
}

#ficha-balneario-teaser ul.links {
  float: right;
  margin-bottom: 25px;
} 

#teaser-balneario .balneario-location, 
#teaser-balneario .balneario-type {
    float: left;
    width: 280px;
	background: none;
	height: auto;
}
#teaser-balneario #balneario-data {
  margin: 0;
      height: 100px;
    display: block;
}
#teaser-balneario #photo-active-gallery {
  height: 100%;
  float :left;
  margin-right: 10px;
}
#teaser-balneario h3 {
  color: #CC3009;
  font-size: 190%;
  font-weight: lighter;
}
#ir-a-ficha {
  clear: both;
  float: right;
}

/* ------------------------ block el tiempo */
#block_eltiempo > div{
  border: none !important;
}

/* ----------------------------------- comments --*/
#comments {
  float: left;
  margin-top: 30px;
} 
#comment-form fieldset { display: none; }

#webform-component-cv_adjunto {
  display: block;
  clear: both;
}

#crswidget body {
  width: 218px;
  margin: 0;
  padding: 0;
}
#block-anbal_base-1 iframe {
  position: absolute;
  z-index: 500;
}
#block-anbal_base-1 .wrapper-3 {
  height: 350px;
}
#block-anbal_base-1 {
  top: -305px;
  z-index: 1000;
  margin-bottom: -235px;
  height: 365px;
  width:300px;
}

#block-anbal_base-1 .sidebar-box-rounded .wrapper-1 {
  padding-top: 3px;
}
#block-anbal_base-1 h3 {
    background: url("../images/bg-header-widget.gif") no-repeat scroll center top transparent;
    border-bottom: medium none;
    color: #FFFFFF;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 0;
    padding: 4px 3px 6px 15px;
}

#main-header { position: relative; }
#block-block-18 {
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 1000;
    margin-bottom: -335px;
    height: 365px;
    width:300px;
}
#block-block-18 h3,#block-block-19 h3 { display:none }

.mini-banners {margin-bottom: 10px;}
.mini-banner {float:left; margin-right:5px; position:relative;}
.titulo-mini-banner {
    background-color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 111px;
    padding: 10px;
    width: 290px;
    text-align: right;
    opacity: 0.85;
    filter: alpha(opacity=65);
    color: #033C7F;
}
.mas-info {font-size:10px;}

#searchContainer_py3kj2hd .pct-businessareas {
display: none !important;
}

