/* CSS Document */
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Black.ttf') format('woff2');
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Bold.ttf') format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Italic.ttf') format('woff2');
  font-style: italic;
}


body{
	background-color: rgb(32 32 32);
	background: #202020;/*rgb(32 32 32)*/
	color: rgb(150 150 150);
	font-family: arial;
	margin: auto;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
}
a:hover{
	color: rgb(220 220 220);
}

#con_msj{
	color: rgb(73 159 76);/*rgb(207 53 53)*/
	text-align: center;
	margin: 8px auto;
	font-size: 24px;
}
#con_msj .msj_error{
	color: rgb(207 53 53);
}