.footer {
  position: absolute;
  bottom: auto;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 122px;
  line-height: 60px; /* Vertically center the text there */
      background: linear-gradient(to bottom,#e5e5e5 0%,#fefefe 100%)
}
.pie
{
      display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.menu{
    background-color: #FFFFFF;
    height: 100px;
}

.table{
    background-color: #FFFFFF;
}

.contenido{
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 5px;
  min-height: 600px;
    background-color: #FFFFFF;

}

#buscar{
    height: 37px;
    width: 350px;
}
.login-form {
  width: 304px;
  padding: 20px 25px 30px;
  margin: a auto 25px;
  background-color: #f7f7f7;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
  /* box-shadow: 0 2px 2px rgba(0, 0, 0, .3); */
}

.encabezado
{
  margin-bottom: 30px;
}

.formulario{
  border-right: 2px solid #b3b3b3;
}

.logo {
  vertical-align: middle;
  max-height: 50px; }

.logo_footer {
    max-width: 50%;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(white));
  background: -webkit-linear-gradient(#e5e5e5, white);
  background: linear-gradient(#e5e5e5, white);
  background: webkit-linear-gradient(#e5e5e5, white);
  background: -o-linear-gradient(#e5e5e5, white);
  background: -moz-linear-gradient(#e5e5e5, white);
  margin-left: 0px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  max-height: 300px;
  min-height: 200px; }

.footer2{
    background-color: #FFFFFF;
    height: 200px;
    bottom: 0;
    width: 100%;
}

.footer_info {
  padding-top: 50px;
  padding-bottom: 40px;
  line-height: 1.5em;
  font-size: 10.8px;
  color: #666 !important; }
  .footer_info a {
    color: #666 !important; }
    .footer_info a:hover {
      text-decoration: underline; }

.footer_message {
  font-size: 11px;
  line-height: 1.5em;
  text-align: center;
  color: #999;
  padding-left: 40px; }
  .footer_message a {
    color: #006699 !important; }
    .footer_message a:hover {
      color: #337ab7 !important;
      text-decoration: underline; }


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:250px;
	right:40px;
	background-color:#0055b7;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.main-table{
    background-color: #f19f53;
    color: #FFFFFF;
}

.main-table a {
    color: #FFFFFF;
}

.my-float{
	margin-top:22px;
}

.btn-search{
    background-color:#448395;
    color:#FFF;
    border-radius: 12px;
    font-size: 16px;
}

.btn-salir{
    background-color:#448395;
    color:#FFF !important;
    border-radius: 12px;
    font-size: 16px;
}

.btn-salir:hover{
     background-color: yellow;
}
.btn-print{
    background-color:#448395;
    color:#FFF;
    border-radius: 12px;
    font-size: 16px;
}
.navbar-top-line{
    height: 30px;
    background: #346472; /* Old browsers */
    background: -moz-linear-gradient(left, #346472 0%, #1e3546 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #346472 0%,#1e3546 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #346472 0%,#1e3546 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346472', endColorstr='#1e3546',GradientType=1 ); /* IE6-9 */
}

body{
    font-size: 15px;
    background-color: #F3FAFE;
    font-family: "NexaLight";
}

.div-options{
    margin-bottom: 20px;
    font-size: 20px;
}

.bar{
    height: 100px;
    padding-top: 30px;
}

.nav > li.active { border-bottom: 4px solid #346472; border-radius: none}

.nav > li a{
    color: #65666A;
    font-size: 20px;
}

.user-menu > li a{
    color: #346472;
    font-family: NexaBold;
}
@font-face {
    font-family: 'NexaLight'; /*a name to be used later*/
    src: url('./fonts/Nexa-Light.otf'); /*URL to font*/
}

@font-face {
    font-family: 'NexaBold'; /*a name to be used later*/
    src: url('./fonts/Nexa-Bold.otf'); /*URL to font*/
}


.divider-vertical {
    margin-top: 10px;
    height: 30px;                   /* any height */
    border-left: 1px solid gray;     /* right or left is the same */
    float: left;                     /* so BS grid doesn't break */
    opacity: 0.5;                    /* optional */
    /* optional */
}

.controls .radio{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

legend{
    color: #f19f53;
}

.fixed-h{
    overflow: hidden;
    height: 60px;
}

.btn.active span.glyphicon {
  opacity: 1;
}

.btn-calendar{
    background-color:#448395;
}

.btn-calendar:hover{
     background-color: #06352b;
}

.btn-calendar:focus{
    background-color:#448395;
}

.white, .white a {
  color: #fff;
}