/*
    DEMO STYLE
*/
/*
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; */
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;  /* gris */
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff; /* blanco */
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 200px;    /* ancho barra */
    max-width: 200px;
    background:  #0062cc;   /*  color de fondo  #003699    #7386D5     */
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -200px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #002B7A;     /*  color de cabecera    #6d7fcc    */
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #1a88ff;   /*  color de opcion seleccionada   #003eb3   #6d7fcc    */
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #66b0ff;   /*  color de submenu    #6d7fcc    */
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.btnIngresar {
    background: #fff;
    color: #7386D5;
}

a.btnSalir,
a.btnSalir:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -200px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */


footer.sticky-footer {
  padding: 2rem 0;
  flex-shrink: 0;
  
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
  background-color:  #0099ff;
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}


/* ---------------------------------------------------
    IFRAME 
----------------------------------------------------- */


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.img-responsive{
    display: block;
    height: auto;
    max-width: 100%;
	  margin:0 auto;
}
.Image{
  background:#ccc;
  padding:30px;
}




.btn-info1 {
  color: #fff;
  background-color: #004a99; /*      #17a2b8  */
  border-color: #17a2b8;
}

.btn-info1:hover {
  color: #fff;
  background-color:  #0063cc; /* #138496  */
  border-color: #117a8b;
}

.btn-info1:focus, .btn-info.focus {
  color: #fff;
  background-color: #0063cc;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info1.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #004a99;
  border-color: #17a2b8;
}

.btn-info1:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info1:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}


#contenidoTabla {
  font-size: 10px;
}

td {
  font-size: 10px;
 /* color: red; */
}


table thead {
  color: #404040;
  /* background-color: #f00; */
  background-color:#b3d7ff; 
  font-size:10;
}
H5{
    font-size:10;
}

select{
    font-size:10; 
    
}