﻿#header {
    border-top: solid 3px #f67c01;
}

body {
    background: #EEE !important;
}

.modal .modal-content {
    border-top: solid 3px #f67c01;
}

.line-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);
    background: #f67c01;
}

.btn-principal {
    background: #f67c01 !important;
    border-color: #f67c01 !important;
}

.color-principal {
    color: #f67c01 !important;
}

.border-bottom-principal {
    border-bottom: solid 3px #f67c01 !important;
}

#logo-0000 {
    margin-bottom: 0px !important;
    width: 80% !important;
    padding: 20px 20px 10px 20px !important;
}