/* ==========================================================================
   Hoja de Esylos
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
body{
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#btn_formato{
  background-image: url(../images/btn_formato.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 172px;
}
#btn_formato:hover{
  background-image: url(../images/btn_formato_hover.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 172px;  
}
#btn_instru{
  background-image: url(../images/btn_instructivos.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 172px;
}
#btn_instru:hover{
  background-image: url(../images/btn_instructivos_hover.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 172px;  
}
#btn_proce{
  background-image: url(../images/btn_procedimientos.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 172px;
}
#btn_proce:hover{
  background-image: url(../images/btn_procedimientos_hover.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 172px;  
}
#btn_registro{
  background-image: url(../images/btn_registros.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 172px;
}
#btn_registro:hover{
  background-image: url(../images/btn_registros_hover.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 172px;  
}
.modal-content{
  background-color: rgb(26, 26, 26);
  color: #fff;
  font-weight: bold;
}
.close{
  color: #fff !important;
  font-weight: bold;
}
.modal-dialog {
  width: 700px;
  margin: 50px auto;
}
.modal-header {
  border: 0px;
}
#menu_top{
  width: 60%;
  background-color: rgba(255,255,255,0.2);
  margin-top: 10px;
  border-radius: 20px;
  padding: 15px;
}
#lista_archivos{
  margin: 0 auto;
  width: 70%;
  background-color: rgba(255,255,255,0.2);
  margin-top: 10px;
  border-radius: 20px;
  padding: 14px; 
}
#lista_archivos2{
  background-color: rgba(255,255,255,0.2);
  margin-top: 10px;
  border-radius: 20px;
  padding: 14px; 
}
#lista_archivos_gestion{
  margin: 0 auto;
  width: 100%;
  background-color: rgba(255,255,255,0.2);
  margin-top: 10px;
  border-radius: 20px;
  padding: 14px; 
}
#lista_archivos table, #lista_archivos2 table, #lista_archivos_gestion table{
  color: #FFF;
}
#campo_buscar{
  border-radius: 10px;
  padding: 4px;
  float: right;
  width: 250px;
  margin-bottom: 10px;
  color: #fff;
  background-color: transparent;
}
#buscar_archivo_all{
  border-radius: 10px;
  padding: 4px 7px;
  float: right;
  width: 450px;
  margin-bottom: 10px;
  color: #fff;
  background-color: transparent;
}
#buscar_users_all{
  border-radius: 10px;
  padding: 4px 7px;
  float: right;
  width: 450px;
  margin-bottom: 10px;
  color: #fff;
  background-color: transparent;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #848484;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
background-color: #386289;
}
a.descarga{
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}
a.descarga:hover{
  color: #ccc;
}
td img{
  padding: 0px 10px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
 .iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#titulo{
  width: 60%;
  border-radius: 20px; 
  text-align: center;
  padding: 4px 7px;
  /*background-color: #00FFD1;*/
  color: #fff;
  font-family: 'bebas_neueregular';
  font-size: 28px;
}
select{
  color: #000;
}
.text-danger{
  font-size: 25px !important;
}
.panel{
  background-color: transparent;
  background: none;
  color: #585858;
  font-family: 'bebas_neueregular';
  border: none;
}
.form_login{
}
.caja{
  background-color: transparent !important;
  color: #999;
  font-size: 25px;
}
.panel-default>.panel-heading {
  text-align: center;
  background-color: transparent;
  border: none;
  border: 0px;
}
.checkbox label{
  font-size: 18px;
}
.eliminar{
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
}
#modificar_archivo form, #modificar_archivo h1{
  color: #FFF;
}
.form_eliminar{
   display: inline;
}
.elimina{
  background-color: transparent;
  background: none;
  border: 0px;
  border: none;
  font-size: 21px;
}
.elimina_menu{
  background-color: transparent;
  background: none;
  border: 0px;
  border: none;
}
#buscar_archivo{
  background-color: transparent;
  background: transparent;
  display: inline;
  width: 170px;
  color: #fff;
  height: 30px;
}
.texto_crear_noticia{
  font-family: verdana !important;
}
.modal-footer{
  border: 0px !important;
}
#politicas {
  background-color: rgba(0,0,0,0.85);
  padding: 15px;
  border-radius: 10px;
}
#politicas p {
  color: #FFF;
  font-family: sans-serif;
}
.modal-content_noticias{
  background-color: #FFF;
}
ul.noti_file {
  list-style: none;
  line-height: 50px;
}
#myTable{
  color: #FFF !important;
}
#myTable th{
  color: #FFF !important;
}
ul.tiles li{
  list-style: none !important;
}
.tabla_archivos td{
  font-size: 14px;
}
.tabla_archivos td img{
  width: 40px;
}
.dropdown-menu-right {
    top: -4;
    left: auto;
    right: 101%;
}
td a.ver_archivo{
  color: #FFF;
}
.caret-right {
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #01305C;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.tabla_user td{
  font-size: 14px;
}
.actualizar{
  clear:both; width:20%; font-size: 12px; padding:4px; float:left; text-align:center
}
td.danger{
  color: #000;
}
#listado_info,
#tabla_info{
  color: #fff !important;
}
#listado_paginate a,
#tabla_paginate a{
  color: #fff !important;
}


