body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: url(https://www.sucop.gov.co/Style%20Library/SUCOP/ain/elaboracion.png) no-repeat fixed center;
}

.enlace:hover {
    opacity: 70%;
}

.blue-text {
    color: #365f91 !important;
}

.loading {
    background: url(https://www.sucop.gov.co/Style%20Library/SUCOP/ain/loader.gif) center no-repeat #fff;
}


.colorRed {
  color: red !important;
}

.borderRed {
  border: 1px solid red;
}

.form-groupComentario textarea {
  resize: vertical;
}