/* Estilos para el popup que aparece cuando se escribe en la caja de búsqueda*/
#id_sugerFila.sobre {
	background: #659CD8;
	background-color: #659CD8;
	color: #fff;
}
	
#id_sugerFila.normal {
	color:#333333;
	background: #ffffff;
	background-color:#ffffff;
}

.suggestionsBox {
	position: relative;
	margin: 2px 0px 0px 0px;
	width: 450px;
	background-color: #ffffff;
	background: #ffffff;
	border: 1px solid #CEE3F6;
	color: #000;
	z-index:1;
	top: -5px;
	height: 0px;
	}
	
.suggestionList {
		margin: 0px;
		padding: 0px;
		position: absolute;
		background: #ffffff;
		background-color: #ffffff;
		color: #000;
		border: 1px solid #CEE3F6;
	}

/*
.suggestionList tr:hover {
		background-color: #659CD8;
		color: #fff;
	}
.suggestionList td:hover {
		background-color: #659CD8;
		color: #fff;
	}	
*/

/* FIN Estilos para el popup que aparece cuando se escribe en la caja de búsqueda*/

/* Estilos para los botones del buscador */
.filtrosT2 {
	padding-right: 0px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #666666;
	text-align: left;
	display: inline;
}

.filtroTD1 {
	width:102px;
	*width:116px;
}
.filtroTD2 {
	width:100px;
	*width:116px;
}
.filtroTD3 {
	width:90px;
	*width:110px;
}
.filtroTD4 {
	width:80px;
	*width:85px;
}
.filtroTD5 {
	width:70px;
	*width:73px;
}



/* FIN: Estilos para los botones del buscador */

/*
s1 {
        font-size : 14px;
        font-weight : bold;
        text-align : left;
}

s1 .referencia {
	font-style: italic;
}

h1 {
        font-size : 16px;
        font-weight : bold;
        border-top : 1px solid #e0e0e0;
        text-align : center;
        margin-bottom : 10px;
        padding-bottom : 4px;
      }

h1 .tagline {
        font-size : 13px;
        font-weight : normal;
      }

      

h1 a,h1 a .tagline {
        color : #7777cc;
        cursor : pointer;
        text-decoration : underline;
      }
*/

#id_searchForm .gsc-input { 
	width : 300px;
      }

/* La ventana del buscador y sus resultados mantiene look & feel de Chile Clic */	  
.buscador {
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #fdfdfd; background-image: url(http://www.chileclic.gob.cl/1542/styles-4271_BG_BG.gif);
	background-position: top center;
	font-family: arial, helvetica, sans-serif;
}

/* No usado */
input.gsc-input {
	background-image : url(http://www.google.com/coop/intl/es/images/google_custom_search_watermark.gif);
	background-attachment : scroll;
/*	background-origin : initial;
	background-clip : initial;*/
	background-color : rgb(255,255,255);
	background-position : 0% 0%;
	background-repeat : no-repeat no-repeat;
}

/* No usado */
#id_searchForm .gsc-search-box { 
	width : 350px;
      }

/*-- CUSTOMIZA LA CAJA DE TEXTO PARA QUE SEA IDENTICA A LA QUE MUESTRA Google --*/	  
#id_consulta{
	height:21px;
	width:300px;
	margin: 1px;
	background-color: rgb(255,255,255);
	border-color: #BCCDF0;
	border-style: solid;
	border-width: 1px;
	padding-left: 2px;
	vertical-align:baseline;
	vertical-align:"1px";
}

#id_consulta.vacio{
	background-color: rgb(255,255,255);
	vertical-align:baseline;
	vertical-align:"1px";
}

#id_consulta.ocupado{
	background:rgb(255,255,255);
	vertical-align:baseline;
	vertical-align:"1px";
}


/* customización del botón del buscador */
#btn_buscar{
	width: 60px;
	height: 27px;
	vertical-align:baseline;
	vertical-align:"1px";
	
}
/*-- FIN CUSTOMIZACION CAJA DE BUSQUEDA --*/

/* Estilos de la Busqueda Avanzada */
#id_busqueda_avanzada {
	background-color:"#ffffff";
	color:"#000000";
}

#id_busqueda_avanzada.link {
	color:"#0000cc";
}

#id_busqueda_avanzada.active {
	color:"#ff0000";
}

#id_busqueda_avanzada.visited {
	color:"#551a8b";
}

/* FIN: Estilos de la Busqueda Avanzada */

/*-- SE CUSTOMIZA LA CAJA DE BUSQUEDA PARA SER USADA EN CUALQUIER SITIO */
#div_busqueda_ext {
	height: 38px;
	width:214px;
	width /*\**/: 216px\9;
	border-width:1px;
	border-style:solid;
	border-color:#c0c0c0;
	background-color:#FFFFFF;
}

#im1_consulta_ext {
	margin-left:2px;
	width:"32px";
	height:"35px";
}

#im2_consulta_ext {
	position: relative;
	top: -6px;
}

#id_consulta_ext{
	width:115px;
	height:15px;
	background-color: rgb(255,255,255);
	border-color: #BCCDF0;
	border-style: solid;
	border-width: 1px;
	position: relative;
	top: -11px;
	text-align: left;
}

#id_consulta_ext.vacio{
	background-color: rgb(255,255,255);
}

