﻿/* 
 * Estudio Pica: diseño + desarrollo client-side
 *
 */

/* GENERALES */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #83876b url('../images/fondo.gif') repeat-x center top;
}

a img {
	border-style: none;
}

/*<group=LAYOUT>*/

#todo {
	width: 720px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

#logobox {
	position: absolute;
	width: 500px;
	height: 200px;
	top: 100px;
	left: 110px
}


#flags {
	position: relative;
	width: 550px;
	height: 60px;
	top: 130px;
	left: -90px
	
	
}


#guia_txt {
	width: 500px;
	height: 44px;	
	position: relative;
	left: 0px;
	top: 110px
	
}




li#argentina_flag a {
	height: 26px;
	width: 39px
	background: url('../images/argentina_flag_off.gif') no-repeat;
}

li#argentina_flag a:hover {
	background: url('../images/argentina_flag.gif') no-repeat;
}




li#chile_flag a {
	height: 26px;
	width: 39px
	background: url('../images/chile_flag_off.gif') no-repeat;
}

li#chile_flag a:hover {
	background: url('../images/chile_flag.gif') no-repeat;
}




li#spain_flag a {
	height: 26px;
	width: 39px
	background: url('../images/spain_flag_off') no-repeat;
}

li#spain_flag a:hover {
	background: url('../images/spain_flag.gif') no-repeat;
}



li#paraguay_flag a {
	height: 26px;
	width: 39px
	background: url('../images/paraguay_flag_off') no-repeat;
}

li#paraguay_flag a:hover {
	background: url('../images/paraguay_flag.gif') no-repeat;
}


li#uruguay_flag a {
	height: 26px;
	width: 39px
	background: url('../images/uruguay_flag_off') no-repeat;
}

li#uruguay_flag a:hover {
	background: url('../images/uruguay_flag.gif') no-repeat;
}



li#argentina_flag {
	background: url('../images/argentina_flag_off.gif') no-repeat;
	height: 26px;
	width: 39px;
	text-indent: -30000px;
	position: absolute;
	top: 0px;
	left: 110px
}


li#chile_flag {
	background: url('../images/chile_flag_off.gif') no-repeat;
	width: 39px;
	height: 26px;
	text-indent: -30000px;
	position: absolute;
	top: 0px;
	left: 220px

}

li#spain_flag {
	background: url('../images/spain_flag_off.gif') no-repeat;
	width: 39px;
	height: 26px;
	text-indent: -30000px;
	position: absolute;
	top: 0px;
	left: 330px

}

li#paraguay_flag {
	background: url('../images/paraguay_flag_off.gif') no-repeat;
	width: 39px;
	height: 26px;
	text-indent: -30000px;
	position: absolute;
	top: 0px;
	left: 440px

}

li#uruguay_flag {
	background: url('../images/uruguay_flag_off.gif') no-repeat;
	width: 39px;
	height: 26px;
	text-indent: -30000px;
	position: absolute;
	top: 0px;
	left: 550px

}

#argentina_txt {
	position: absolute;
	top: 0px;
	left: 107px

}

#chile_txt {
	position: absolute;
	top: 0px;
	left: 228px

}

#spain_txt {
	position: absolute;
	top: 0px;
	left: 333px

}

#paraguay_txt {
	position: absolute;
	top: 0px;
	left: 438px

}

#uruguay_txt {
	position: absolute;
	top: 0px;
	left: 550px

}


#flag_pais {
	width: 490px;
	height: 36px;
	text-indent: -30000px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 1em;
	font-size: 10px;
	padding: 4px 5px 5px 5px;
}

#flag_pais ul#flags_ul {
	list-style: none;
	height: 36px;
	width: 39px;
}

#flag_pais ul#flags_ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: -30000px;
}


#flag_pais ul#flags_ul li a {
	text-indent: -30000px;
	display: block;
}


#nombre_pais {
	width: 490px;
	height: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 1em;
	font-size: 10px;
	padding: 4px 5px 5px 5px;
}

#nombre_pais a {
	color: #eaeff1;
}






