
/* --*---*---*---*---*---*---*---*---*---*---* CLASIFICADOS.COM ---*---*---*---*---*---*---*---*---*---*--*- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Tahoma;
	font-size:  12px;
	color: #333333;
	background-color: #FFFFFF;
}
form {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited {
	color: #333333;
}
a:hover {
	color: #a5b345;
}
button {
	font-family: Arial, Tahoma;
	cursor: pointer;
}
h1 {
	margin: 0;
	padding: 0;
}

/* MAIN */
#main {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	padding: 0 0;
	text-align: left;

}



/* ----------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------ HEADER --------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
#bg_header {
	position: relative;
	width: 100%;
	height: 112px;
	background: url(../images/bg_header.gif);
	margin-bottom: 5px;
}
#cont_header  {
	position: relative;
	width: 960px;
	height: 87px;
	background: #645c53;
	margin: 0 auto;
	padding: 15px 10px 0 10px;
}

#cont_header #flag {
	float: left;
	margin: 20px 10px 0 0;
	border: 2px solid #8a8075;
}

/* Logo */
#logo {
	width: 270px;
	height: 57px;
	float: left;
}

#logo a:link, #logo a:visited, #logo a:active {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
	font-size: 34px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
}
#logo span {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0 0 0 5px;
}


/* ---------------------- BUSCADOR PRINCIPAL  ---------------------- */
#buscador_princ {
	width: 490px;
	float: right;
	background: #524C44;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 6px;
}

/* MENU */
ul#buscador_princ_menu {
	position: relative;
	font-size: 11px;
	list-style-type: none;
	list-style-position: inherit;
	padding: 0;
	margin: 0;
	width: 490px;
}
ul#buscador_princ_menu li {
	float: left;
	vertical-align: middle;
	margin: 0;
}
ul#buscador_princ_menu a:link, ul#buscador_princ_menu a:visited, ul#buscador_princ_menu a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background: #31506A;
	padding: 2px 10px 2px 10px;
	display: block;	
}
ul#buscador_princ_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #294358;
	padding: 2px 10px 2px 10px;
	display: block;
}
ul#buscador_princ_menu span {
	background: #294358;	
	font-size: 11px;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	display: block;
	color: #FFFFFF;
}

/* BUSCAR */
#buscador_princ_buscar {
	background: #524c44;
	padding: 5px;
	width: 480px;
	float: left;
}
.buscador_princ_buscar_input {
	position: relative;
	color: #333333;
	width: 180px;
	height: 22px;
	float: left;	
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0 0 5px;
	margin: 0;
}
#buscador_princ_buscar button {
	position: relative;
	width: 76px;
	height: 28px;
	float:left;
	background: url(../images/bot_buscar_princ.gif);
	text-align: center;
	margin: 0 0 0 5px;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	clear:right;
	display:block;
}
#buscador_princ_buscar select {
	position: relative;
	width: 205px;
	height: 26px;
	float: left;	
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 19px;
	font-weight: normal;
	color: #333333;
	margin: 0 0 0 5px;
}

#buscador_princ_buscar label {
	position:relative;
	clear:right;
}


/* ---------------------- MENU DEL SITIO  ---------------------- */
#cont_menu_sitio{
	position: absolute;
	height: 19px;
	bottom: 0px;
	left: 5px;
	right: 5px;
	padding: 0 5px 0 5px;
	width: 950px;	
}

/* MENU IZQUIERDA */
ul#menu_left {
	position: relative;
	font-size: 11px;
	list-style-type: none;
	list-style-position: inherit;
	padding: 0;
	margin: 0;
	float: right;
}
ul#menu_left li {
	float: left;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
ul#menu_left a:link, ul#menu_left a:visited, ul#menu_left a:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #524c44;
	padding: 2px 10px 2px 8px;
	display: block;
}
ul#menu_left a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #443F39;
	padding: 2px 10px 2px 8px;
	display: block;
}
ul#menu_left span {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #443F39;
	padding: 2px 10px 2px 8px;
	display: block;
}
ul#menu_left img {
	border: 0;
}

/* MENU DERECHA */
ul#menu_right {
	position: relative;
	font-size: 11px;
	list-style-type: none;
	list-style-position: inherit;
	padding: 0;
	margin: 0;
	float: right;
}
ul#menu_right li {
	float: left;
	vertical-align: middle;
	margin: 0;
}
ul#menu_right a:link, ul#menu_right a:visited, ul#menu_right a:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #2A455C;
	padding: 2px 10px 2px 8px;
	display: block;
}
ul#menu_right a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #2A455C;
	padding: 2px 10px 2px 8px;
	display: block;
}
ul#menu_right span {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #2A455C;
	padding: 2px 10px 2px 8px;
	display: block;
}
ul#menu_right img {
	border: 0;
}



