/* Pagina de contact  ----------------------- */
#innerPages .contactos {
	margin-left: 1px;
	margin-right: 1px;
	color: #976804;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#innerPages .contactos .content{
	width: 525px;
	margin-left: 40px;
}

#innerPages .contactos label {
	display: block;
	padding-bottom: 2px;
}

#innerPages .contactos div.hr.solid {
	height: 2px !important;
	background: transparent url(../img/hr_solid_anuncieAqui.png) repeat-x left top!important;
}

#innerPages .contactos div.hr.solid.bottom {
	background-position: left -2px !important;
}

#innerPages .contactos .dark {
	background-color: #F0EAD8;
	border-top: 1px solid #F7F3E7;
	float: left;
	width: 100%;
}

#innerPages .contactos p.anunciante {
	float: right;
	background: transparent url(../img/contactoAnunciante.gif) no-repeat;
	margin-right:207px;
	display: inline;
	height: 20px;
	width: 121px;
	
}

#innerPages .contactos p.usuario{
	float: left;
	background: transparent url(../img/contactoUsuario.gif) no-repeat;
	margin-left:58px;
	display: inline;
	height: 20px;
	width:80px;
}
/* ------------------------------------------------------ */
#result dl dt span#premium {
	float: right;
	background: transparent url(../img/publicacionPremium.gif) no-repeat;
	
	height: 18px;
	width:184px;
	margin-right:105px;
}
#result dl dt span#gratis{
	float: right;
	background: transparent url(../img/publicacionGratuita.gif) no-repeat;
	margin-right:110px;
	height: 22px;
	width:166px;
}







/* SearchBox */
#search.bgBox{
	background-image:url(../img/box_headerMin.png);
	height:89px;
	background-position:0px 0px;
}

/* RESULT */
#result{
	width:99%;
	margin-top:0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#result h2{
	position:absolute;
	text-indent:-9000px;
}

#result .breadcrumb{
	position:relative;
	left: 10px;
	bottom: 10px;
}

#result .breadcrumb a{
	color:#005891;
	font-size: 11px;
	text-decoration:none;
}

#result .breadcrumb a:hover{
	color:#67a1c6;
	text-decoration:none;
}

#result .bgBox2{
	width:766px;
	overflow:hidden;
	background-position:-962px 0px;
	overflow:hidden;
}

#result .topBox{
	background-position:-196px -73px;
	height:28px;
	position:relative;
}

#result .bottomBox{
	background-position:-196px 0px;
	height:29px;
}

#result dl{
	width: 40%;
	position: relative;
	float: left;
	padding: 2px 15px 26px 60px
}

#result dl dt{
	margin-top: 20px;
}

#result dl dt strong{
	font-size:11px;
	color: #de942b;
	line-height:26px;
}

#result dl dd ul {
	list-style:square inside;
	color: #88826F;
}

#result dl dd ul li a{
	line-height: 16px;
	text-decoration:none;
	color: #88826F;
	font-size: 9px;
}

#result dl dd ul li a:hover{
	color: #C5C1B3;
}


#result dl dt a{
	font-size:11px;
	color: #976804;
	line-height:26px;
}

#result dl dd ul a{
	line-height: 16px;
	color: #88826F;
	font-size: 9px;
}

