@charset "utf-8";
/* 
    Documento   : inews.css
    Criado      : 17/11/2011 16:22:00
    Modificado  : 17/11/2011 16:22:00

    Autor(es)   : 
        André da Silva Severino

    Modificado por:

  
    Descrição   : Arquivo DEFAULT responsável pela estrutura/layout do inews
    Package     : web-files/css
*/

    
    /* Box notícias */
    div#box-depoimentos{padding:0px 20px; margin-top:40px; width:655px; height:223px; text-align:center; background:url('../img/bg-depoimentos.png') top left no-repeat;}
    #box-depoimentos #depoimentos{margin-top:10px; margin-left:60px; height:130px; }
    #box-depoimentos .botao{position:absolute; width:25px; height:25px; padding:3px 8px; font-size:14px; line-height:34px; cursor:pointer;}
    #box-depoimentos .botao:hover{text-decoration: none;}

    #box-depoimentos #bt_nextIN-dep{margin-left:555px; *margin-left:455px; margin-top:65px; }
    #box-depoimentos #bt_prevIN-dep{margin-left:0px; *margin-left:-135px; margin-top:65px; }

    #box-depoimentos ul{overflow:hidden; }
    #wrap-conteudo #box-depoimentos ul li{padding:12px 4px; margin-left:0px; display:block; height: 200px;}
    #box-depoimentos ul li span{display:block;}
    #box-depoimentos ul li span.veja_mais{text-align:right; text-decoration:underline; padding-top:4px;}
    #box-depoimentos ul li span.veja_mais:hover{text-decoration:none;}
    #box-depoimentos ul li a{font:11px Tahoma, Arial; display:block; text-decoration:none;}
    #box-depoimentos ul li a:hover{text-decoration:underline;}
    
    #box-depoimentos .botao{color:#717171;}
    #box-depoimentos .botao:hover{color:#000;}
    #box-depoimentos #bt_nextIN-dep{background:url('../img/seta1.png') center right no-repeat;} /* Botão: PRÓXIMO */
    #box-depoimentos #bt_prevIN-dep{background:url('../img/seta2.png') center right no-repeat;} /* Botão: ANTERIOR */
    
    #box-depoimentos ul li{list-style:none; padding:4px 0px; color:#464646; width:480px;}
    #box-depoimentos ul li:hover{}
    #box-depoimentos ul li span{color:#464646; text-align:right; margin-top:20px; margin-right:30px; font-size:16px; }
    #box-depoimentos ul li a{ color:#464646; text-decoration:none; font-size:16px; }    
    #box-depoimentos ul li a:hover{text-decoration:none;}