@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 ul {
	margin: 0px;
	padding: 0px;
}

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

article img {
	display: block;
	position: relative;
	max-width: 30%;
	width: auto;
	height: auto;
	float: left;
	margin: 2px;
	max-height: 98px;
}

.galeria {
	margin: auto;
	width: 98%;
	padding: 2px;
	height: auto;
	min-height: 100px;
}

.galeria:hover {
	padding: 0px;
	border: 2px solid #000000;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5)
}

article h3 {
	font-size: 25px;
	margin: 0px;
}

article p {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 2px;
}

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

.asideimg {
	width: 90%;
	height: auto;
	max-width: 150px;
	margin: auto;
}



