/* ----------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- CONTENIDO -------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
#content {
	position: relative;
	padding: 10px 10px 0 10px;
	width: 960px;
	margin: 0 auto;
}
.clear {
	clear: both;
}


/* SUB-HEADER (PUBLICAR CLASIFICADOS GRATIS Y ANUNCIOS CLASIFICADOS EN) */
#bg_subheader {
	position: relative;
	width: 100%;
	height: 56px;
	background: #F3F6F7;
	border-top: 1px solid #E7ECEE;
	border-bottom: 1px solid #E7ECEE;
}
#cont_subheader  {
	position: relative;
	width: 960px;
	height: 56px;
	margin: 0 auto;
	padding: 0;
}
#cont_subheader div#publicar_clasificado_gratis {
	float: left;
	width: 330px;
	padding: 10px 0 0 0;
}
#cont_subheader button {
	position: relative;
	width: 330px;
	height: 35px;
	float: right;
	background: url(../images/bot_publicar_clasificado.gif);
	text-align: center;
	margin: 0 0 0 0;
	border: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
}
#cont_subheader div#anuncios_clasificados_en {
	float: right;
	text-align: right;
	padding: 10px 0 0 0;
	font-size: 14px;
}
#cont_subheader div#anuncios_clasificados_en {
	float: right;
	text-align: right;
	padding: 10px 0 0 0;
	font-size: 14px;
}

h1 {
	padding: 10px 0 0 0;
	font-size: 18px;
	margin: 0;
	line-height: 0;
}

/* BREADCRUMBS */
#nav {
	position: relative;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #333333;
	font-weight: normal;
}
#nav a:hover {
	color: #288CC1;
	font-weight: normal;
}

/* CANTIDAD DE ANUNCIOS ENCONTRADOS */
#resul_cant {
	position: relative;
	margin-bottom: 5px;
	font-size: 12px;
	text-align: right;
}

/* MENSAJES CHECK & ERROR */
.msj_check {
	position: relative;
	width: 700px;
	margin: 0 auto;
	background: url(../images/ico_msjCheck.gif) no-repeat;
	border: 2px solid #EAEAEA;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 26px 20px 26px 20px;
	text-align: center;	
	margin-bottom: 10px;
}
.msj_error {
	position: relative;
	width: 700px;
	margin: 0 auto;
	background: url(../images/ico_msjError.gif) no-repeat;
	border: 2px solid #EAEAEA;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 26px 20px 26px 20px;
	text-align: center;	
	margin-bottom: 10px;
}
.msj_destacados {
	position: relative;
	width: 700px;
	margin: 0 auto;
	background: url(../images/ico_msjDest.gif) no-repeat;
	border: 2px solid #EAEAEA;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 26px 20px 26px 20px;
	text-align: center;	
	margin-bottom: 10px;
}

/* TITULOS */
.tit {
	position: relative;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	background: #F5F5F5;
	border-bottom: 4px solid #E6E6E6;
	padding: 5px;
	margin-bottom: 10px;
}

/* OPCIONES */
.opc01 {
	color: #B23002;
}
.opc02 {
	color: #836922;
}

/* PAGINADOR */
.pag {
    padding: 5px;
    margin: 10px;
    font-size: 14px;
	height: 25px;
	font-weight: bold;
}
.pag a, .pag span {
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 2px solid #fff;
    background: #F3F3F3;
}
.pag span.current {
    border: 2px solid #BCD9E6;
    font-weight: bold;
    background: #645C53;
    color: #fff;
}
.pag a {
    border: 2px solid #EAEAEA;
    text-decoration: none;
	color: #333333;
}
.pag a:hover {
    border-color: #CCCCCC;
	background: #FFFFFF;
    color: #288CC1;
}
.pag a.antsig {
    font-weight: bold;
	color: #333333;
}
.pag a.antsig:hover {
    font-weight: bold;
    color: #288CC1;
}

.pag span.antsig {
    color: #666;
}
.pag span.antsig {
	border: 2px solid #ddd;
	color: #999;
}

