﻿/* CSS Shopping Certo RODAPÉ */

/* rodape */
#foot{ height:145px;
       margin-top:5px;
       padding:10px;
       clear:both;
       background-color:#f3f3f3;
       font-size:9px;
       color:#888888;
       text-decoration:none;
      }
#footdir{ float:right;

        }
#footesq{ float:left;}
.txtfoot{ font-size:9px;
          color:#555555;
          text-decoration:none;
         }
.txtfoot:hover{font-size:9px;
               color:#000000;
               text-decoration:none;
               background-color:#FFFFFF;
               }
.txtfootred{ font-size:9px;
             color:#CC0000;
             text-decoration:none;
            } 
