/* $Id: style.css Exp $

 credits _____________
  theme: forus
  date: 21/05/2012
  author: Cesar Alvarez, cesar@wildwildweb.es
  company: wildwildweb.es

 colors _____________
  gris - #262628
           __    __          __    __            __
 _    __( ) /___/ /_    __(_) /___/ /_    __ __ / /
| |/|/ / / // _  /| |/|/ / / // _  /| |/|/ / -_) _ \
|__,__/_/_/ \_,_/ |__,__/_/_/ \_,_/ |__,__/\__/_.__/
                                     code is poetry
*/


/* general ______________ */
* {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  font-family: museo-sans, lucida, arial, helvetica, sans-serif;
  font-size: small;
  background: #262628 url(images/bg-body.png) repeat-x left bottom;
  color: #fff;
  line-height: 1.4em;
}

p, ul {
  margin: 0 0 1.5em 0;
}

ol {
  margin: 20px 0;
}

ol li {
  list-style-type: lower-latin;
  margin-left: 20px;
}

ol ul li {
  list-style-type: none;
  margin-left: 5px;
}

abbr {
  cursor: help;
  border-bottom: 1px dotted #666;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a:hover {
  color: #000;
}

a:focus {
	outline: none;
}

a img {
  border: none;
}

a img:hover {
  opacity: 0.7;
}

img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* headers  ______________ */
h1, h2 {
  display: block;
  width: auto;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 24px;
  font-size: 130%;
  text-transform: uppercase;
  border-top: 4px solid #fff;
}

h4 {
  font-weight: bold;
  margin: 48px 0 18px 0;
  font-size: 130%;
}

h5 {
  color: #02b8fe;
  font-weight: bold;
  margin: 8px 0 3px 0;
  font-size: 110%;
}


/* forms ____________________ */
input.form-text {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #aaa;
  font-size: 110%;
  padding: 3px;
  height: 23px;
  font-family: ff-meta-web-pro, lucida, arial, helvetica, sans-serif;
}

textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #aaa;
  outline: medium none;
  font-size: 110%;
  padding: 2px 3px;
  font-family: ff-meta-web-pro, lucida, arial, helvetica, sans-serif;
}


input#edit-submit,
input#edit-submit-1 {
  font-family: museo-sans, lucida, arial, helvetica, sans-serif;
  cursor: pointer;
  padding: 1px 11px;
  background-color: #006eb6;
  border: 1px solid #006eb6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 110%;
}

.node-type-webform textarea,
.node-type-webform input.form-text {
  width: 400px;
}

.resizable-textarea {
  width: 99%;
}

#main .form-required {
  color: #ff7d00;
}

select.form-select {
  padding: 3px;
}

.user #main fieldset {
  margin: 12px 0 24px 0;
  padding: 18px 24px;
  border: 1px solid #aaa;
}

#main fieldset.captcha {
  border: 0;
  padding: 0;
}

#main fieldset.captcha legend {
  display: none;
}

#main fieldset.captcha .description {
  display: none;
}

.grippie {
  display: none;
}

.webform-component .form-radios .form-item {
  display: block;
  width: 200px;
  float: left;
}

/* definition lists ______________ */
dl:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

dl dt {
    border-top: 1px solid #C0C0C0;
    clear: left;
    color: #007BBE;
    display: block;
    float: left;
    font-size: 130%;
    font-weight: bold;
    margin-top: 40px;
    padding-top: 8px;
    width: 140px;
}

dl dd {
    border-top: 1px solid #ECECEC;
    display: block;
    float: left;
    margin: 40px 0 0 10px;
    padding-top: 8px;
    width: 470px;
}


/* header ______________ */
#header {
  width: 940px;
  height: 106px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

/* toolbar ______________ */
#toolbar {
  display: block;
  width: 940px;
  height: 28px;
}

#toolbar .block {
  display: block;
  float: right;
  height: 28px;
  width: auto;
}

