body{
   color: #CCCCCC;
   font-family: Verdana, sans-serif;
   font-size: 12px;
   margin-right: auto;
   margin-left: auto;
   margin-top: 16px;
   background-image: url(back.gif);
   }


#fondo1  {
background-image: url(bici01.gif); 
background-position: top left;
background-repeat:   no-repeat;
                }

#fondo2  {
background-image: url(bici02.gif);
background-position: top right;
background-repeat:   no-repeat;
                }
#tel {
   margin-bottom: 12px;
   margin-left: 20px;
   text-align: center;
   font-family: "Trebuchet MS";
   font-size: 14px;
   font-weight: bold;
}


a:link, a:visited  {
   text-decoration: none;
   color: #FF9900;
   }
   
a:hover    {color:white}   


#extras {
   clear: both;
   margin-top: 10px;
   padding-left: 20px;
   padding-bottom:5px;
   font-size: 12px;
   text-align: left;
   }

#base-bold {
   clear: both;
   font-size: 22px;
   text-align: center;
   font-family: "candara";
   margin-right: 30px;
   margin-left: 30px;
   margin-top: 10px;
   margin-bottom: 10px;
   font-weight: bold;
   }

#base-bold2 {
   clear: both;
   font-size: 26px;
   text-align: center;
   font-family: "candara";
   margin-right: 30px;
   margin-left: 30px;
   margin-top: 10px;
   margin-bottom: 10px;
   font-weight: bold;
   }

#base-entrada {
   clear: both;
   font-size: 14px;
   text-align: left;
   font-family: "candara";
   margin-right: 30px;
   margin-left: 30px;
   margin-bottom: 10px;
   }
#base-gold {
   clear: both;
   font-size: 30px;
   text-align: center;
   font-family: "candara";
   margin-right: 30px;
   margin-left: 30px;
   margin-top: 10px;
   margin-bottom: 10px;
   font-weight: bold;
   }
#base {
   clear: both;
   font-size: 15px;
   text-align: left;
   font-family: "candara";
   margin-right: 30px;
   margin-left: 30px;
   margin-bottom: 10px;
   }

table.ensayo {
   margin: auto;
   }

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #c0dbfd;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
   }

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
   } 

a.button:active {
    background-position: bottom right;
    color: #3d7ccb;
    outline: none; /* hide dotted outline in Firefox */
   }

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
   } 
   
a.button:hover    {color: #ffffff;}
   




