﻿/* -------------------------
            Tags
   ------------------------- */


html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
}
body
{
    background-image: url(img/bg_body.jpg);
    background-attachment: fixed;
    background-repeat: repeat-x;
    font-family: Verdana, Tahoma, Arial, Helvetiva, sans-serif;
    font-size: 13px;
}

ul
{
    margin: 0;
    padding: 0 0 0 20px;
}


a, a:link, a:visited, a:active
{
    color: #4188C2;
    text-decoration: none;
}

a:hover
{
    color: #CC171C;
    text-decoration: underline;
}

h1
{
    margin: 0px;
    font-size: 25px;
    letter-spacing: -1.5px;
}

h2
{
    margin: 0px;
    font-size: 18px;
    letter-spacing: -1px;
}

p
{
    margin:6px;
}


/* -------------------------
            Utility classes
   ------------------------- */

.floatLeft
{
    float:left;
}

.clearBoth
{
    clear:both;
}
.notaPeque
{
    font-size:10px;
}

table.tblEstilo1
{
font-size:10px;
margin:0 auto;
border-collapse:collapse;
}

table.tblEstilo1 > tbody > tr > th
{
border-bottom:solid 1px #000;
}

table.tblEstilo1 > tbody > tr > td, table.tblEstilo1 > tbody > tr > th
{
padding:2px;
}

