/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

#banner ul.menu{
  margin-bottom: 10px;
}
#banner ul.menu li:first-child span {
  font-size: 13px;
  margin-right: 8px;
}
#banner ul.menu li {
  margin-left: 8px;
  display: inline-block;
}
#banner .menu-sidebar span.icon {
  width: 16px;
  height: 16px;
}

#banner form {
  float: right;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 10px solid #eee;
}

#sidebar-b .full_cal_link {
  display: none;
}
#sidebar-b .flatcal_main_t td {
  padding: 0px;
}
#sidebar-b #flatcal_minical .flatcal_month_label {
  width: 84%;
  padding: 3px 0;
}

#sidebar-b .actualidad {
  border: 1px solid #ccc;
  background: #EEEEEE;
  margin: 0px 15px;
}
#sidebar-b .actualidad h3 {
  color: #fff;
  font-size: 14px;
  background-color: #5A1102;
  padding: 6px;
  text-transform: uppercase;
  font-weight: bold;
  margin : 0px;
}
#sidebar-b .actualidad p {
  margin-top: 0px;
  padding: 5px;
}
#sidebar-b .actualidad .module-title {
  display: block;
}

.social-component {
  margin: 10px 15px;
}
.moduleinf3 {
  margin-bottom: 10px;
}

.sitemap #innerbottom .sitemap-mod {
  margin-top: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
}

.sitemap-mod  .level0 {
  margin-top: 30px;
  font: bold 14px Arial;
  background: #5A1102;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 5px 10px;
}
.sitemap-mod .level0 a, .sitemap-mod .level0 a:visited {
  color: #fff;
}
.sitemap-mod .level0:first-child {
  display: none;
}
.sitemap-mod .level0:nth-child(2) {
  margin-top: 0px;
}

.sitemap-mod .level1 {
  padding: 2px 10px;
}
.sitemap-mod .level2 {
  padding: 2px 20px;
}

.search-results #system div.items article.item {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 20px;
}
.search-results #system div article h1.title a {
  color: #882F20;
  font-size: 15px;
  font-weight: bold;
}
.search-results #system div article h1.title a:before {
  content: "\0BB \020";
  font-size: 20px;
  font-weigth: bold;
}
#finder-search legend {
  font-weight: bold;
  font-size: 16px;
}
#finder-search div {
  display: inline-block;
}
#finder-search button {
  background: #882F20;
  margin-left: 5px;
}

#contact-form .star {
  display: none;
}
#contact-form label {
  font-weight: bold;
}
#contact-form label:after {
  content: ":";
}
#contact-form button {
  background: #882F20;
  margin-top: 10px;
}