@charset "utf-8";
/* CSS Document */

#demandas_scroll div {
width:188px;
float: left;
overflow: hidden;
}

#ofertas_scroll div {
width:720px;
float: left;
overflow: hidden;
}

#nav { 
padding-top:9px;
}

#nav a {
text-decoration: none;
background:url(../images/dot_gray.png) no-repeat;
margin:0 5px;
}

#nav a.activeSlide {
background:url(../images/dot_red.png) no-repeat;
}

#nav a:focus {
outline: none;
}

#nav2 { 
padding-top:9px;
}

#nav2 a {
text-decoration: none;
background:url(../images/dot_gray.png) no-repeat;
margin:0 5px;
}

#nav2 a.activeSlide {
background:url(../images/dot_red.png) no-repeat;
}

#nav2 a:focus {
outline: none;
}