/*
   climantica.css
   climantica-cms
   
   Created by Jorge on 2009-02-18.
   Copyright 2009 Infonova Informática e Comunicacions, S,L.. All rights reserved.
*/

body {
  font-family: helvetica, arial, verdana;
}

.clear {
  line-height: 0pt;
}

#header {
  position: relative;
  height: 140px;
  background: #fff url(/images/climantica/bg-header.gif) no-repeat top right;
}

#header h1 span {
  display: none;
}

#header h1 {
  margin: 0pt;
  width: 210px;
  height: 127px;
  background: transparent url(/images/climantica/logo.png) no-repeat top left;
}

#header #switch-locale {
  position: absolute;
  right: 10px;
  bottom: 8px;
  margin: 0pt;
  padding: 0pt;
  list-style: none;
  color: #C2CAE4;
}

#header #switch-locale li {
  float: left;
  margin-left: 5px;
}

#header #switch-locale li a {
  text-decoration: none;
  color: #CBD600
}

#header #switch-locale li.current a {
  color: #C80000
}

#col1, #col2, #col3 {
  float: left;
  z-index: 1;
  overflow: hidden;
}

#col1 {
  background: #C1CE00 url(/images/climantica/col1-shadow.gif) no-repeat center right
}

#col1, #col3 {
  width: 20%;
}

#col2 {
  width: 60%;
}

#col3-bottom {
  text-align: center;
  margin-top: 20px
}

#col3-content {
  background: #C1CE00;
}

#col1 .content, #col3 .content {
  padding: 20px 0pt;
}

#col1, #col2, #col3-content {
  position: relative;
  text-align: left;
}

#col2 .content {
  padding: 10px 20px;
}

#wrapper-content {
  margin: 0pt 10px;
}
 
.tl, .tr, .br, .bl {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
}
 
.br, .bl {
  bottom: 0pt;
}

.tl, .tr {
  top: 0pt;
}

.tr, .br {
  right: 0pt;
}

.tl{
  background: url(/images/climantica/custom_top_left.gif) no-repeat top left;
}

.tr {
  background: url(/images/climantica/custom_top_right.gif) no-repeat top right;
}

.br {
  background: url(/images/climantica/custom_bottom_right.gif) no-repeat bottom right;
}

.bl {
  background: url(/images/climantica/custom_bottom_left.gif) no-repeat bottom left;
}

.pagination {
  text-align: right;
}

.pagination a {
  color:#798BC7;
  font-weight:bold;
  text-decoration: none;
}

/*navegación*/

#navigation-1 {
  margin: 6px 10px 10px 10px;
  height: 22px;
  padding: 0pt;
  overflow: hidden;
}

#navigation-1 li {
  margin: 0pt;
  padding: 0pt;
  height: 22px;
  width: 87px;
  margin-right: 6px;
  float: left;
  list-style: none;
  text-align: center;
  background: transparent url(/images/climantica/tab.gif) no-repeat top left;
}

#navigation-1 li.current, #navigation-1 li:hover, #navigation-1 li#tab { 
  background-position: bottom left !important;
}

#navigation-1 li.tab, #navigation-1 li.tab:hover {
  background-position: top left !important;
}

#navigation-1 li.current a {
 color: #fff !important;
}

#navigation-1 li a {
  text-decoration: none;
  line-height: 22px;
  text-align: center;
  color: #000;
  font-size: 110%;
}

#navigation-1 li.tab a {
  color: #000 !important;
}

#navigation-1 li.current-tab a {
 color: #fff !important;
}

/*Navegación nivel2*/

#navigation-2 {
  padding: 0pt;
  margin: 0pt;
  min-height: 260px;
}

#navigation-2 li {
  list-style: none;
  border-top: 1px solid #D4EF7E;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 15px 8px 10px;
  text-align: left;
}

#navigation-2 li:hover, #navigation-2 li.current {
  background: #CD191A !important;
}

#navigation-2 li:hover a, #navigation-2 li.current a {
  color: white !important;
}

#navigation-2 li.sub-current {
  background: none !important
}

#navigation-2 li.sub-current a {
  color: #C80000
}

#navigation-2 li a {
  display: block;
  width: 100%; 
  color: #000;
  text-decoration: none;
}

/*col3*/

#col3 #rss {
  padding-left: 30px;
  display:block;
  height: 25px;
  background: url(/images/blog_climantica/rss.gif) no-repeat center left;
  line-height: 25px;
  color: #527DB2;
  text-decoration: none;
}

#col3 a:hover#rss {
  color: #D81C03
}

#col3 .col-item h4, #col3 .col-item h5 {
  color: #D81C03;
  margin-bottom: 4px;
}

#col3 .col-item {
  padding: 0pt 10px 10px 10px;
  margin-bottom: 5px;
}

#col3 .col-item ul {
  background: #C7D207;
  margin: 0pt;
  padding: 2px 0pt 2px 10px;
  border: 1px solid #CCD70D;
  list-style: none;

  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;  
}

#col3 .col-item ul li a {
  color: #527DB2;
  text-decoration: none;
}

#col3 .col-item ul li a:hover {
  text-decoration: underline;
}