#toolbar #block-block-26 a {
  display: block;
  width: auto;
  height: 28px;
  line-height: 28px;
  color: #fff;
  padding: 0 8px 0 38px;
  text-transform: uppercase;
  background: #016eb3 url(images/bg-arrow-button.png) no-repeat top left;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

#toolbar #block-block-27 a {
  display: block;
  width: auto;
  height: 28px;
  line-height: 28px;
  margin-right: 6px;
  color: #fff;
  padding: 0 8px 0 38px;
  text-transform: uppercase;
  background: #70b121 url(images/bg-arrow-button.png) no-repeat top left;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

#toolbar #block-block-26 a:hover,
#toolbar #block-block-27 a:hover {
  background-color: #000;
}

/* logo ______________ */
#logo {
  display: block;
  float: left;
  width: 329px;
  height: 78px;
  margin: 0;
  text-indent: -9000px;
  background: transparent url(images/bg-logo.png) no-repeat top left;
}

a#logo:hover {
  opacity: 0.7;
}

/* social ______________ */
#social {
  display: block;
  float: right;
  margin-top: 10px;
}

#social a.facebook {
  background: url("images/ico-facebook.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  display: block;
  padding-left: 25px;
  color: #0083b5;
}
#social a.facebook:hover {
  opacity: 0.7;
}


/* navbar ______________ */
#navbar {
  display: block;
  float: right;
  width: 610px;
  height: 30px;
  margin-top: 38px;
}

#navbar ul#primary-links {
  display: block;
  width: 610px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navbar ul li {
  float: right;
  margin: 0;
  padding: 0;
}

#navbar ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-left: 24px;
  padding: 0;
  text-decoration: none;
  text-align: right;
  color: #fff;
  font-family: museo-sans, helvetica, arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
}

#navbar ul li a.active,
.areas #navbar ul li.menu-3407 a,
.noticias #navbar ul li.menu-2669 a,
.actividades #navbar ul li.menu-2864 a {
  font-weight: 700;
}

#navbar ul li a:hover {
  color: #ccc;
}


/* searchbar ______________ */
#searchbar {
  z-index: 25;
  margin: 0;
  text-align: right;
  width: 400px;
  height: 54px;
  position: absolute;
  top: 80px;
  right: 0;
}

#block-search-0 h2,
#block-search-0 label {
  display: none;
}

#edit-search-block-form-1 {
  width: 218px;
}





/* paginas con ancho doble ____________________ */
.contacto #main,
.page-areas #main,
.reservas-online #main,
.horarios #main,
.abonate-forus #main,
.node-type-pagina-ancha #main {
  width: 940px;
  float: none;
}

.contacto #sibebar,
.page-areas #sidebar,
.reservas-online #sidebar,
.horarios #sidebar,
.abonate-forus #sidebar,
.node-type-pagina-ancha #sidebar {
  width: 940px;
  float: none;
}

.node-type-pagina-ancha #sidebar {
  display: none;
}


/* banners laterales ____________________ */
a.banner {
  display: block;
  text-intent: -9000px;
  width: 300px;
  height: 118px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
}

a#mitos {
  background: transparent url(images/banner-mitos.png) no-repeat 0 0;
}

a#mitos:hover {
  background-position: 0 -118px;
}

a#dudas {
  background: transparent url(images/banner-dudas.png) no-repeat 0 0;
}

a#dudas:hover {
  background-position: 0 -118px;
}

a#ciclo-menstrual {
  background: transparent url(images/banner-ciclo-menstrual.png) no-repeat 0 0;
}

a#ciclo-menstrual:hover {
  background-position: 0 -118px;
}

a#opciones {
  background: transparent url(images/banner-uso-anticonceptivos.png) no-repeat 0 0;
}

a#opciones:hover {
  background-position: 0 -118px;
}

a#interacciones {
  background: transparent url(images/banner-interacciones.png) no-repeat 0 0;
}

a#interacciones:hover {
  background-position: 0 -118px;
}

