﻿html
{
    image-rendering: optimizeQuality;
}
body
{
    padding: 0px;
    margin: 4px 0px 0px 0px;
    font-family: 'HelveticaRegular' ,Helvetica,Arial;
    overflow-y: scroll;
}
/* top navigation */
body .topNav
{
    width: 100%;
    border: none;
    font-size: 17px;
    font-weight: normal;
    color: #3d3d3d;
}
.lineMenu
{
    border-bottom: 1px solid rgb(170, 168, 168);
    height: 0px;
    min-height: 0px;
    margin-top: 10px;
}
.pageContainer
{
    display: block;
    padding: 0px 5px 0px 5px;
    width: 1010px;
    margin: auto;
    cursor: default;
    background-color: white;
}
.siteNave
{
    border-width: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 42px;
}
.siteNave a
{
    color: #3d3d3d;
    text-decoration: none;
    display: block;
}
.siteNave a:hover
{
    color: #000000;
}
.logoTd
{
    /*     height: 42px;     padding-top: 0px;*/
}
.logoTd img
{
    border: none;
}
.logoTd a
{
    border: none;
}

body .siteNave li
{
    padding-right: 22px;
    float: right;
    padding-top: 21px;
}
.sign_up_in_div .logInTd
{
    height: 22px;
}
body .sign_up_in_div a
{
    color: #3D3D3D;
    text-decoration: none;
}
.sign_up_in_div a:hover
{
    color: black;
}
.info_paneltopBg
{
    width: 1010px;
    height: 1px;
    background-image: url(/images/textBg_top.png);
    background-position: 50% 0px;
    background-repeat: no-repeat;
}
.topTable
{
    height: 400px;
    width: 910px;
    margin: 12px 0px 0px 50px;
}

.info_panelbottomBg2
{
    width: 1010px;
    background-image: url(/images/textBg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.info_panelbottomBg2 .vNoBorder
{
    width: 336px;
}
.info_panelbottomBg2 .vBorder
{
    width: 337px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(/images/v_spliter.jpg);
}
.info_panelbottomBg2 .infoLast
{
    padding-right: 0px;
}
.info_panel
{
    color: #252525;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    padding-top: 67px;
    margin-bottom: 12px;
    margin-top: 34px;
}
.info_panel h3
{
    font-size: 21px; /*font-family: 'HelveticaBold';*/
    margin: 0px;
}

.info_panel .h3Grey
{
    color: #535353;
    font-size: 18px;
    font-weight: normal;
    font-family: 'HelveticaRegular';
    margin: 0px;
}

.info_panel p
{
    margin: 10px 0px 15px 0px;
    color: #252525;
    font-size: 14px;
}
.footer
{
    width: 1010px;
    display: block;
    margin-top: 60px;
    padding-bottom: 60px;
}
.footerLinks
{
    color: Black;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 13px;
}
.footerLinks a
{
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    color: Black;
}
.footerLinks a:hover
{
    text-decoration: underline;
}
.footerLinks li
{
    border-left: solid 1px Black;
    float: left;
}
.footerLinks .footerLinksLeft
{
    border: none;
}
.footerText
{
    color: #6f6f6f;
    font-size: 11px;
}
.footerText p
{
    text-align: center;
    margin: 0px;
}
.footerText a
{
    color: #0099ff;
}
/*Login*/
#pnlLogin
{  
    float:right;
    width: 400px;
    background: #fefefe;
    border: 1px solid #c4cddb;
    border-top-color: #d3dbde;
    border-bottom-color: #bfc9dc;
    box-shadow: 0 1px 1px #ccc;
   
 
}

.ModalPopupBG
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
    z-index: 999999;
}

.dialog-close
{
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/images/x-button.png") no-repeat center top transparent;
    outline: none;
    margin: -9px -9px 0 0;
}

#pnlLogin h1
{
    margin: 0;
    padding: 10px 0;
    font-size: 24px;
    text-align: center;
    background: #F8FAFC;
    border-bottom: 1px solid #dde0e7;
    box-shadow: 0 -1px 0 #fff inset;
    border-radius: 5px 5px 0 0; /* otherwise we get some uncut corners with container div */
    text-shadow: 1px 1px 0 #fff;
}

.logingButton
{
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
        
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
        
    background-color:#ffec64;
        
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
        
    border:1px solid #ffaa22;
        
    display:inline-block;
    color:#333333;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
        
    text-shadow:0px 1px 0px #ffee66;
}
.logingButton:hover
{
    background-color: #61adff;
}
.logingButton:active
{
    position: relative;
    top: 1px;
}

/*
.logingButton
{
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color: #ffc477;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    text-indent: 0;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 29px;
    line-height: 29px;
    width: 103px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cc9f52;
}
.logingButton:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color: #fb9e25;
}
.logingButton:active
{
    position: relative;
    top: 1px;
}
*/

.login_txt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #5e5e5e;
    padding: 5px;
    line-height: 30px;
}

.login_input2
{
    padding: 10px 10px;
    border: 1px solid #d5d9da;
    border-radius: 5px;
    box-shadow: 0 0 5px #e8e9eb inset;
    width: 328px; /* 400 (#container) - 40 (li margins) -  10 (span paddings) - 20 (input paddings) - 2 (input borders) */
    font-size: 1em;
    outline: 0; /* remove webkit focus styles */
}
.login_input2:focus
{
    border: 1px solid #b9d4e9;
    border-top-color: #b6d5ea;
    border-bottom-color: #b8d4ea;
    box-shadow: 0 0 5px #b9d4e9;
}
#container span
{
    background: #f6f6f6;
    padding: 3px 5px;
    display: block;
    border-radius: 5px;
    margin-top: 5px;
}

/*Banda sobre el login*/
.ironBandLine
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(127, 204, 255, 0.309804);
    box-shadow: rgba(0, 0, 0, 0.701961) 0px 0px 5px 0px;
    background-image: url(/images/login/ironpatern.png);
    z-index: 9998;
}

.BtnIngresar
{
    padding: 12px 25px 12px 25px;
    border-radius: 6px;
    background-color: rgb(255, 204, 0);
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 11px -24px;
    border: 0px solid rgb(0, 0, 0);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
}

.BtnIngresar:hover
{
    padding: 12px 25px 12px 25px;
    border-radius: 6px;
    background-color: rgb(255, 222, 91);
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 11px -24px;
    border: 0px solid rgb(0, 0, 0);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
}

.BtnIngresar-label
{
    font-size: 22px;
    font-weight: bold;
    transition: color 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    margin: 0px;
    display: inline-block;
}

.ironBandLine table
{
    margin: 0 auto;
}

.ironBandLine .slogan
{
    color: White;
    line-height: 5px;
}

.ironBandLine .slogan p
{
    font-size: 25px;
}


.login_input3
{
    padding: 10px 10px;
    border: 1px solid #d5d9da;
    border-radius: 5px;
    box-shadow: 0 0 5px #e8e9eb inset;
    font-size: 1em;
    outline: 0; /* remove webkit focus styles */
}
.login_input3:focus
{
    border: 1px solid #b9d4e9;
    border-top-color: #b6d5ea;
    border-bottom-color: #b8d4ea;
    box-shadow: 0 0 5px #b9d4e9;
}