/* Plantilla */
body > .header .logo {
  float: left;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  width: 150px;
  font-family: 'Kaushan Script', cursive;
  font-weight: 500;
  height: 50px;
  display: block;
}
body > .header .logo .icon {
  margin-right: 10px;
}

body > .header .navbar {
  height: 50px;
  margin-bottom: 0;
  margin-left: 150px;
}

.UniMed {
    display: block;
    float: left;
    font-family: "Kaushan Script",cursive;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    width: 80%;
    color: #fff;
}
/* Por debajo de 1600px */
@media screen and (max-width: 1600px){
    .UniMed {
        font-size:18px;        
        width: 76%;
    }    
}

/* Por debajo de 1400px */
@media screen and (max-width: 1400px){
    .UniMed {
        font-size:16px;        
        width: 72%;
    }
}

/* Por debajo de 1200px */
@media screen and (max-width: 1200px){
    .UniMed {
        font-size:14px;        
        width: 65%;
    }
}
/* Por debajo de 900px */
@media screen and (max-width: 900px){
    .UniMed {
        font-size:12px;        
        width: 77%;
    }
}
/* Por debajo de 700px */
@media screen and (max-width: 700px){
    .UniMed {
        font-size:10px;        
        width: 70%;
    }
    .logo > a {
        font-size:15px;       
    }
    body > .header .navbar {
         width: 80%;
    }
}
/* Por debajo de 400px */
@media screen and (max-width: 500px){
    .UniMed {
        font-size:8px;
        width: 50%;
    }
    body > .header .navbar {
         width: 70%;
    }
}


#UseSys{
    margin-top: -20px;
    margin-left: 20px;
}
/*.skin-black .UniMed {
  color: #fff;
}*/

#video_background {    
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;   
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);  
    z-index: -100;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
}

body > .header {
    max-height: 100px;
    position: relative;
    z-index: 1030;
    box-shadow: 0 8px 14px #777, 0 0 20px #ccc inset;
    border-radius: 0 0 55px 55px;
}