a#habla-con-tu-medico {
  background: transparent url(images/banner-habla-con-tu-medico.png) no-repeat 0 0;
}

a#habla-con-tu-medico:hover {
  background-position: 0 -118px;
}

a#frecuencia {
  background: transparent url(images/banner-frecuencia.png) no-repeat 0 0;
}

a#frecuencia:hover {
  background-position: 0 -118px;
}

a#preguntanos {
  background: transparent url(images/banner-preguntanos.png) no-repeat 0 0;
}

a#preguntanos:hover {
  background-position: 0 -118px;
}


/* slider ____________________ */
#slider {
  width: 940px;
  margin: 0 auto 0 auto;
  text-align: center;
}

#block-views-slider-block_1 #views_slideshow_singleframe_main_slider-block_1 .views-field-field-imagen-fid img {
  margin: 0 auto;
  text-align: center;
}

#block-views-slider-block_1 #views_slideshow_singleframe_main_slider-block_1 .views-field-field-slider-descripcion-value {
  position: absolute;
  width: 100%;
  top: 120px;
  z-index: 5;
}

#block-views-slider-block_1 #views_slideshow_singleframe_main_slider-block_1 .views-field-field-slider-descripcion-value .field-content {
  display: block;
  width: 940px;
  text-align: left;
}

#block-views-slider-block_1 #views_slideshow_singleframe_main_slider-block_1 .views-field-field-slider-descripcion-value a.title {
  color: #424242;
}

#block-views-slider-block_1 #views_slideshow_singleframe_main_slider-block_1 .views-field-field-slider-descripcion-value a:hover {
  color: #dc3c86;
  background-color: transparent;
}


#block-views-slider-block_1 #views_slideshow_singleframe_main_slider-block_1 .views-field-field-slider-descripcion-value a.arrow {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 28px;
  background: transparent url(images/ico-arrow-right.png) no-repeat 6px 6px;
  color: #333;
  font-size: 150%;
}

#block-views-slider-block_1 #views_slideshow_singleframe_main_slider-block_1 .views-field-field-slider-descripcion-value a.arrow:hover
  color: #dc3c86;
}

#block-block-24 {
  position: absolute;
  z-index: 20;
  top: 360px;
  display: block;
  height: 180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left:0;
  right:0;
  background: transparent url(images/bg-menu-slider.png) no-repeat center center;
}

#block-block-24 .content {
  position: relative;
  z-index: 5;
  display: block;
  height: 140px;
  width: 960px;
  margin: 0 auto;
  background: transparent url(images/menu-slider.png) no-repeat center center;
}

#block-block-24 .content a {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 140px;
  width: 126px;
  float: left;
  text-indent: -9000px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
}

#block-block-24 .content  a.pager-num-1 {
  background: #fff url(images/slider-ico-1.png) no-repeat 0 0;
  width: 134px;
}

#block-block-24 .content a.pager-num-2 {
  background: #fff url(images/slider-ico-2.png) no-repeat 0 0;
  width: 123px;
}

#block-block-24 .content a.pager-num-3 {
  background: #fff url(images/slider-ico-3.png) no-repeat 0 0;
  width: 146px;
}

#block-block-24 .content a.pager-num-4 {
  background: #fff url(images/slider-ico-4.png) no-repeat 0 0;
  width: 129px;
}

#block-block-24 .content a.pager-num-5 {
  background: #fff url(images/slider-ico-5.png) no-repeat 0 0;
  width: 152px;
}

#block-block-24 .content a.pager-num-6 {
  background: #fff url(images/slider-ico-6.png) no-repeat 0 0;
  width: 150px;
}

#block-block-24 .content a.pager-num-7 {
  background: #fff url(images/slider-ico-7.png) no-repeat 0 0;
  width: 126px;
}

#slider #block-block-24 .content a:hover {
  background-position: 0 -140px;
}

