* {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: "Cairo";
}

#titulo{
    position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 100px;
}



#main{
    position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 850px;
    background: rgb(228, 226, 226);
}

#menu {
    position: absolute;
	top: 101px;
    left: 0px;
    width: 549px;
    height: 500px;
}

#sistema {
    position: absolute;
	top: 220px;
    left: 175px;
    width: 200px;
    height: 50px;
    font-weight: 900;
}

#imageninicio {
    position: absolute;
    top: 105px;
    left: 0px;
    width: 1340px;
    height: 506px;
}


#imagenfondo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1340px;
    height: 506px;
}

#logo1 {
    position: absolute;
    top: 200px;
    left: 10px;
    width: 70px;
    height: 200px; 
    font-size: 120%;
    font-weight: 800;
    border-radius: 5px;
}

#session{
    position: absolute;
    top: 130px;
    left: 1050px;
    width: 280px;
    height: 250px; 
    border-radius: 5px;
    background-color: rgba(12, 11, 29, 0.959);
}

#formulario{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px; 
    border-radius: 5px;
    background-color:transparent;
}

#formencabezado{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 25px; 
    color: aliceblue;
    text-align: center;
    font-weight: 800;
    font-size: 100%;
}

#lusuario{
    position: absolute;
    top: 35px;
    left: 10px;
    width: 60px;
    height: 25px; 
    color: aliceblue;
    text-align: left;
    font-weight: 800;
    font-size: 80%;
}

#iusuario{
    position: absolute;
    top: 35px;
    left: 90px;
    width: 150px;
    height: 25px; 
    color: rgba(12, 11, 29, 0.959);
    text-align: left;
    font-weight: 800;
    font-size: 80%;
    border-radius: 5px;
}

#lpassword{
    position: absolute;
    top: 70px;
    left: 10px;
    width: 60px;
    height: 25px; 
    color: aliceblue;
    text-align: left;
    font-weight: 800;
    font-size: 80%;
}

#ipassword{
    position: absolute;
    top: 70px;
    left: 90px;
    width: 150px;
    height: 25px;
    color: rgba(12, 11, 29, 0.959);
    text-align: left;
    font-weight: 800;
    font-size: 80%;
    border-radius: 5px;
}

#trobot{
    position: absolute;
    top: 140px;
    left: 90px;
    width: 160px;
    height: 25px; 
    color: aliceblue;
    text-align: left;
    font-weight: 800;
    font-size: 80%;
}

#imgrobot{
    position: absolute;
    top: 110px;
    left: 90px;
    width: 70px;
    height: 30px;
    text-align: center;
    font-weight: 1000;
    font-size: 100%;
    color: #ffffff;
    border-radius: 5px;
}

#letrasrobot{
    position: absolute;
    top: 110px;
    left: 165px;
    width: 80px;
    height: 25px;
    text-align: center;
    font-weight: 1000;
    font-size: 90%;
    color: rgba(12, 11, 29, 0.959);
    border-radius: 5px;
}

#btningreso{
    position: absolute;
    top:165px;
    left:160px;
    width: 100px;
    height: 30px;
    font-size: 70%;
    font-weight: 1000;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
}

#btningreso:hover{
    color: #1883ba;
    background-color: #ffffff;
    cursor: pointer;
}

#btnregistro{
    position: absolute;
    top:165px;
    left:20px;
    width: 100px;
    height: 30px;
    font-size: 70%;
    font-weight: 1000;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
}

#btnregistro:hover{
    color: #1883ba;
    background-color: #ffffff;
    cursor: pointer;
}


#olvido {
    position:absolute;
    top: 220px;
    left: 160px;
    width: 120px;
    height: 30px;
    color: rgb(255, 255, 255);
    font-size: 80%;
}

#olvido:hover {
    font-size: 105%;   
    color: rgb(255, 255, 255);
}


#lcusuario{
    position: absolute;
    top: 35px;
    left: 10px;
    width: 60px;
    height: 20px; 
    color: aliceblue;
    text-align: left;
    font-weight: 800;
    font-size: 80%;
}

#icusuario{
    position: absolute;
    top: 35px;
    left: 90px;
    width: 180px;
    height: 20px; 
    color: rgba(12, 11, 29, 0.959);
    text-align: left;
    font-weight: 800;
    font-size: 80%;
    border-radius: 5px;
}

#lcusuarioc{
    position: absolute;
    top: 60px;
    left: 10px;
    width: 60px;
    height: 20px; 
    color: aliceblue;
    text-align: left;
    font-weight: 800;
    font-size: 80%;
}

