@font-face{
      font-family: "Bebas";
      src: url('BebasNeue-Regular.ttf');
  }
.body{
      font-family: "Roboto";
	}
	
.roboto100 {
    font-family: 'Roboto';
    font-weight: 100; 
}
.roboto300 {
    font-family: 'Roboto';
    font-weight: 300; 
}
.roboto400 {
    font-family: 'Roboto';
    font-weight: 500; 
	color: rgb(21,61,129);
}
.roboto500 {
    font-family: 'Roboto';
    font-weight: 500; 
}
/* Transparencia en barra de menu */
.navbar {opacity: 0.9;}


/* Evita marco en imagen visitada */
focus{outline:0;}
a img{border:0;
outline:none !important;}
img, a {outline:none !important;}
h1, a {outline:none !important;}

/* Formato para tablas */
   #tablephp
   table th{background-color:rgb(15, 85, 165);
    color:#fff;}

/* Resaltar menu */
nav a:hover {
box-shadow:#FFFEFD 0 2px;
}


/* todo para revisar */

/* Redefine espacio entre campos de formularios */
.form-group{margin-bottom:5px}


.badge-error {
  border-radius: 9px;
  background-color: rgb(219, 1, 1);
}

