form {
    margin: 0 !important;
}

form > hr {
    margin-top:20px;
}

form > .tipomodulo_contenidoModulo{
    border-radius:5px;
    max-height: 250px;
    min-height: 250px;
}

textarea{
    height: 100% !important;
}

input[type="text"], input[type="password"], input[type="file"], select{
    width: 96%;
    height: 26px;
    padding: 0 1% 0 1%;
    border-radius: 4px;
    border: 1px solid #C8C8C8;
    margin-bottom: 4px;
}

select{
    height: 28px;
}

input[type="file"]{
    width: 98%;
    height: 30px;
}

input[type="file"]::-webkit-file-upload-button {
    background-color: rgb(100,0,100);
    background-image: linear-gradient(to bottom, rgba(80,0,80,0.5), rgba(100,0,100,0.5));
    height: 26px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 1px;
}

input[type="file"]::-webkit-file-upload-button:hover {
    background-color: rgb(80,0,80);
    background-image: linear-gradient(to bottom, rgba(69,0,69,0.5), rgba(80,0,80,0.5));
    background-repeat: repeat-x;
}

label{
    padding: 4px 0 4px 0;
}

.error {
    background-color: #ff5050 !important;
    border: 1px solid #541e1e !important;
    color: white;
}

fieldset {
    margin: 20px 0 5px 0;
    padding: 3px;
}

legend {
    font-size: 16px;
    line-height: 1;
    margin: 10px 0 5px 0;
    padding: 3px 0;
    font-weight: bold;
}

.formularioCols label {
    font-size: 13px;
    font-weight: bold;
    
}