/* TIPS */
.clasi_tips {
	float: left;
	background: #FFFFFF;
	color: #666666;
	border-top: 2px solid #E6E6E6;
	border-bottom: 2px solid #E6E6E6;
	border-right: 2px solid #E6E6E6;
	border-left: 6px solid #E6E6E6;
	padding: 5px;
	margin: 10px 0 10px 0;
}
.clasi_tip .img {
	margin: 2px 0 0 0;
}
.clasi_tips ul {
	font-size: 11px;
	list-style-type: none;
	list-style-position: inherit;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #333333;
}
.clasi_tips ul li {
	line-height: 18px;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.clasi_tips ul img {
	margin: 2px 2px 0 0;
}



/* ----------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------ INDEX ---------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */

/* COLUMNAS */
#index_col_01 {
	float: left;
	width: 157px;
	margin-right: 10px;
}
#index_col_02 {
	float: left;
	width: 636px;
	margin-right: 10px;
}
#index_col_03 {
	float: left;
	width: 147px;
}


/* COLUMNA 01 */

/* Paises */
ul#clasien_pais {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	color: #abb525;
	font-weight: bold;
}
ul#clasien_pais li {
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 24px;
}
ul#clasien_pais a:link, ul#clasien_pais a:visited, ul#clasien_pais a:active {
	font-size: 12px;
	font-weight: normal;
}
ul#clasien_pais a:hover {
	text-decoration: none;
	font-weight: normal;
}
ul#clasien_pais span {
	color: #9ecb3b;
	font-size: 18px;
	font-weight: normal;
}
ul#clasien_pais strong {
	font-size: 14px;
	color: #333333;
}

/* Ciudades */
ul#clasien_ciu {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin-left: 6px;
	color: #2B4A65;
	font-weight: bold;
}
ul#clasien_ciu li {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 24px;
}
ul#clasien_ciu a:link, ul#clasien_ciu a:visited, ul#clasien_ciu a:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
ul#clasien_ciu a:hover {
	text-decoration: none;
	font-weight: normal;
}
ul#clasien_ciu span {
	font-size: 18px;
	font-weight: normal;
}
ul#clasien_depar strong {
	font-size: 14px;
	color: #333333;
}

/* Inserta tu anuncio */
#inserta_tuanuncio {
	text-align: center;
	margin-top: 10px;
}
#inserta_tuanuncio span {
	font-size: 18px;
	color: #EC6513;
}
#inserta_tuanuncio a:link, #inserta_tuanuncio a:visited, #inserta_tuanuncio a:active {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#inserta_tuanuncio a:hover {
	font-size: 12px;
	font-weight: bold;
}

/* COLUMNA 02 */
/* Columnas */
#index_cat_col_01 {
	float: left;
	width: 206px;
	margin-right: 5px;
}
#index_cat_col_02 {
	float: left;
	width: 206px;
	margin-right: 5px;
}
#index_cat_col_03 {
	float: left;
	width: 206px;
	margin-right: 5px;
}

/* Contenedor de Categorias */

.cont_ads_front{
	float:left;
	position:relative;
	border: 2px solid #F3F3F3;
	margin: 0 5px 5px 0;
	padding: 10px;
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	width:182px;
}

/* Contenedor de Categorias */
.cont_cat {
	border: 2px solid #F3F3F3;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.cont_cat a:link, .cont_cat a:visited, .cont_cat a:active {
	color: #97ab13;
}
.cont_cat a:hover {
	color: #FFFFFF;
	background: #97ab13;
	text-decoration: none;
}

/* Listado SubCategorias */
ul.categoria {
	list-style-type: none;
	list-style-position: inherit;
	padding: 0;
	margin: 10px 0 0 0;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
}
ul.categoria li {
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 18px;
}
ul.categoria a:link, ul.categoria a:visited, ul.categoria a:active {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
}
ul.categoria a:hover {
	color: #a5b345;
	text-decoration: none;
	background: #FFFFFF;
}

/* COLUMNA 03 */
a#lo_nuevo:link, a#lo_nuevo:visited, a#lo_nuevoactive {
	background: url(../images/banner_lonuevo.gif);
	width: 147px;
	height: 53px;
	margin: 0;
	border: 0;
	text-decoration: none;
	display: block;
	position: relative;
	text-indent: -5000px;
}



/* ----------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- BUSCADOR -------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* COLUMNAS */
#buscador_col_01 {
	float: left;
	width: 180px;
	margin-right: 10px;
}
#buscador_col_02 {
	float: left;
	width: 780px;
}


/* ----------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- CAMBIAR DE PAIS --------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */

ul.select_country {
	list-style-type: none;
	padding: 0;
	margin: 0 35px 0 0 ;
}

ul.select_country li {
	display: inline;
	float:left;
	margin:15px 25px 0 0;
	padding: 0;
}

ul.select_country a:link, ul.select_country a:visited, ul.select_country a:active {
	font: 12px Arial, Tahoma, Trebuchet MS;
}

ul.select_country a:hover{
	text-decoration:none;
}


