﻿/*ELEMENTOS PARA AGRUPAR TODO*/
.divLogContenedor
{
    position: relative;
    top: 0px;
    left: 0px;
}

.divLogSubContenedor
{
    position: relative;
    top: 60px;
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 32px;
    padding-left: 12px;
}

/*ELEMENTOS PARA CONTENER LOS OBJETOS*/
.divLogContenido
{
    position: relative;
    top: 24px;
    width: auto;
    height: auto;
    bottom: 0px;
    background-color: #BBBBBB;
}

/*ELEMENTOS PARA EL INICIO DE SESSION*/
.divLogTitulo
{
    text-align: center;
    color: #000;
    font-size: 12px;
    background-color: transparent;
}

.divLogFonTop
{
    position: absolute;
    left: 12px;
    right: 12px;
    height: 12px;
    text-align: center;
    color: #000;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #BBBBBB;
}

.divLogFonTopIzq
{
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0px;
    background-image: url(../Images/Login/FonTopIzq.png);
}

.divLogFonTopDer
{
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0px;
    background-image: url(../Images/Login/FonTopDer.png);
}

.divLogFonIzq
{
    position: absolute;
    top: 12px;
    bottom: 12px;
    width: 12px;
    left: 0px;
    background-color: #BBBBBB;
}

.divLogFonDer
{
    position: absolute;
    top: 12px;
    bottom: 12px;
    width: 12px;
    right: 0px;
    background-color: #BBBBBB;
}

.divLogFonFooterIzq
{
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: 0px;
    left: 0px;
    background-image: url(../Images/Login/FonFooterIzq.png);
}

.divLogFonFooter
{
    position: absolute;
    height: 12px;
    left: 12px;
    bottom: 0px;
    right: 12px;
    background-color: #BBBBBB;
}

.divLogFonFooterDer
{
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: 0px;
    right: 0px;
    background-image: url(../Images/Login/FonFooterDer.png);
}



