

/*---------------------Login ----------------------*/

.log-in-form {
  border: 1px solid #cacaca;
  padding: 1rem !important;
  border-radius: 3px; }

/*----------------- TIPOGRAFIAS -----------------*/

@font-face {
  font-family: 'fricasur';
  src:  url('../fonts/fricasur.eot?4e0zf7');
  src:  url('../fonts/fricasur.eot?4e0zf7#iefix') format('embedded-opentype'),
    url('../fonts/fricasur.ttf?4e0zf7') format('truetype'),
    url('../fonts/fricasur.woff?4e0zf7') format('woff'),
    url('../fonts/fricasur.svg?4e0zf7#fricasur') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fricasur-"], [class*=" fricasur-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fricasur' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fricasur-document-file-pdf:before {
  content: "\e900";
}
.fricasur-home2:before {
  content: "\e901";
}
.fricasur-pencil:before {
  content: "\e90e";
}
.fricasur-pencil5:before {
  content: "\e912";
}
.fricasur-calendar2:before {
  content: "\ea60";
}
.fricasur-printer2:before {
  content: "\ea65";
}
.fricasur-floppy-disk:before {
  content: "\ea86";
}
.fricasur-user:before {
  content: "\eaf4";
}
.fricasur-users4:before {
  content: "\eb09";
}
.fricasur-search2:before {
  content: "\eb30";
}
.fricasur-cogs:before {
  content: "\eb5d";
}
.fricasur-hammer-wrench:before {
  content: "\eb66";
}
.fricasur-warning2:before {
  content: "\ed4d";
}
.fricasur-cross:before {
  content: "\ed69";
}
.fricasur-checkmark:before {
  content: "\ed6c";
}
.fricasur-enter3:before {
  content: "\ed77";
}
.fricasur-backward2:before {
  content: "\ed85";
}
.fricasur-forward3:before {
  content: "\ed86";
}
.fricasur-first:before {
  content: "\ed87";
}
.fricasur-last:before {
  content: "\ed88";
}
.fricasur-filter3:before {
  content: "\ee88";
}
.fricasur-file-excel:before {
  content: "\ef39";
}


/*-------------- MENU SUPERIOR ----------------*/

.top-bar{
  	background-color: #2c3840;
  }
  
.top-bar ul{
	background-color: #2c3840;
}

.top-bar a{
	color: #f6f6f6;
}

/*----------------CONTENIDO-------------------*/

.seccion{
	padding-top: 1em;
}

table{
	/*font-size: 0.6em;*/
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: normal;
}

table th{
  background-color: #2199e8;
  color: #fff;
}

.hfricasur{
  color: #2199e8;
}

.botonTabla{
      padding: 0.2em 0.2em !important;
      margin: 0 0 !important;
      font-size: 11px;
}

.derecha{
  text-align: right;
  padding-right: 1em;
}
/*----------------FOOTER----------------------*/

.footer{
	background-color: #212121;
    color: #cacaca;
    padding: 2em 0 1em 0;
    border-top: 3px solid #2199e8;

    /*position: absolute;
    bottom: 0;
    width: 100%;*/
}
