@charset "utf-8";
/* CSS Document */

/* HTML General styling */
body {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 970px;
  margin:auto;
}

a {
    color: #91ba3f;
    text-decoration: none;
}

.label-info, .badge-info {
    background-color: #91ba3f;
}

nav{
  text-transform: uppercase;
}

#habitantes-nav a:hover{
  color: #91BA3F;
}

/* Header styling */
header {
  background-color: #fff;
  background-image:url('../images/fondo_bg.png');
  background-repeat:repeat-x;
  min-height: 287px;
}

header .moduletable form {
  margin: 0px;
}

header img {
  margin: 64px 30px;
}

header.row-fluid div.grass{
  background-image:url('../images/grass_bg.png');
  background-repeat:repeat-x;
  background-position: center 21px;
  margin: 0;
}

header ul.social img {
    margin: 20px 5px 0 0;
  }

header .moduletable {
    float:right;
    clear:both;
    margin: 1em 1em 0 0;
  
}

header .moduletable img {
  margin: 0;
  
}

ul.social {
  text-align: right;
  margin-right: 1em;
}

.mod-languages {
  
}


.category-desc img {
  /*float:left;*/
  margin: 10px 15px 15px 0;
}

h2 {
  font-size: 25px;
}

h1 a, h2, h2 a, h3, h3 a, h4 a {
  color: #91ba3f;
}

.carousel-caption {
  padding: 5px 15px;
  background:  rgba(8, 34, 26, 0.75);
}

.custom.slider{
  padding-top:0;
}

.seccion{
  margin: 15px 0;
}

.titulo h2 {
    background-color:#fff;
    display: inline;
    padding: 0 0.5em;
    position: relative;
    top: 0.75em;
    color: #91ba3f;
}
.titulo {
    border-bottom: 2px solid #91ba3f;
    position: relative;
    top: -.5em;
    text-align: center;
}

.side-title {
    padding: 10px;
    background-color: #91ba3f;
    font-weight: bold;
}

#proyectos img {
  margin: 5px 0 0 0;
}

.fb {
    padding: 10px;
    background-color: #91ba3f;
    font-weight: bold;
    /*width: 280px;*/
    margin-top: 10px;
}



.item-page a{
  color: #91ba3f;
}

.item-page a:hover{
  color: #08221A;
}

.item-page .item-image img {
  border: 2px solid #91ba3f;
}

/* navbar coloring, copies from bootstrap css */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #91ba3f;
  background-image: -moz-linear-gradient(top, #91ba3f, #91ba3f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#91ba3f), to(#91ba3f));
  background-image: -webkit-linear-gradient(top, #91ba3f, #91ba3f);
  background-image: -o-linear-gradient(top, #91ba3f, #91ba3f);
  background-image: linear-gradient(to bottom, #91ba3f, #91ba3f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91ba3f', endColorstr='#91ba3f', GradientType=0);
  border: 0px solid #d4d4d4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
}

/* Navbar text styling */
.navbar .nav > li > a {
  color: #333;
  text-shadow: none;
  font-weight: bold;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  background-color: #08221A;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: inset none;
}

/* Navigation - Drop Down menus from protostar */
nav .nav-child {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #08221A;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
nav .nav-child.pull-right {
  right: 0;
  left: auto;
}
nav .nav-child .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
nav .nav-child a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
}
nav .nav > li {
  position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
  display: block;
}

.navbar .nav > li > a {
  padding: 10px 7px 10px 7px;
}

nav .nav-child:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #08221A;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0,0,0,0.2);
  content: '';
}
nav .nav-child:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #08221A;
  border-left: 6px solid transparent;
  content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
  text-decoration: none;
  color: #91ba3f;
  background-color: transparent;
}



/* Main content style */
.item-page, 
.blog, 
.category-list, 
.blog-featured,
.contact-category,
#xmap,
.categories-list, 
.login {
  padding: 0 25px;
  min-height: 450px;
  margin-bottom: 3em;
}
.login {
  margin-bottom: 0;
  min-height: auto;
  
}
.img-circle,
.img-polaroid,
.img-rounded {
  margin: 0 0 1em 1em;
}

.item-page img {
  margin: 1em 0;
}

.item-page .item-image img{
  margin: 0 1em 1em 0;
  max-width: 300px;
}

.contact-category .inputbox {
  display: none;
}
/* Testimonial styling */
.custom {
  padding-top: 5em;
}

blockquote p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0;
}

.btn-group {
  margin: 0 0 5px 15px;
}

/* leaving room on the right column */
div.span3 .moduletable {
  padding-right: 1em;
}

/* breadcrumb styling */
.breadcrumb{
  background-color: white;
  padding-left: 2.2em;
}

