/* CAIXA GRIS PETITA */
div.cajapequegris {
	width:49.6%;
	margin-top: 0.6em;
	background-color: #DDDDDD;
}


div.cajapequegris h1{
	background-color: #CC0000;
	padding: 0.25em 0em 0.25em 0.5em;
	color: white;
	margin-bottom: 0.2em;
	font-size: 1.2em;
}

div.cajapequegris img {
	margin: 1em 0.5em 0.5em 0.5em;
	float:right;
	clear:right;
	width: 40%;
	max-width: 14em;
	height: 9em;
}

/* Llistat caixes */
div.cajapequegris ul {
	color: #CC0000;
	margin-left: 1em;
	list-style-type: disc;
	list-style-position: inside;
	min-height: 15em;
}

div.cajapequegris ul li{
	margin-top: 1em;
	
}

div.cajapequegris ul li a{
	color: #CC0000;
	text-decoration: none;
}

div.cajapequegris ul li span{
	color: black;
	margin-left: 0.2em;
	display:inline-block;
}

span.mes {
	height: 1em;
	display:block;
	width: 100%;
	text-align: right;
	margin-bottom: 0.5em;
	clear:right;
}
span.mes a {
	margin-right: 1em;
	color: #CC0000;
}



/* END CAIXES */

/*CAIXA DESTACATS*/
div.contedestacats{
	background-color:#DDDDDD;
}

/* CAIXES */
div.contedestacats h1{
	background-color: #830000;
	padding: 0.25em 0em 0.25em 0.5em;
	color: white;
	font-size: 1.2em;
}


div.contedestacats ul {
	list-style-type: disc;
}

div.contedestacats ul li{
	border-bottom-style: dotted;
	border-bottom-color: white;
	border-bottom-width: 0.1em;
	color:black;
	margin-left: 0.8em;
	padding: 0.25em 0em 0.9em 0em;
	
}

div.contedestacats ul li a{
	color: #CC0000;
}
/*END RITGH MENU */


