*{font-family: 'Rubik', sans-serif;}

body{
	background:url(fondo.jpg) fixed;
	background-color: #F3F3F3;
}

.imagen_portada_ppg{
	width:100%;
	max-width:200px;
	margin-top:30px;
}

.imagen_portada_ppg2{
	width:100%;
	max-width:600px;
	margin-top:30px;
}

.navbar-fixed-top {
    min-height: 80px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 80px;
}

.copyright {
	width:100%;
	min-width:320px; 
	background: #9DC6D8;
	color:#FFFFFF;
	font-size: 0.8em;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.estadistica { width: auto; margin: 10px 0 20px 14px; font-size: 1em; }
.estadistica  td { padding: 2px 5px; }

.progreso_total { width: 100px; height: 20px; border: 1px solid #CCC;font-size: .9em;}
.progreso { height: 18px; background-color: #9DC6D8; }

/********* ARCHIVOS *********/

.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;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
    
/*Para centrar los botones en la nav*/
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}


