/* CSS Document */
#leftPan .noticia {
	width: 700px;
	float: left;
	border-bottom: dotted 1px #b2b2b2;
	background: url(../imatges/fondos/fondo_noticia.jpg) left top repeat-y;
}
#leftPan .noticia .foto {
	display: block;
	padding: 21px 24px 21px 21px;
	float: left;
	background-color: #f8f8f8;

}
#leftPan .noticia .foto img {
	border: solid 1px #c2ccd6;
}
#leftPan .noticia h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8091a1;
	margin-left: 21px;
	margin-top: 14px;
	border-bottom: dotted 1px #b2b2b2;
	background: url(../imatges/vinyetes/fletxa.jpg) left top no-repeat;
	padding: 6px 10px 10px 10px;
	float:left;
	width: 380px;
	
}
#leftPan .noticia h1 .fecha {
	display: block;
	float: right;
	margin-top: -15px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#leftPan .noticia p {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a2a2a2;
	text-align: justify;
	padding: 14px 5px 15px 21px;
	width: 390px;
}
/*--------- Rigth Pan----------*/
#rightPan h2 {
	margin-left: 2px;
	margin-bottom: 6px;
	border: solid 1px #c3cbd3;
	text-align: center;
	color: #8091a1;
	padding: 15px 0px 15px 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform: uppercase;
}
#rightPan p {
	display: block;
	
}
#rightPan p.descripcio {
	text-align: left;
	color: #a2a2a2;
	margin: 5px 15px 5px 15px;
	line-height: 18px;
	font-size:11px;
	border-bottom: dotted 1px #b2b2b2;
	padding-bottom: 10px;
}
#rightPan label {
		float:left;
		color: #a2a2a2;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		clear: both;
		position: relative;
		padding: 2px 0px 5px 15px;
		width: 100px;
}
#rightPan input {
		float: rigth;
		border: solid 1px #cfdbe7;
		background-color: #FFFFFF;
		font-size: 11px;
		color: #4f4b4a;
		padding: 2px;
		width: 150px;
		margin-left: 15px;
}

#rightPan  input.enviar_borrar {
		background-color: #8091a1;
		color: #FFF;
		margin-top: 5px;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-align: center;
		width: 155px;
}

#rightPan .no_complet {
	background-color: #FFFF99;
}

#rightPan .missatge_ok {
	background-color: #33CC66;
	color: #FFFFFF;
	margin-top: 6px;
	text-align: center;
}
#rightPan .missatge_error {
	background-color: #FF6666;
	color: #FFFFFF;
	margin-top: 6px;
	text-align: center;
}
#contenidos {
	position: relative;
	width: 180px;
	margin: 4px auto;
}
#capa_sending {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 317px;
	margin: 0px 0px 0px 0px;
	background: url(../imatges/fondos/fondo_sending.gif);
	z-index: 999;
}
#img_sending {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	margin-top: -24px;
}