
.tabs {
    /*float:left;*/
    width:100%;
    background:#000 url("/export/system/modules/es.segittur.opencms.cultura/resources/img/bg.gif") repeat-x bottom;
    font-size:93%;
    line-height:normal;
    }
  .tabs ul.tabs-list {
	display:block;
	float:left;
	height:55px;
	width:792px;
    margin:0;
    padding:0 0 0 197px;
    list-style:none;
	background-color:#c6cbc4;
    }
  .tabs ul.tabs-list li {
    float:left;
    /*background:url("left.gif") no-repeat left top;*/
    margin:0;
    padding:0 0 0 9px;
	height:55px;
    }

.tabs ul.tabs-list a {
  float:left;
  display:block;
  /*background:url("right.gif") no-repeat right top;*/
  padding:20px 15px 0 6px;
  height:35px;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs ul.tabs-list a {float:none;}
/* End IE5-Mac hack */
.tabs ul.tabs-list a:hover {
  color:#333;
}
.tabs ul.tabs-list .current {    
  border-right:1px solid #dbe0da;
}
.tabs ul.tabs-list .current a {    
  color:#fff;
  background:url("/export/system/modules/es.segittur.opencms.cultura/resources/img/dorito0.png") no-repeat right bottom; 
}
.js .tabs .current-info,
.js .tabs .accessibletabsanchor,
.js .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
  position:absolute;
  left:-999em;
}
.js .tabs .content{
  background:#FFF;
  clear:both;
  margin:3em 0 0 1em;
  height:372px;
}
.js .tabs{
  width:100%;
  height:auto;
  font-family:Georgia, "Times New Roman", Times, serif;
}
    h1,h2,p{
        margin:1em;
    }
    
    .about{
        clear:both;
        padding:2em;
    }
/* LISTADO REGIONES */
.tabbody{
  height:auto !important;
}
.tabbody ul{
  display:block;
  float:left;
  width:409px;
  height:400px;
  margin:8px 0 0 0;
  list-style:none;
}
.tabbody ul li {
  float:left;
  display: block;
  width:128px;
  padding:0 0 0 0;
  margin:0 8px 0 0;
  height:37px;
  overflow:hidden;
  border-bottom:1px solid #dbded7;
}
.tabbody ul li a {
  display:block;
  float:left;
  padding:10px 0 0 0;
  cursor:pointer;
  width:100%;
  height:27px;
  color:#8c857b;
  text-decoration:none;
  font-size:0.8em;
}