﻿body 
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 8pt;
    color: #003366;
    
    background:   url(./images/fondo.png) repeat-x;
    background-position: 50%;
    background-attachment: fixed;
    height:100%;
        
}
.body {
    width: 400px;
    min-height: 300px;
    background-color:#fff;
    border:1px solid #003366;
     -moz-border-radius:20px;
    -moz-border-radius-bottomright: 0;
    -webkit-border: 10px;
    -webkit-border-bottom-right-radius:0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    position: absolute;
    top: 30%; 
    left: 34%;
    padding-bottom: 30px;
    
}


div {
    border: #A5B3C5 0px solid;
}

.txtTitleErr, .txtSubTitleErr
{
    font-family: Verdana;
    font-size: 8pt;
    color: #003366;
}

.txtTitleErr
{
    font-size:12pt;
    color:#cc0033;
}

.txtSubTitleErr
{
    margin-top:15px;
    font-weight:normal;
}

input.BtnLogin
{
    padding-top:16px;
    padding-left:10px;
    
}

input.BtnErr
{
    position: absolute;
    right: 25px;
    bottom: 25px;
    border: #003366 1px solid;
    color:#003366;
    padding:5px 15px 5px 15px;
    font-weight:bold;
    cursor:pointer;
}

.succes {
     font-weight:bold;
    font-size: 12pt; 
}

.content 
{
    float: left; 
    vertical-align: top;
    margin-left: 100px;
    margin-top: 40px;
}

.control,.controlleft {
    float: left;
    display: table; 
    width: 340px;
    margin-top : 5px;
    margin-left: 100px;
}

.controlleft
{
    margin-left:20px;
    clear:both;
}

div {
    border: black 0px solid;
}

.BotonLogin
{
    background-color:transparent;
    border:0;
    width:60px;
    height:60px;
}

.linkPass {
    float: left; 
    text-align: center;
    width: 340px;
    color: red;
    padding-bottom: 10px;
}

.captcha {
    float: left; 
    text-align: center;
    width: 340px;
    margin-left: 20px;
    height: 50px;
}

.captchaContent {
    background:  url(./images/caja_text_peque.png) no-repeat;
    width: 170px;
    height: 50px;
    float: right; 
    
    padding-top: 8px;
    text-align: left;
    margin-left: 5px;
}

.txtcaptcha
{
    width:110px;
}

#txtAnswer
{
    border: #A5B3C5 0px solid;
    min-height: 18px;
    width: 100px;
    margin-left: 5px;
}

.inptcaptcha {
    float: left;
    width: 130px;
    height: 35px;
    text-align: right;	
    border: 1px solid #003366;
    margin-left:5px;
    
}

.userTitle {
    float: left; 
    height: 34PX;
    text-align: right;
}

.dvTxtCaptcha
{
    margin-bottom:10px;
}

.error {
    color: red !important;
}

.inptUsuario {
    background-color: #f2f7f9;
    width: 250px;
    height: 20px;
    margin: 5px;
    padding: 10px 20px;
    color: #578bb1 !important;
    font-size: 14pt;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-left: -40px;
    
}

.inptPassword {
    background-color: #f2f7f9;
    width: 250px;
    height: 20px;
    margin: 5px;
    padding: 10px 20px;
    color: #578bb1 !important;
    font-size: 14pt;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-left: -40px;
    -webkit-text-security:square;
    -moz-text-security: square;
    text-security: square;
}


.inputButton {
    background-color: #26517B;
    width: 250px;
    height: 45px;
    margin: 5px;
    padding: 10px 20px;
    color: white !important;
    font-size: 14pt;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-left: -17px;
    margin-top: 20px;
}

.passTitle {
    float: left;
    width: 100px;
    height: 25PX;
    text-align: right;	
    padding-top: 15px;
}

.userPass {
    
}

.inptPass {
    background:  url(./images/cajaText.png) no-repeat;
    width: 155PX;
    height: 45PX;
    float: right;
    padding-top:  10px;
    padding-left: 8px;
}

.botonLogin {	               
    background:  url(./images/button.png) no-repeat;	
    float: right; 
    width: 70px;
    height: 100px;	
    cursor: pointer;
    vertical-align: middle;
}

.botonLogin:hover {	               
    background-position:-70px 0;
}
.botonLogin:active {	               
    background-position:-140px 0;
}

.login {
    margin-top: 20px; 
    width: 440px; 
    margin-left: 10px;
}
.loginFieldset {
    border: 0;
}

.loadingText 
{
    float: right; 
    margin-top : 50px;
    margin-right: 30px;
    display: none;
}

.estilocheck
{
    margin-top:12px;
}