.contentUnaColumna{
	margin:0;
	padding: 0;
	background-color:#fff;
}

#login .container #login-row #login-column #login-box {
 /*max-width: 500px;*/
	margin: 0 auto;
  border: 1px solid #fff;
  background-color: #EAEAEA;
}

.table {
	/*background:#DDD8D8;*/
	box-shadow:5px 5px 3px #808080;
	top:0px;
	/*margin-bottom:185px;*/
}
.contenedor_certificados{
    display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content:center; 
   width: 100%;
   min-height: 60vh;
 
}

.form-imput{
background-color: #EAEAEA;
margin: 10px;
padding-bottom: 15px;
}

.tabla_consultaInscritos{
box-shadow:5px 5px 3px #808080;
margin: 10px;
}



#resultadoCertificado{
    margin: 0;
    padding: 0;
     display: -webkit-flex;
    display: flex;

background-color: rgb(82, 86, 89);

/*width: 100%  !important;*/
height: 100% !important;
justify-content: center;
}
.fpdfview{
  width: 400px;
height:400px;
}

.pdf_frame{
  display: flex;
	width:-webkit-fill-available;
  width: 400px;
height:400px;

}
.modal-dialog{
  min-width:300px!important;
  width: fit-content !important;
  height: fit-content;
    
}
html head {
    /*display: none;*/
    /*display: block;*/
}

/* CANVAS*/
#ModaldCanvas{

background-color: bisque;
}

#lienso{
  background-color: aqua;
  border:1px solid #f00;
}

/*INICIO SCREEN ENTRE 800 Y 999 AZUL*/
@media screen and (min-width:800px) and (max-width: 999px)  {
  #lienso2{
    width: 600px;
    height: 400px;
  }

}

/*SCREEN MOVIL 300 a 600 AMARILLO*/
@media screen  and (min-width: 250px) and (max-width: 801px) {
  #lienso2{
    width: 380px;
    height: 260px;
  }}