* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	color:#000000;
	background-color:#000000;
	height: 100%;
}

html {
	height: 100%;
}

#pagina {
	position: relative;
	min-height: 100%;
}

  
#pie {
	font-size:25px;
	padding: 7px 23px;
	background:#141414;
	color:#ffff00;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	font-family:fuente;
  }

@font-face{
	font-family:fuente;
	src:url("../fuentes_host/Fundamental Brigade Schwer.ttf");
}

table,tr {
	border-collapse:collapse;
}

a:link {
	color: #ffff00;
}

a:visited {
  color: #ffff00;
}

h1 {
	font-size:50px;
	font-family:fuente;
	text-align: center;
	color: #ffffff;
}

h2 {
	font-size:30px;
	font-family:fuente;
	text-align: center;
	color: #ffffff;
}

.topnav {
	background-color: #141414;
	overflow: hidden;
  }

  
  /* Style the links inside the navigation bar */
.topnav a {
	float: left;
	color: #ffff00;
	text-align: center;
	padding: 7px 23px;
	text-decoration: none;
	font-size: 25px;
	font-family:fuente;
  }
  
  /* Change the color of links on hover */
.topnav a:hover {
	background-color: #ff84e4;
	color: #ffff00;
  }
  
  /* Add a color to the active/current link */
.topnav a.active {
	background-color: #ff4141;
	color: white;
  }

.aviso {
	background-color: #141414;
	overflow: hidden;
  }

  
  /* Style the links inside the navigation bar */
.aviso a {
	color: #ffff00;
	text-align: center;
	padding: 7px 23px;
	text-decoration: none;
	font-size: 25px;
	font-family:fuente;
  }
  
  /* Add a color to the active/current link */
.aviso a.advertencia {
	background-color: #ffff00;
	color: #000000;
  }

  /* Add a color to the active/current link */
.aviso a.emergencia {
	background-color: #ff0000;
	color: #000000;
  }
