﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

.page {
    background-color: #fff;
    margin: 0px;
}


.header {
    position: relative;
    margin: -8px auto 0px auto;
    padding: 0px;
    background: #003da5;
    height: 60px;
    width: 1024px;
}

.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #b6b7bc;
    border: none;
    line-height: 2em;
    font-size: 2em;
    margin-left: 0px;
    margin-top: 0px;
}

.title {
    display: block;
    float: left;
    width: 1024px;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
}

.loginDisplay {
    font-size: 1em;
    display: block;
    text-align: right;
    padding-right: 5px;
    color: White;
    right: 2px;
    empty-cells: show;
    position: absolute;
}

.loginDisplay a:link {
    color: white;
}

.loginDisplay a:visited {
    color: white;
}

.loginDisplay a:hover {
    color: black;
}


.btnHOME:hover {
    background: url('../Media/Formularios/Home_Negro.gif');
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    height: 25px;
    width: 25px;
}

.btnHOME:out {
    background: url('../Media/Formularios/Home_Blanco.gif');
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    height: 25px;
    width: 25px;
}

.btnHOME {
    background: url('../Media/Formularios/Home_Blanco.gif');
    background-repeat: no-repeat;
    background-position: right top;
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    height: 25px;
    width: 25px;
    outline-width: 0px;
}
