/* NOTICIES */

a{
text-decoration: none;
cursor: pointer;
color: #000066;
font-weight:bold;
}

a:hover{
text-decoration: underline;
}

a img{
border: none;
}

.separacio_horitzontal{
	text-align: center;
	margin: 10px 0;
}

.separacio_horitzontal hr{
	color: #E5E5E5;
	width: 635px;
}

/* Noticia 1 */
#noticia_1{
	padding: 0 10px 0 10px;
	float: left;
	position: relative;
	top: 5px;
	width: 640px;
}

#noticia_1 .titular{
	font-family: "Georgia", "Times", "Times New Roman", serif;
	text-align: left;
	color: #0125DD;
	font-size: 34px;
}

#noticia_1 .subtitular{
	color: #011377;
	font-size: 18px;
	margin: 0 0 15px 0;
}

#noticia_1 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 210px;
	overflow: hidden;
}

#noticia_1 .font{
	color: #7777777;
	font-size: 12px;
	margin: 5px 0 15px 0;
}

#noticia_1 .comentaris{
	float: right;
	background-image: url("../images/public/bocadillo1.png");
	background-repeat: no-repeat;	
	width: 30px;
	height: 29px;
}

#noticia_1 .comentaris div{
	position: relative;
	top: 5px;
	text-align: center;
}

#noticia_1 .antetitular{
	width: 640px;
	height: 22px;
	text-align: center;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 12px;
	color: #FFFFFF;	
	background-image: url("../images/public/barra.png");
	padding: 8px 0 0 0;
	background-color: #F7F7F7;
}

/* Noticia 1 (Format discret) */
#noticia_1_2{
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	margin-bottom: 30px;
	float: left;
	position: relative;
	top: 5px;
	width: 640px;
}

#noticia_1_2 .contenedor{
	float: left;
	width: 645px;
	margin-top: 10px;
	border-style:solid;
	border-color:white;
	border-width:1px;

	ackground: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(top, #e8e8e8 0%, #bcbcbc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e8e8e8 0%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e8e8e8 0%,#bcbcbc 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #e8e8e8 0%,#bcbcbc 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #e8e8e8 0%,#bcbcbc 100%); /* W3C */

	-moz-box-shadow: 0px 1px 2px #000000;
	-webkit-box-shadow: 0px 1px 2px #000000;
	box-shadow: 0px 1px 2px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color'#666666', Direction=135, Strength=4);
	
}

#noticia_1_2 .antetitular{
	text-align: left;
	color: #2B99CC;
	font-size: 14px;
}

#noticia_1_2 .titular{
	font-family: "Georgia", "Times", "Times New Roman", serif;
	text-align: left;
	color: #0125DD;
	font-size: 31px;
	margin-right: 1px;
}

#noticia_1_2 .imatge{
	float: left;
	margin: 0px 0 0 0px;
	min-height: 200px;
	max-height: 235px;
	width: 300px;
	overflow: hidden;
	text-align: center;
}

#noticia_1_2 .font{
	text-shadow:#FFFFFF 0px 1px 0px;
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 11px;
	margin-left:5px;
	margin-top: 5px;
	margin-right: 0px;
	top: 0px;
	left: 15px;
	position: relative;
}

#noticia_1_2 .subtitular{
	color: #333333;
	text-shadow:#FFFFFF 0px 1px 0px;
	font-size: 14px;
	margin-left:5px;
	margin-right:30px;
	margin-top: 5px;
	margin-bottom:5px;
	position: relative;
	left: 15px;
	top: 10px;
}

#noticia_1_2 .comentaris{
	float: right;
	background-image: url("../images/public/bocadillo1.png");
	background-repeat: no-repeat;	
	width: 30px;
	height: 29px;
}

#noticia_1_2 .comentaris div{
	position: relative;
	top: 5px;
	text-align: center;
}

/* Noticia 2 */
#noticia_2{
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	margin-bottom: 30px;	float: left;
	position: relative;
	top: 5px;
	width: 640px;
}

#noticia_2 .antetitular{
	text-align: left;
	color: #2B99CC;
	font-size: 14px;
}