#pie {
	width: 720px;
	height: 44px;	
	position: absolute;
	left: 0px;
	bottom: 0px
	
}




#botonera_secundaria {
	background: url('../images/fondo_subbotonera.gif') repeat-x left top;
	height: 18px;
	width: 711px;
	position: relative
}

#contenido_principal {
	background: #f4f7f8 url('../images/fondo_todo.gif') repeat-y center top;
	position: relative;
	padding: 20px;
	min-height: 300px
}



/* === */

#columna_ancha {
	width: 533px;
	position: relative;
}

#columna_banners_derecha {
	width: 122px;
	position: relative;
}
	
/*</group>*/

/*<group=ENCABEZADO>*/

#logo_telexplorer {
	background: url('../images/logo_telexplorer.gif') no-repeat;
	width: 380px;
	height: 100px;
	text-indent: -30000px;
	position: absolute;
	left: 60px

}




#bajada {
	display: none;
}

#login {
	width: 308px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 35px;
}


/* login y demas */

form#login input {
	border: 1px solid #82876a;
	font: 11px/1em Arial, Helvetica, sans-serif;
	height: 1em;
	padding: 3px;
	margin-right: 10px;
}

form#login input#mail {
	width: 100px;
}

form#login input#password {
	width: 40px;
}

form#login input#boton_entrar {
	color: #ffffff;
	background: #57262d;
	border: 1px solid #82876a;
	font-size: 10px;
	text-transform: uppercase;
	width: 52px;
	height: 20px;
	padding: 2px;
	text-align: center;
	margin: 0px;
}

form#login input#boton_entrar:hover {
	color: #ffffff;
	background: #853845;
	border: 1px solid #82876a;
	font-size: 10px;
	text-transform: uppercase;
	width: 52px;
	height: 20px;
	padding: 2px;
	text-align: center;
	margin: 0px;
}

form#login input#boton_entrar:active {
	color: #ffffff;
	background: #830e28;
	border: 1px solid #fdb400;
	font-size: 10px;
	text-transform: uppercase;
	width: 52px;
	height: 20px;
	padding: 2px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
}

form#login label {
	color: #eef2f4;
	font-weight: bold;
}

/*</group>*/

/*<group=BOTONERAS>*/

#botonera_principal ul#botones_big {
	list-style: none;
	height: 37px;
	width: 300px;
}

#botonera_principal ul#botones_big li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: -30000px;
}

#botonera_principal ul#botones_big li a {
	text-indent: -30000px;
	display: block;
}

li#boton_busqueda {
	height: 37px;
	width: 142px;
}

li#boton_busqueda a {
	height: 37px;
	background: url('../images/boton_busqueda.gif') no-repeat;
	width: 142px
}

li#boton_busqueda a:hover {
	background: url('../images/boton_busqueda-over.gif') no-repeat;
}

li#boton_mitelexplorer {
	height: 37px;
	width: 152px;
}

li#boton_mitelexplorer a {
	height: 37px;
	background: url('../images/boton_mitxp.gif') no-repeat;
	width: 152px
}

li#boton_mitelexplorer a:hover {
	background: url('../images/boton_mitxp-over.gif') no-repeat;
}



li#boton_inicio {
	height: 37px;
	width: 46px;
	right: 83px;
	top: 0px;
	position: absolute;
}

li#boton_inicio a {
	height: 37px;
	background: url('../images/boton_inicio.gif') no-repeat;
	width: 46px
}

li#boton_inicio a:hover {
	background: url('../images/boton_inicio-over.gif') no-repeat;
}

li#boton_ayuda {
	height: 37px;
	width: 83px;
	top: 0px;
	right: 0px;
	position: absolute;
}

li#boton_ayuda a {
	height: 37px;
	background: url('../images/boton_ayuda.gif') no-repeat;
	width: 83px
}

li#boton_ayuda a:hover {
	background: url('../images/boton_ayuda-over.gif') no-repeat;
}

#botonera_secundaria p, #botonera_secundaria a {
	color: #FFFFFF;
	text-decoration: none;
}

#botonera_secundaria a:hover {
	text-decoration: underline;
}