#block-views-slider-block_1 .views-slideshow-controls-bottom #views_slideshow_singleframe_pager_slider-block_1 .activeSlide a {
  /*background-color: #dc3c86;*/
}

#block-views-slider-block_1 .views_slideshow_singleframe_pager div {
  padding: 0;
}

#block-views-sesiones-block_2 {
  background: url("images/bg-horarios.png") no-repeat scroll right top #3B3B3B;
  border-radius: 5px 5px 5px 5px;
  display: block;
  height: 52px;
}
#block-views-sesiones-block_2 .liScroll-container {
  height: 20px;
  margin-top: 10px;
}

/* frontpage ______________ */
#frontpage .node h1 {
  display: none;
}

#frontpage #main {
  width: 940px;
}

#frontpage ul.liScroll a {
  margin: 0 20px 0 0;
}

#frontcontent {
  display: block;
  margin: 0 0 48px 0;
}

#frontleft {
  display: block;
  float: left;
  width: 620px;
}

#frontright {
  display: block;
  float: left;
  width: 300px;
  margin-left: 20px;
}

#frontright .view-noticias .views-field-title {
  font-size: 85%;
}

#frontleft #block-views-Actividades-block_2 {
  display: block;
  width: 130px;
  height: 235px;
  float: left;
  border-right: 1px solid #333;
}

#frontleft #block-views-Actividades-block_7,
#frontleft #block-views-Actividades-block_8 {
  display: block;
  width: 110px;
  height: 235px;
  float: left;
  border-right: 1px solid #333;
}

#frontleft #block-views-Actividades-block_7 {
  width: 166px;
}

#frontleft .view-Actividades h3 {
  font-size: 100%;
}

#frontleft .view-Actividades .view-content {
  padding: 0 10px;
}

#frontleft #block-block-32 {
  margin-top: 290px;
}

#block-block-28 a.button,
#block-block-32 a.descarga-horarios {
  display: block;
  width: 180px;
  height: 24px;
  line-height: 24px;
  color: #006eb5;
  padding-left: 30px;
  background: transparent url(images/ico-eye.png) no-repeat 0 0;
}

#block-block-32 a.descarga-horarios {
  width: 200px;
}

/* precontent ____________________ */
#precontent {
  width: 940px;
  margin: 32px auto 0 auto;
}

#precontentleft {
  width: 460px;
  float: left;
}

#precontentright {
  width: 460px;
  float: right;
}


/* content ______________ */
#content {
  width: 940px;
  text-align: left;
  margin: 48px auto 92px auto;
}

#content #main a:hover {
  color: #aaa;
}


/* main ______________ */
#main {
  display: inline;
  float: left;
  width: 540px;
}


/* sidebar ______________ */
#sidebar {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 0 0 100px;
}

#sidebar .block {
  margin-bottom: 8px;
}

#sidebar .block-menu_block ul {
  padding: 0;
}

#sidebar .block-menu_block ul li {
  margin: 0;
  padding: 0;
  width: 300px;
}

#sidebar .block-menu_block ul li a {
  background-color: #006eb6;
  border-bottom: 1px solid #FFFFFF;
  color: #fff;
  display: block;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  text-decoration: none;
  width: 100%;
}

#sidebar .block-menu_block ul li a:hover,
#sidebar .block-menu_block ul li a.active {
  background-color: #d74d89;
}

/* footer______________ */
#footer {
  width: 940px;
  height: 390px;
  margin: 0 auto;
  font-size: 85%;
  color: #a0a0a0;
  text-transform: uppercase;
  background: transparent url(images/bg-footer.png) no-repeat 0 0;
}

#footer .credits {
  display: block;
  height: 96px;
  line-height: 96px;
  text-align: right;
}

#footer .footer-links {
  display: block;
  margin-top: 36px;
}

#footer .footer-links h3 {
  color: #70b121;
  font-weight: bold;
  border-bottom: 1px solid #3d4f27;
  margin-bottom: 6px;
}

