html {
    height: 100% !important;
}
body {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.cuadroLogin {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 350px;
    margin-top: 0px;
    color: #ffffff;
    text-align: center;
}
.LaudusHeader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(66, 130, 198, 0.5);
    color: #000000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.loginImageLaudus {
}
.frmUploadCAF {
    width: 450px;
    min-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    min-height: 559px;
}
.textoAcceso {
    font-family: arial;
    font-size: 15px;
    font-weight: bold;        
    color: #2B4777;
    margin-bottom: 4px;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}
#CAFform {
    clear: both;
    width: 100%;    
}
.oneInput {
    float: left;
    clear: both;
    width: 100%;   
    text-align: left;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    margin-top: 10px;     
}
.input0 {
}
.input1 {
}
.input2 {
}
.input0, .input1, .input2 {
    background-color:  #eeeff0;
    border: 0;
    height: 35px;
    border-bottom: 1px solid #d9d9da;    
    /*color: #bcbcbc;*/
    color: #333333;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;    
    padding-left: 15px;
    padding-right: 5px;
    border-radius:0px 5px 5px 5px; 
    -moz-border-radius:0px 5px 5px 5px; 
    -webkit-border-radius:0px 5px 5px 5px; 
    width: 150px;
	border: 1px solid rgb(66, 130, 198);
}
.botonLoginContainer {
    clear: both;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 5px;
}
.textoNuevaClave {
    margin-top: 15px;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    background-color: transparent;
    text-align: center;
    color: #333333;
}
.textoNuevaClave a {
    color:rgb(66, 130, 198);
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;    
}
.textoNuevaClave a:hover {
    color: #249629;
}
#errorMessage {
    width: 100%;
    float: left;
    clear: both;
    height: 87px;
    margin-left: 8px;
    padding-left: 0px;
    display: none;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;    
}
.textoContactoLogin {
    margin-top: 15px;
    width: 100%;   
    height: 42px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
    text-align: center;
}
.LaudusERPServices {
    text-align: left;
    border-top: 1px solid #000000;
    overflow: hidden;
    background-color: #4282c6;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    padding-top:10px;
    width:100%;
    height:30px;
    position:fixed;
    bottom:0;
    left:0;
    color: #ffffff;
}
.linkLaudus {
    color: #ffffff;
    font-size: 12px;
    font-family: arial, sans-serif;
    font-weight: normal;    
    text-decoration: none;   
}
.linkLaudus:hover {
    color: #ffffff;    
}
.botonLogin {
    clear: both;
    width: 147px;
    margin-top: 15px;
    border: 1px solid #467099;
    border-radius:5px 5px 5px 5px; 
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;      
    color: #000000;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;      
    cursor: pointer;
    margin-left: -5px;
    background-color: rgb(66, 130, 198);
    background-image: none;
    color: #ffffff;
}
.botonLogin:hover {
    background-color: #A1C6EA;
}
.captionInput, .valueInput{
    float: left;
    clear: both;
}
.captionInput {
    text-align: left;
    width: 93px;
    border: 1px solid #467099;
    border-radius:5px 5px 0px 0px;  
    -moz-border-radius:5px 5px 0px 0px; 
    -webkit-border-radius:5px 5px 0px 0px;  
    background-color: #E2EEF8;
    padding: 6px;
    border-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: rgb(100, 100, 100);
}
.btnSearch {
    background-image: url('/subirCAF/img/search.png');
    background-repeat: no-repeat;
}
.subirNuevoLink {
    text-decoration: none;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    color: #467099;
}
.subirNuevoLink:hover {
    color: #4282C6;
}

.btnSearch:hover  {
    background-image: url('/subirCAF/img/search.png');
    background-repeat: no-repeat;
    background-position: center;
}