#id_consulta_ext.ocupado{
	background:rgb(255,255,255);
}

#btn_buscar_ext{
	width:50px; 
	height:22px;
	margin-top:4px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding:2px;
	vertical-align:baseline;
	vertical-align:"1px";
}
/*-- fin: SE CUSTOMIZA LA CAJA DE BUSQUEDA PARA SER USADA EN CUALQUIER SITIO */

table.search-control {
        width : 100%;
      }

table.search-control .gsc-control {
        width : 100%;
      }

td.left {
        width : 1000px;
        padding-right : 20px;
      }
/*
td {
        vertical-align : top;
      }
*/
/* disable twiddle's and size selectors */
#leftSearchControl .gsc-twiddle {
        background-image : none;
      }

div.search-control .gsc-resultsHeader .gsc-title {
        padding-left : 0px;
        font-weight : bold;
        font-size : 14px;
      }


/* --- LAS DEFINICIONES QUE SIGUEN A CONTINUACION PERMITEN CUSTOMIZAR LOS RESULTADOS PROMOCIONALES  --- */
.gs-promotion {
	position: relative;
	border: 1px solid #c0c0c0;
	padding: 8px 8px 8px 20px;
	border-radius: 8px;
	background-color: #F1EDE1; /*#c0c0c0;*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

div#leftSearchControl .gs-promotion .gs-title {
	position: relative;
	/*left: 50px;*/
	color: #F1EDE1; /*#c0c0c0*/;
	font-weight: bold;
	text-decoration: underline;
}

div#leftSearchControl .gs-promotion a.gs-title:link{
	position: relative;
	/*left: 50px;*/
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}
div#leftSearchControl .gs-promotion a.gs-title:visited{
	position: relative;
	/*left: 50px;*/
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}
div#leftSearchControl .gs-promotion a.gs-title:hover{
	position: relative;
	/*left: 50px;*/
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}

div#leftSearchControl .gs-promotion .gs-snippet{
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	padding-bottom: 4px;
	color: #333333;
	border-bottom-width: 1px;
	padding-top: 4px;
	text-align: left;
}

/* se centra la imagen */
.gs-promotion-image {
	position: relative;
	top: -4px;
}

/* se hace visible la URL corta (no existe url larga) */
#leftSearchControl .gs-promotion .gs-visibleUrl-short {
	  	font-style: italic;	
		font-weight: bold;
		font-size: 13px;
		color: #777777;
        display : block;
}
/* --- FIN CUSTOMIZACION DE LOS RESULTADOS PROMOCIONALES --- */

/* SE CUSTOMIZA TODAS LAS PARTES DE LOS RESULTADOS NORMALES */
.gsc-results {
  /* Sets font for titles, snippets, and URLs. */
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

/*-- SE CUSTOMIZA LOS TITULOS DE LOS RESULTADOS. Es el único elemento que tiene nombre "a" --- */
div#leftSearchControl a {
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	color: #006699;
	text-align: left;
}
/*-- FIN CUSTOMIZACION TITULO DE RESULTADOS --*/

/*-- SE CUSTOMIZA EL TROZO DE TEXTO QUE APARECE ASOCIADO A CADA RESULTADO --*/	
#leftSearchControl .gs-snippet {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	padding-bottom: 4px;
	color: #333333;
	border-bottom-width: 1px;
	padding-top: 4px;
	text-align: left;
}
/*-- FIN CUSTOMIZACION DEL TROZO DE TEXTO --*/

/*-- SE CUSTOMIZA LA URL QUE APARECE EN CADA RESULTADO (SOLO SE MUESTRA LA URL CORTA) --- */
#leftSearchControl .gs-visibleUrl-short {
	  	font-style: italic;	
		font-weight: bold;
		font-size: 13px;
		color: #777777;
        display : block;
      }
/*-- FIN CUSTOMIZACION URL CORTA --*/

.gsc-webResult .gs-visibleUrl-long {
        display : none;
      }

.gsc-trailing-more-results { visibility :hidden; }
/* FIN CUSTOMIZACION DE TODAS LAS PARTES DE LOS RESULTADOS NORMALES */

div.search-control .gsc-resultsHeader div.gsc-results-selector {
        display : none;
      }

div.search-control .gsc-resultsRoot {
        padding-top : 6px;
      }

/* Elimina todo tipo de publicidad */ 
div.search-control .gsc-ad-box {
        display : none;
      }

.gsc-branding, .gsc-clear-button {
	display : none;
	}

/*-- SE ESCONDE LA CAJA DE BÚSQUEDA QUE ENTREGA EL BUSCADOR PARA CUSTOMIZAR OTRA id="caja_busqueda" según requerimientos --*/
#id_searchForm {display: none;}

.gsc-control form.gsc-search-box {
        display : none;
}

#id_searchForm .gsc-control {
        width : 500px;
      }


/* NUBE DE TAGS */	  
/* se hace aparecer y/o desaparecer la nube respectiva */
#tag_lateral.vacio {
	display: none;
}

#tag_inferior.vacio {
	padding-left:10px;
	padding-right:10px;
	display: block;
}

#tag_lateral.ocupado {
	display: table-cell;
}

#tag_inferior.ocupado {
	display: none;
}
