* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

.fondo{
    background-color:#452EAC;
    width: 100%;
    height: auto;
}
.main-main{
padding-top: 100px;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    text-align: center;

}


.header-white{
    width: 100%;
    background-color: #452EAC;
    height: 90px;
    position:relative;
    border-bottom: #cacaca;
    border-style: solid;
    border-width: 0.3px;
    
}

.main-title-head{
    width: 50%;
    height: auto;
    font-size: 36px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    text-align: center;
    color: white;
    margin-left: 25%;

}

.main-title{
    width: 50%;
    margin-left: 10%;
    height: auto;
    font-size: 36px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    color: white;
    text-align: left;
        margin-left: 15%;
}

.main-frase{
    width: 80%;
    margin-left: 10%;
    height: auto;
    font-size: 16px;
    font-family:Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 100;
    color: #ffffff;
}

.main-fecha{
    width: 200px;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    font-family:'Courier New', Courier, monospace;
     font-weight: 100;
     text-align: left;
     margin-left: 15%;
}
.main-fecha-head{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #ffffff;
    font-family:'Courier New', Courier, monospace;
     font-weight: 100;
}
.logo2{
    width: 50%;
    height: 60px;
     position:absolute;
     font-size: 20px;
     font-weight: 800;
     padding-left: 60px;
     padding-top: 40px;
     font-family: Arial, Helvetica, sans-serif;
     color: white;
}
.user{
    width: 30px;
    height: 30px;
    padding-right: 60px;
    background-image: url(user.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 60px;

}

.sesion2{
    width: 50%;
    height: 60px;
    margin-left: 50%;
    padding-right: 60px;
    padding-top: 30px;
    position:absolute;
    text-align: right;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.sesion2 a {
color: white;}
.sesion2 a:link {
color: white;}
.sesion2 a:active {
color: white;}
.sesion2 a:visited {
color: white;}
.sesion2 a:hover {
color: white;}


.main-contenedor{
    width: 70%;
    margin-left: 15%;
    height: auto;
    padding: 60px;
    margin-top: 50px;


}

.main-title-articulo{
    width: 80%;
    height: auto;
    font-size: 28px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    margin-bottom: 5px;
    color: rgb(0, 0, 0);
}

.main-fecha-articulo{
    width: 100%;
    height: auto;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000000;
    font-family:'Courier New', Courier, monospace;
     font-weight: 100;
}
.btn-ver{
    width: 170px;
    height: 45px;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    border-radius: 50px;
    border-color: #452EAC;
    border-width: 2px;
    border-style: solid;
    color: #452EAC;
    font-family: Arial, Helvetica, sans-serif;


}
.btn-ver a {text-decoration: none;}
.btn-ver a:link {text-decoration: none;}
.btn-ver a:active {text-decoration: none;}
.btn-ver a:visited {text-decoration: none;}
.btn-ver a:hover {text-decoration: none;}


.line{
    width: 70%;
    margin-left: 15%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #c3c3c3;
}

.contenedor-art{
    width: 100%;
    background-color:#452EAC;
    padding-bottom: 120px;
    align-items: center;
    height: 350px;
    text-align: center;
}

.art-links2{
    width:80%;
    height: 80px;
    position:relative;
    text-align:left;
    font-size: 16px;
    padding-top: 30px;
    margin-left: 15%;
    font-family:Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.art-links2 a {color: #ffffff;}
.art-links2 a:visited {color: #ffffff;}
.art-links2 a:hover {color: #ffffff;}
.art-links2 a:active {color: #ffffff;}
.art-links2 a:link {color: #ffffff;}


.contenedor{
    width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  display: grid;
  place-content: center;
  position: absolute;

}

.login{
    width: 500px;
    background-color: #ffffff;
    height: auto;
    padding: 50px;
}

.contenedor-intro{
    width: 70%;
    margin-left: 15%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

.uno{
    width: 80%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    position: absolute;
    text-align: left;
}
.dos{
    width: 20%;
    height: 20px;
    margin-left: 80%;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
}

.boton-sec{
    position: relative;
    width:100%;
    height: 45px;
    background-color: rgb(255, 255, 255);
    border-color: #353535;
    border-width: 2px;
    border-style: solid;
    color:  #292929;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    text-decoration: none;
}

table {
    
    background-color: white;
  width: 70%;
    margin: auto;
      border-collapse: collapse;
      font-family: Arial, Helvetica, sans-serif;
}


th, td {
  height: auto;
  max-width: 300px;
  min-width: 30px;
  width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right-width: 0px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}


tr:hover {background-color: #f5f5f5;}

th {
  background-color:rgb(88, 88, 88);
  color: white;
}

.eliminar{
    background-image: url(img/borrar.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.ver{
    background-image: url(img/ver.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:right;
    width: 80px;
    height: 40px;
}

.estatus{
    width: 100px;
    padding: 10px;
    border-radius: 30px;
    background-color: #e2e2e2;
    color: #828282;
    font-size: 12px;
    margin-left: 40%;
}
.estatus1-in{
    width:auto;
    padding: 10px;
    border-radius: 30px;
    background-color: #e2e2e2;
    color: #6e6e6e;
    font-size: 12px;
    text-align: center;
    position: absolute;
}

.estatus0-in{
    width:auto;
    padding: 10px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    text-align: center;
    position: absolute;
    margin-left: 80px;
}

.estatus2{
    width: 100px;
    padding: 10px;
    border-radius: 30px;
    background-color: #7de6c0;
    color: #0d7e51;
    font-size: 12px;
    margin-left: 40%;


}

.estatus2-in{
    width: 100px;
    padding: 10px;
    border-radius: 30px;
    background-color: #7de6c0;
    color: #0d7e51;
    font-size: 12px;
    text-align: center;
    position: relative;

}

.kiu{
    height: 100px;
    width: 200px;
    margin-left: 75%;
    top: 20px;
    position:absolute;

}


.art-links{
    width: 20%;
    height: 40px;
    text-align: right;
    font-size: 16px;
    font-family:Arial, Helvetica, sans-serif;
    color: #ffffff;
    position: relative;
    margin-left: 65%;
    margin-top: -90px;
    align-content: center;
}

.art-links a {color: #ffffff;}
.art-links a:visited {color: #ffffff;}
.art-links a:hover {color: #ffffff;}
.art-links a:active {color: #ffffff;}
.art-links a:link {color: #ffffff;}

.confi{
    display:inline;
    width:auto;
    height: 200px;
    color: white;
    margin-right: 10px;

}

.confi a {color: #ffffff;}
.confi a:visited {color: #ffffff;}
.confi a:hover {color: #ffffff;}
.confi a:active {color: #ffffff;}
.confi a:link {color: #ffffff;}


.contenedor-contenido{
    width: 70%;
    background-color: rgb(255, 255, 255);
    margin-top: -150px;
    margin-left: 15%;
    height: auto;
    align-items: center;
        font-size: 16px;
    color: rgb(65, 65, 65);
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 90;
    padding: 40px;

    
}






















.main-resumen{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: black;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 100;

}

.main-title2{
    width: 100%;
    height: auto;
    padding-top: 50px;
    font-size: 36px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    text-align: center;
}



.main-fecha2{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #585858;
    font-family:'Courier New', Courier, monospace;
     font-weight: 100;
     text-align: center;
}
.main-resumen2{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: black;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 100;
    text-align: center;

}


.boton{
    position: relative;
    width: 200px;
    height: 60px;
    margin-top: 30px;
    background-color: black;
    color:  #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 6px;
    font-size: 18px;
    text-decoration: none;
}



.input{
    width:100%;
    height: 50px;
    color: black;
    font-size: 18px;
    background-color: white;
    border-color: #909090;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    margin-bottom: 20px;
    padding: 10px;
}



.header{
    width: 100%;
    height: 60px;
    background-color: rgb(72, 72, 72);
    position:relative;
    border-bottom: #5d5d5d;
    border-style: solid;
    border-width: 0.5px;
}



.header-white2{
    width: 100%;
    background-color: rgb(245, 245, 245);
    height: 90px;
    position:relative;
    border-bottom: #cacaca;
    border-style: solid;
    border-width: 0.5px;
    
}

.logo{
    width: 50%;
    height: 60px;
     position:absolute;
     font-size: 20px;
     font-weight: 800;
     padding-left: 30px;
     padding-top: 20px;
     font-family: Arial, Helvetica, sans-serif;
     color: rgb(255, 255, 255);
}


.sesion{
    width: 50%;
    height: 60px;
    margin-left: 50%;
    padding-right: 30px;
    padding-top: 20px;
    position:absolute;
    text-align: right;
    color: #d9d9d9;
    font-family: Arial, Helvetica, sans-serif;
}



table {
    
    background-color: white;
  width: 70%;
    margin: auto;
      border-collapse: collapse;
}


th, td {
  height: auto;
  max-width: 100px;
  width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right-width: 0px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}


tr:hover {background-color: #f5f5f5;}

th {
  background-color:rgb(46, 46, 46);
  color: white;
}









@media screen and (max-width: 700px) {
    
    .login{
    width: 300px;

}
table {
    
width: 90%;

}



}