
	/*campos*/	
	.modCont.formBusqueda .formCol.tituloAnuncio .inputShadow {
		width: 470px;
		background: /*#00f00f*/ url(../img/inputbkg_formaddpost.gif) 0px 0px no-repeat;
		}
	
	.modCont.formBusqueda .formCol.tituloAnuncio input {
		width: 462px;
		}
		
	.modCont.formBusqueda .formCol.anuncio .inputShadow {
		width: 470px;
		background: /*#00f00f*/ url(../img/tareabkg_formaddpost.gif) 0px 0px no-repeat;
		}
	
	.modCont.formBusqueda .formCol.anuncio textarea {
		padding: 2px;
		width: 462px;
		height: 116px;
		}


	* html textarea {
		/*Exporer 6*/
		ma\rgin: -1px 0px -1px;
		}
		
	/*Botones*/
	.modCont.formBusqueda form .submitButton.enviar {
		width: 89px;
		background: /*#0f0f0f*/ url(../img/btt_enviar.gif) 0px 0px no-repeat;
		}
		

/*Aņadir anuncio*/
#centro .addPost {
	
	}
	
	#centro .addPost strong {
		display: block;
		}
	
		#centro .addPost a:link, #centro .addPost a:visited {
			padding: 3px 0px 5px 24px;
			display: table-cell;
			background: /*#000000*/ url(../img/item_addpost.gif) left 0px no-repeat;
			}
			
		* html #centro .addPost a:link, * html #centro .addPost a:visited {
			/*Explorer 6*/
			d\isplay: inline-block;
			}

/*Listados de Anuncios*/
		
/*Items en TABLON*/
#centro .item.listadoTablon  {
	margin: 0px 0px 12px;
	padding: 0px 0px 8px 0px;
	width: 588px;
	border-style: solid;
	border-width: 1px;
	border-color: #CECECE;
	/*background: #00f00f;*/
	}

	/*Bloque titulo (en LISTADOS TABLON)*/
	#centro .item.listadoTablon .titBlock {
		padding: 5px 10px;
		width: 564px;
		border-style: solid;
		border-width: 2px;
		border-color: #ffffff;
		background: #E5E5E5;
		}
	
		#centro .item.listadoTablon .titBlock h2 {
			width: 410px;
			color: #3A5C8C;
			}
			
		.item.listadoTablon .titBlock strong.date {
			top: 6px;
			right: 11px;
			position: absolute;
			z-index: 2;
			}

	/*descripcion(en LISTADOS TABLON)*/
	#centro .item.listadoTablon .descripcion {
		padding: 12px 13px 10px;
		border-style: solid;
		border-width: 2px 0px 0px 0px;
		border-color: #E5E5E5;
		/*background: #076C2B;*/
		}
		
		#centro .item.listadoTablon .descripcion p {
			font-size: 13px;
			line-height: 16px;
			}
		
	/*firma*/
	#centro .item.listadoTablon .firmaTablon {
		margin: 0px auto;
		padding: 4px 0px 0px 0px;
		width: 562px;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: #CECECE;
		}
		
		.item.listadoTablon .autor {
			padding: 2px 0px 0px 0px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 12px;
			color: #5B5E65;
			float: left;
			}

			.item.listadoTablon .autor cite {
				font-style: normal;
				font-weight: bold;
				}
		
		
		/*ver mas (centro, colIzquierda, colDestacados)*/
		#centro .firmaTablon .vermas.responder:link, #centro .firmaTablon .vermas.responder:visited {
			padding: 2px 17px 2px 0px;
			font-weight: bold;
			text-decoration: underline;
			background: /*#000000*/ url(../img/item_mail.gif) right 3px no-repeat;
			}
				