/* ----------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- RESULTADOS -------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* COLUMNAS */
#resultados_col_01 {
	float: left;
	width: 180px;
	margin-right: 10px;
}
#resultados_col_02 {
	float: left;
	width: 600px;
}

/* Menu Vertical */
/* Menu*/
ul#menu_opc {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0 0 15px 0;
	color: #abb525;
	font-weight: bold;
}
ul#menu_opc li {
	margin: 6px 0 0 0;
	padding: 0;
	line-height: 15px;
}
ul#menu_opc a:link, ul#menu_opc a:visited, ul#menu_opc a:active {
	font-size: 12px;
	font-weight: normal;

}
ul#menu_opc a:hover {
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}
ul#menu_opc span {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
ul#menu_opc strong {
	font-size: 12px;
	color: #cc0000;
}
ul#menu_opc span.cant {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

/* Sub Menu*/
ul#menu_opc2 {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin-left: 10px;
	color: #2B4A65;
	font-weight: bold;
}
ul#menu_opc2 li {
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 15px;
}
ul#menu_opc2 a:link, ul#menu_opc2 a:visited, ul#menu_opc2 a:active {
	font-size: 12px;
	color: #438cb2;
	font-weight: normal;
	text-decoration: none;
}
ul#menu_opc2 a:hover {
	color: #007ec0;
	text-decoration: underline;
	font-weight: normal;
}
ul#menu_opc2 span {
	font-size: 12px;
	font-weight: bold;
}
ul#menu_opc2 strong {
	font-size: 12px;
	color: #cc0000;
}
ul#menu_opc2 span.cant {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

/* Listado de Resultados (NORMAL) */
.tit_fecha {
	position: relative;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	background: #F5F5F5;
	border-bottom: 4px solid #E6E6E6;
	padding: 5px;
	float: left;
	width: 760px;
	margin-bottom: 10px;
}

ul#resul {
	position: relative;
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 0 0;
	margin: 0;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

ul#resul .thumbs {
	float:left;
	margin: 5px 5px 0 5px;
	width:50px;
	text-align:center;
}

ul#resul li {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: #F5F5F5;
}
ul#resul a:link, ul#resul a:visited, ul#resul a:active {
	color: #20538D;
}
ul#resul a:hover {
	color: #FFFFFF;
	background: #20538D;
	text-decoration: none;
}
ul#resul p {
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
}
ul#resul span {
	font-size: 11px;
}
ul#resul a#enlugar:link, ul#resul a#enlugar:visited, ul#resul a#enlugar:active {
	font-size: 11px;
	color: #333333;
	background: #F5F5F5;
	text-decoration: none;
}
ul#resul a#enlugar:hover {
	font-size: 11px;
	color: #000000;
	background: #F5F5F5;
	text-decoration: underline;
}
ul#resul .resul_txt {
	float: left;
	margin: 5px;
	width: 78%;
}
ul#resul .destacado {
	float: left;
}

ul#resul .resul_ml {
	float:right;
	font-size:10px;
	margin: 30px 10px 0 0;
	font-weight:normal;
	color:#5c5c5c;
}

/* Listado de Resultados en Anuncios (LARGE) */
.tit_fecha_large {
	position: relative;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	background: #F5F5F5;
	border-bottom: 4px solid #E6E6E6;
	padding: 5px;
	float: left;
	width: 950px;
	margin-bottom: 10px;
}
ul#resul_large {
	position: relative;
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 0 0;
	margin: 0;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	width:100%;
}

ul#resul_large .resul_ml {
	float:right;
	font-size:10px;
	margin: 30px 10px 0 0;
	font-weight:normal;
	color:#5c5c5c;
}

ul#resul_large li {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: #F5F5F5;
}
ul#resul_large a:link, ul#resul_large a:visited, ul#resul_large a:active {
	color: #20538D;
}
ul#resul_large a:hover {
	color: #FFFFFF;
	background: #20538D;
	text-decoration: none;
}
ul#resul_large img {
	padding: 5px 5px 0 5px;
	float: left;
}
ul#resul_large p {
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
}
ul#resul_large span {
	font-size: 11px;
}
ul#resul_large a#enlugar:link, ul#resul_large a#enlugar:visited, ul#resul_large a#enlugar:active {
	font-size: 11px;
	color: #333333;
	background: #F5F5F5;
	text-decoration: none;
}
ul#resul_large a#enlugar:hover {
	font-size: 11px;
	color: #000000;
	background: #F5F5F5;
	text-decoration: underline;
}
ul#resul_large .resul_txt {
	float: left;
	margin: 5px;
	width: 680px
}
ul#resul_large .destacado {
	float: left;
}


