body,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p,
.navbar,
.alert,
a,
td,
button.close {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
  font-weight: 400; }

p {
  font-size: 13px;
  line-height: 1.5; }

h1 .subtitle {
  display: block;
  margin: 0 0 30px; }

/*     General */
body,
.wrapper {
  position: relative;
  top: 0;
  height: 100vh; 
  background: #edf0f5;}


a:focus, a:active,
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0; }

.main-panel {
  background: rgba(203, 203, 210, 0.15);
  position: relative;
  z-index: 2;
  float: right;
  width: 100%;
  min-height: 100%;
  padding: 0; }
  .main-panel > .content {
    padding: 30px 15px;
    min-height: calc(100% - 123px); }
  .main-panel > .footer {
    border-top: 1px solid #e7e7e7; }
  .main-panel .navbar {
    margin-bottom: 0; }

/*Menú de usuario*/
.thumb-sm {
    height: 28px;
    width: 28px;
}

.img-circle {
    border-radius: 50%;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.user_info {
    color: #333;
    padding: 3px 10px;
}
.top-color {
    border-top: 3px solid #FF3d00;
}
.notification_style {
    color: #333;
    margin-bottom: 10px;

}

#footer {
    height:26px;
    background-color: #006BAA;
    margin:0px;
	padding: 5px;
    z-index: 3 !important;
	color: white;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 8pt;
    padding-top: 10px;
}

.icon-mr{
    font-size: 22px !important;
  }

.icon_option{
  display: block;
  text-align: center;
  margin:0;
  
}
 .name_option{
  display: block;
  text-align: center;
  padding: 0px 7px;
  margin:0;
 } 

/*Contenido Principal*/
#main-content {
    padding: 0px 25px ;
    margin-top: 0px ;
    position: relative;
    margin-bottom: 60px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    width: 98%;
}
img.general_name{
  margin-top:-14px;
}
span.specific_name{
  color:white;
  margin-left: 20px;
  padding-left:2px;
  font-size: 20px;
  font-weight: bold;
}
span.class_line{
  font-size:22px;
}

.titulo_suneo{
    width: 600px;
    font-size: 16pt;
    color: white;
}

.usuario_info {
    margin-right: 40px;
    color: white;
}

.header{
    background-color: #006BAA;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.logos{
  background-color: white;
  width: 100%;
  border: 1px solid #DDDDDD;
  position: fixed;
  bottom: 16px;
  z-index: 10;
}

.derecha-align{
    width: 100%;
    text-align: right;
    float: right;
    margin-top: -22px;
}