#footer .footer-links li a {
  display: block;
  width: 140px;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px solid #414143;
}


#footer .footer-links .footer-menu {
  display: block;
  width: 140px;
  float: left;
}

#footer .footer-links .footer-actividades {
  display: block;
  width: 460px;
  float: left;
  margin-left: 100px;
}

#footer .footer-links .footer-actividades li a {
  float: left;
  margin-right: 12px;
}

#footer .footer-links .footer-centros {
  display: block;
  width: 300px;
  float: left;
  margin-left: 100px;
}

#footer .footer-links .footer-centros li {
  display: inline-block;
  width: 138px;
  margin-right: 10px;
}


#footer a {
  text-decoration: none;
  color: #a0a0a0;
}

#footer a:hover {
  color: #000;
}


/* tables ____________________ */
td, th {
  padding: 10px;
  vertical-align: top;
}

.node .content table tbody {
  border-top: 1px solid #fff;
}

.node .content table th {
  background-color: #229ac6;
  color: #fff;
  text-align: center;
}

.node .content table td {
  background-color: #ededed;
}

.node .content table tr {
  border-top: 1px solid #fff;
}


/* clear --------------------- */
.floatclear,
.form-item,
#navbar ul li ul.sf-megamenu ol {
 	overflow: hidden;
}

* html .floatclear,
* html .form-item,
* html #navbar ul li ul.sf-megamenu ol {
	height: 1%;
}


/* tabs --------------------- */
.tabs {
  margin-bottom: 24px;
  height: 27px;
  display: block;
  width: 620px;
  font-size: 100%;
}

#main .tabs ul.tabs {
  border: 0;
  float: left;
  margin: 0;
  padding: 0;
}

.admin #main .tabs ul.tabs {
  float: none;
}

.tabs ul.primary li {
  width: auto;
  float: left;
  height: 27px;
  float: left;

}

.tabs ul.primary li a {
  padding: 0 8px;
  display: block;
  width: auto;
  float: left;
  height: 27px;
  line-height: 27px;
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: 1px;
  color: #fff;
  background: #000 url(images/bg-li-navbar.png) repeat-x top left;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tabs ul.primary li a:hover {
  background: #666 url(images/bg-li-navbar.png) repeat-x top left;
}

.tabs ul.primary li.active a {
  background: #666 url(images/bg-li-navbar.png) repeat-x top left;
}


/* messages --------------------- */
#main .messages {
  margin: 10px 0 20px 0;
  padding: 20px !important;
  color: #fff;
}

#main .status {
  background-color: #01b5dd;
}

#main .warning {
  background-color: #dddd39;
}

#main div.error {
  background-color: #FF7D00;
  border: 0;
}

#main .form-item input.error,
#main .form-item textarea.error,
#main .form-item select.error {
  background-color: #fff;
  border-color: #FF7D00
}

.messages a {
  color: #fff;
  text-decoration: underline;
}


/* login -------------------- */
#user .tabs,
#user-password .tabs,
#user-register .tabs {
  display: none;
}


/* pager ____________________ */
#main .view .item-list {
  padding-top: 24px;
  border-top: 1px solid #ccc;
}

.item-list ul.pager {
  height: 23px;
  text-align: right;
}

ul.pager li {
  padding: 0 !important;
  height: 23px;
  line-height: 23px;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

ul.pager li.pager-current {
  background: #3a3a3a;
  padding: 5px 10px !important;
  color: #fff;
}

ul.pager li a,
ul.pager li.pager-ellipsis {
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  height: 23px;
  line-height: 23px;
  background: #ccc;
}

ul.pager li.pager-ellipsis {
  background: #fff;
  color: #333;
}

ul.pager li a:hover {
  color: #000;
}


/* addthis ____________________ */
#main .node .addthis_toolbox {
  margin-top: 20px;
}

#content #main .node .addthis_toolbox a:hover {
  background-color: transparent;
}



/* banners portada ____________________ */
#block-block-15 p {
  margin: 0;
}

