p{
    font-size: 105%;
}
h2{

    font-size: 150%;
    color: #969696;
}
img.opacity {
  opacity: 1;
  filter: alpha(opacity=100);
}
img.opacity:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a {
  color: #669919;
  text-decoration: none;
}
a:hover {
  color: #669919;
  text-decoration: underline;
}
.top {
  background-color: #d3e4ba;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  color: #959595;
  font-size: 90%;
}
.cabeza {
  background-image: url("../images/bg.png");
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto 100%;
}
.cabeza2{
    text-align: right;
}
#___gcse_0 {
  width: 280px !important;
}
.color-invert-link {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  background: linear-gradient(to bottom, #cce1a9, #88ad50);
  color: white;
  transition: background 0.3s ease;
}
.color-invert-link:hover {
  text-decoration: none;
}

.color-invert-link::before,
.color-invert-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: inherit;
  z-index: -1; /* Asegura que los pseudo-elementos estén detrás del contenido */
}
.color-invert-link::before {
  background: linear-gradient(to bottom, #88ad50, #cce1a9);
  opacity: 0;
}

.color-invert-link:hover::before {
  opacity: 1;
}
.titulo-home {
  background: #d3e4ba;
  color: #669900;
  font-size: 120%;
  font-weight: bold;
  padding: 20px;
  margin: 20px;
}
.titulo {
  color: #669900;
  font-weight: bold;
  padding: 20px;
  margin: 20px;
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* Para 960px */
@media only screen and (max-width:960px) and (min-width:821px){

}

/* Para 600px */
@media only screen and (max-width:820px) and (min-width:501px){


}

/* Para 480px */
@media only screen and (max-width:500px) and (min-width:141px){

    .titulo {
        color: #669900;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
      }

    p{
        font-size: 115%;
    }
.cabeza1 img{
    display: none;
}
.cabeza2{
    float: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.cabeza1{
    text-align: center;
}
.pie2{display: none;}
}

