@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.pagina-inicio{
	background: url(../images/fon6.jpg) no-repeat center center fixed;
	background-size: cover;
}
.fondo-egreso{
  background: url(../images/egr.jpg) no-repeat center center fixed;
  background-size: cover;
}
.main-section{
	margin: 0 auto;
	margin-top: 25%;
	padding: 0;
}
.contenido_login{
	background-color: #3b4652;
	opacity: .85;
	padding: 0 20px;
	box-shadow: 0px 0px 3px #848484;
}
.user-img{
	margin-top: -30px;
	margin-bottom: 15px;
}
.user-img img{
	width: 150px;
	height: 130px;
	opacity: .92;
	box-shadow: 0px 0px 3px #848484;
	border-radius: 50%;
}
.mis{
  margin-top: -70px;
  margin-bottom: 5px;
}
.mis img{
  width: 210px;
  height: 150px;
  opacity: .92;
  border-radius: 50%;
}
.borde{
  border: solid 1px  #f0b27a;
  border-radius: 10%;
}
.imput-login input{
	height: 42px;
	font-size: 18px;
}
.boton{
	width: 60%;
	margin: 5px 0;
}
.contenedor{
	margin-left: 100px;
	margin-right: 100px;
	margin-top:114px;
  margin-bottom:260px;
}
.cont-inicio {
  margin-bottom: 60px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: relative;
  bottom: 10px;
  width: 100%;
  height: 10px;
  line-height: 25px;
 
}
.barra{
	background-color: #2368d1;
}
.div-contenido{
  width: 800px;
  height: auto;
  padding: 0px 20px 35px 0px;
  overflow: hidden;
}
.div-content{
  width:auto;
  height: auto;
  padding: 0px 20px 35px 0px;
  overflow: hidden;
}
.box {
    width: 500px;
    height: 450px;
    margin-bottom:25px;
    background: linear-gradient(to right ,#ffffff,#ece7e7);
    border: 2px solid transparent; 
    -moz-border-image: -moz-linear-gradient(top, #d3cece 0%, #cac7c7 100%); 
    -webkit-border-image: -webkit-linear-gradient(top, #d3cece 0%, #cac7c7 100%); 
    border-image: linear-gradient(to bottombottom, #d3cece 0%, #cac7c7 100%); 
    border-image-slice: 1;
}

/*.lista :hover {    
  border-bottom: 3px solid #F13006;
}

.lis >li>ul{
  display: none;
}
.lis li:hover>ul {    
  text-decoration: none;
  color: #000;
  display:block;
}*/


#menu li>a:hover{
  color: #000;
  border-bottom: 3px solid #F13006;
}

#menu>li>ul{
  display: none;
}
#menu>li:hover>ul {
  display:block;
}


.prepa img{
  width: 500px;
  height: 400px;
}
/* aqui enpieza el codigo para la barra de navegacion lateral*/

 #wrapper {
    overflow-x: hidden;
 }

#sidebar-wrapper {
  min-height: 70vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  background-color: #eaeded;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
.btn-group, .btn-group-vertical {/* esto sirve para poner el boton de descarga de excel alineado al de busqueda en las tablas*/
    position: absolute !important;
}

div.dataTables_wrapper {/* sirve para manejar el scroll horizontal de las tablas*/
    width: 1300px;
    margin: 0 auto;
}

.ir_arriba {
  display:none;
  padding:10px;
  background:#23a856;
  font-size:20px;
  color:#fff;
  cursor:pointer;
  position: fixed;
  bottom:250px;
  right:20px;
  border-radius: 50%;
}