@CHARSET "ISO-8859-1";

/* Noticia */

#contingut{
	position: relative;	
}

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

.subtitular{
	color: #666666;
	font-size: 18px;
	margin: 10px 10px 15px 10px;
}

.antetitular{
	font-family: Verdana, Geneva, sans-serif;
	color: #2B99CC;
	font-size: 14px;
	margin: 10px 10px 15px 10px;
}

.font{
	font-family:"Georgia", "Times", "Times New Roman", serif;
	color: #999999;
	font-size: 14px;
	margin: 0px 0px 0px;
	position: relative;
	left: -10px;
}

.noticia{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	margin: 10px 15px 20px 10px;
	
}

#contenidor_foto{
	float: right;	
}

.imatge{
	/*max-height: 260px;*/
	/*width: 435px;*/
	border-style: solid;
	border-width: 1px;
	border-color: white;
	-moz-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	box-shadow: 0px 1px 2px #000;
	overflow: hidden;
	text-align: center;
	margin: 0 10px 0px 10px;
	behavior: url(css/ie-css3.htc); /* Activamos el soporte para IE */
}

.imatge .contenidor_imatge{
	max-height: 230px;
	overflow: hidden;
	position: relative;
}

.imatge .peu_foto{
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	font-size:10px;
	margin: 0 auto;
	text-align: left;
	background-color: #7777777;
	color: #FFFFFF;
	padding: 5px 0px 5px 0;
	min-height: 40px;
	position: relative;
	behavior: url(css/ie-css3.htc); /* Activamos el soporte para IE */
}
.imatge .peu_foto img{
	/*float: left;*/
	width: 8px;
	height: 8px;
	vertical-align: top;
	position: relative;
}

.video{
	margin: 0 10px 0px 10px;
}

.cont_bocadillo{
	float: right;
	position: relative;
	width: 200px;	
	padding: 20px 0 0px 10px;
}

.bocadillo{
	width: 190px;	
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
	border-left: 2px solid #000066; 
}

/* votacio */
#votacio{
	float: left;
	position: relative;
	left: 10px;
	top: 42px;
	width: 189px;
	background-color: #DCDCDC;
	border-style:solid;
	border-color: #666;
	border-width: 1px;
	color: #000;
	font-weight: bold;	
	font-family: Arial;
	font-size: 10px;
	padding: 7px;
	
}

#votacio img{
	vertical-align: middle;	
}

#votacio span{
	cursor: pointer;
}

#votacio span a{
	color: #000;
}

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

/* COMENTARIS */
#comentaris{
	border-style:solid;
	border-width:1px;
	border-color:#777777;
	background-color: #D9D9D9;
	width: 624px;
	position: relative;
	float: left;
	left: 10px;
	margin: 10px 0 0 0;
	padding: 20px;
}

#comentaris .comentari{
	float: left;	
}

#comentaris .nom_comentari{
	color: #000066;	
	float: left;
	width: 174px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#comentaris .texte{
	color: #333333;
	float: right;
	width: 470px;
	font-family:Arial, Helvetica, sans-serif;
}

#img_comentaris{
	float: left;
	position: relative;
	left:10px;
}

#img_comentaris span{
	position: absolute;
	top: 6px;
	left: 12px;	
	font-weight: bold;
}

/* paginacio */
#paginacio_comentaris{
	float: right;
	position: relative;
	right: 10px;
	top: 10px;
}
#paginacio_comentaris span{
	padding: 2px 4px;
	background-color: #7595AA;	
	margin: 2px;
	color: #FFFFFF;
	font-weight: bold;
}

#paginacio_comentaris span a{
	color: #FFFFFF;
}

/* FORMULARIO COMENTARIOS */
#div_formulari{
	float: left;
	margin: 10px 0 0 10px;
}

/* Botones */
.boto_no_pitjat{
border: 2px outset #0033FF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
background-color:#0066FF;
margin-left: 10px;
cursor:pointer;
}

.boto_pitjat{
border: 2px inset #0033FF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
background-color:#0066FF;
margin-left: 10px;
cursor:pointer;
}


/* Imprimir envira */
.print_send{
	float: right;
	width: 70px;
	position: relative;
	right: 40px;
}

.print_send img{
	cursor: pointer;	
}

/* Altres */
a{
text-decoration: none;
cursor: pointer;
color: #0125DD;
}

a:hover{
text-decoration: underline;
}

a img{
border: none;
}

p{
	text-indent: 30px;
}

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

table,tr,td{
	margin: 0px 30px 0px 5px;
	padding: 0;
	position:relative;
	left: 10px;
}


