body {
	width: 100%;
	height: 900px;
	cursor: url('handie.png');
}

#obras {
	color: #1A00FF;
	text-decoration: overline;
	text-shadow: 0 0 0 rgba(42, 6, 247, 0.51);
	font-size: 22px;
}
 
 a:hover{
   text-decoration: overline dotted;
   color: black;
   cursor: url('handie.png');
}

#extras {
	color: #f97b7b;
	text-decoration: underline;
	text-shadow: 0 0 9px #f30509;
}

ul {
	list-style: none;
	margin-left: -45px;
	line-height: 1px;
}

li  {
		text-align: left;
		margin: 30px -30px 20px 20px;
		font-size: 20px;
		text-shadow: 0 0 0 rgba(42, 6, 247, 0.51);
		}
		
#co ul {
   color: #FFFFFF;
}
		
#co li {
   color: #FFFFFF;
}
		
#co a:hover {
   color: black; 
}		 
		

.titulos {
    color: #FF0000;
	padding-left: 20px;
	margin: 35px 0 40px 0;
	text-decoration: overline underline;
	 text-decoration-style: wavy;
	font-size: 24px;
   text-shadow: 0px 0px 9px #f30509;
}

.titulos:hover {
	text-decoration: underline dotted;
}	
		 


#fuego {
	position: fixed;
top: 0;
left: 0;
margin: none;
padding: none;
	opacity: 0.5;
	z-index: -2;
	width: 100%;
	height: 100%;
}
