@font-face
{
	font-family: "PT-Serif";
	src:		
		url("fonts/PT-Serif.ottt/PT/PT/PT-Serif/pt-serif_regular.ttf");
}

@font-face
{
	font-family: "PT-Mono";
	src:
		url("fonts/PT-Mono.ottt/PT/PT/PT-Mono/pt-mono_regular.ttf");
}
body
{
	background-color: black;
	color:            white;
	text-align:left;
	margin: 0%;
	padding: 0% 12% 0%;
	font-family: "PT-Serif";

}

a:link
{
	color: #C080C0;
	text-decoration:none;
}

a:visited
{
	color: #808080;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h2.menu
{
	width: 100%;
	display: table;
	table-layout: fixed;
}

h2.menu a
{
	color: white;
	display: table-cell;
	text-align: center;
	text-decoration:none;
	padding: 0;
}

a.schema
{
	width: 100%;
	margin: 0%;
	padding: 0%;
}

a.schema img
{
	width: 100%;
	margin: 0%;
	padding: 0%;
}

h2.menu a:hover
{
	text-decoration:underline;
}

div.section
{
	padding-bottom: 3pt;
	border-bottom: solid white 1pt;
	margin-bottom: 30pt 0pt 30pt;
}

div.pied
{
	padding-bottom: 3pt;
}

div.pied img
{
	width: 100%;
	display: none;
}

div.decidiodes_album
{
	width: 24%;
	margin: 0%;
	padding: 0%;
	border: 0px;
	display: inline-block;
}

div.decidiodes_album img
{
	width: 100%;
	padding: 0%;
	margin: 0%;
	border: 0px;
	display: inline;
}

div.decidiodes_album a
{
	width: 100%;
	padding: 0%;
	border: 0px;
	margin: 0%;
}


div.paroles
{
	font-family: "PT-Mono", monospace;
	white-space: pre-line;
}

div.paroles h3
{
	white-space: normal;
	margin: 10pt 0pt 0pt;
	padding: 0pt;
}

span.triste
{
	color: cyan;
}

.decidiodes_spotify
{
	display:none;
	border-radius: 12px
}

.decidiodes_youtube
{
	display:none;
	border-radius: 12px
}
