/* TITULO DEL ANUNCIO    -------------------- */	
	#titulo {
		background: url(../img/bg-titulo-show.gif) top;
		border-bottom: 0;
		padding: 7px 15px 0 15px;
		overflow: auto;
		line-height: 20px;
		}
	#titulo h1 {
		font: bold 23px Arial,Helvetica,sans-serif; 
		padding: 0;
		margin: 0;
		line-height: normal;
		color: #222;
		}
		#titulo hr {
			background-color: #FF6600;
			height: 1px;
			border: 0;
			color: #FF6600;
		}

		#contacta {
			background: url(../img/bg-buscar-header.gif) repeat-x;
			border: solid 1px #FFCC00;
			padding: 3px 5px;
			float: right;
			width: 210px;
			text-align: center;
			}
			#contacta input {
				padding: 5px 10px;
				width: 210px;
				font: bold 14px Arial, Helvetica, sans-serif;
				}	
					
#anuncio {
	border: solid 1px #ccc; 
	border-bottom: 0;
	border-top: 0;
	overflow: hidden;
	}
		#anuncio hr {
			background-color: #ddd;
			height: 1px;
			border: 0;
			color: #ddd;
		}	

		
/* DESCRIPCION - ---------*/
#desc {
	padding: 10px 15px 0 15px;
	font: normal 15px Arial,Helvetica,sans-serif;
	color: #333;
	letter-spacing: .02em;
	}	
	#desc a { color: #003399; }
	#desc br { line-height: 10px; }
	#desc p { margin: 0 0 5px 0; padding: 0; }
	
/* INFO USER
----------------------------------*/
#fotos {
	background: #eee;
	padding: 0 15px;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	width: 968px;
	overflow: auto;
	}
	#top { background: url(../img/bg-infouser.gif) top no-repeat; height: 15px; width: 1000px; }
	#bottom{ background: url(../img/bg-infouser.gif) bottom no-repeat; height: 15px; width: 1000px; margin-bottom: 10px;  }

/* IMAGENES DEL ANUNCIO 
--------------------------------- */
.thumbs {
	padding: 3px;
	margin: 3px 12px 0 0;
	border: solid 1px #ddd;
	width: 130px;
	height: 100px;
	}
/* THUMBS */	
	#thumb {
		background: #fafafa;
		border: solid 1px #ddd;
		overflow: auto;
		padding: 10px 5px;
		width: 240px;
		}	
		#thumb img { float: left; border: solid 1px #ddd; padding: 3px; margin: 0 5px 10px 5px; width: 100px; height: 75px; }
		#thumb img:hover { border: solid 2px #FF6600; padding: 2px; }
/* imagen en grande */
#large {
	background: #fafafa;
	text-align: center;
	border: solid 1px #ddd;
	padding: 20px;
	float: right;
	width: 650px;
	}
	
	#footeranuncio {
		background: url(../img/bg-titulo-show.gif) bottom;
		padding: 7px 15px;
		margin: 0 0 10px 0;
		font: normal 12px Verdana, Arial, Helvetica, sans-serif;
		color: #666666;
		}	

/* PREGUNTAS Y RESPUESTAS
---------------------------------*/	
#pregunta {
	background: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
	}
	#pregunta i {
		font: bold 13px Arial, Helvetica, sans-serif;
		}

#respuesta {
	background: #DBF9D9;
	padding: 5px;
	}
	#respuesta i {
		font: bold 13px Arial, Helvetica, sans-serif;
		}	