/* 
    Skin SGCI 
    ---------
*/
.bg-Calidad_Isstech{
    display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
   background:url(../../Img/Img_Css/Img_Background/SGCI.png) repeat; 
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
/* skin-SGCI navbar */
.skin-SGCI .navbar {
  background-color: #116587;  
  border-radius: 0 0 55px 0;  
   border-bottom-width: 0;   
}
.skin-SGCI .UniMed {
  color: #f9f9f9;
}

.skin-SGCI .navbar .nav a {
  color: rgba(255, 255, 255, 0.8);
}
.skin-SGCI .navbar .nav > li > a:hover,
.skin-SGCI .navbar .nav > li > a:active,
.skin-SGCI .navbar .nav > li > a:focus,
.skin-SGCI .navbar .nav .open > a,
.skin-SGCI .navbar .nav .open > a:hover,
.skin-SGCI .navbar .nav .open > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-SGCI .navbar .navbar-right > .nav {
  margin-right: 10px;
}
.skin-SGCI .navbar .sidebar-toggle .icon-bar {
  background: rgba(255, 255, 255, 0.8);
}
.skin-SGCI .navbar .sidebar-toggle:hover .icon-bar {
  background: #f6f6f6 !important;
}
/* skin-SGCI logo */
.skin-SGCI .logo {
  background-color: #116587;
  color: #f9f9f9;
  border-radius: 0 0 0 55px;
  /*box-shadow: 0 8px 14px #777, 0 0 20px #ccc inset;*/
}
.skin-SGCI .logo > a {
  color: #f9f9f9;
}
.skin-SGCI .logo:hover {
  background: #357ca5;
}
/* skin-SGCI content header */
.skin-SGCI .right-side > .content-header {
  background: #f9f9f9;
  padding: 40px;
/*  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);  */
}
/* Skin-SGCI user panel */
.skin-SGCI .user-panel > .image > img {
  border: 1px solid #dfdfdf;
  box-shadow: 0 8px 14px #777, 0 0 20px #ccc inset;
}
.skin-SGCI .user-panel > .info,
.skin-SGCI .user-panel > .info > a {
  color: #555555;
}
/* skin-SGCI sidebar */
.skin-SGCI .sidebar {
  border-bottom: 1px solid #fff;
}
.skin-SGCI .sidebar > .sidebar-menu > li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dbdbdb;
}
.skin-SGCI .sidebar > .sidebar-menu > li:first-of-type {
  border-top: 1px solid #dbdbdb;
}
.skin-SGCI .sidebar > .sidebar-menu > li:first-of-type > a {
  border-top: 1px solid #fff;
}
.skin-SGCI .sidebar > .sidebar-menu > li > a {
  margin-right: 1px;
}
.skin-SGCI .sidebar > .sidebar-menu > li > a:hover,
.skin-SGCI .sidebar > .sidebar-menu > li.active > a {
  color: #222;
  background: #f9f9f9;
}
.skin-SGCI .sidebar > .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #f9f9f9;
}
.skin-SGCI .left-side {
  background: #f4f4f4;
  /*//background: url(../../Img/Img_Css/Img_Background/bg.png) repeat-x;*/
/*  -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);*/
/*  border-radius: 0 0 15px 0;
  box-shadow: 0 8px 14px #777, 0 0 20px #ccc inset;*/
z-index: 100;
}
.skin-SGCI .sidebar a {
  color: #555555;
}
.skin-SGCI .sidebar a:hover {
  text-decoration: none;
}
.skin-SGCI .treeview-menu > li > a {
  color: #777;
}
.skin-SGCI .treeview-menu > li.active > a,
.skin-SGCI .treeview-menu > li > a:hover {
  color: #111;
}
.skin-SGCI .sidebar-form {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  margin: 10px 10px;
}
.skin-SGCI .sidebar-form input[type="text"],
.skin-SGCI .sidebar-form .btn {
  box-shadow: none;
  background-color: #fafafa;
  border: 1px solid #fafafa;
  height: 35px;
}
.skin-SGCI .sidebar-form input[type="text"] {
  color: #666;
  -webkit-border-top-left-radius: 2px !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 2px !important;
  -moz-border-radius-topleft: 2px !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 2px !important;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 2px !important;
}
.skin-SGCI .sidebar-form input[type="text"]:focus,
.skin-SGCI .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-SGCI .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-SGCI .sidebar-form .btn {
  color: #999;
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 0 !important;
}

.user-panel {
    padding: 20px;
}

.right-side > .content-header > .breadcrumb {
    background: transparent none repeat scroll 0 0;
    border-radius: 2px;
    float: right;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 7px 5px;
    padding-top: 40px;
    position: absolute;
    right: 10px;
    top: 0;
}

#NameSystem{
    color: #1B4D8A;
    font-family: 'Kaushan Script', cursive;
    font-size: 60px;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
    text-shadow: -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 5px 0 #ccc, 5px 5px 0 #ccc;
    border-radius: 15px;
    box-shadow: 0 8px 14px #777, 0 0 20px #ccc  inset;
}

#NameSystemSiglas{
    font-family: 'Kaushan Script', cursive;
    font-size: 120px;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
    text-shadow: -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 5px 0 #ccc, 5px 5px 0 #ccc;
    
}
.dropdown-menu {
    box-shadow: 0 8px 14px #777, 0 0 20px #ccc inset;
    z-index: 2300;
}

.navbar-nav > .user-menu > .dropdown-menu::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 100%;
    content: " ";
    height: 0;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    width: 0;
    box-shadow: 0 8px 14px #777, 0 0 20px #ccc inset;
}

#Modal_DetalleDocumento .modal-dialog {
    margin: 30px auto;
    width: 75%;
}

