


body
{
   margin:3px;
   background-image: url("../Graficos/fondo.jpg");
   background-attachment: fixed;
   background-color:#FFFFFF;
   font-family: verdana,arial;
   font-size:15px;
   color:#000000;
}


body.WebImg
{
   margin:3px;
   background-image: url("../Graficos/fondo.jpg");
   background-attachment: fixed;
   background-color:#FFFFFF;
   font-family: verdana,arial;
   font-size:15px;
   color:#000000;
}


img {border:0;}

img.alignright
{
    float: right;
    padding: 4px;
}

img.alignleft
{
    float: left;
    padding: 4px;
}


a          {text-decoration: none; color:#FFFFFF;}
a:hover    {text-decoration: underline;}

h1 {font-size:1.5em;}
h2 {font-size:1.4em;}
h3 {font-size:1.1em;}



table.TVentas
{
     width:30%;
     margin:0 auto 0 auto;
     border-collapse:separate;
     border-spacing:4px;
     font-size:0.9em;
}

table.TVentas thead
{
     border:outset 1px;
     border:inset 1px;
     font-family:verdana,arial;
     font-size:0.8em;
     font-style:normal;
     font-weight:bold;
     text-align:center;
}

table.TVentas tbody
{
     border:0;
     font-family:verdana,arial;
     font-style:normal;
     font-weight:normal;
     text-align:left;
     vertical-align:top;
}

table.TVentas thead tr td
{
   border: 1px #BFBFB5 solid;
}

table.TVentas tbody tr td
{
     border: 1px #BFBFB5 solid;
}