#subbotonera_1 {
	text-align: left;
	width: 300px;
	position: absolute;
	font-weight: bold;
}

#subbotonera_1 a {
	margin-right: 10px;
	margin-left: 25px;
}

#subbotonera_2 {
	text-align: right;
	top: 0px;
	right: 0px;
	width: 300px;
	position: absolute;
}

#subbotonera_2 a {
	margin-right: 10px;
	margin-left: 10px;
}
	
/*</group>*/

/*<group=CONTENIDO PRINCIPAL HOME>*/

#col1 {
	width: 280px;
	position: absolute;
	top: 4px;
	left: 0px;
}

#col2 {
	width: 396px;
	height: 600px;
	margin-left: 280px;
	margin-right: auto;
}

#busqueda {
	background: url('../images/amarillo_fondo.gif') repeat-y left top;
	width: 280px
}

#busqueda #residencial {
	background: url('../images/amarillo_borde_up.gif') no-repeat left top;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 18px
}

#busqueda #comercial {
	background: url('../images/amarillo_borde_bottom.gif') no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 18px
}

h3 {
	color: #09224d;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}

#boton_buscar {
	position: absolute;
	right: 19px;
	z-index: 5;
	top: 140px;
}

#boton_buscar, #boton_buscar2 {
	background: #3a5578;
	color: #eaeff1;
	border: 1px solid #17335b;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 2px;
}

#boton_buscar:hover, #boton_buscar2:hover {
	background: #4d719f;
	color: #ffffff;
	border: 1px solid #17335b;
}

#boton_buscar:active, #boton_buscar2:active {
	background: #09469f;
	color: #ffffff;
	border: 1px solid #062c6c;
}

#form_res1, #form_res2, #form_res3, #form_com {
	width: 244px;
	padding: 5px;
}

/*<group=CUADROS DE TEXTO>*/

input {
	background: #eef2f4;
	border: 1px solid #837544;
}

#nombre {
	
}

#area {
	
}

#tel {
	
}

#calle {
	
}

#altura {
	
}

#provincia1, #provincia2 {
	
}

#nombre_comercio {
	
}

#zona {
	
}
	
/*</group>*/

ul#tabs_res, ul#tabs_res.tab1 {
	background: url('../images/residencial_tabs1.gif') no-repeat;
	position: relative;
	width: 254px;
	height: 24px; list-style-type:none
}
ul#tabs_res.tab2 {
	background: url('../images/residencial_tabs2.gif') no-repeat;
}
ul#tabs_res.tab3 {
	background: url('../images/residencial_tabs3.gif') no-repeat;
}
ul#tabs_com, ul#tabs_com.tab1 {
	background: url('../images/comercial_tabs1.gif') no-repeat;
	position: relative;
	width: 254px;
	height: 24px; list-style-type:none
}
ul#tabs_com.tab2 {
	background: url('../images/comercial_tabs2.gif') no-repeat;
}

ul#tabs_res a, ul#tabs_com a {
	color: #58262e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul#tabs_res a:hover, ul#tabs_com a:hover {
	color: #8f263d;
}

#residencial form {
	background: url('../images/residencial_fondo.gif') no-repeat left top;
	width: 234px;
	height: 95px;
	position: relative;
	padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px
}

#comercial form {
	background: url('../images/comercial_fondo.gif') no-repeat left top;
	width: 234px;
	height: 95px;
	position: relative;
	padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px
}

#boton_nombre {
	float: left;
	margin-right: 24px;
	padding-left: 10px;
	padding-top: 5px;
}

#boton_tel {
	float: left;
	margin-right: 30px;
	padding-top: 5px;
}

#boton_direccion {
	float: left;
	margin-right: 40px;
	padding-top: 5px;
}

#boton_rubro {
	float: left;
	margin-right: 30px;
	padding-left: 10px;
	padding-top: 5px;
}

#boton_nombrecomercio {
	float: left;
	margin-right: 40px;
	padding-top: 5px;
}
	
/*</group>*/

/*<group=CONTENIDO PRINCIPAL RESULTADOS BUSQUEDA>*/

