@charset "utf-8";

@font-face {
	font-family:fiolex;
	src: url("../fonts/Fiolex_Mephisto.ttf") format("truetype");
}

h2 {
	font-size: 25px;
	font-family:fiolex;
	margin: 2px;
}

article h2 {
	margin-bottom: 10px;
}

article p {
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 1px;
}

.aviso {
	background-color: rgba(255, 255, 255, 0.1);
	height: auto;
}

article h5 {
	font-size: 20px;
	margin-bottom: 5px;
}

hr {
	margin: 15px;
	padding: 0px;
	height: 2px;
	margin-left: 10%;
	margin-right: 10%;
	border: 0px;
	background-color: #99cccc;
}

.descarga {
	background-color: #006699;
	color: white;
	border: 0px;
	border-radius: 5px;
	font-size:30px;
	padding: 5px;
	margin: 10px;
	transition: 4s;
}

.descarga:hover {
	background-color: #330066;
	cursor:pointer;
}

h4 {
	margin: 0px;
	font-weight: 200;
}

.imgu {
	width: 100%;
	max-width: 150px;
}

aside ul {
	margin: 0px;
	padding: 0px;
	margin-left: 5%;
}

aside li {
	list-style: none;
	margin: 0px;;
}

.bold {
	font-weight: bolder;
	font-family: fiolex;
	letter-spacing: 1px;
}

.dimg {
	display: block;
	position: relative;
	max-width: 40%;
	height: auto;
	float: left;
	margin: 2px;
}

.dimg:active {
	position: absolute;
	z-index: 100;
	width: 100%;
	max-width: 100%;
	left: 0;
}

.tree {
	border: 0px;
	height: 0px;
	width: 100%;
}

















