/* --------------------------------------------------------------------------------
   CSS : PARC SANITARI SANT JOAN DE DÉU 2010
   -
   by Kings of Mambo / www.kingsofmambo.com
-------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #2a2a2a;
	background: #fff;
	line-height: 1.3em;
}

ul {
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #cf0925;
	text-decoration: none;
}
  a:hover {
  	color: #ff0b2f;
  }

input, textarea {
	color: #2a2a2a;
	border: 1px solid #b1b1b1;
	background: #f6f6f6;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	height: 15px;
	padding-top: 2px;
	padding-left: 2px;
}
	input:focus, textarea:focus {
		background: #dcdcdc;
	}

h3 { font-size: 16px; padding: 5px 0 10px 0; color: #cf0925;}


/* 
  GENERAL
*/
.wrap, #lang {
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
	text-align: left;
}

.imageleft { margin: 0 10px 10px 0; float: left;}
.imageright { margin: 0 0 10px 10px; float: right;}


/* 
  FLASH
*/
#flash {
  height: 220px;
  margin: 0 auto;
}

/* 
  HEADER
*/
#header {
  height: 282px;
  margin-bottom: 40px;
	background: #fff url(/images/layout/header_bg.png) repeat-x 0 0;
}
  /* LOGO */
  #logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 210px;
    height: 127px;
    margin-left: -435px;
    z-index: 2;
  }
  
  #logo h1 {
    width: 210px;
    height: 127px;
    text-indent: -9999px;
    background: transparent url(/images/layout/logo.png) no-repeat 0 0;
  }
  
  /* LANGUAGES */
  #lang {
    height: 16px;
    padding-top: 5px;
    text-align: right;
    color: #fff;
    font-size: 11px;
  }
    #lang a {
      color: #fff;
    }
    #lang a.selected {
      font-weight: bold;
    }
  
  /* NAVIGATION */
  ul#nav {
    float: left;
    width: 685px;
    height: 41px;
    overflow: hidden;
  }
  
  ul#nav li {
    float: left;
    height: 41px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-right: 1px;
    background: transparent url(/images/layout/nav_separator.gif) no-repeat top right;
  }
    ul#nav li.last {
      background: transparent;
    }
  ul#nav li a {
    color: #fff;
    display: block;
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 14px;
    padding: 15px 11px 17px;
    margin: 0;
    text-shadow: #000 1px 1px 3px;
  }
    ul#nav li a:hover {
      background: transparent url(/images/layout/nav_hover.gif) repeat-x top left;
    }
    ul#nav li a.selected {
      color: #545454;
      text-shadow: none;
      background: #fff url(/images/layout/nav_selected.gif) repeat-x top left;
    }
  /* SEARCH BOX */
  form#search_box {
    float: right;
    padding-top: 9px;
  }
    form#search_box input {
      display: block;
      width: 150px;
      height: 21px;
      overflow: hidden;
      border: 0;
      margin: 0;
      padding: 2px 10px 2px 25px;
      font-size: 12px;
      color: #595959;
      float: left;
      background: transparent url(/images/layout/searchbox_input.gif) no-repeat top left;
    }
    form#search_box input.btn {
      width: 70px;
      height: 25px;
      margin: 0;
      padding: 2px 0;
      cursor: pointer;
      text-align: center;
      font-weight: bold;
      text-shadow: #fff 1px 1px 3px;
      background: transparent url(/images/layout/searchbox_btn.gif) no-repeat top left;
    }

/*
  CONTENT
*/
#col {
  float: left;
  width: 590px;
}
  .subcol {
    width: 270px;
    float: left;
  }