#Modal_ObservacionesRechazo .modal-dialog {
    margin: 30px auto;
    width: 70%;
}

#Modal_Riesgos_Programados .modal-dialog {
    margin: 30px auto;
    width: 90%;
}

.HistorialMedico{
    font-family:"Raleway Medium", "Helvetica Neue Light", tahoma,verdana,helvetica;
    background-color: #DBE0E0;
    color: #1D7872;
    text-align: center;
    font-size: 25px;
    height: 10px;
    padding-top: 50px;

     border-radius:  15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -khtml-border-radius: 15px 15px 0px 0px;
}

.RecetaMedica{
    font-family:"Raleway Medium", "Helvetica Neue Light", tahoma,verdana,helvetica;
    background-color: #DBE0E0;
    color: #1D7872;
    text-align: center;
    font-size: 25px;
/*    height: 10px;
    padding-top: 50px;*/
    
     border-radius:  15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -khtml-border-radius: 15px 15px 0px 0px;
}

.AccionSystemBotton{
    cursor: pointer;
    width:90px;
    height:350px;
    position:fixed;
    right:0px;
    bottom:0px;
    z-index: 100;
}
.botonF1{
  width:60px;
  height:60px;
  border-radius:100%;
  background:#F44336;
  right:0;
  bottom:0;
  position:absolute;
  margin-right:16px;
  margin-bottom:16px;
  border:none;
  outline:none;
  color:#FFF;
  font-size:36px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;  
  padding-top: 5px;
  padding-left: 7px;
}
span{
  transition:.5s;  
}
.botonF1:hover span{
  transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
}
.botonF1:active{
  transform:scale(1.1);
  transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
}
.SystemBotton{
  width:40px;
  height:40px;
  border-radius:100%;
  border:none;
  color:#FFF;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  font-size:28px;
  outline:none;
  position:absolute;
  right:0;
  bottom:0;
  margin-right:26px;
  transform:scale(0);
}
.botonF2{
  background:#2196F3;
  margin-bottom:85px;
  transition:0.5s;
  padding-top: 1px;
  padding-left: 8px;
}
.botonF3{
  background:#673AB7;
  margin-bottom:130px;
  transition:0.7s;
  padding-top: 1px;
  padding-left: 8px;
}
.botonF4{
  background:#009688;
  margin-bottom:175px;
  transition:0.9s;
  padding-top: 4px;
  padding-left: 7px;
}
.botonF5{
  background:#FF5722;
  margin-bottom:220px;
  transition:0.99s;
  padding-top: 1px;
  padding-left: 10px;
}
.botonF6{
  background:#85144B;
  margin-bottom:265px;
  transition:1.1s;
  padding-top: 1px;
  padding-left: 7px;
}
.botonF7{
  background: #eea236;
  margin-bottom:310px;
  transition:1.1s;
  padding-top: 1px;
  padding-left: 7px;
}
.animacionVer{
  transform:scale(1);
}

.table-sortable {
    position: relative;
}
.table-sortable .sortable-placeholder {
    height: 37px;
}
.table-sortable .sortable-placeholder:after {
    position: absolute;
    z-index: 10;
    content: " ";
    height: 37px;
    background: #f9f9f9;
    left: 0;
    right: 0;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.modal-title{
   color: #116587; 
}

/* 
    Page: register and login
*/
.form-box {
  width: 360px;
  margin: 90px auto 0 auto;
}

.form-box .header {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #116587;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  font-style: oblique;
  font-family: 'Kaushan Script', cursive;
}
.form-box .body,
.form-box .footer {
  padding: 10px 20px;
  background: #fff;
  color: #444;
}
.form-box .body > .form-group,
.form-box .footer > .form-group {
  margin-top: 0px;
}
.form-box .body > .form-group > input,
.form-box .footer > .form-group > input {
  border: #fff;
}
.form-box .body > .btn,
.form-box .footer > .btn {
  margin-bottom: 10px;
  text-align: center;
}
.form-box .footer {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 767px) {
  .form-box {
    width: 90%;
  }
}

#login-box{
    position: absolute;
    left: 40%;
}

