
div.banner            { position: absolute; top: 0px; left: 0px; width: 760px; height: 110px; } 


a:link                { color: rgb(0,0,150); }
a:visited             { color: rgb(119,0,187); }
a:hover               { color: rgb(150,0,0); }    



div.uno               { position: absolute; top: 120px; height: 310px; left: 10px;
                        border: 2px solid rgb(214,234,213); width: 370px; }
table.uno-franja      { position: absolute; top: 0px; left: 0px; height: 10px; width: 368px;
                        border: 0px; background-color: rgb(214,234,213); }

 

div.dos               { position: absolute; top: 120px; height: 270px; left: 390px; 
                        border: 2px solid rgb(226,199,210); width: 370px; }
table.dos-franja      { position: absolute; border-collapse: collapse; top: -1px; left: -1px; height: 10px; width: 368px;
                        border: 1px solid rgb(226,199,210); background-color: rgb(226,199,210); }



div.tres               { position: absolute; top: 440px; height: 100px; left: 10px;
                         border: 2px solid rgb(199,202,226); width: 370px; }
table.tres-franja      { position: absolute; border-collapse: collapse; top: -1px; left: -1px; height: 10px; width: 368px;
                         border: 1px solid rgb(199,202,226); background-color: rgb(199,202,226); }



div.cuatro             { position: absolute; top: 400px; height: 80px; left: 390px; border: 2px solid rgb(226,225,199); width: 370px; }
table.cuatro-franja    { position: absolute;  border-collapse: collapse; top: 0px; left: 0px; height: 10px; width: 368px;
                         border: 1px solid rgb(226,225,199); background-color: rgb(226,225,199); }



div.cinco             { position: absolute; top: 490px; height: 140px; left: 390px; border: 2px solid rgb(199,218,226); width: 370px; }
table.cinco-franja    { position: absolute;  border-collapse: collapse; top: 0px; left: 0px; height: 10px; width: 368px;
                        border: 1px solid rgb(199,218,226); background-color: rgb(199,218,226); }
                      
                      
div.apres             { position: absolute; top: 550px; height: 80px; left: 10px; border: 2px solid rgb(204,208,205); width: 370px; }
table.apres-franja    { position: absolute;  border-collapse: collapse; top: 0px; left: 0px; height: 10px; width: 368px;
                        border: 1px solid rgb(204,208,205); background-color: rgb(204,208,205); }
              
                      
                      
ul                    { position: absolute; top: 30px; left: -10px;
                        font-family: verdana; font-size: 12px;
                        width: 300px; list-style-type: none; color: rgb(116,116,116); }