#block-block-15 a {
  display: block;
  width: 220px;
  height: 323px;
  float: left;
  margin-right: 20px;
  color: #fff;
  text-align: center;
}

#block-block-15 a#uno {
  background: transparent url(images/bg-compara-metodos.png) no-repeat center center;
}

#block-block-15 a strong {
  display: block;
  padding: 160px 40px 8px 40px;
  font-size: 150%;
  line-height: 110%;
}

#block-block-15 a span {
  display: block;
  font-size: 100%;
  line-height: 110%;
  padding: 0 20px;
}


#block-block-15 a#dos {
  background: transparent url(images/bg-encuentra-tu-anticonceptivo.png) no-repeat center center;
}

#block-block-15 a#tres {
  background: transparent url(images/bg-dudas-mas-frecuentes.png) no-repeat center center;
}

#block-block-15 a#cuatro {
  background: transparent url(images/bg-habla-con-tu-medico.png) no-repeat center center;
  margin-right: 0;
}

/* tabs ____________________ */
#tabs-tabset ul.ui-tabs-nav {
  border-bottom: 5px solid #d74d89;
  margin: 24px 0 18px 0;
  height: 36px;
}

#tabs-tabset ul.ui-tabs-nav  {
  padding: 0;
}

#tabs-tabset ul.ui-tabs-nav li {
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
}

#tabs-tabset ul.ui-tabs-nav li a {
  border: 0;
  color: #fff;
  background-color: #006eb6;
  font-weight: bold;
  padding: 6px 12px;
  height: 40px;
  line-height: 40px;
}

#main #tabs-tabset ul.ui-tabs-nav li.active a,
#main #tabs-tabset ul.ui-tabs-nav li a:hover,
#main #tabs-tabset ul.ui-tabs-nav li.ui-tabs-selected a {
  background-color: #d74d89;
  color: #fff;
}

/* maintenance page ____________________ */
.offline #main {
  height: 200px;
  font-size: 200%;
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 150px;
}

html.js #main fieldset.collapsible legend a {
  color: #333;
}

#main .filefield-element .widget-edit {
  max-width: 99%;
}


/* others ____________________ */
#main a.bullet {
  color: #006eb6;
  display: block;
  height: 18px;
  line-height: 18px;
  padding-left: 22px;
  background: transparent url(images/ico-arrow.png) no-repeat top left;
}

#main a.question {
  color: #006eb6;
  display: block;
  height: 18px;
  line-height: 18px;
  padding-left: 22px;
  background: transparent url(images/ico-question.png) no-repeat top left;
}


/* areas ____________________ */
.page-areas .view-instalaciones .views-row {
  position: relative;
  margin-bottom: 32px;
}

.page-areas .view-instalaciones .views-row .views-field-title {
  display: block;
  width: 940px;
  height: 40px;
  line-height: 40px;
  font-size: 180%;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.page-areas .view-instalaciones .views-row .views-field-title a {
  padding-left: 8px;
}


/* bloque otras areas ____________*/
#block-views-instalaciones-block_1 .views-row {
  margin-bottom: 30px;
}

#block-views-instalaciones-block_1 .views-field-field-instalacion-imagen-fid {
  display: block;
  width: 140px;
  height: 94px;
  float: left;
}

#block-views-instalaciones-block_1 .views-field-title a {
  display: block;
  width: 150px;
  margin-left: 10px;
  line-height: 94px;
  height: 94px;
  float: left;
  font-size: 130%;
  font-weight: bold;
  color: #006eb5;
}

#block-views-instalaciones-block_1 .views-field-title a:hover {
  color: #000;
}

/* noticias ____________________ */
.view-noticias .views-row {
  margin-bottom: 24px;
}

.view-noticias .views-row .views-field-field-noticia-imagen-fid {
  display: block;
  float: left;
  width: 140px;
  height: 94px;
  margin-right: 10px;
}

.view-noticias .views-row .views-field-created {
  display: block;
  color: #909090;
}