#noticia_2 .titular{
	font-family: "Georgia", "Times", "Times New Roman", serif;
	text-align: left;
	margin-right: 15px;
	color: #0125DD;
	font-size: 26px;
	margin-bottom:15px;
}

#noticia_2 .imatge{
	border-style:solid;
	border-color:white;
	border-width:1px;
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color'#666666', Direction=135, Strength=4);	
	float: left;
	margin: 15px -1 10px;
	max-height: 235px;
	width: 300px;
	overflow: hidden;
	text-align: center;
}

#noticia_2 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 11px;
	margin-left:5px;
	margin-top: 5px;
	margin-right: 0px;
	top: 0px;
	left: 20px;
	position: relative;
}

#noticia_2 .subtitular{
	color: #333333;
	font-size: 14px;
	margin-left:5px;
	margin-right:30px;
	margin-top: 5px;
	margin-bottom:5px;
	position: relative;
	left: 20px;
	top: 10px;
}

#noticia_2 .comentaris{
	position: absolute;
	background-image: url("../images/public/bocadillo1.png");
	background-repeat: no-repeat;	
	width: 30px;
	height: 29px;
	top: 310px;
	left: 600px;
}

#noticia_2 .comentaris div{
	position: relative;
	top: 5px;
	text-align: center;
}

/* Noticia 3 */
#noticia_3{
	width: 300px;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	border-right: solid 1px #C6C5C5;	
	position: relative;
}

#noticia_3 .titular{
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 21px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_3 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
	border-style:solid;
	border-width:1px;
	max-width:290px;
	left:8px;
}

#noticia_3 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_3 .font{
	color: #7777777;
	font-family:"Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_3 .comentaris{
	float: right;
	background-image: url("../images/public/bocadillo2.png");
	background-repeat: no-repeat;	
	width: 30px;
	height: 29px;
}

#noticia_3 .comentaris div{
	position: relative;
	top: 3px;
	text-align: center;
	font-size: 10px;
}

/* Noticia 4 */
#noticia_4{
	width: 300px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	float: left;	
	position: relative;
}

#noticia_4 .titular{
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 18px;
	text-align: left;
	margin: 0px 10px;
	color: #0125DD;
}

#noticia_4 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
}

#noticia_4 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_4 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_4 .comentaris{
	float: right;
	background-image: url("../images/public/bocadillo2.png");
	background-repeat: no-repeat;	
	width: 30px;
	height: 29px;
}

#noticia_4 .comentaris div{
	position: relative;
	top: 3px;
	text-align: center;
	font-size: 10px;
}

/* Noticia 5 */
#noticia_5, #noticia_5_2{
	width: 300px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	float: left;
	border-right: solid 1px #C6C5C5;	
	position: relative;
}

#noticia_5 .titular, #noticia_5_2 .titular{
	font-family:  "Georgia", "Times", "Times New Roman", serif;
	font-size: 18px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_5 .imatge, #noticia_5_2 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
	border-style:solid;
	border-width:1px;
	max-width:290px;
	left:8px;
}

#noticia_5 .subtitular, #noticia_5_2 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_5 .font, #noticia_5_2 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_5 .comentaris, #noticia_5_2 .comentaris{
	float: right;
	background-image: url("../images/public/bocadillo2.png");
	background-repeat: no-repeat;	
	width: 30px;
	height: 29px;
}

#noticia_5 .comentaris div, #noticia_5_2 .comentaris div{
	position: relative;
	top: 3px;
	text-align: center;
	font-size: 10px;
}

/* Noticia 6 */
#noticia_6, #noticia_6_2{
	width: 300px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	float: left;	
	position: relative;
}

#noticia_6 .titular, #noticia_6_2 .titular{
	font-family:  "Georgia", "Times", "Times New Roman", serif;
	font-size: 18px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_6 .imatge, #noticia_6_2 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
	border-style:solid;
	border-width:1px;
	max-width:290px;
	left:8px;
}

#noticia_6 .subtitular, #noticia_6_2 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_6 .font, #noticia_6_2 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_6 .comentaris, #noticia_6_2 .comentaris{
	float: right;
	background-image: url("../images/public/bocadillo2.png");
	background-repeat: no-repeat;	
	width: 30px;
	height: 29px;
}