/* Primary button styling */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2293b9;
  background-image: -moz-linear-gradient(top, #2293b9, #1e82a4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2293b9), to(#1e82a4));
  background-image: -webkit-linear-gradient(top, #2293b9, #1e82a4);
  background-image: -o-linear-gradient(top, #2293b9, #1e82a4);
  background-image: linear-gradient(to bottom, #2293b9, #1e82a4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2293b9', endColorstr='#1e82a4', GradientType=0);
  border-color: #1e82a4 #1e82a4 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1e82a4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #1e82a4;
  *background-color: #1e82a4;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.search .element-invisible {
  visibility: hidden;
  display: none;
}


#paloma {
  position: absolute; 
  top: 0;
  left: 170px;
}

#cerdo {
  position: absolute; 
  top: 164px;
  left: 30px;
}

#gallina {
  position: absolute; 
  top: 150px;
  left: 250px;
}

#vaca {
  position: absolute; 
  top: 90px;
  left: 300px;
}

/* footer styling */
footer{
  border-top: 3px solid #861719;
  background-color: #F1F8F0;
  background-image:url('../images/fondo_foot.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 15px 0 0 0;
  padding: 20px 20px;
}


footer p {
  padding-left: 0.75em;
}


footer h4 {
  color: #91ba3f;
}

footer img {
  margin: 15px;
}

footer .nav {
  float: left;
  margin-right: 40px; 
}

footer .nav a {
  color: #000;
}

footer .nav > li > a {
  color: #91ba3f;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: bold;
}

footer .nav > li {
    margin-bottom: 1em;
}

/* styling for the nav button for tablets and phones */
.navbar .btn-navbar {

  background-color: #1e8284;
  background-image: -moz-linear-gradient(top, #08221A, #1e8284);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08221A), to(#1e8284));
  background-image: -webkit-linear-gradient(top, #08221A, #1e8284);
  background-image: -o-linear-gradient(top, #08221A, #1e8284);
  background-image: linear-gradient(to bottom, #08221A, #1e8284);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00738b', endColorstr='#ff1e8284', GradientType=0);
  border-color: #1e8284 #1e8284 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1e8284;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #91ba3f;
  background-color: #1e8284;
  *background-color: #1e8284;
}


img.entrevista {
  border: 1px solid #ddd;
}

/* Habitantes */

.habitantes .btn-success {
    background-color: #91BA3F;
  background-image: linear-gradient(to bottom, #08221A, #91BA3F);
}

.habitantes .item.column-1, 
.habitantes .item.column-2,
.habitantes .item, 
.habitantes .item {
    background: none repeat scroll 0 0 #EfEfEf;
    border: 1px solid #91BA3F;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
}
.habitantes .page-header{
  margin: 0;
  padding-bottom: 5px;
  border: none;
}

.habitantes .page-header h2{
  margin: 0;
}

.habitantes .icons {
  position:absolute;
  top: 5px;
  right: 20px; 
}

#puzzle .piece {
  width: 45%;
  padding: 0;
  margin: 0;
}
.grid-sizer { width: 45%; }

dl.article-info {
 width:100%;
 overflow:hidden;
 margin-bottom: 0;
}
.article-info dt {
 float:left;
 width:30%; /* adjust the width; make sure the total of both is 100% */
}
.article-info dd {
 float:left;
 width:60%; /* adjust the width; make sure the total of both is 100% */
}
 .modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.5;
}




/* Menu for tables and phones */
@media (max-width: 979px){
  nav .nav-child {
    position: static;
    top: auto;
    left: auto;
    z-index: 1000;
    display: block;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: transparent;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,0.2);
    *border-right-width: 0px;
    *border-bottom-width: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  nav ul.nav-child a {
    font-size: 16px;
  }
  .navbar .nav > li > a:focus,
  .navbar .nav > li > a:hover {
    background-color: transparent;
  }
  nav .nav-child:before,
  nav .nav-child:after{
    display:none;
  }

  nav .nav-child li > a:hover, 
  nav .nav-child li > a:focus, 
  nav .nav-child:hover > a {
    background-color: transparent;
    color: black;
    text-decoration: none;
}

}
@media (max-width:767px){
  body header{
    background-color: #fff;
    text-align: center;
  }
  header img {
    margin-left: 3em;
  }
  
  
  .mod-languages{
    text-align: center;
    padding:0;
  }
  .mod-languages img {
    margin:0;
  }
  .search{
    margin-top: 1em;
    float: none;
  }
  .item-page, 
  .blog, 
  .category-list, 
  .blog-featured,
  .contact-category,
  #xmap,
  .categories-list, 
  .login {
    padding: 0;
    min-height: auto;
    margin-bottom: 1em;
  }
  footer .span9,
  footer .span3{
    padding: 1em 0 0 0;
    text-align: center;
  }
  footer img.pull-right {
    float: none;
  }
  footer ul.nav {
    width: 15em;
    margin: 0 auto;
  }
  .custom {
    padding-top: 1em;
  }
  div.span3 .moduletable {
  padding-right: 0;
}
}
.faxnum {
  display:none;
}