.view-noticias .views-row .views-field-title a {
  font-size: 150%;
  font-weight: bold;
  color: #0087e0;
}

.node-type-noticia .field-field-noticia-imagen {
  margin-bottom: 24px;
}


/* actividades ______________________*/

/* intensidad alta */
.term-102 {
  color: #ebdf18;
}

/* intensidad media/baja */
.term-103 {
  color: #ff41b5;
}

/* picina */
.term-104 {
  color: #14c5f9;
}

/* infantiles */
.term-105 {
  color: #68e12c;
}


/* listado actividades _______________*/
.actividades .view-Actividades {
  margin-bottom: 48px;
}

.actividades .view-Actividades .views-row {
  display: block;
  float: left;
  width: 165px;
  height: 148px;
  margin: 0 22px 24px 0;
}

.actividades .view-Actividades .views-row-3,
.actividades .view-Actividades .views-row-6,
.actividades .view-Actividades .views-row-9 {
  margin-right: 0;
}

#block-views-Actividades-block_3 h2 {
  display: block;
  border-top: 0;
  text-transform: none;
  height: 17px;
  line-height: 17px;
  padding-left: 24px;
  background: transparent url(images/yellow.png) no-repeat top left;
}

#block-views-Actividades-block_4 h2 {
  display: block;
  border-top: 0;
  text-transform: none;
  height: 17px;
  line-height: 17px;
  padding-left: 24px;
  background: transparent url(images/pink.png) no-repeat top left;
}

#block-views-Actividades-block_5 h2 {
  display: block;
  border-top: 0;
  text-transform: none;
  height: 17px;
  line-height: 17px;
  padding-left: 24px;
  background: transparent url(images/blue.png) no-repeat top left;
}

#block-views-Actividades-block_6 h2 {
  display: block;
  border-top: 0;
  text-transform: none;
  height: 17px;
  line-height: 17px;
  padding-left: 24px;
  background: transparent url(images/green.png) no-repeat top left;
}

/* bloque actividades en areas _____________ */
#block-views-Actividades-block_1 {
  margin-top: 48px;
}


/* detalle actividad _____________ */
.node-type-actividad .field-field-actividad-instalacion {
  display: none;
}

.node-type-actividad .view-Actividades {
  display: block;
  height: 450px;
}

.node-type-actividad .view-Actividades .views-row {
  height: auto;
  width: auto;
  float: none;
}

.node .views_slideshow_singleframe_pager div {
  padding: 0 10px 0 0;
}


/* horarios __________________*/
.horarios #main table {
  width: 940px;
}

.horarios #main table .view .item-list {
  border: 0;
  padding-top: 0;
}

.horarios #main table th,
.horarios #main table td {
  background: #111;
}

#content #main #descarga a {
    color: #FFFFFF;
}

.horarios #main table th, .horarios #main table td {
    background: none repeat scroll 0 0 #111111;
}

.horarios #main table tr,
.horarios #main table thead th {
  border-bottom: 1px solid #262628;
}

.horarios #main table .views-popup-field-field_sesion_actividad_nid {
  font-weight: bold;
}

.horarios #main table .views-popup-field-field_sesion_horario_value2 {
  font-size: 85%;
}

.horarios #main table .views-popup-field-title_2 a {
  font-size: 85%;
  color: #999;
  text-transform: uppercase;
}

.horarios #main table .view-sesiones .views-popup-row {
  background-color: #222;
  margin-bottom: 1px;
  padding: 3px;
}

.horarios div.views-popup {
  display:none;
  border: 0;
  background-color: #fff;
  padding: 10px;
  width: 140px;
  position:fixed;
  z-index:100;
  text-align: left;
  color: #111;
  font-size: 85%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* contacto __________________*/
a.send-email {
  display: block;
  width: 140px;
  color: #fff;
  height: 17px;
  line-height: 17px;
  padding-left: 30px;
  float: left;
  background: transparent url(images/ico-mail.png) no-repeat top left;
}

a.google-maps {
  display: block;
  width: 200px;
  color: #fff;
  height: 17px;
  line-height: 17px;
  padding-left: 20px;
  float: left;
  background: transparent url(images/ico-marker.png) no-repeat top left;
}


/* lightbox __________________*/
#imageData #bottomNav {
    height: 0;
}