/* LOGIN ADMIN PREMIUM */
#login_premium {
	position: relative;
	width: 790px;
	margin: 20px auto;
}
#login_premium label {
	width: 230px;
	float: left;
	text-align: right;
	padding: 3px;
	color: #CF0B0B;
	font-size: 16px;
	font-weight: bold;
}
#login_premium .field {
	margin: 0 0 0 250px;
	padding: 3px;
}
#login_premium input, #login_premium select, #login_premium textarea {
	font-family: Arial, Tahoma;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #DBDBDB;
}
#login_premium form .rows_form {
	padding: 10px 0 10px 0;
}
#login_premium .rows_form input.checkbox, #login_premium .rows_form input.radio {
	float: none;
	margin-left: 0;
	border: none;
}
#login_premium .field p {
	margin: 0;
}
#login_premium input.med {
	width: 230px;
	margin-bottom: 3px;
}
#login_premium button {
	position: relative;
	width: 76px;
	height: 28px;
	float: none;
	background: url(../images/bot_buscar_princ.gif);
	text-align: center;
	margin: 0 0 0 300px;
	border: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
}
#login_premium .divisoria {
	border-bottom: 1px solid #E5E5E5;
	height: 5px;
	margin: 20px 0 20px 0;
}
#login_premium a:link, #login_premium a:visited, #login_premium a:active  {
	margin-left: 130px;
	font-size: 11px;
	text-decoration: none;
}

#login_premium .field .error {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background: url(../images/ico_error.gif) no-repeat 0 4px;
	padding: 6px 0 0 21px;
}




/* ----------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- ANUNCIO ---------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
#cont_anuncio {
	position: relative;
	background: #EFEFEF;
	padding: 10px;
	margin: 0;
}
.anuncio {
	font-size: 14px;
	color: #333333;
	background: #F8F8F8;
	border: 5px solid #FFFFFF;
	padding: 10px;
	margin: 0;
}
.anuncio h1 {
	font-family: Trebuchet MS, Arial;
	color: #467AA6;
	font-size: 30px;
	margin: 15px 0 30px 0;
	line-height: 30px;
}
.anuncio p {
	line-height: 18px;
}
.anuncio span {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.anuncio_datos {
	background: #F8F8F8;
	border: 5px solid #FFFFFF;
	padding: 10px 5px 10px 10px;
	margin-top: 10px;

}
.anuncio_datos ul {
	font-size: 12px;
	list-style-type: none;
	list-style-position: inherit;
	font-weight: normal;
	padding: 0;
	margin: 0;
	display:table;
}
.anuncio_datos ul li {
	line-height: 18px;
	float: left;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.anuncio_datos ul li#precio {
	line-height: 18px;
	float: left;
	vertical-align: middle;
	margin: 0 20px 0 0;
	width: 150px;
}
.anuncio_datos span {
	color: #EE4900;
	font-weight: bold;
	font-size: 14px;
}
.anuncio_imagenes {
	position: relative;
	background: #F8F8F8;
	border: 5px solid #FFFFFF;
	padding: 10px 5px 10px 10px;
	margin-top: 10px;
}
.cont_imagenes {
	position: relative;
}
.img_tit {
	position: relative;
	float: left;
	color: #EE4900;
	font-weight: bold;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 900px;
}
.img_thumbs {
	position: relative;
	float: left;
	width: 50px;
	margin-right: 30px;
}
.img_thumbs img {
	margin-bottom: 10px;
	border: 1px solid #B9D7E7;
	clear: left;
	float:left;
}
.img_large {
	position: relative;
	float: left;
	border: 1px solid #B9D7E7;	
}

/* DENUNCIAR ANUNCIO */
#cont_denunciar {
	position: relative;
	width: 960px;
	height: 20px;
	margin-bottom: 10px;
	text-align: center;	
}
#denunciar {
	background: #EFEFEF;
	font-size: 12px;
	width: 140px;
	float: right;
	padding: 2px;
}
#denunciar a:link, #denunciar a:visited, #denunciar a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;	
}

/* CONCRETADO */
#concretado {
	position: relative;
	top:0;
	right: 2px;
}
#msj_concretado {
	position: relative;
	border: 2px solid #94CD5C;
	padding: 10px;
	width: 720px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/* EXPIRADO */
#expirado {
	position: relative;
	top:0;
	right: 0px;
	position:absolute; 
}
#msj_expirado {
	position: relative;
	border: 2px solid #D74343;
	padding: 10px;
	width: 720px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}



