element.style
{
    width: 100%;
}
div.centerParent, td.centerParent
{
    text-align: center;
}
div.center
{
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
        div.floatLeft
        {
            float: left;
        }
        div.floatRight
        {
            float: right;
        }
        div
        {
            display: block;
        }
        body
        {
            margin: 0;
            font-family: "Segoe UI" , "Segoe UI Web Regular" , "Segoe UI Symbol" , "Helvetica Neue" , "BBAlpha Sans" , "S60 Sans" ,Arial,sans-serif;
            color: #000;
            background-color: #fff;
            background-image: none;
            background-repeat: repeat;
            background-position: top left;
            direction: ltr;
            font-size: 88%;
            -webkit-font-smoothing: antialiased;
        }
        div.footer
{
    font-size: 86%;
    background-color: #D3E2EB;
    position: fixed;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 250000;
}
        div.footerHeight
        {
            height: 100px;
        }
        div.signInHeader
        {
            margin-left: 100px;
            background-repeat: no-repeat;
        } 
        div.Imagen
        {
            background-repeat: no-repeat;
        }      
        
div.section {
margin-bottom: 30px;
}

.LetrasLogin
{
    padding: inherit;
    margin: inherit;
    font-size: 15px;
    color: #000000;
    font-variant: normal;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    height: 5px;
}

.LetrasLogin2
{
    padding: inherit;
    margin: inherit;
    font-size: 13px;
    color: #FFFFFF;
    font-variant: normal;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    height: 5px;
    font-style: italic;
}

.form-2
{
    /* Size and position */
    width: 100px;
    height: 30px;
    position: relative; /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    cursor: pointer; /* Font styles */
    font-family: 'Lato' , Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 25px; /* Same as height */
    text-align: center;
    font-weight: bold;
    margin-left: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: #007CC3;
    border: 1px solid #2b8bc7;
    color: #ffffff;
    box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    left: -3px;
    top: 7px;
}           
.container
{
    border-radius: 5px 5px 0px 0px;
    border: 0.1px solid #D3E2EB;
    background-color: #E3E3E3;
    box-shadow: 0 0 12px 0px rgba(0,0,0,0.2);
    width: 300px;
    height: 165px;
    z-index:1;
    filter:alpha(opacity=85);
    -moz-opacity:.85;
    opacity:.85     
}
.container2
{
    border-radius: 0px 0px 5px 5px;
    border: 0.1px solid #D3E2EB;
    background-color: #E3E3E3;
    box-shadow: 0 0 12px 0px rgba(0,0,0,0.2);
    width: 300px;
    height: 50px;
    z-index: 1;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    opacity: .85;
    font-size: 11px;
    font-weight: bold;
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
.container3
{
    border-radius: 0px 0px 5px 5px;
    border: 0.1px solid #D3E2EB;
    background-color: #E3E3E3;
    box-shadow: 0 0 12px 0px rgba(0,0,0,0.2);
    width: 300px;
    height: 50px;
    z-index: 1;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    opacity: .85;
}
.FondoAplicacion
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.CajaDialogo
{
    background: #F5F5F5;
    border-width: 1px;
    border-style: outset;
    padding: 0px;
    height: 575px;
    width: 100%;
    
}
.StartPageWelcomeText
{
    font-family: Verdana;    
    font-weight: bold;
    color: rgb(48,168,216);
    font-size: 20pt;
    padding-bottom: 15px;
    text-align: center;
}