

textarea {
    width: 100%;
    height: auto;
    resize: none;
    border-radius: 10px;
    border: 1px solid #576778;
    padding: 10px;
}

.avletext, .decpretext{
    width: 100%;
    min-height: 100px;
    border: 1px solid #576778;
    border-radius: 10px;
}



.imghs {
    width: 100px;
    height: 100px;
    margin: 5px 5px;
    border: 4px solid rgba(0,0,0,0);
    cursor: pointer;
}
.imghs:hover {
    transition: all 400ms ease-in-out;
    box-shadow: 1px 1px 10px 1px gray;
    /*border-radius: 100px;*/
}

.selected {
    border-color: #aacb58;
     border-radius: 100px;
}

.filacre_content, .filavle_content, .filadecpre_content {
    padding: 25px;
    margin-top: 10px;
}


/*filacre plus edit*/
.filacre-edit{
    background:grey;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #8080800d;
}
.filacre-edit-inside{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px;
     margin: 0px;
     
}
.filacre-edit-inside img{
   width: 50px;
   height: 50px;
}

.imghsa{
    margin: 10px 10px;
    cursor: pointer;
}



#tablasipcam {
    width: 100%;
}

#tablasipcam td {
    padding: 15px;
}

#tablasipcam .cestitle {
    font-weight: bold;
}

#tablasipcam .tableimghs {
    width: 70px;
    padding: 0px 10px;
    vertical-align: middle;
}

#tablasipcam .titlecell {
    width: 30%;
    text-align: center;
    vertical-align: middle;
}

#tablasipcam .contentcell {
    width: 70%;
    text-align: left;
}

#tablasipcam .contentcell p {
    margin: 0;
    margin-bottom: 10px;
}

#tablasipcam .contentcell p:last-child {
    margin-bottom: 0;
}
#gentabla {
   
    position: relative;
    margin: auto;
    
    max-width: 1200px;
}
.buttongen{
/*    background-image: linear-gradient(to right,#697f96,#231f20); #fff101 amarillo, #231f20 negro*/
    padding: 2px;
    border-radius: 10px;
    color: white;
    width: 200px;
    border: none;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    display: block;
    margin: 20px auto;
    font-weight: bold;
    height: 40px;
    background: url('/img/bg-breadcrumb-bien.png');
}
