.container
{
	max-width:1440px;
	
}

 @font-face { font-family: Socialico; src: url('fuentes/socialico/Socialico.otf'); } 
	  
	  
	  .float-right
	  {
		 float:right;
	  }
	   .float-left
	  {
		 float:left;
	  }
	  
	  .social
	  {
		 font-family: Socialico, sans-serif;
		 font-size:60px;
		 text-decoration:none;
	  }
	  
	  .facebook
	  {
		  color:#3B5998;
		
	  }
	  .twitter
	  
	  {
		  color:#4099FF;
	  }
	  
	  .linkedin
	  {
		  color:#4875B4;
	  }
	  
	  .googleplus
	  {
		  color:#C63D2D;
	  }
	  
	  
	  .foursquare
	  {
		  color:#8FD400;
	  }
	  
	  *
	  {
		  font-family: 'Open Sans', sans-serif; !important
	  }