.lightbox2-alt-layout #imageData #bottomNav,
.lightbox2-alt-layout-data #bottomNav {
  margin-bottom: 0;
}



/* actividades por categoria _______________*/
#block-views-categorias_actividades-block_1 .views-field-name .field-content {
  display: block;
  border-top: 0;
  text-transform: none;
  height: 17px;
  line-height: 17px;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 6px;
}

#block-views-categorias_actividades-block_1 .views-field-php {
  display: block;
  margin-bottom: 36px;
}

#block-views-categorias_actividades-block_1 .view-actividades-embed {
  margin-bottom: 48px;
}

#block-views-categorias_actividades-block_1 .view-actividades-embed .views-row {
  display: block;
  float: left;
  width: 165px;
  height: 148px;
  margin: 0 22px 24px 0;
}

#block-views-categorias_actividades-block_1 .view-actividades-embed .views-row-3,
#block-views-categorias_actividades-block_1 .view-actividades-embed .views-row-6,
#block-views-categorias_actividades-block_1 .view-actividades-embed .views-row-9,
#block-views-categorias_actividades-block_1 .view-actividades-embed .views-row-12,
#block-views-categorias_actividades-block_1 .view-actividades-embed .views-row-15,
#block-views-categorias_actividades-block_1 .view-actividades-embed .views-row-18 {
  margin-right: 0;
}

#block-views-categorias_actividades-block_1 .view-actividades-embed .views-row .views-field-title a {
  color: #fff;
}


/* landing campaña septiembre 2015 _______________*/
.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima {
  background: url(images/landing-08-15-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima #toolbar .block,
.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima #footer,
.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima #navbar,
.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima #precontent,
.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima #sidebar,
.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima h1 {
  display: none;
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima #logo {
  background: transparent url("images/landing-08-15-logo.png") no-repeat scroll left top;
  width: 155px;
  height: 80px;
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima #main {
  width: 803px;
  margin-top: 34px;
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima .description {
  color: #006eb6;
  font-size: 120%;
  line-height: 130%;
  background: #fff;
  display: block;
  padding: 12px;
  margin-bottom: 36px;  	
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima .content form {
  color: #006eb6;
  font-size: 130%;
  background: #aacb58;
  display: block;
  width: 408px;
  padding: 20px;
  margin-bottom: 48px;  	
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima .content form .form-item {
  margin-top: 0;
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima .content form .form-item label {
  font-weight: normal;	
  margin-bottom: 3px;
  font-size: 85%;
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima .content form input {
  border-radius: 0;	
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima .content form input#edit-submit {
  width: 100%;
  text-transform: uppercase;
  font-size: 85%;
  text-align: center;
  border-radius: 0;	
  padding: 6px 11px;
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima .line-top {
  position: absolute;
  top: 74px;
  right: 0;
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima #wrapper {
  background: transparent url("images/landing-08-15-line-left.png") no-repeat scroll bottom left;
  margin-bottom: 55px;	
  position: relative;
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima #content {
  background: transparent url("images/landing-08-15-obsequio-matricula.png") no-repeat scroll 550px 293px;
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima .bodycopy {
  position: absolute;
  bottom: -36px;
}

.sabes-que-el-ejercicio-mejora-tu-estado-fisico-tu-animo-tu-autoestima .title {
  display: block;
  width: 804px;
  height: 112px;
  margin-bottom: 16px;  
  text-indent: -9000px;
  background: transparent url("images/landing-08-15-bg-title.png") no-repeat scroll 0 0;  	
}
