/*CSS for the section Foto Galeria*/
/*Author: Marc Navarro*/

/*Duplicated selector to disable this box*/
* {
	font-family: sans-serif;
}
#pagina{
	width: 980px;	
}
#topmenuchannel{
	display: none;	
}

#contingut{
	background-color: white;
	float:left;
}

#content h2{
    margin-bottom: 20px;
}

#col_left{
	width: 610px;
	float: left;
	margin-left: 3px;
    position: relative;
    left: 10px;
    border-right: 1px solid #d9d9d9;
    padding-right: 23px;
}

#col_left a:link{
	text-decoration: none;
}

#col_right{
	width: 310px;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	float: right;
	margin-right: 10px;
	padding-left: 19px;
	padding-right: 8px;
	margin-bottom: 20px;
}

/*Últims posts*/
#ultimsposts{
	float: left;
	width: 610px;
} 	

#ultimsposts #ultimpost_bottom{
	height: 1px;
	clear: both;
	overflow:hidden;
}

#ultimsposts .ultimpost{
	float: left;
	width: 290px;
	_width: 292px;
    height: 185px;
	position: relative;
	padding: 3px 0 0 5px;
    overflow: hidden;	
    background-color: #f1f1f1;
    box-shadow: 0 10px 15px #666;
    -webkit-box-shadow: 0 10px 15px #666;
}

.primer{
	margin-right: 15px;
}

#ultimsposts .ultimpost .bloc_autor{
	font: normal 13px Arial, sans-serif;
	color: #434343;
}

#ultimsposts .ultimpost .bloc_nom{
	font: bold 12px Arial, sans-serif;
	color: #434343;
    font-weight: bold;
    margin-bottom: 3px;
}

#ultimsposts .ultimpost .imatge{
    width: 293px;
    height: 105px;
    overflow: hidden;
    position: relative;
    left:-3px;
}

#ultimsposts .ultimpost .bloc_titol{
	font: normal 17px Arial, sans-serif;
	color: #0079a2;
	margin-top: 8px;
    line-height: 17px;
    padding-right: 5px;
}

#ultimsposts .ultimpost .bloc_data{
	font: bold 11px Verdana, sans-serif;
	color: #434343;
	bottom: 50px;
	right: 10px;
	position: absolute;
	
}


/*FI Últims posts*/


/*Posts*/
#borderposts{
	float: left;
	margin-top: 20px;
}
#posts{
	width: 610px;
	margin-top: 10px;
	clear:both;
	float: left;
	background: url("/imgfront/blocs/fons_posts.png") repeat-y;
	margin-bottom: 20px;
}

#posts .posts_pairs{
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 20px; 
	background: url("/imgfront/blocs/fons_posts_bottom.png") no-repeat left bottom;
    margin-bottom: 20px;
}

#posts .post{
	float:left;
	/*border: 1px solid black;*/
	width: 277px;
    padding-top: 5px;
}

#posts .post a{
	text-decoration: none;
}

.post .icona{
	float: left;
}

.post .icona img{
	width: 103px;
    height: 105px;
}

.post .post_info {
	float:left;
	margin-left:10px;
	width:160px;
}

.post_info .bloc_autor{
	font: normal 14px Arial, sans-serif;
	color: black;
}

.post_info .bloc_nom{
	font: bold 12px Arial, sans-serif;
	color: #5f5f5f;
}

.post_info .bloc_titol{
	font: normal 14px Arial, sans-serif;
	color: #5f5f5f;
	margin-top: 10px;
}

.post_info .bloc_data{
	font: normal 10px Verdana, sans-serif;
	color: #9f9f9f;
}
/*Fi Posts*/

/*Columna dreta*/
#bloc_destacat_fondo{
	background: url("/imgfront/blocs/fondo_rounded.png") no-repeat;
	width: 308px;
	float: left;
}

#bloc_destacat{
	float:left;
	width: 306px;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	padding-bottom: 5px;
	margin-top: 10px;
}

#bloc_destacat h4{
	text-align: center;
	font: bold 12px Verdana, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}

#bloc_destacat .icona{
	float: left;
	margin-left:3px;
}

#bloc_destacat .post_info {
	float:left;
	margin-left:10px;
	width:160px;
}

#bloc_destacat .bloc_autor{
	font: bold 11px Arial, sans-serif;
	color: black;
}

#bloc_destacat .bloc_nom{
	font: normal 11px Arial, sans-serif;
	color: #3e3e3e;
}

#bloc_destacat .bloc_titol{
	font: normal 12px Arial, sans-serif;
	color: #782306;
	margin-top: 10px;
}

#bloc_destacat .bloc_text{
	font: normal 10px Verdana, sans-serif;
	color: #9f9f9f;
}

#publicitat_blocs{
	float: left;
	text-align: center;
	width: 308px;
}

#llistat_blocs{
	float: left;
	margin-top: 20px;
}

#llistat_blocs h4{
	font: bold 12px Verdana, sans-serif;
}

#llistat_blocs ul{
	list-style-type: none;
	margin-top: 10px;
	font: normal 12px Verdana, sans-serif;
}

#llistat_blocs ul a{
	text-decoration: none;
    color: black;
}


#llistat_blocs .titol{
	text-transform: uppercase;
	margin-top: 20px;
}


#llistat_blocs ul ul{
	list-style-image: url("/imgfront/blocs/bullet_menu.gif");
}
#llistat_blocs ul ul li{
	margin-left: 30px;
	text-transform: none;
}

/*FI Columna dreta*/

#peupagina {
	width:979px;
}

