/* CSS Document */

/* estructura */


@media screen and (min-width:481px) and (max-width:768px){
	
	#telefon {
		float:left;
		margin-left:0px;
		width:100%;
		text-align:center;
	}
	
	#telefon a {
		font-size:12px;
	}
	


}