@charset "utf-8";
/* CSS Document */

#noticies {
	/*float:left;*/
	width:490px;
	background-color:#fff;
	border:0px #000 solid;
	
}
#noticies .content {
	/*float:left;*/
	width:450px;
	margin-top:20px;
	margin-left:20px;
	background-color:#fff;
}

#noticies .noticia {
	border:0px #000 solid;
	float:left;
	width:100%;
	margin-bottom:15px;
}
#noticies .noticia .foto {
	margin-top:0px;
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
}
#noticies .noticia .fotodestacada {
	margin:10px;
	margin-right:0px;
	float:right;
	width:200px;
	height:200px;
}
#noticies .noticia .titol {
	color:#b13c42;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	margin:10px;
	margin-top:0px;
	margin-bottom:10px;	
}
#noticies .noticia .titol a {
	text-decoration:none;
	color:#b13c42;
}
#noticies .noticia .titoldestacat {
	text-align:left;
	border:0px #000 solid;
	margin:10px;
	margin-left:0px;
	width:235px;
}
#noticies .noticia .cos {
	/*color:#4d554f;*/
	font-size:12px;
	border:0px #000 solid;
	width:328px;
	float:left;
}
#noticies .noticia .cosdestacat {
	margin-left:00px;
	margin-right:0px;
	width:235px;
	border:0px #000 solid;
}

#noticies .noticia .link {
	margin-top:6px;
}
#noticies .noticia .link a {
	color:#a00;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}



#noticies .video {
	float:left;
	width:100%;
	padding-bottom:20px;
}
#noticies .video .titol {
	color:#a00;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	border:0px #000 solid;
}
#noticies .video .cos {
	/*color:#4d554f;*/
	/*font-weight:bold;*/
	font-size:12px;
	border:0px #000 solid;
	margin-top:10px;
	margin-left:0px;
}
#noticies .video .flash {
	/*float:right;*/
	width:400px;
	/*height:230px;*/
	/*margin-left:20px;	*/
}
#noticies .video .flash {
	width:450px;
	height:350px;
}
#noticies .video .flash embed {
	width:450px;
	height:350px;
}
#noticies .separador {
	float:left;
	display:block;
	/*margin-top:15px;*/
	margin-bottom:15px;
}

#default-4 {
	background-image:url(/images/footertopbg.png);
	height:10px;
}