	
/* Area de text */

	#destacat-head {
		font-size:1.1em;
		margin-left:0em;
		padding: 0 0 2em 0;
	}
	
	#text {
        float:left;
		width: 54em;
		padding-bottom: 4em;
		margin: 0 0 0 3em;
	}
	
	#col-right{
		float:right;
		width: 16.0em;
		margin-right:1em;
	}
	
	#text h2 {
		padding: .3em 2em;
		font-size: 1.1em;
		font-weight: normal;
		text-transform: uppercase;
		color: #333;
		border: 1px solid #ccc;
		background-color: #eee;
	}
	
	#text h3 {
		
		font-size: 2em;
		font-weight: normal;
		color: #666666;
		margin: 0.5em 1em 0.5em 0;
		
	}
	
	#text h3.first{		
		font-size: 2em;
		font-weight: normal;
		color: #333;
		background-color: #eee;		
	}
	
	#text p {
		font-size: 1.2em;
		
	}
	
	.img-first{
		float: left;
		margin-right: 1.7em;
	}
	
	.img {
		float: right;
		margin-left: 1em;
	}
	
	
	
	ul.caixa {
		margin-bottom: 2em;
		
	}
	
	ul.caixa li {
		clear: both;
		padding: 2em 2em;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		overflow: hidden;		
	}	
	
	ul.caixa li .left {
	    float: left;
	    margin-right: 1.5em;
	}
    
        ul.caixa li .left #bcn_player, ul.caixa li .left #bcn_player object embed{
            display:block;
            height:172px;
            width:260px;
        }
        

	
	ul.caixa li .right {
	    float: right;
	    margin-left: 1.5em;
	}
	
        ul.caixa li .right #bcn_player, ul.caixa li .right #bcn_player object embed{
            display:block;
            height:149px;
            width:225px;
        }
	
	ul.caixa li h3 {		
		margin: 1em;
	}
    
    #text ul.caixa li .content h3 {		
		margin: 0em;
	}
	
	ul.caixa li p {
	}
	
	ul.llista-noticies {
		margin-bottom: 2em;
		padding: 0.5em 0 1.5em 0;
		border-bottom: 1px solid #CCCCCC;
	}
	
	ul.llista-noticies li {
		padding: .5em 0 .5em 2.8em;
		background: url("../images/text_li.gif") no-repeat 2em 1em;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	.caixa-tipus {
		color:#666666;
		font-size:1em;
		font-weight:normal;
		padding-top:0.4em;
		padding-bottom:.8em;
		
	}
	
	.caixa-tipus-first {
		text-transform: uppercase;
		background-color:#E85C00;
		color:#FFFFFF;
		font-size:0.8em;
		font-weight:normal;
		padding: 0.2em 0.5em;
		margin-bottom:1em;		
	}

	#text a {
		text-decoration: none;
	}
	
	#text a:hover {
		text-decoration: underline;
	}
	
	/* Enllac pdf */
	
	#text .document-pdf {
		padding-left: 1.4em;
		background: url("../images/icona-pdf.gif") no-repeat left center;
	}