/* === LAYOUT CONTENIDO PRINCIPAL */

#banner_superior {
	
}

ul#filtro_resultados {
	list-style: none;
}

#cant_resultados {
	background: #f5c758;
	border-top: 3px solid #fae289;
	padding: 3px;
}

#geo_resultados, #geo_resultados2 {
	background: #fdf0a1;
	border-bottom: 3px solid #fae38a;
	padding: 3px;
	text-align: center;
}

#geo_resultados label, #geo_resultados2 label {
	margin-left: 15px;
}

#paginas_resultados, #paginas_resultados2 {
	background: #fdf0a1;
	border-bottom: 3px solid #fae38a;
	padding: 3px;
	text-align: center;
}

#geo_resultados2 {
	background: #fdf0a1 url('../images/pie_resultados.gif') no-repeat left bottom;
	padding-bottom: 20px;
	border-bottom-style: none
}

ol#listado_resultados_destacados, ol#listado_resultados {
	list-style: none;
	background: #fae289;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* === TABLA DE PAGINAS === */

#paginas_resultados table, #paginas_resultados2 table {
	margin-right: auto;
	margin-left: auto;
}

#paginas_resultados table td a, #paginas_resultados2 table td a {
	padding: 3px 7px 3px 7px;
	display: block;
	background: #fcf7cf;
	text-decoration: none;
}

#paginas_resultados table td a:hover, #paginas_resultados2 table td a:hover {
	background: #fdfae5;
	font-weight: bold;
}

td.pag_actual {
	padding: 3px 7px 3px 7px;
	background: #fefdf3;
	font-weight: bold;
}

/* === RESULTADOS DESTACADOS DE BUSQUEDA === */

#listado_resultados_destacados li.resultado {
	border-top: 2px solid #fcf2cb;
	background: #fdd467;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	position: relative;
}

#listado_resultados_destacados li.resultado p.resultado_titulo {
	background: #fda809;
	padding: 2px 3px 2px 3px;
}

#listado_resultados_destacados li.resultado p.resultado_telefono {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 2px 3px 2px 3px;
	width: 200px;
	text-align: right;
}

#listado_resultados_destacados li.resultado img.resultado_img {
	float: left;
	width: 59px;
	height: 50px;
	margin-right: 10px;
}

#listado_resultados_destacados li.resultado p.resultado_descripcion {
	background: #fcecaa;
	padding-top: 10px;
	padding-left: 3px;
}

#listado_resultados_destacados li.resultado p.resultado_domicilio {
	background: #fcecaa;
	padding-bottom: 10px;
	padding-left: 3px;
}

#listado_resultados_destacados li.resultado p.resultado_keywords {
	clear: both;
	padding-left: 3px;
}

#listado_resultados_destacados li.resultado p.resultado_agenda {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-right: 3px;
}

/* === RESULTADOS DE BUSQUEDA === */

#listado_resultados li.resultado {
	border-top: 2px solid #fdcb4c;
	background: #fcecaa;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	position: relative;
	line-height: 1.2em;
}

#listado_resultados li.resultado p.resultado_titulo {
	padding: 2px 3px 2px 3px;
}

#listado_resultados li.resultado p.resultado_telefono {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 2px 3px 2px 3px;
	width: 200px;
	text-align: right;
}

#listado_resultados li.resultado img.resultado_img {
	float: left;
	width: 59px;
	height: 50px;
	margin-right: 10px;
}

#listado_resultados li.resultado p.resultado_descripcion {
	padding-top: 3px;
	padding-left: 3px;
}

#listado_resultados li.resultado p.resultado_domicilio {
	padding-bottom: 3px;
	padding-left: 3px;
}

#listado_resultados li.resultado p.resultado_keywords {
	clear: both;
	padding-left: 3px;
}

#listado_resultados li.resultado p.resultado_agenda {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-right: 3px;
}

/* === ANUNCIOS GOOGLE === */

#anuncios_google {
	border-top: 3px solid #fda509;
	border-bottom: 3px solid #fda509;
	padding: 10px 0px;
}
	
/*</group>*/