
@charset "windows-1250";

#documento .categoria {
    color: #FFF;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    background: #272727;
  }


#documento .categoria b {
    font-size: 9px;
  }


#documento .enlace {
    height: 20px;
    background: #272727;
  }


#documento .enlace a {
    color: #6C0;
    text-decoration: none;
    font-size: 11px;
    background: url(../images/iconos/page_white_text.png) no-repeat left top;
    padding-left: 18px;
  }


#documento .titulo {
    height: 24px;
    color: #FFF;
    background: #272727;
    margin-bottom: 5px;
    border-bottom: 1px solid #666;
  }


#documento .img {
    text-decoration: none;
    height: 69px;
    background: #272727;
    margin-bottom: 5px;
    border-bottom: 1px solid #666;
  }


#documento h6 {
    color: #FFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: #000 url(../images/title_0_6.gif) no-repeat left center;
    padding-left: 15px;
    padding-bottom: 5px;
  }


#documento h6 b {
    color: #69B42B;
  }

/* CSS Document */

.debate a {
    color: #3CF;
  }


.debate h6 {
    color: #FFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: url(../images/title_0_7.gif) no-repeat left center;
    padding-left: 15px;
  }


.debate h6 b {
    color: #DD2B27;
  }


.debate .enlace a {
    color: #3CF;
    background: url(../images/iconos/user_comment.png) no-repeat left top;
    padding-left: 18px;
  }


.debate .enlace {
    padding-bottom: 5px;
  }


#documento .documento a {
    color: #69B42B;
  }

/* Blqoue Porfesionales */

.somos h6 {
    background-color : #000;
    background-image : url(../images/title_0_6.gif);
    background-position : left center;
    background-repeat : no-repeat;
    color : #FFF;
    font-family : Georgia, "Times New Roman", Times, serif;
    padding-bottom : 5px;
    padding-left : 15px;
  }


.somos h6 b {
    color: #69B42B;
  }
.somos a {
    color: #69B42B;
  }
.somos strong {
    color: #69B42B;
  }
.somos {
    color: #FFF;
    font-family : Georgia, "Times New Roman", Times, serif;
  }

#slideshow div img {
    width: 160px color: #69B42B;
    display: block;
  }


hr {
    color: #f00;
    background-color: #000;
    height: 1px;
  }

/* slideshow  */

#slideshow {
    position:relative;
    height:140px;
  }


#slideshow span {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 140px;
    background-color: #000;
  }


#slideshow span.active {
    z-index:10;
    opacity:1.0;
  }


#slideshow span.last-active {
    z-index:9;
  }