/* ----------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- PUBLICAR --------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
ul#publicar_selecciona {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
	margin: 10px 0 0 0;
	color: #E6E6E6;
	font-weight: normal;
	font-size: 12px;
}
ul#publicar_selecciona li {
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 40px;
}
ul#publicar_selecciona a:link, ul#publicar_selecciona a:visited, ul#publicar_selecciona a:active {
	font-size: 24px;
	color: #20538D;
}
ul#publicar_selecciona a:hover {
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	background: #20538D;
}
ul#publicar_selecciona span {
	color: #333333;
}


/* FORMULARIO */
#publicar_formulario {
	position: relative;
	width: 790px;
	margin: 20px auto;
}
#publicar_formulario label {
	width: 230px;
	float: left;
	text-align: right;
	padding: 3px;
	color: #20538D;
	font-size: 16px;
	font-weight: bold;
}
#publicar_formulario .field {
	margin: 0 0 0 250px;
	padding: 3px;
}
#publicar_formulario input, #publicar_formulario select, #publicar_formulario textarea {
	font-family: Arial, Tahoma;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #DBDBDB;
}
#publicar_formulario form .rows_form {
	padding: 10px 0 10px 0;
}
#publicar_formulario .rows_form input.checkbox, #publicar_formulario .rows_form input.radio {
	float: none;
	margin-left: 0;
	border: none;
}
#publicar_formulario .field p {
	margin: 0;
}
#publicar_formulario textarea {
    width: 500px;
    height: 100px;
}
#publicar_formulario input.sm {
	width: 138px;
}
#publicar_formulario input.med {
	width: 230px;
}
#publicar_formulario input.larg {
	width: 500px;
}
#publicar_formulario select.med {
	width: 240px;
	padding: 2px;
}
#publicar_formulario input.imagenes {
	font-size: 14px;
	font-family: Arial, Tahoma;
	margin: 0;
	padding: 5px;
	border: 1px solid #DBDBDB;
}
#publicar_formulario .divisoria {
	border-bottom: 1px solid #E5E5E5;
	height: 5px;
	margin: 20px 0 20px 0;
}
#publicar_formulario button {
	position: relative;
	width: 330px;
	height: 35px;
	float: none;
	background: url(../images/bot_publicar_clasificado.gif);
	text-align: center;
	margin: 0 0 0 210px;
	border: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
}

/* ALERTA */
#publicar_formulario .field .error {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background: url(../images/ico_error.gif) no-repeat 0 4px;
	padding: 6px 0 0 21px;
}


/* IMAGENES */
#subir_img {
	position: relative;
	width: 408px;
	height: 150px;
	margin: 10px 0 0 250px;
}
#subir_img .nros {
	width: 129px;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	float: left;
	padding: 0 0 0 5px;
}
#subir_img .bg_imgs {
	width: 408px;
	height: 120px;
	background: url(../images/bg_imags.gif);
	float: left;
	margin-bottom: 5px;
}
#subir_img .elim {
	width: 100px;
	height: 10px;
	font-size: 11px;
	color: #333333;
	float: left;
	text-align: center;
	margin-top: 10px;
}
#subir_img .elim a:link, #subir_img .elim a:visited, #subir_img .elim a:active {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#subir_img .elim a:hover {
	font-size: 11px;
	color: #CF0B0B;
}
ul#imgs {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	color: #E6E6E6;
	font-weight: normal;
	font-size: 12px;
}
ul#imgs li {
	width: 104px;
	height: 76px;
	float: left;
	padding: 10px 17px 10px 15px;
}

ul#imgs img {
	border: 1px solid #C5C5C5;
}



/* ----------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- FOOTER ------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */

/* FOOTER 01 */
#bg_footer_01 {
	display: table;
	position: relative;
	width: 100%;
	background: #e0e0e0;
	margin-top: 20px;
	padding: 6px 0 6px 0;
	border-top: 6px solid #645c53;
}
#cont_footer_01 {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
}
#cont_footer_01 strong {
	color: #EC6513;
}
#cont_footer_01 span {
	color: #EC6513;
	background: #FFFFFF;
	font-weight: bold;
}

/* FOOTER 02 */
#bg_footer_02 {
	display: table;
	position: relative;
	width: 100%;
	background: #ebebeb;
	padding: 6px 0 6px 0;
}
#cont_footer_02 {
	width: 960px;
	margin: 0 auto;
}
#cont_footer_02 #left_02 {
	float: left;
	width: 250px;
}
#cont_footer_02 #left_02 a:link, #cont_footer_02 #left_02 a:visited, #cont_footer_02 #left_02 a:active  {
	color: #EC6513;
	font-size: 18px;
	text-decoration: none;
}
#cont_footer_02 #left_02 a:hover {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	background: #EC6513;
}
#cont_footer_02 #right_02 {
	float: right;
	color: #C4C4C4;
	margin-top: 2px;
}
#cont_footer_02 #right_02 a:link, #cont_footer_02 #right_02 a:visited, #cont_footer_02 #right_02 a:active  {
	color: #666666;
	font-size: 11px;
}
#cont_footer_02 #right_02 a:hover {
	color: #288CC1;
	font-size: 11px;
}

