﻿/*Tags HTML*/
h1 {
    font-family: Times New Roman;
    color: #000000;
    font-weight: normal;
    font-size: xx-large;
}

/* Marco de la pagina */
div#nifty {
    margin: 0 15%;
    background: #FFF;
    font-family: Arial,sans-serif;
    font-size: 0.75em;
    color: #333;
    padding: 0 0 20px;
}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #D7D7D7}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/* Cabecera de la pagina */
.ImgCabezote {
    background-image: url('../GlobalImages/deloitte_logo.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 57px;
    width: 150px;
}

.Cabecera {
    background-image: url(../GlobalImages/bg_masthead.gif);
    height: 58px;
    vertical-align: middle;
    top: 5px;
    background: #000000;
}

/* Portada de la pagina de logon*/
div#PortadaLogon {
    background-image: url(../GlobalImages/imgPortada.jpg);
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: left top;
}

/* Portada de la pagina de logon*/
div#PortadaHome {
    background-image: url(../GlobalImages/imgHome.jpg);
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: left top;
}

/* Portada de la pagina de logon*/
div#PortadaResetPassword {
    background-image: url(../GlobalImages/imgResetPass.jpg);
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

/*Link de recordar clave*/
#OlvidoClave {
    float: right;
    margin-right: 150px;
}

/*Link de recordar clave*/
#OlvidoClave {
    float: right;
    margin-right: 150px;
}

/*Pie de pagina*/
div #PiePagina p {
    color: #000000;
    text-align: justify;
}

div #PiePagina a {
    text-align: justify;
    font-weight: 700
}

/*Estilo modal popup*/
.ModalBackground {
    background-color: gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 10000;
}

/*Estilo modal popup*/
.ModalBackground {
    background-color: gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 10000;
}

.msgPnl {
    background-color: White;
}