#noticia_6 .comentaris div, #noticia_6_2 .comentaris div{
	position: relative;
	top: 3px;
	text-align: center;
	font-size: 10px;
}

/* Noticia 7 */
#noticia_7{
	width: 220px;
	float: left;
	border-right: solid 1px #C6C5C5;	
	position: relative;
}

#noticia_7 .titular{
	font-family:  "Georgia", "Times", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_7 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
	border-style:solid;
	border-width:1px;
	max-width:205px;
	left:8px;
}

#noticia_7 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_7 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

/* Noticia 8 */
#noticia_8{
	width: 220px;
	float: left;
	border-right: solid 1px #C6C5C5;	
	position: relative;
}

#noticia_8 .titular{
	font-family:  "Georgia", "Times", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_8 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
	border-style:solid;
	border-width:1px;
	max-width:205px;
	left:8px;
}

#noticia_8 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_8 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

/* Noticia 9 */
#noticia_9{
	width: 220px;
	float: left;
	position: relative;
}

#noticia_9 .titular{
	font-family:  "Georgia", "Times", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_9 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
	border-style:solid;
	border-width:1px;
	max-width:205px;
	left:8px;
}

#noticia_9 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_9 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}
/* Noticia 10 */
#noticia_10{
	width: 220px;
	float: left;
	border-right: solid 1px #C6C5C5;	
	position: relative;
}

#noticia_10 .titular{
	font-family:  "Georgia", "Times", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_10 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
}

#noticia_10 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_10 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

/* Noticia 11 */
#noticia_11{
	width: 220px;
	float: left;
	border-right: solid 1px #C6C5C5;	
	position: relative;
}

#noticia_11 .titular{
	font-family:  "Georgia", "Times", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_11 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
}

#noticia_11 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_11 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

/* Noticia 12 */
#noticia_12{
	width: 220px;
	float: left;
	position: relative;
}

#noticia_12 .titular{
	font-family:  "Georgia", "Times", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_12 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
}

#noticia_12 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_12 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

/* Noticia 13 */
#noticia_13{
	width: 220px;
	float: left;
	border-right: solid 1px #C6C5C5;	
	position: relative;
}

#noticia_13 .titular{
	font-family:  "Georgia", "Times", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_13 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
}

#noticia_13 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_13 .font{
	color: #7777777;
	font-size: 10px;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

/* Noticia 14 */
#noticia_14{
	width: 220px;
	float: left;
	border-right: solid 1px #C6C5C5;	
	position: relative;
}

#noticia_14 .titular{
	font-family:  "Georgia", "Times", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_14 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
}

#noticia_14 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_14 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

/* Noticia 15 */
#noticia_15{
	width: 220px;
	float: left;
	position: relative;
}

#noticia_15 .titular{
	font-family:  "Georgia", "Times", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	margin: 5px 10px;
	color: #0125DD;
}

#noticia_15 .imatge{
	text-align: center;
	margin: 15px 0;
	max-height: 95px;
	overflow: hidden;
}

#noticia_15 .subtitular{
	color: #333333;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

#noticia_15 .font{
	color: #7777777;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	padding: 0 10px;
}

/*Noticies destacades */
#img_noticies_destacades{
	margin: 20px 0 0 10px;
	float: left;
	position: relative;
	top: 65px;
}

#noticies_destacades{
	margin: 10px 0 83px 10px;
	border: solid 1px #DCDCDC;
	width: 642px;
	padding: 5px 10px 5px 10px;
	color: #005E8E;
	font-size: 11px;
	font-family: Verdana;
	float: left;
	position: relative;
	top: 65px;
	
}

#noticies_destacades img{
	vertical-align: middle;	
}

.noticia_destacada{
	margin: 5px 0 5px 0;
}

/* Lo mas leido */
#lo_mas{
	float: left;
	left: 10px;
	position: relative;
}


/* ENQUESTA */
#enquesta{
	/*float: left;*/
	position: relative;
	left: 30px;
	margin: 0 0 0px 0;
}

/* GALERIA */
#img_galeria{
	margin: 15px 0 5px 15px;
}

#galeria{
	float: left;
	left: 0px;
	position: relative;
}

/* VIDEOS */
#img_videos{
	margin: 15px 0 5px 15px;
}

#videos{
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	width: 345px;
}