* {
margin: 0;
padding: 0;
  }
  
body {
background: #78A1BD url(../img/fundoo.jpg) no-repeat fixed top center;
font: 12px Arial, Helvetica, sans-serif;
height: 100%;
     }

#tux {
right: 0;
bottom: 0;
background: url(../img/tux.gif) no-repeat;
width: 183px;
height: 144px;
position: fixed;
     }
	 
table.bord{
color:#FFFFFF;
padding: 0;
border-spacing: 0;
width: 100%;
}

.fisheye {
height: 50px;
margin-top: 5px;
position: relative;
text-align: center;
z-index: 9;
         }

a.fisheyeItem {
text-align: center;
color: #000;
font-weight: bold;
text-decoration: none;
width: 40px;
position: absolute;
display: block;
top: 0;
margin-right: 20px;
              }

.fisheyeItem img {
border: none;
margin: 0 auto 5px auto;
width: 100%;
                 }

.fisheyeItem span {
display: block;
positon: absolute;
                   }

.fisheyeContainter {
background: transparent url(../img/fundoDock.png) repeat-x -10px;
height: 50px;
width: 470px;
position: absolute;
                   }

#fundoEsqDock {
background: url(../img/fundoEsqDock.png) no-repeat;
width: 18px;
height: 50px;
position: absolute;
left: -18px;
              }

#fundoDirDock {
background: url(../img/fundoDirDock.png) no-repeat;
width: 18px;
height: 50px;
position: absolute;
right: -18px;
              } 
                   
.fisheyeContainter a { padding-top: 7px; }

#texto {
margin: 40px 10px;
       }
       
#texto h1 {
color: #FFF;
margin-bottom: 10px;
text-transform: uppercase;
          }
          
#texto p {
color: #EFF9FF;
line-height: 150%;
margin: 10px 20px;
         }
         
#texto p a:link {
color: #EFF9FF;
background-color: #CF4D33;
padding: 0 2px;
text-decoration: none;
                }
                
#texto p a:visited {
color: #EFF9FF;
background-color: #CF6D5A;
padding: 0 2px;
text-decoration: none;
                  }
                  
#texto p a:hover {
background-color: #EFF9FF;
color: #CF4D33;
padding: 0 2px;
text-decoration: none;
                 }
                
#texto p a:active {
color: #EFF9FF;
background-color: #CF4D33;
padding: 0 2px;
text-decoration: none;
                  }
				  
#patroc a:link{
background:inherit;
}