*{
	margin-left:auto;
	margin-right:auto;
	max-width:1080px;
	display:block;
	height:auto;
}

section{
	display:inline;
	
}

#filelist{
	width:350px;
	padding-bottom:20px;
	/*background:gray;*/
	float:left;
	/*border-top:solid 1px black;*/
	/*border-right:solid 1px grey;*/
	margin-top:20px;
	margin-left:10px;
	/*margin-bottom:20px;*/
	/*box-shadow: 10px 10px 5px grey;
	border-radius: 25px;*/
}

#filelist1{
	width:350px;
	padding-bottom:20px;
	/*background:gray;*/
	float:left;
	/*border-top:solid 1px black;*/
	margin-top:20px;
	margin-left:10px;
	/*box-shadow: 10px 10px 5px grey;
	/*border-radius: 25px;*/
}

#filelist2{
	width:350px;
	padding-bottom:20px;
	/*background:gray;*/
	float:left;
	/*border-top:solid 1px black;*/
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
	/*box-shadow: 10px 10px 5px grey;
	/*border-radius: 25px;*/
	
}

#filelist3{
	width:350px;
	padding-bottom:20px;
	/*background:gray;*/
	float:left;
	/*border-top:solid 1px black;*/
	/*border-right:solid 1px grey;*/
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
	/*box-shadow: 10px 10px 5px grey;
	border-radius: 25px;*/
}

#filelist4{
	width:350px;
	padding-bottom:20px;
	/*background:gray;*/
	float:left;
	/*border-top:solid 1px black;*/
	/*border-right:solid 1px grey;*/
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
	/*box-shadow: 10px 10px 5px grey;
	border-radius: 25px;*/
}

#filelist5{
	width:350px;
	padding-bottom:20px;
	/*background:gray;*/
	float:left;
	/*border-top:solid 1px black;*/
	/*border-right:solid 1px grey;*/
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
	/*box-shadow: 10px 10px 5px grey;
	border-radius: 25px;*/
}


h1{
	font-family: Qwigley;
	font-size: 112px;
	color:#0099FF;
	text-align:center;
	text-shadow:4px 4px 8px black;
	line-height:0%;
}

h2{
	font-family: Raleway;
	font-size: 24px;
	color:purple;
	text-align:left;
		
}

h3{
	font-family: Raleway;
	font-size:48px; 
	color:purple;
	text-align:center;
	text-shadow:4px 4px 6px black;
}

p{
	font-family: Raleway;
	font-size:14px; 
	color:purple;

}

h4{
	font-family: Raleway;
	font-size:14px; 
	color:purple;
	
}

h5{
	
}

h6{
	font-family: Raleway;
	font-size: 48px;
	color:black;
	text-align:center;
	
}


li{
	width=350px;  /* se define el ancho de las listas de temas */
	list-style:none;   /*se quita la viñeta */	
	text-align:left;
	
}

li a{
	text-decoration:none; /* Se quita el hipervínculo */
	font-family:Lato;
	font-size:18px; /* Tamaño del texto */
	color:black; /* Color del texto */
	
}

#base{
	float:left;
	
	
}

#lineabase{
	clear:left;
	text-align: center;
	border-bottom: solid 2px; color:black;
}

#ligas-pie{
	clear:left;
	float:left;
	width: 1080px;
	margin-top:50px;
	/*margin-left:10px;*/
	margin-bottom:20px;

}

#ligas-pie a{
	display:inline;
	text-decoration: none; /* Se quita el hipervínculo */
	font-family: Raleway;
	font-size: 20px; /* Tamaño del texto */
	color: gray; /* Color del texto */
	padding:25px 45px;
	
}

#linea{
	text-align: center;
	border-bottom: solid 2px; color:black;
	
}
	
