/************************************************  
 *	v. 1.0.2									*
 *	Contingut de senders 						*
 *  www.senderslaguar.com 	 					*
 *												*
 *	Per:										*
 *  Marcos Moll Barber 							*
 *  Estudis Geomoll 							*
 *  estudisgeomoll@gmail.com 					*
 ************************************************/


/******************
 * IMPORTACIONS 
*******************/
@import url(capçalera.css);
@import url(menu.css);
@import url(botons_mapa.css);
@import url(peu.css);

/******************
 * GENÈRIC 
*******************/

* {
	text-decoration: none;
	/* box-sizing: border-box; */
}

main, footer {
	padding-top: 70px;
	padding-left: 12px;
	padding-right: 12px;
}

/******************
 * FONTS
*******************/
h1.benvinguda {
	color: #750000;
}
h1.benvinguda,
h2.senders,
p.benvinguda,
div.fitxes {
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.3em;
}

h1.benvinguda,
h2.fitxes,
h2.senders {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	font-size: 20px;
}

p.benvinguda,
a.fitxes,
label.peu {
	font-family: 'Nunito', sans-serif;
}

h2.fitxes {
	
}

/******************
 * ENLLAÇOS
*******************/

a.fitxes {
	background: #909000;
	border-radius: 5px;
	color: #fff;
	/*margin: 3px;*/
	padding: 6px;
	cursor:pointer;
}
a.fitxes:hover {
	background: #606000;
}

/******************
 * BLOC FITXES
*******************/
div.fitxes{
	/*padding-left: 12px;*/
	padding-right: 12px;
}

div.enllaç {
	padding:5px;
	padding-bottom:15px;
	float:left;
}