#Redes{
    background-color: #fff;
}

.lockscreen {
  background: url(../../Img/Img_Css/Img_Background/1511.jpg) repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lockscreen .lockscreen-name {
    font-size: 23px;
    line-height: 96px;
    letter-spacing: 0.043em;
    font-weight: 500;
    font-style: normal;
  text-align: left;
  margin-left: 125px;
}

.lockscreen .headline {
  color: #fff;
  /*//text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);*/
  text-shadow: -2px -2px 0 #116587, 2px -2px 0 #116587, -2px 2px 0 #116587, 2px 2px 0 #116587;
  font-weight: 300;
  -webkit-font-smoothing: antialiased !important;
  opacity: 0.8;
  margin: 10px 0 30px 0;
  font-size: 90px;
}
@media screen and (max-width: 480px) {
  .lockscreen .headline {
    font-size: 60px;
    margin-bottom: 40px;
  }
}

.user-panel > .info > a {
  text-decoration: none;
  padding-right: 0px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
}

.app-footer {
    background: #116587 none repeat scroll 0 0;
    padding-top: 10px;
    border-radius:35px 35px 0 0;
}

#TextVersion {        
    font-size: 15px;
    margin-left: 20px;
    outline: medium none;
}

#TextFooter {    
    color: #fff;
    font-size: 14px;
    margin-left: 10%;
    outline: medium none;
}
#TextVersion a {
    color: #fff;
    text-decoration: none;
}

#LockScreen{
    color: red;
}
#EnLinea{
    color: green; 
}

/* Por debajo de 1600px */
@media screen and (max-width: 1600px){
    .UniMed {
        font-size:18px;        
        width: 76%;
    }    
}

/* Por debajo de 1400px */
@media screen and (max-width: 1400px){
    .UniMed {
        font-size:16px;        
        width: 72%;
    }
}

/* Por debajo de 1200px */
@media screen and (max-width: 1200px){
    .UniMed {
        font-size:14px;        
        width: 65%;
    }
}
/* Por debajo de 900px */
@media screen and (max-width: 900px){
    .UniMed {
        font-size:12px;        
        width: 77%;
    }
    #video_background { 
        min-width: 50%;
        min-height: 50%;
    }
    #login-box {    
        left: 30%;
    }    
}
/* Por debajo de 700px */
@media screen and (max-width: 700px){
    .UniMed {
        font-size:10px;        
        width: 70%;
    }
    .logo > a {
        font-size:15px;       
    }
    body > .header .navbar {
         width: 80%;
    }
    #video_background { 
        min-width: 50%;
        min-height: 50%;
    }
    #login-box {    
        left: 5%;
    }
    #login-box .form-box {
        width: 50%;
    }    
}

/* Por debajo de 500px */
@media screen and (max-width: 500px){
    .UniMed {
        font-size:8px;
        width: 50%;
    }
    body > .header .navbar {
         width: 70%;
    }
    #video_background { 
        min-width: 50%;
        min-height: 50%;
    }
    #login-box {    
        left: 5%;
    }
    #login-box .form-box {
        width: 50%;
    }
}

.Div_Drag{
    margin-bottom: 50px;
    border: 3px solid #3C8DBC; 
    overflow-y: scroll;
    height: 400px;
}

.Div_Drop{
    margin-bottom: 50px;
    border: 3px solid #00A65A; 
    overflow-y: scroll;
    height: 400px;
}

.Div_Drop:before {
       content: "Arrastre Aqui... ";
       align-content: center;
       font-weight: bold;
       font-style:  italic;
       text-align: center;
       font-size:  15px;
}

.Div_Drop:hover{
    border-style: dotted;
}


.drag_drop{
    margin-bottom: 0px;
}