#aux {
  float: right;
  width: 310px;
  overflow: hidden;
}
/* TITLES */
p.title {
  color: #cf0925;
  font-size: 24px;
  padding: 2px 0 7px 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eaeaea;
}
  #aux p.title {
    font-size: 20px;
    padding-top: 4px;
    clear: both;
  }
  p.title.news    {    background: #fff url(/images/layout/title_news.gif) no-repeat 0 0;  }
  p.title.phones  {    background: #fff url(/images/layout/title_phones.gif) no-repeat 0 0;  }
  p.title.jobs    {    background: #fff url(/images/layout/title_jobs.gif) no-repeat 0 0;  }
  p.title.maps    {    background: #fff url(/images/layout/title_maps.gif) no-repeat 0 0;  }
  p.title.agenda  {    background: #fff url(/images/layout/title_agenda.gif) no-repeat 0 0;  }
  p.title.contact {    background: #fff url(/images/layout/title_contact.gif) no-repeat 0 0;  }
  p.title.archive {    background: #fff url(/images/layout/title_archives.gif) no-repeat 0 0;  }
  p.title.parc    {    background: #fff url(/images/layout/title_parc.gif) no-repeat 0 0;  }


/* NEWS */
ul.news {
  margin-bottom: 15px;
}
  ul.news li {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
  }
  ul.news li img {
    display: block;
    float: left;
  }
  ul.news li .news_info {
    float: right;
    width: 390px;
  }
    ul.news li .news_info h2, ul.news li .news_info h2 a {
      color: #2a2a2a;
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 10px;
    }
      ul.news li .news_info h2 a:hover {
        color: #cf0925;
      }
    ul.news li .news_info .options, div.options {
      margin-top: 10px;
      border-top: 1px dashed #d3d3d3;
      padding-top: 6px;
    }
      ul.news li .news_info .options p, ul.news li .news_info .options a, div.options p, div.options a {
        font-size: 10px;
        color: #aeaeae;
      }
      ul.news li .news_info .options p, div.options p {
        float: left;
      }
      ul.news li .news_info .options a, div.options a {
        display: block;
        float: right;
        padding-left: 18px;
        background: #fff url(/images/layout/comments_link.gif) no-repeat 0 2px;
      }
        ul.news li .news_info .options a:hover, div.options a:hover {
          color: #cf0925;
          background: #fff url(/images/layout/comments_link.gif) no-repeat 0 -48px;
        }
        
div.news h2 {
  color: #2a2a2a;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

div.news p, div.parc p { padding: 0 0 10px 0;}


/* PAGINATION */
ul#pagination {
  float: right;
  clear: both;
  height: 25px;
}

ul#pagination li {
  display: inline;
}

ul#pagination li a {
  padding: 3px 5px;
  color: #C1C1C1;
  border: 1px solid #C1C1C1;
}

ul#pagination li a:hover { color: #CF0925; border: 1px solid #CF0925; }
ul#pagination li.active a { background: #CF0925; border: 1px solid #CF0925; color: #fff; }

/* COMMENTS */
div.comments {
  clear: both;
  padding: 10px 20px 0 10px;
  margin: 0 0 20px 0;
  background: #F9F9F9;
  border-top: 1px solid #DFDFDF;
}

div.comments h3 {
  color: #CF0925;
}

div.comment {
  padding: 15px 0;
  border-bottom: 1px dotted #D0D0D0;
}

div.comment h4 {
  color: #777;
  padding: 0 0 5px 0;
}

/* MAP */
#map_selector {
  margin-bottom: 40px;
} 
   #map_selector p {
     margin-bottom: 10px;
   }
   #map_selector select {
     width: 270px;
     margin-bottom: 15px;
     border: 1px solid #b5b3b4;
     padding: 2px 0;
   }
   #map_selector #map_container {
     width: 268px;
     border: 1px solid #b5b3b4;
   }

/* SIMPLE LIST */
ul.simple_list {
  margin-bottom: 40px;
}
  ul.simple_list.label li {   background: #fff url(/images/layout/list_label.gif) no-repeat 0 0;  }
  ul.simple_list.user li  {   background: #fff url(/images/layout/list_user.gif) no-repeat 0 0;  }
  ul.simple_list li {
    padding: 0 0 12px 19px;
    margin: 0 0 12px 0;
    border-bottom: 1px dashed #d3d3d3;
  }
  ul.simple_list li h3, ul.simple_list li h4 {
    font-size: 12px;
    margin-bottom: 4px;
  }
    ul.simple_list li h3 a, ul.simple_list li h4 a {
      color: #2a2a2a;
    }
    ul.simple_list li h3 a:hover, ul.simple_list li h4 a:hover {
      color: #cf0925;
    }
    
  ul.simple_list.small li {
    width: 94%;
    overflow: hidden;
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
    ul.simple_list.small li.last {
      border-bottom: 0;
    }
    ul.simple_list.small li h4 {
      float: left;
      width: 85%;
      margin-bottom: 0;
    }
    ul.simple_list.small li a.more_info {
      display: block;
      text-align: right;
      float: right;
      width: 15%;
    }
  
    ul.simple_list li.plain_text, ul.simple_list li.plain_text_btn {
      background: #fff !important;
      padding-left: 0;
      border-bottom: 0;
      padding-bottom: 8px;
    }
      ul.simple_list li.plain_text_btn {
        padding-top: 10px;
        width: 100%;
      }
        ul.simple_list li.plain_text_btn p {
          float: left;
          width: 64%;
          font-weight: bold;
          padding-top: 6px;
        }
        ul.simple_list li.plain_text_btn a {
          float: right;
          text-align: right;
          width: 36%;
        }
        
        ul.simple_list li.more_offers {
          background: #fff !important;
          padding: 0;
          border: 0;
        }
        
        ul.simple_list li.more_offers a {
          font-weight: bold;
        }


/* PHONES */
ul#phones {
  margin-bottom: 30px;
}
  ul#phones li {
    padding: 6px 5px 0 50px;
    height: 31px;
    margin-bottom: 10px;
    background: #fff url(/images/layout/phones_bg.gif) no-repeat 0 0;
  }
    ul#phones strong {
      display: block;
      margin: 0 0 1px 0;
      line-height: 12px;
    }
    ul#phones p {
      margin: 0;
      color: #cf0925;
      font-weight: bold;
      font-size: 14px;
    }

/* ARCHIVE */

ul.archive_year { padding: 0 0 20px 0; width: 150px; float: left; overflow: hidden; margin: 0 10px 10px 0;}
ul.archive_year.last { margin: 0 0 10px 0;}
ul.archive_year li.year { font-size: 14px; font-weight: bold; border-bottom: 1px solid #CDCECD; margin: 0 0 5px 0; color: #8C8C8C;}
ul.archive_year li { padding: 4px 0; font-weight: bold;}
ul.archive_year li a { display: block;}
ul.archive_year li span { color: #A3A3A3; font-weight: normal; padding: 0 0 0 5px;}


/* BANNERS */
.banner {
  margin-bottom: 40px;
}

/* PARC */
div.parc { padding: 10px 0 20px 0;}

h2.toggle {
  color: #CF0925;
  padding: 10px 0 10px 20px;
  border-top: 1px dotted #d4d4d4;
  font-size: 14px;
  background: url('/images/layout/list_cross.gif') 0 13px no-repeat;
}

h2.toggle.first { border: none;}

h2.toggle a {
  display: block;
}

h2.toggle:hover {
  background-position: 0 -87px;
}

div.parc ul {
  list-style: disc;
  padding: 0 0 0 30px;
}
div.parc ul li {
  padding: 3px 0;
}

/* CENTROS */

ul.tabNavigation { list-style: none; margin: 0; padding: 0 0 8px 0; border-bottom: 1px solid #cf0925;}
ul.tabNavigation li { display: inline; }
ul.tabNavigation li a { padding: 3px 5px; color: #adadad; font-size: 16px; font-weight: bold; }

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover { color: #cf0925; padding-top: 7px; }

ul.tabNavigation li a:focus {	outline: 0; }
div.tabs > div { padding: 20px 0 0 0; }
div.tabs > div h2 { margin-top: 0; }
#first { background: url('/images/layout/arrow_red_down.png') 50px 0 no-repeat;  }
#second { background: url('/images/layout/arrow_red_down.png') 150px 0 no-repeat; }
#third { background: url('/images/layout/arrow_red_down.png') 350px 0 no-repeat; }

ul.cities { float: left; width: 95px; overflow: hidden;}
div.center_description { float: left; width: 469px; overflow: hidden; border-left: 1px solid #d3d3d3; padding: 0 0 0 25px; }
div.center_description h2 { color: #cf0925; font-size: 14px; border-bottom: 1px dotted #d3d3d3; padding: 0 0 5px 0; margin: 0 0 10px 0; }
.waste { min-height: 1000px; }

/* CONTACT & FORMS */
#contact, #contact_form {
  margin-bottom: 40px;
}
  #contact p, .reply form p, #contact_form p {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
  }
  #contact label, .reply form label, #contact_form label {
    display: block;
    float: left;
    text-align: right;
    width: 22%;
    font-weight: bold;
    padding-top: 5px;
  }
  #contact input, #contact textarea, .reply form input, .reply form textarea, #contact_form input, #contact_form textarea {
    display: block;
    float: right;
    width: 70%;
    height: 21px;
    border: 1px solid #b1b1b1;
    padding: 2px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
  }



    #contact input.btn, .reply form input.btn, #contact_form input.btn {
      width: 110px;
      height: 24px;
      text-indent: -9999px;
      border: 0;
      padding: 0;
      cursor: pointer;
      background: #fff url(/images/layout/btn_send.png) no-repeat 0 0;
    }
    #contact textarea, #contact_form textarea {
      height: 90px;
    }

div.reply { padding: 20px 120px 20px 0; }
div.reply h3 { padding: 0 0 20px 0; }
div.reply label {
  width: 110px;
}

div.reply textarea {
  height: 80px;
}

div.width-7 {
  width: 270px;
  overflow: hidden;
  float: left;
  padding: 0 50px 0 0;
}

div.address {
  width: 590px;
  overflow: hidden;
  float: left;
  padding: 40px 0;
}

div.address p { padding: 0 0 5px 0; }

div.last { padding: 0; }

/* ERROR MESSAGES */

.error, .notice, .success { padding:.8em; margin-bottom:1em; border:2px solid #ddd; }
.error ul, .notice ul, .success ul { list-style: disc; padding: 5px 0 0 20px;}
.error ul li, .notice ul li, .success ul li { list-style: disc; padding: 0 0 3px 0;}
.error { background:#FBE3E4; color:#8a1f11; border-color:#FBC2C4;}
.notice { background:#FFF6BF; color:#514721; border-color:#FFD324;}
.success { background:#E6EFC2; color:#264409; border-color:#C6D880;}

/*
  FOOTER
*/
#footer {
  padding-top: 45px;
  margin-top: 15px;
  height: 452px;
  background: #eaeaea url(/images/layout/footer_bg.gif) repeat-x 0 0;
}
  #footer p#other_links {
    clear: both;
  }
  #footer ul {
    float: left;
    width: 240px;
    color: #1b1b1b;
  }
    #footer ul li {
      width: 190px;
      padding: 6px 0;
      border-bottom: 1px solid #d1d1d1;
    }
    #footer ul li.title {
      font-size: 14px;
      font-weight: bold;
      border-bottom: 0;
      padding: 0 0 19px;
    }
    #footer ul li.last {
      border-bottom: 0;
    }
    #footer ul li a {
      display: block;
      color: #1b1b1b;
      padding-left: 15px;
      background: transparent url(/images/layout/list_cross.gif) no-repeat 0 0;
    }
      #footer ul li a:hover {
        color: #cf0925;
        background: transparent url(/images/layout/list_cross.gif) no-repeat 0 -100px;
      }
    
  #footer p {
    clear: both;
    text-align: center;
    padding-top: 55px;
  }
    #footer p a {
      color: #1b1b1b;
      padding: 0 3px;
    }
    #footer p a:hover {
      color: #cf0925;
    }


.no_float {float: none;}
.left, .img_left {float: left;}
.img_left img {margin: 0 20px 0 0;}
.right, .img_right {float: right;}
.center {float: left; margin: 0 0 0 10px;}
.img_center {text-align:center;}
a.read_more {text-decoration: underline;}