/* Carrousel CSS */
#diapos-on {
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 25;

}

#diapos-on {
  position: relative;
  z-index: 25;
}

#diapos-on li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none;
  z-index: 25;
  background: #FFFFFF;
  /*border-left: solid #F8A032;*/
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}

#contador {
  width: 100px;
  margin: -20px 5px 5px 500px;

  position: absolute;
  z-index: 100;
  opacity: .8;
  filter: alpha(opacity=80)
}

#contador li {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  list-style: none;
}

#contador li a {
  display: block;
  background: #d1ccae;
  width: 20px;
  height: 20px;
  overflow: hidden;
  padding-top: 2px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

#contador li a:focus {
}

#contador li.actual a {
  background: #FF3300;
}

.img_avisos{
  padding-right: 10px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.title_avisos{
  color: #009ad6;
  margin-bottom: 0px;
  text-shadow: 1px 1px 2px #ffffff;
  margin-top: 5px;
}

p.text_avisos{
  /*margin-bottom: 10px;*/
  font-family: Arial;
  font-weight: 500;
  font-style: inherit;
  float: inherit;
  padding-left: 10px;
  padding-right: 30px;
  color: #2e2e2e;
  text-shadow: 1px 1px 2px #FFFFFF;
  margin-top: -10px;
}

p.text_avisos a{
  /*margin-bottom: 10px;*/
  font-family: Arial;
  font-weight: 500;
  font-style: inherit;
  float: inherit;
  padding-left: 10px;
  padding-right: 30px;
  color: #2e2e2e;
  text-shadow: 1px 1px 2px #FFFFFF;
  margin-top: -10px;
}

p.text_avisos img{
  /*border: 1px solid red;*/
  margin: -2px 0px 0px 5px;
}

@media screen and (min-width: 800px) {

  div.carrousel {
    vertical-align:top;
    /*margin-left: 50px;
    margin-right: 50px;*/
    height: 130px;
  }

}

@media screen and (max-width: 799px) {

  div.carrousel {
    vertical-align:top;
    margin-left: 10px;
    margin-right: 10px;
    height: 130px;
    padding-bottom: 150px;
  }

}

