<!--
/**
 * Slideshow style rules.
*/
#comentarios{
    height:263px;
    background: url(../images/bg_slideshow.jpg) repeat-x;
}

#slideshow {
    margin:0 auto;
    width:980px;
    height:263px;
    background:transparent url(../images/bg_slideshow.jpg) no-repeat 0 0;
    position:relative;
}
#slideshow #slidesContainer {
    margin:0 auto;
    width:902px;
    height:263px;
    overflow:auto; /* allow scrollbar */
    position:relative;
}
#slideshow #slidesContainer .slide {
    margin:0 auto;
    width:882px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
    height:263px;
}

/**
 * Slideshow controls style rules.
*/
.control {
    display:block;
    width:39px;
    height:263px;
    text-indent:-10000px;
    position:absolute;
    cursor: pointer;
}
#leftControl {
    top:0;
    left:0;
    background:transparent url(../images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
    top:0;
    right:0;
    background:transparent url(../images/control_right.jpg) no-repeat 0 0;
}

/**
 * Style rules for Demo page
*/

#pageContainer {
    margin:0 auto;
    width:960px;
}
#pageContainer h1 {
    display:block;
    width:960px;
    height:114px;
    background:transparent url(../images/bg_pagecontainer_h1.jpg) no-repeat top left;
    text-indent: -10000px;
}

.slide h2, .slide p {
    margin:15px;
}
.slide h2 {
    font-family: 'Pathway Gothic One', sans-serif; font-size:30px;
    color:#333;
    letter-spacing:-1px;
}

.slide p {
    font-family: 'Pathway Gothic One', sans-serif; font-size:24px;
    text-align: center;
    float:right;
    color:#999;
    letter-spacing:-1px;
    vertical-align: middle;
    width:880px;
    margin-left: 50px;
}

.slide img {
        float:left;
        width:245px;
        height:145px;
        padding-right:20px;
}
#footer {
    height:100px;
}
#footer p {
    margin:30px auto 0 auto;
    display:block;
    width:560px;
    height:40px;
}
-->