/* CSS Document */

h1{ font-family: Arial,Helvetica, sans-serif; font-size: 120%; font-weight:   bold; color: #000000; text-align: left;} 
h2{ font-family: Arial,Helvetica, sans-serif; font-size: 110%; font-weight: bold; color: #000000;text-align:left; } 
h3{ font-family: Arial,Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #000000;text-align:left; }
a{ text-decoration: none; } 
a img {border: none;}

body {margin:auto; min-width:100%;width:100%; text-align: center; padding: 0px 0px 0px 0px; font-family:Tahoma, Verdana, Arial, sans-serif; font-size: 100%; } 
img{border:0px;}

.botones {
    float:left; 
    height: 19px;
    border-right: 1px solid silver;
    margin-left:1px;
    padding-top:6px; 
    padding-left: 20px;
    padding-right: 20px;
    text-align:center;
    font-size:10px; 
    font-weight:bold;
    font-family: sans-serif;
    color:#ffffff;
}

.botones div:hover {
    background: url(img/fondo-btnover.jpg) repeat-x; 
}

.botones a{
    text-decoration:none;
    color:#ffffff;
}

.botones a:hover{
    text-decoration:none;
    color:#ffffff;
}

