/* Fundo Esquerdo */
.fundole {         
background-image:       URL('_img/le_r2_c2.jpg');        
background-repeat:      repeat-x;
}
/* Fundo Direito */
.fundold {         
background-image:       URL('_img/le_r2_c11.jpg');        
background-repeat:      no-repeat;
}
/* Efeitos dos Links */
a:link{text-decoration:none;}
a:hover{color: #cccccc; font-weight: bold; text-decoration:none;}
