table.main {
    width: 90%;
    border-spacing: 0px;
    margin: 10px;

}

td.menu {

    font-family: Helvetica;
    height: 40px;
    padding: 0px;
}

td.contact {
    width: 75px;
    font-size: 10px;
    font-family: Helvetica;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #6b99ba;
    padding: 10px;
    /*background-image: url("img/gradient1.jpg");
    background-size: 100% 100% round;*/
}

td.logo {
    height: 120px;
    border-bottom-width: 2px;
    border-bottom-color: #6b99ba;
    border-bottom-style: solid;
}

div.logo {
    width: 400px;
    height: 100%;
}

td.content {
    padding: 10px;
}

body {
    color: #000b2a;
    background-image: url("img/bg.jpg");
}
    

div.text {
    font-family: Helvetica;
    font-size: 14px;
}

a {
    color: #001e3d;
    text-decoration: none;
}

a:hover {
    color: #00346a;
    text-decoration: underline;
}

div.footer {
    font-family: Helvetica;
    font-size: 10px;
    margin: 10px
}

td.button {
    background-color: #fffb96;
    border-width: 1px;
    border-style: solid;
    border-color: #d2cf7c;
    border-spacing: 0px;
    padding: 10px;
    width: 100px;
    text-align: center;
}

td.buttonhover {
    background-color: #ffe074;
    border-width: 1px;
    border-style: solid;
    border-color: #d2cf7c;
    border-spacing: 0px;
    padding: 10px;
    width: 100px;
    text-align: center;
}

table.menu {
    border-spacing: 5px;
}

div.line {
    background-color: #6b99ba;
    height: 1px;
    width: 70%;
}
td.linevert {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #6b99ba;
}

td.text {
    font-family: Helvetica;
    font-size: 14px;
}

table.admin {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-spacing: 0px;
    background-color: #6b99ba;
}

caption {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
}

div.button {
    background-color: #d9e7f6;
    border-width: 1px;
    border-style: solid;
    border-color: #7991a9;
    border-spacing: 0px;
    width: 120px;
    font-family: helvetica;
    font-size: 12px;
    text-align: center;
}

div.buttonhover {
    background-color: #c0d1e3;
    border-width: 1px;
    border-style: solid;
    border-color: #7991a9;
    border-spacing: 0px;
    width: 120px;
    font-family: helvetica;
    font-size: 12px;
    text-align: center;

}


div.title {
    background-color: #003366;
    border-width: 1px;
    border-color: #6b7d8e;
    border-style: solid;
    width: 80%;
    padding: 4px;
    font-weight: 700;
    color: white;
    
}

td.inici {
    padding: 15px;
}

img {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

hr {
    height: 1px;
    color: #6b99ba;
    background-color: #6b99ba;
    border: 0px;
    width: 70%;
    
}