/* FOOTER 03 */
#bg_footer_03 {
	display: table;
	position: relative;
	width: 100%;
	padding: 5px 0 5px 0;
	margin: 15px 0 15px 0;
}
#cont_footer_03 {
	width: 960px;
	margin: 0 auto;
}
#cont_footer_03 #left_03 {
	float: left;
	width: auto;
	color: #666666;
}
#cont_footer_03 #left_03 a:link, #cont_footer_03 #left_03 a:visited, #cont_footer_03 #left_03 a:active  {
	color: #666666;
	font-size: 12px;
}
#cont_footer_03 #left_03 a:hover {
	color: #288CC1;
	font-size: 12px;
}
#cont_footer_03 #right_03 {
	float: right;
}

div.cont-country-footer{
	background:url(/images/bg-country-footer.gif) repeat-x #6e6e6e;
	width: 100%;
	display: table;
	position: relative;
	padding: 5px 0 5px 0;
	margin: 0 0 15px 0;
}

div.country-footer{
	margin: 20px auto;
	width: 960px;
	color:#ffffff;
	font-size:16px;
}

div.country-footer ul{
	margin:15px 75px 15px 0;
	padding:0;
	float:left;
}

div.country-footer li{
	list-style-type:none;
	clear:both;
	margin-top:10px;
	font-size:13px;
}

div.country-footer a{
	color:#ffffff;
	text-decoration:none;
}

div.country-footer a:hover{
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------- AYUDA -------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */

ul.pasos_publicar {
	font-size: 14px;
	list-style-type: none;
	list-style-position: inherit;
	font-weight: normal;
	padding: 0;
	margin: 10px;
	font-weight: bold;
	height: 490px;
}
ul.pasos_publicar li {
	line-height: 18px;
	float: left;
	width: 431px;
	margin: 0 20px 20px 10px;
	color: #4A4A4A;	
}
ul.pasos_publicar li span.num {
	color: #CF0B0B;
	font-size: 18px;
	font-weight: bold;
}
.ayuda_txt {
	margin: 10px;
}
.ayuda_txt p {
	margin-bottom: 10px;
}
.ayuda_txt_tit {
	font-size: 14px;
}


/* ----------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- FORMAS DE PAGO ------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------- */
.msj_formas {
	width: 700px;
	margin: 0 auto;
	border: 2px solid #EAEAEA;
	color: #333333;
	padding: 26px 20px 26px 20px;
	margin-bottom: 10px;
}
.msj_formas p {
	margin-bottom: 10px;
}
.msj_formas .tit {
	font-size: 14px;
}



/* ----------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- CONTACTO --------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
#contacto {
	position: relative;
	width: 790px;
	margin: 20px auto;
}
#contacto label {
	width: 230px;
	float: left;
	text-align: right;
	padding: 3px;
	color: #20538D;
	font-size: 16px;
	font-weight: bold;
}
#contacto .field {
	margin: 0 0 0 250px;
	padding: 3px;
}
#contacto input, #contacto textarea {
	font-family: Arial, Tahoma;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #DBDBDB;
}
#contacto textarea {
    width: 500px;
    height: 100px;
}
#contacto form .rows_form {
	padding: 10px 0 10px 0;
}
#contacto .field p {
	margin: 0;
}
#contacto input.med {
	width: 230px;
	margin-bottom: 3px;
}
#contacto button {
	position: relative;
	width: 76px;
	height: 28px;
	float: none;
	background: url(../images/bot_buscar_princ.gif);
	text-align: center;
	margin: 0 0 0 300px;
	border: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
}
#contacto .divisoria {
	border-bottom: 1px solid #E5E5E5;
	height: 5px;
	margin: 20px 0 20px 0;
}
#contacto .field .error {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background: url(../images/ico_error.gif) no-repeat 0 4px;
	padding: 6px 0 0 21px;
}



/* ----------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- ADMIN CLASIPAR ------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------- */

/* PARA RESULTADOS */ 
p.admin_resul {
	background: #FFFFFF;
	width: 460px;
	color: #000000;
	font-size: 10px;
	border: 1px solid #E6E6E6;
	padding: 5px;	
}
p.admin_resul a:link, p.admin_resul a:visited, p.admin_resul a:active {
	font-size: 10px;
	margin: 0 3px 0 3px;
}
p.admin_resul a:hover {
	font-size: 10px;
	text-decoration: none;
	margin: 0 3px 0 3px;
}



/* ----------------------------------------------------------------------------------------------------- */
/* ---------------------------------- RESULTADOS DE ANUNCIOS POR USUARIO ------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

/* Listado de Resultados */
.tit_fecha {
	position: relative;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	background: #F5F5F5;
	border-bottom: 4px solid #E6E6E6;
	padding: 5px;
	float: left;
	width: 98%;
	margin-bottom: 10px;
}

ul#resul_user {
	position: relative;
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 0 0;
	margin: 0;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
ul#resul_user li {
	float: left;
	width: 960px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: #F5F5F5;
}
ul#resul_user a:link, ul#resul_user a:visited, ul#resul_user a:active {
	color: #20538D;
}
ul#resul_user a:hover {
	color: #FFFFFF;
	background: #20538D;
	text-decoration: none;
}
ul#resul_user img {
	padding: 5px 5px 0 5px;
	float: left;
}
ul#resul_user p {
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
}
ul#resul_user span {
	font-size: 11px;
}
ul#resul_user a#enlugar:link, ul#resul_user a#enlugar:visited, ul#resul_user a#enlugar:active {
	font-size: 11px;
	color: #333333;
	background: #F5F5F5;
	text-decoration: none;
}
ul#resul_user a#enlugar:hover {
	font-size: 11px;
	color: #000000;
	background: #F5F5F5;
	text-decoration: underline;
}
ul#resul_user .resul_txt {
	float: left;
	margin: 5px;
	width: 650px
}
ul#resul_user .destacado {
	float: left;
}
ul#resul_user a.user_link:link, ul#resul_user a.user_link:visited, ul#resul_user a.user_link:active {
	font-size: 14px;
	color: #333333;
	background: #EDEDED;
	text-decoration: none;
	line-height: 19px;
}
ul#resul_user a.user_link:hover {
	font-size: 14px;
	color: #000000;
	background: #F5F5F5;
	text-decoration: none;
	line-height: 19px;
}

