﻿* {margin:0; padding:0;}

body
{
    background-color: #e8eaec;
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: Tahoma,Arial,sans-serif;
    margin: 0;
    padding: 0;
    color:#303030;
}
.contact
{
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: Tahoma,Arial,sans-serif;
    margin: 0;
}
a
{
    font-weight:bold;
    color: #2D5A71;
}
a:hover
{
    text-decoration: none;
}

a.none
{
    text-decoration: none;
    border: 0px;
    border-style: none;
    border-width: 0px;
}
a.none:hover
{
    text-decoration: none;
    border: 0px;
    border-style: none;
    border-width: 0px;
}

/*change to 2px*/
/*
#container
{
    background: url(img/background_grad.jpg) 0 0px repeat-x #729fcf;
}
#header
{
    background: #002D48 url(img/Aheader_bckg.jpg) repeat-x;
}
*/
#websitelogo
{
    border: 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
#websitelogo a
{
    text-decoration: none;
    border-style: none;
}
#websitelogo a:hover
{
    text-decoration: none;
    border-style: none;
}
img
{
    border-style: none;
    border-width: 0px;
}
/*
#navbar
{
    background: #2071A2;
    width: 700px;
    margin: 0 auto;
    height: 30px;
    margin-top: 10px;
}
#navbar ul
{
    margin: 0;
    padding: 0;
}
#navbar ul li
{
    display: inline-block;
    float: left;
    width: 100px;
    list-style: none;
    text-align: center;
    height: 30px;
}
#navbar a
{
    display: block;
    float: left;
    width: 100px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: lowercase;
    font-weight: bold;
    text-decoration: none;
    padding-top: 8px;
}
#navbar a:hover
{
    background: #c6c6c6;
    padding-top: 8px;
    height: 24px;
    color: #2071A2;
}
#navbar a.selected
{
    background: #FCFFF5;
    padding-top: 9px;
    font-size: 16px;
    height: 24px;
    color: #193441;
}
*/
a.productselected
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
a.productselected:hover
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

a.product
{
    font-size: 13px;
    text-decoration: underline;
}
a.product:hover
{
    font-size: 13px;
    text-decoration: none;
}
.selected
{
    color: #193441;
}
.lightgray
{
    color: #d6d6d6;
}
#main
{
    width: 100%;
}
#content
{
    margin: 0 auto;
    padding: 0;
    width: 720px;
    padding: 10px 10px 20px 10px;
    background-color: #FFFFFF;
    font-size: 0.9em;
    /*background-color: #FDFFF5;*/
}
#content p
{
    padding-bottom: 15px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
}
#content h1
{
    background-position: right;
    margin: 0;
    font-size: 1.12em;
    color: #2071A2;
    background: url(img/h1_grad.jpg) repeat-y right;
    width: 570px;
    padding: 5px;
    margin-top: 25px;
    margin-bottom: 10px;
    background-color: #B9DCFF;
}

h2
{
    font-size: 1.0em;
    color: #333333;
    padding-bottom: 0px;
    margin-bottom: 20px;
    text-decoration: underline;
    font-weight: bold;
}
.td_title
{
    font-size: 0.9em;
    color: #333333;
    font-weight: bold;
}
li
{
    margin-bottom: 7px;
}

#fullheight
{
    height: 100%;
}

#footer
{
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: Arial,sans-serif;
    width: 700px;
    margin: 0 auto;
    background: url(img/footer_wbckg.jpg) repeat-x #002D48 0 2px;
    height: 27px;
    border-top: 0px solid #0A0A0B;
    border-top-color: #003366;
}
#izq_footer
{
    float: left;
    padding: 1px 10px 1px 10px;
    color: #FFFFFF;
    font-size: 12px;
}
#izq_footer a
{
    color: #FFFFFF;
}
#izq_footer a:hover
{
    text-decoration: none;
}
#der_footer
{
    float: right;
    padding: 5px 10px 5px 10px;
    color: #FDFFF6;
    font-size: 12px;
    text-align: right;
}
#der_footer a
{
    color: #FDFFF6;
}
#der_footer a:hover
{
    text-decoration: none;
}

input.blue
{
    border: 1px solid #b7b7b7;
    background-color: #80b0da;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}