@media only screen and (max-width: 991px){
    html {
        background-color: #3D5289;
    }
}
@media only screen and (min-width: 992px){
    html {
        background-color: #ffffff;
    }
}
#tituloModal{
    background: -webkit-linear-gradient(#223460,#6CB1E1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: linear-gradient(#223460,#6CB1E1); 
}
#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 0;
    margin: 0px;
    background: -moz-linear-gradient(top, #38b3e0, #addef2);
    background: -webkit-linear-gradient(top, #38b3e0, #addef2);
    background: -o-linear-gradient(top, #38b3e0, #addef2);
    background: -ms-linear-gradient(top, #38b3e0, #addef2);
    background: linear-gradient(top, #38b3e0, #addef2);
    text-align: center;
    box-shadow: 3px 0px 5px 2px #38b3e0;
    vertical-align: middle;
}

.back1 {
    background: -moz-linear-gradient(top, #002635, #343865);
    background: -webkit-linear-gradient(top, #002635, #343865);
    background: -o-linear-gradient(top, #002635, #343865);
    background: -ms-linear-gradient(top, #002635, #343865);
    background: linear-gradient(top, #002635, #343865);
}

.box1 {
    box-shadow: 0px 1px 5px 2px #38b3e0;
}

.back2 {
    background: -moz-linear-gradient(top, #343865, #1c6987);
    background: -webkit-linear-gradient(top, #343865, #1c6987);
    background: -o-linear-gradient(top, #343865, #1c6987);
    background: -ms-linear-gradient(top, #343865, #1c6987);
    background: linear-gradient(top, #343865, #1c6987);
}

.box2 {
    box-shadow: 0px -1px 5px 2px #1c6987;
}

#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
    display: inline-block;
    padding: 0px;
    margin: 0px 10px;
}

#fondo {
    top: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0px;
    height: 100%;
    z-index: -1;
    background: -moz-radial-gradient(50% 50%, #004d6a, #3D5289);
    background: -webkit-radial-gradient(50% 50%, #004d6a, #3D5289);
    background: -o-radial-gradient(50% 50%, #004d6a, #3D5289);
    background: -ms-radial-gradient(50% 50%, #004d6a, #3D5289);
    background: radial-gradient(50% 50%, #004d6a, #3D5289);
    background-image: url('/mod_img/pro_SIAM/act_fondo');
}

.menuBottom {
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    margin: 0px;
}

.hidden {
    display: none;
}

.default-cursor {
    cursor: default;
}

.pointer {
    cursor: pointer;
    cursor: hand;
}

.popup {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: fixed;
    padding-top: 50px;
    background-color: #000000;
    opacity: 0.4;
    cursor: pointer;
}

.popupFalse {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: fixed;
    padding-top: 50px;
    background-color: transparent;
    cursor: pointer;
}

.popupFalse .content1 {
    text-align: justify;
    width: 650px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    padding: 25px;
    background-color: #ffffff;
    color: #004d6a;
    margin: auto;
}

.popupFalse .content2 {
    text-align: center;
    width: 40%;
    min-width: 300px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    padding: 25px;
    background-color: transparent;
    color: #004d6a;
    margin: auto;
}

.error, error, .false, false {
    color: red;
}

.true, true {
    color: green;
}

.dropdown-content li {
    /*position: fixed;*/
}

.background-menu {
    background-color: #ffffff;
    color: #000000;
}

nav .menu-jmgv {
    background: transparent;
    z-index: 1000;
    max-width: 1000px;
    width: 95%;
    margin: 20px auto;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.select-wrapper::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background-color: #71c9e9;
}

::-webkit-scrollbar-thumb {
    background-color: #007aa8;
}

::-webkit-scrollbar-button {
    background-color: #005778;
}

::-webkit-scrollbar-corner {
    background-color: #005778;
}

body, div {
    scrollbar-face-color: #007aa8;
}

nav .menu-jmgv-background {
    background-color: #000000;
    opacity: 0.4;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}

nav .menu-jmgv ul {
    list-style: none;
}

nav .menu-jmgv ul li {
    display: inline-block;
    position: relative;
}

nav .menu-jmgv ul li:hover {
    background: #004d6a;
}

nav .menu-jmgv ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
}

nav .menu-jmgv ul li a span {
    margin-right: 10px;
}

nav .menu-jmgv ul li:hover .children {
    display: block;
}

nav .menu-jmgv ul li .children {
    display: none;
    background: #007aa8;
    position: absolute;
    width: 150%;
    z-index: 1000;
}

nav .menu-jmgv ul li .children li {
    display: block;
    overflow: hidden;
}

nav .menu-jmgv ul li .children li a {
    display: block;
}

nav .menu-jmgv ul li .children li a span {
    float: right;
    position: relative;
    top: 3px;
    margin-right: 0;
    margin-left: 10px;
}

nav .menu-jmgv ul li .caret {
    position: relative;
    top: 3px;
    margin-left: 10px;
    margin-right: 0px;
}

nav .menu-jmgv {
    height: 100%;
    width: 300px;
    max-width: calc(100% - 80px);
    position: fixed;
    left: -100%;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
}

nav .menu-jmgv ul li {
    display: block;
    width: 100%;
}

nav .menu-jmgv ul li a {
    display: block;
}

nav .menu-jmgv ul li:hover .children {
    display: none;
}

nav .menu-jmgv ul li .children {
    width: 100%;
    position: relative;
}

nav .menu-jmgv ul li .children li {
    background: #007aa8;
}

nav .menu-jmgv ul li .children li:hover {
    background: #003950;
}

nav .menu-jmgv ul li .children li a {
    margin-left: 20px;
}

nav .menu-jmgv ul li .children ul.children li {
    background: #005778;
}

nav .menu-jmgv ul li .children ul.children li:hover {
    background: #002635;
}

nav .menu-jmgv ul li .children ul.children li a {
    margin-left: 40px;
}

nav .menu-jmgv ul li .caret {
    float: right;
}

.ec-stars-wrapper {
    font-size: 0;
    display: inline-block;
}

.ec-stars-wrapper a {
    text-decoration: none;
    display: inline-block;
    font-size: 32px;
    font-size: 2rem;
    color: #888;
}

.ec-stars-wrapper:hover a {
    color: rgb(39, 130, 228);
}

.ec-stars-wrapper a.checkStar {
    color: rgb(39, 130, 228);
}

.ec-stars-wrapper > a:hover ~ a {
    color: #888;
}

.menu-imaginary {
    padding-top: 63px;
    position: fixed;
    z-index: 9;
    width: 70px;
    height: 100%;
    background-color: #009ed8;
}

.menu-imaginary-super {
    top: 63px;
    position: fixed;
    z-index: 10;
    width: 73px;
    height: 100%;
    background-color: transparent;
}

.menu-imaginary ul li ul, .menu-imaginary ul li span, .menu-imaginary ul li x {
    display: none;
}


/*Tabs personalizados*/

.tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
}

.tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .8px;
    width: 15%;
    min-width: 80px;
}

.tabs .tab a {
    color: #009ed8;
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease;
}

.tabs .tab a:hover {
    color: #38b3e0;
}

.tabs .tab.disabled a {
    color: #1c6987;
    cursor: pointer;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #addef2;
    will-change: left, right;
}


/*menu temporar de edicion de plantilla*/

#menuTemporal td {
    cursor: pointer;
    color: #009ed8;
    text-align: center;
    display: block;
}

#menuTemporal td:hover {
    color: #ECDCC9;
    background-color: #007aa8;
}

#menuTemporal tr {
    border-top: 1px dashed #007aa8;
}

#menuTemporal tr:first-child {
    border-top: 0px;
}

#menuTemporal td:active {
    color: #ECDCC9;
    background-color: #008cc0;
}

#menuTemporal {
    border-radius: 2px;
    max-width: 200px;
}

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.imgr {
    border-radius: 100%;
}

.ebt {
    color: blue;
}

.cont-pagina {
    width: 99%;
    display: inline-block;
    overflow-x: auto;
    height: 60px;
    overflow-y: hidden;
}

::-webkit-scrollbar {
    height: 10px;
}

.cont-pagina .pagination li {
    min-width: 35px;
}

.cont-pagina .pagination {
    display: inline-flex;
}

.default {
    cursor: default;
}

.noventa {
    min-width: 90%;
}

.transparent {
    background-color: transparent;
}

right {
    text-align: right;
}

.block {
    display: inline-block;
}

div.saltoPagina {
    display: block;
    page-break-before: always;
}

.box {
    box-shadow: 2px 2px 2px 2px #007aa8;
}

.border {
    box-shadow: 1px solid #006990;
}
.borderadi {
    border-radius: 5px;
}

.border2 {
    box-shadow: 2px solid #006990;
}
.maxwidth{
    max-width: 100%;
}
.border3 {
    box-shadow: 3px solid #006990;
}

.boxa {
    box-shadow: 2px 2px 2px 2px #004d6a;
}

.bordera {
    box-shadow: 1px solid #003950;
}

.bordera2 {
    box-shadow: 2px solid #003950;
}

.bordera3 {
    box-shadow: 3px solid #003950;
}

.boxl {
    box-shadow: 2px 2px 2px 2px #addef2;
}

.borderl {
    box-shadow: 1px solid #ECDCC9;
}

.borderl2 {
    box-shadow: 2px solid #ECDCC9;
}

.borderl3 {
    box-shadow: 3px solid #ECDCC9;
}

.padd {
    padding: 5px;
}

.back {
    background-color: #006990;
}

.backa {
    background-color: #003950;
}

.backl {
    background-color: #ECDCC9;
}

.viewDocument p {
    margin: auto;
}

.figView {
    position: relative;
    background: #ffffff;
    height: 140px;
    width: 140px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    box-shadow: 0px 1px 5px 2px #38b3e0;
}
.figView:hover{
    background: #71c9e9;
}
.figView img{
     width: 100%;
     height: 100%;
}
/*
.figView:active{
    background: #1c6987;
}*/


/*
.figView:before, .figView:after {
    content: '';
    position: absolute;
    border-bottom: 70px solid #008cc0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    top: 70px;
    left: -10px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
}

.figView:after {
    left: auto;
    right: -10px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -o-transform: rotate(140deg);
}
*/

.msjPerson {
    width: 200px;
    height: 58px;
    background: #008cc0;
    color: #71c9e9;
    display: inline-block;
    padding: 7px;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

.msjPerson:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50px;
    width: 0;
    height: 0;
    border-right: 13px solid transparent;
    border-top: 20px solid #008cc0;
    border-left: 13px solid transparent;
}