.tipo {
 flex-grow: 1;
}

.alert {
    padding: 15px;
    padding-left: 15px;
    border: 1px solid;      
    border-radius: 4px;
    margin-bottom: 2px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  background:#3C8DBC;
  height:190px;
  padding:10px;
  text-align:center;
}

@media screen and (min-width: 768px) {
  .myModalAdjuntos .modal-dialog {
    width: 80%;
    margin: 30px auto;
  }
  .myModalAdjuntos .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/**THE SAME CSS IS USED IN ALL 3 DEMOS**/    
/**gallery margins**/  
ul.gallery{    
margin-left: 3vw;     
margin-right:3vw;  
}    

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
max-width: 100%;
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(2.5);    
-moz-transform: scale(2.5);  
-webkit-transform: scale(2.5);  
-o-transform: scale(2.5);  
transform: scale(2.5);    
position:relative;      
z-index:100;  

li.descripcion {
  font-size: 1rem;
  text-align: center;
  margin-top: 200px;
  transition: margin-top 0.4s;
}

ul.gallery:hover li.descripcion {
  margin-top: 75px;
}

/*opacity: 0.09;
  -webkit-transition: opacity 800ms;
  -moz-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  -ms-transition: opacity 800ms;
  transition: opacity 800ms;*/
}

/**To keep upscaled images visible on mobile, 
increase left & right margins a bit**/  
@media only screen and (max-width: 768px) {   
ul.gallery {      
margin-left: 15vw;       
margin-right: 15vw;
}

/**TIP: Easy escape for touch screens,
give gallery's parent container a cursor: pointer.**/
.DivName {cursor: pointer}
}


.treeview-submenu {
position: relative;
}

.treeview-submenu > li {
  margin-top: 5px;
  margin-left: 5px;
  background: #f9f9f9;
  margin-left: -10px;
  list-style:none;
}

.treeview-submenu:hover>.treeview-menu {
display: block;
}

td.details-control {
    background: url('../../Img/Img_Css/Img_Iconos/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../../Img/Img_Css/Img_Iconos/details_close.png') no-repeat center center;
}

/*.treeview-submenu> li a:after {

}*/

.treeview-submenu> li.active > a,
.treeview-menu > li > a:hover {
background: #f9f9f9;
/*.treeview-submenu li:hover>a:after {
border-left-color: #fff;

}*/

/*.skin-SGCI .sidebar > .sidebar-menu > li > .treeview-menu > ul > li > .treeview-menu2 {
  margin: 0 1px;
  background: #f9f9f9;
}
.skin-SGCI .treeview-menu2 > li > a {
  color: #777;
}
.skin-SGCI .treeview-menu2 > li.active > a,
.skin-SGCI .treeview-menu2 > li > a:hover {
  color: #111;
}*/



/*.dropdown-submenu {
position: relative;
}

.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
display: block;
}

.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}*/

.img-responsive .Filosofia {
    display: block;
    height: auto;
    max-width: 70%;
}

#Footer_Loggin{
    /*background: #367FA9;*/
    border-top: solid #006081;
    top: 3px;
    border-top-width: 4px;
    margin-top: -20px;
    color: #006081;
    padding-top: 10px;    
}


.app-footer{
    z-index: -100;
}

#Div_Mapa_Porceso1{
    width: 900px !important;
    background: #f6f6f6 !important;
}

#OrganigramaCss{
	margin:  auto auto;
	padding: 0;
	top:145px;
        background-image: url("../Img/Img_Home/CM-01.jpg");
        background-repeat: no-repeat;
	height: auto;
        width: auto;
	/*max-width: 100%;*/
	position: relative;
        /*background-size:90%;*/
}

.someClassName{
   display: inline-block;
   width:   100px;
   height:  100px;
    background-image: url("../Img/Img_Home/CM-01.jpg");
}

.Banner{
    cursor: pointer;
}
