@charset "utf-8";
@font-face{
	font-family: "VT323";
	src:url("../../../fonts/VT323.ttf")
	
}
body{
	font-family: VT323;
	color:white;
	font-size:1.2em;
	background:url("../media/repeat.jpg") repeat repeat center;
	background-size:200px;
}
.contenido{
	color:black;
}
.contenido:hover{
	transition:all 4s linear,
			   all 2s linear;
	background:black;
	opacity:0.8;
	color:orange;
}
.enlaces a{
	text-decoration:none;
	color:red;
}
.enlaces li{
	list-style:none;
}
.enlaces li:hover{
	list-style: square inside url("../media/list.png");
	transition:all 1s linear;
	transform:translate3D(50px,0px,0px);
	text-decoration:underline;
}