@charset "utf-8";
/* CSS Document */

.slideshow {
position:relative;
padding:0;
margin:0;
}
.slideshow a img {
border:none;
}
.slideshow li.slide {
list-style-type:none;
margin-left:42px;
}
.slideshow .slides {
height:275px;
margin:0;
}
.slideshow .slides li.slide {
visibility:hidden;
position:absolute;
left:0px;
top:0;
}
.slideshow .buttons {
display:block;
position:absolute;
width:42px;
z-index:100;
margin-top:147px;
}
.slideshow .buttons li{
float:left;
list-style-type:none;
line-height:40px;
}
.slideshow .buttons li a{
background:url(../imgs/bg_btn_banner_off.png) no-repeat;
float:left;
text-decoration:none;
height:40px;
width:42px;
color:#7B7B7B;
outline:0;
text-align: center;
}

.slideshow .buttons li.active a {
background:url(../imgs/bg_btn_banner.png) no-repeat;
}

.slideshow ul.buttons li a:hover{
text-decoration:none;
color:#7B7B7B;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a{
color:#fff;
}

#frase_banner{
background-image:url(../imgs/bg_frases_banner.png);
background-repeat:repeat-x;
opacity:0.9;
filter:alpha(opacity=60);
-moz-opacity: 0.90;
color:#FFFFFF;
padding:18px;
height:72px;
margin-top:-75px;
width:625px;
}

#frase_banner h2{
font-weight:bold;
font-size:17px;
}

#frase_banner p{
font-size:15px;
}