/* Released for free under the Creative Commons Attribution 3.0 license (templated.co/license) */

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
	}

	body,input,textarea,select
	{
		font-size: 11pt;
	}

	header
	{
		margin-bottom: 1.6em;
	}
	
		header h2
		{
			font-size: 2.8em;
		}

		header .byline
		{
			font-size: 1.2em;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}
	
	.homepage #content header h2
	{
		font-size: 1.8em;
	}

	#sidebar h2
	{
		font-size: 2em;
	}

/*********************************************************************************/
/* Tweet                                                                         */
/*********************************************************************************/
	
	#tweet
	{
	}

	#tweet blockquote
	{
		font-size: 1.6em;
	}
	
/****************************************************************/
/*                       PAGINA PRINCIPAL                       */
/****************************************************************/

	.principalimatges{
		width:400px;
	}

/******	*/
/* LLETRES TITOL */
/******************/

#logo a /*Lletres inici amb ombra - AMEUR Comercio Internacional*/
		{
			font-weight:400; /* gruix lletres */
			line-height: 1em; /* Interliniat lletres */
			font-size: 6em; /* Mida lletres */
		}
		
		
			
	/********************/
	/*equipo*/
	/*************/
.row>* {
    padding-left: 20px;
}
	
.row {
    margin-left: -20px;
}

.row+.row>* {
    padding: 15px 0 0 20px;
}