/* Bloque de Featured Ads en Home */
div#fa_home_box {    
	width: 584px;
	margin-top: 2px;
	margin-bottom: 23px;
	background-color: #fff2d2;
	background-image: url('/images/fa_home_box_top.png');
	background-position: 0 0;
	background-repeat: no-repeat;
    position: relative;
    display: none;
    float: right;
}

div#fa_home_box div#fa_ads_container {
    position: relative;
	background-image: url('/images/fa_home_box_mid.png');
	background-repeat: repeat-y;
	margin: 19px 0 0 0;
	padding: 0 0 5px 0;
}

div#fa_home_box h2 {
    position: relative;
	color: #ffffff;
	font-size: 14px;
    padding-top: 17px;
	margin: 0px 0 0 35px;
	}

div#fa_home_box h2 span a {
    position: relative;
    float: right;
    margin: -14px 10px 0 2px;
    padding: 0;
	color: #fcb21b;
	font-size: 11px;
	font-weight: normal;
	}

body:nth-of-type(1) div#fa_home_box h2 span a {
    /* safari hack */
    margin-top: 0;
}

div#fa_home_box_bottom {
	clear: both;
	height: 12px;
	margin: 0;
	padding: 0;
	background-image: url('/images/fa_home_box_bottom.png');
	background-position: 0 0;
	background-repeat: no-repeat;
    position: relative;
}

div#fa_home_box div.featured_ad_home {
	position: relative;
	float: left;
	margin: 0 18px 0 18px;
	width: 158px;
	text-align: center;
    position: relative;
}

div#fa_home_box div.featured_ad_home p {
	text-align: left;
}

div#fa_home_box div.featured_ad_home p.price {
	padding: 3px;
	font-weight: 800;
}

div#fa_home_box div.featured_ad_home a span {
	color: #166439;
}

div#fa_home_box div.featured_ad_home img {
	padding-top: 10px;
	padding-bottom: 6px;
}

/* FIN -- Bloque de Featured Ads en Home */



/* Formulario de Featured Ads en Anuncio Publicado */
div#formBilling {
    background: url('/images/background_form_billing.jpg') no-repeat;
    height: 239px;
    width: 785px;
}

div#formBilling p#titulo {
    padding-top:27px;
    padding-left:64px;
    font-size:21px;
    font-weight: bold;
    color:#2a4e70;
}

div#formBilling p#subtitulo {
    padding-top:15px;
    padding-left:25px;
    font-size:12px;
    color:#000000;
}

div#formBilling p#primerCuerpo {
    padding-top:15px;
    padding-left:25px;
    font-weight: bold;
    font-size:11px;
}

div#formBilling p#primerCuerpo input[type='checkbox'] {
    position: relative;
    top:4px;
}

div#formBilling p#segundoCuerpo {
    padding-left:50px;
    font-weight: bold;
    font-size:11px;
}

div#formBilling p#tercerCuerpo {
    padding-top:15px;
    padding-left:25px;
    font-weight: bold;
    font-size:11px;
}

div#formBilling p#tercerCuerpo input[type='checkbox'] {
    position: relative;
    top:4px;
}

div#formBilling p#boton {
    padding-top:30px;
	padding-left: 33px;
}
/* FIN -- Formulario de Featured Ads en Anuncio Publicado */


/* Bloque de Featured Ads en Listados y Busquedas */

div.featured_ads_llistat {
	width: 100%;
}

div.featured_ads_llistat div.title_container {
	border-bottom: 1px solid #EAEAEA;
	height: 24px;
	padding: 0;
	margin-bottom: 3px;
}

div.featured_ads_llistat div.title_container table.fa_titles {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	background-color: transparent;

}

div.featured_ads_llistat div.title_container table.fa_titles h2 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	color: #b0b0b0;
}

div.featured_ads_llistat div.title_container table.fa_titles p.como_destacar {    
	text-align: right;
    font-size: 11px;
}

div.featured_ads_llistat div.title_container div.featured_ads_title a.destacar {
	text-align: right;
	color: #0000ff;
	font-size: 11px;
	font-weight: normal;
	}

div.featured_ads_llistat table.fa_ads {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	background-color: #ffffff;
}


div.featured_ads_llistat table.fa_ads td {
	margin: 0;
	padding: 0;
}

div.featured_ads_llistat table.fa_ads td.fa_image {
}


div.featured_ads_llistat table.fa_ads td.fa_image div.thumb_container {
    border-color: #fff7e5;
    border-style: solid;
    border-width: 4px 4px 4px 15px;
    text-align: center;
    margin: 2px 0;
}


div.featured_ads_llistat table.fa_ads td.fa_image img.featured-badge {
    position: absolute;
    margin-left: -19px;
    z-index: 10;
}

div.featured_ads_llistat table.fa_ads td.fa_image img {
    margin: 0 0 0 -6px;
}

div.featured_ads_llistat table.fa_ads td.fa_content{
	padding: 3px 0;
}

div.featured_ads_llistat table.fa_ads td.fa_content p {
	font-size: 13px;
	padding: 0px 3px;
}

div.featured_ads_llistat table.fa_ads td.fa_content a {
	font-size: 15px;
}

div.featured_ads_llistat table.fa_ads td.fa_content p.price {
	font-weight: 800;
}

/* FIN -- Bloque de Featured Ads en Listados y Busquedas */

/* genericos */

p.extras,
p.extras_home {
    font-size: 12px !important;    
}

p.extras_home {
    /* border-top: 1px dotted #A0A0A0; */
    /* border-bottom: 1px dotted #A0A0A0; */
    margin: 2px 1px;
    padding: 2px 0;
}

span.price {
    font-weight: 900;
    color: #333;
}

span.location {
    color: #6d6d6d;
}