#icusuarioc{
    position: absolute;
    top: 60px;
    left: 90px;
    width: 180px;
    height: 20px; 
    color: rgba(12, 11, 29, 0.959);
    text-align: left;
    font-weight: 800;
    font-size: 80%;
    border-radius: 5px;
}


#lcpassword{
    position: absolute;
    top: 85px;
    left: 10px;
    width: 60px;
    height: 20px; 
    color: aliceblue;
    text-align: left;
    font-weight: 800;
    font-size: 80%;
}

#icpassword{
    position: absolute;
    top: 85px;
    left: 90px;
    width: 180px;
    height: 20px; 
    color: rgba(12, 11, 29, 0.959);
    text-align: left;
    font-weight: 800;
    font-size: 80%;
    border-radius: 5px;
}

#lcpasswordc{
    position: absolute;
    top: 110px;
    left: 10px;
    width: 60px;
    height: 20px; 
    color: aliceblue;
    text-align: left;
    font-weight: 800;
    font-size: 80%;
}

#icpasswordc{
    position: absolute;
    top: 110px;
    left: 90px;
    width: 180px;
    height: 20px; 
    color: rgba(12, 11, 29, 0.959);
    text-align: left;
    font-weight: 800;
    font-size: 80%;
    border-radius: 5px;
}

#lcnombres{
    position: absolute;
    top: 135px;
    left: 10px;
    width: 60px;
    height: 20px; 
    color: aliceblue;
    text-align: left;
    font-weight: 800;
    font-size: 80%;
}

#icnombres{
    position: absolute;
    top: 135px;
    left: 90px;
    width: 180px;
    height: 20px; 
    color: rgba(12, 11, 29, 0.959);
    text-align: left;
    font-weight: 800;
    font-size: 80%;
    border-radius: 5px;
}

#lcapellidos{
    position: absolute;
    top: 160px;
    left: 10px;
    width: 60px;
    height: 20px; 
    color: aliceblue;
    text-align: left;
    font-weight: 800;
    font-size: 80%;
}

#icapellidos{
    position: absolute;
    top: 160px;
    left: 90px;
    width: 180px;
    height: 20px; 
    color: rgba(12, 11, 29, 0.959);
    text-align: left;
    font-weight: 800;
    font-size: 80%;
    border-radius: 5px;
}

#lcdocumento{
    position: absolute;
    top: 185px;
    left: 10px;
    width: 60px;
    height: 20px; 
    color: aliceblue;
    text-align: left;
    font-weight: 800;
    font-size: 80%;
}

#icdocumento{
    position: absolute;
    top: 185px;
    left: 90px;
    width: 180px;
    height: 20px; 
    color: rgba(12, 11, 29, 0.959);
    text-align: left;
    font-weight: 800;
    font-size: 80%;
    border-radius: 5px;
}

#lctelefono{
    position: absolute;
    top: 210px;
    left: 10px;
    width: 60px;
    height: 20px; 
    color: aliceblue;
    text-align: left;
    font-weight: 800;
    font-size: 90%;
}

#ictelefono{
    position: absolute;
    top: 210px;
    left: 90px;
    width: 180px;
    height: 20px; 
    color: rgba(12, 11, 29, 0.959);
    text-align: left;
    font-weight: 800;
    font-size: 90%;
    border-radius: 5px;
}

#Btnregistro{
    position: absolute;
    top:255px;
    left:160px;
    width: 100px;
    height: 30px;
    font-size: 90%;
    font-weight: 1000;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
}

#Btnregistro:hover{
    color: #1883ba;
    background-color: #ffffff;
    cursor: pointer;
}

#avolver {
    position:absolute;
    top: 360px;
    left: 270px;
    width: 120px;
    height: 30px;
    color: rgb(255, 255, 255);
}


#avolver:hover {
    font-size: 105%;   
    color: rgb(255, 255, 255);
}


#mserrores{
    position:absolute;
    top:350px;
    left:-120px;
    width: 400px;
    height: 100px;
    margin:0px auto;
    text-align: center;
    font-size: 80%;
    font-weight: 600;
    color: rgb(253, 253, 253);
    background: rgba(100, 5, 5, 0.445);
    border-radius: 5px;
}

#msgexitoso{
    top:350px;
    left:-120px;
    width: 400px;
    height: 100px;
    margin:0px auto;
    text-align: center;
    font-size: 80%;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background: rgba(64, 223, 16, 0.664);
    border-radius: 5px;
}


#pie_pagina {
    position: absolute;
    width: 100%;
    height: 220px;
    top: 630px;
    left: 0px;
}