/*smartphones (portrait and landscape)*/
@media only screen and (min-width : 320px) and (max-width : 480px) {  
/* Styles */ 

h1{
	font-family: Qwigley;
	font-size: 40px;
	color:#0099FF;
	text-align:center;
	text-shadow:2px 2px 4px black;
	line-height:90%;
	word-wrap:break-word;
}

h3{
	font-family: Raleway;
	font-size:28px; 
	color:purple;
	text-align:center;
	text-shadow:2px 2px 3px black;
}

h6{
	font-family: Raleway;
	font-size: 28px;
	color:red;
	text-align:center;
	
}

#filelist2{	
	float:left;
}

#ligas-pie{
	float:left;
	width: 350px;
	margin:10px;
}

#ligas-pie a{
	display:block;
	text-decoration: none; /* Se quita el hipervínculo */
	font-family: Raleway;
	font-size: 18px; /* Tamaño del texto */
	color: gray; /* Color del texto */
	padding:15px 25px;
	
}