/* Contenedor Acciones */
.user_links {
	float: left;
	width: 190px;
	height: 58px;
	margin-left: 20px;
	margin-top: 4px;
	padding-left: 25px;
	padding-top: 3px;
	background: url(../images/bg_user_resul.gif) no-repeat;
}



/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- MARCAR COMO CONCRETADO ------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
#marcar_concretado {
	position: relative;
	width: 790px;
	margin: 20px auto;
}
#marcar_concretado label {
	width: 230px;
	float: left;
	text-align: right;
	padding: 3px;
	color: #20538D;
	font-size: 16px;
	font-weight: bold;
}
#marcar_concretado .field {
	margin: 0 0 0 250px;
	padding: 3px;
}
#marcar_concretado input, #marcar_concretado textarea {
	font-family: Arial, Tahoma;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #DBDBDB;
}
#marcar_concretado form .rows_form {
	padding: 10px 0 10px 0;
}
#marcar_concretado .rows_form input.radio {
	float: none;
	margin-left: 0;
}
#marcar_concretado .field p {
	margin: 0;
}
#marcar_concretado textarea {
    width: 375px;
    height: 90px;
}
#marcar_concretado button {
	position: relative;
	width: 330px;
	height: 35px;
	float: none;
	background: url(../images/bot_publicar_clasificado.gif);
	text-align: center;
	margin: 0 0 0 250px;
	border: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
}
#marcar_concretado .divisoria {
	border-bottom: 1px solid #E5E5E5;
	height: 5px;
	margin: 20px 0 20px 0;
}

#marcar_concretado .a_traves {
	margin: 0 10px 0 100px;
}


/* CAPTCHA DEL MAIL DEL ANUNCIO */

div.cont-capcha-email{
	position:relative;
	float:left;
}

div.capcha-email{
	background:#fff;
	position:absolute;
	float:left;
	border: 5px solid #508fc4;
	width:295px;
	bottom:23px;
	left:100px;
}

div.capcha-email h1{
	background:#f5f5f5;
	font: bold 12px Arial, Tahoma, Trebuchet MS;
	margin:0;
	padding:5px;
}

div.capcha-email input{
	margin:10px 0 10px 0;
	padding:3px;
	font:14px Arial, Tahoma, Trebuchet MS;
}

div.capcha-email-cerrar{
	position:absolute;
	float:left;
	top:5px;
	right:5px;
}

div.capcha-email-ico{
	background:url(/images/capcha-llamada.gif) no-repeat;
	position: absolute;
	bottom:-16px;
	left:-5px;
	height:11px;
	width:11px;
}
