@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

.toolbareditor {
            margin-bottom: 10px;
}
.toolbareditor button {
             padding: 5px 10px;
}

#categorias{
 width: 95%;
}
.editor{
  /*width: 335px;*/
  width: 90%;
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 10em;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 400;
  color: #333;
  border: 1.5px solid #C7BEBE;
  border-bottom-width: 2.5px;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-transform:none;
}

.tabla {
border: 1px solid #dddddd;
  
  width: 200px;
}

.celda{
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}

celda:nth-child(even) {
  background-color: #dddddd;
}


main{
    width: 95%;
    margin: 1px;
}

#dropzone{
    padding: 5px 40px;
    background: #ccc;
}
#dropzone p{
    padding: 30px 10px;
    background: white;
    text-align: center;
    border: 2px dashed #333;
}

#dropzone label{
    margin-right=1px;
    color: black;
    cursor: pointer;
        float: left;
    width: 100%;
    position: relative;
}

#dropzone input{
    display: none;
	margin: none;
}

.botonmini{
    clear:both;
    margin:40px auto 0;
    position:relative;
    text-align:center;
    background-color:#e1e2e2;
    content:"";
    left:0;
    background-color:#fff;
    border:solid #ccced0;
    border-radius:4px;
    border-width:1px 1px 2px;
    box-sizing:border-box;color:#3d4145;
    cursor:pointer;
    font-size:14px;
    font-weight:500;
    line-height:25px;
    margin:0;
    outline:0;
    overflow:hidden;
    text-align:center;
    text-decoration:none;
    text-overflow:ellipsis;
    
    vertical-align:middle;
}

.regboton2{
    clear:both;
    position:relative;
    text-align:center;
    background-color:black;
    content:"";
    left:0;
    top:8px;
    
    border:solid #ccced0;
    border-radius:4px;
    border-width:1px 1px 2px;
    box-sizing:border-box;color:white;
    cursor:pointer;
    display:block;
    font-size:14px;
    font-weight:500;
    line-height:25px;
    margin:inherit;
    outline:0;
    overflow:hidden;
    padding:10px 15px;
    text-align:center;
    text-decoration:none;
    text-overflow:ellipsis;
    width:50%;
    vertical-align:middle;
     margin-right: auto;
  margin-left: auto;
}