
@font-face {
    font-family: 'Trueno';
    src: url('../includes/fonts/TruenoRg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Trueno', sans-serif;
}

.listado ul {
    font-size: 14px;
    color: rgb(1, 0, 59);
  
}

.listado {
    
    padding: 16px;
   font-weight: 300;
}
.modal_head {
	background-color:#17a2b8;
;	padding: 15px;
	color: white;
	width: 100%;
}

.modal_head2 {
	background-color: #f37021;
	padding: 15px;
	color: white;
	width: 100%;
}
