/*
   Search-as-you-type styles: Generic styles for all browsers
   Copyright 2007 Google Inc. All rights reserved.
*/ 

#searchAsYouType {
  border: 0px;
  padding: 0px;
  margin: 0em auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#searchAsYouType .nowrap {
  white-space: nowrap;
}
#searchAsYouType .unselectable {
  -moz-user-select: none;
  -user-select: none;
}

/* Input field */

input#searchAsYouTypeBackupSearchField {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

/* Search results */

#searchAsYouType div.searchResults {
  font-family: Arial, Helvetica, sans-serif;

  background: #e5e8ed;
  font-size: 92%;
  line-height: 140%;
  /*border-top: 1px #c4c7cb solid; */
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-bottom: 0;

  position: absolute;
  
  z-index: 2010;

  overflow: auto;

  display: none;
  
  
}
#searchAsYouType div.searchResults div.searchResult {
  padding: 0.5em 0 0.5em 0;
  margin: 0 0.5em 0 0.5em;
  border-top: 1px #c4c7cb solid;
  /*border-left: 0.1em solid #c4c7cb; */
  /*border-right: 0.1em solid #c4c7cb; */
  
  text-align: left;

  display: block !important;
  cursor: pointer;

  overflow: hidden;
}
#searchAsYouType div.searchResults div.searchResult:hover {
  background: #f2faff !important;
}
#searchAsYouType div.searchResults div.highlighted {
  background: #f2faff;
}
/* ajperez: Cambiar el tamaño en hover da problemas en Firefox, lo hacemos por separado
#searchAsYouType div.searchResults a.highlighted,
#searchAsYouType div.searchResults div.summary a.summarized:hover {
  margin: -0.1em -0.3em;
  padding: 0.1em 0.3em;
  background: #e5f0ff;
}
*/
#searchAsYouType div.searchResults a.highlighted,
#searchAsYouType div.searchResults div.summary a.summarized {
  margin: -0.1em -0.3em;
  padding: 0.1em 0.3em;
}
#searchAsYouType div.searchResults a.highlighted,
#searchAsYouType div.searchResults div.summary a.summarized:hover {
  background: #e5f0ff;
}
/* fin cambio */
#searchAsYouType div.searchResults div.summary {
  text-align: center;
  text-indent: -1em;
  padding-left: 1.5em;
  cursor: auto;
}
#searchAsYouType div.searchResults div.summary:hover {
  background: white !important;
}
#searchAsYouType div.searchResults div.summary a.summarized {
  white-space: nowrap;
}
#searchAsYouType div.searchResults div.searchResult a {
  -moz-user-focus: ignore;
  -user-focus: ignore;
  -khtml-user-focus: ignore;
}
#searchAsYouType div.searchResults div.first {
  border-top: 0;
}
#searchAsYouType div.searchResults div.searchResult div.auxLinks {
  clear: both;
  text-align: right;
  color: #ccd9f2;
  font-size: 88%;
  margin-top: 1em;
}
#searchAsYouType div.searchResults div.searchResult div.auxLinks span {
  color: black;
}

#searchAsYouType div.searchResults div.searchResult div.auxLinks {
  clear: right; 
  margin-right: -0.5em;
}
#searchAsYouType div.searchResults div.searchResult h1 {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
}
#searchAsYouType div.searchResults div.searchResult .type {
  padding-left: 0.3em;
  font-style: italic;
}
#searchAsYouType div.searchResults div.searchResult br + .type {
  padding-left: 0;
}

#searchAsYouType div.cabeceraTema {
  /*background: url(../images/fondo-azul-horizontal.jpg) bottom;*/
  background-color: rgb(0, 81, 122);
  padding: 0.4em 0.3em 0.3em 0.3em;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
#searchAsYouType div.buscarTodo{
  height:2.4em;
  padding:0 0 0 0;
  display:block;
  /*background:transparent url(../img/resultados-buscador-bottom.png) no-repeat 50% bottom; */
  /*background:transparent url(../images/back_verd.gif) no-repeat 50% bottom;*/
  border-bottom: 1px solid #b2b2b2;
  background-color: rgb(0, 81, 122);
  text-align: right;
}
#searchAsYouType div.buscarTodo a{
  height:1.2em;
  padding:0 0.8em 0 0;
  float:right;
  margin: 0.4em 2.2em 0 0;
  /*color:#1a1a1a;*/
  color:white;
  /*background:transparent url(../images/resultados-buscador-flecha.png) no-repeat right 0.5em;*/
  background-color: rgb(0, 81, 122);
  text-decoration: underline;
  font-size:1.2em;
  background: url("../images/resultados-buscador-flecha.gif") no-repeat scroll right 0.5em transparent;
}
#searchAsYouType div.buscarTodo a span{
  font-size:1.2em;
  font-color:white;
  line-height:normal;

}

/* Categorías para los resultados */

/*#searchAsYouType div.searchResults div.novedades {
  border-left: 0.6em solid #c4c7cb;
  border-right: 0.6em solid #c4c7cb;
}
#searchAsYouType div.searchResults div.tarifasVoz {
  border-left: 0.6em solid #a8eb8d;
  border-right: 0.6em solid #a8eb8d;
}
#searchAsYouType div.searchResults div.tarifasInternet {
  border-left: 0.6em solid #a376cc;
  border-right: 0.6em solid #a376cc;
}
#searchAsYouType div.searchResults div.tarifasBandaAncha {
  border-left: 0.6em solid #ffe699;
  border-right: 0.6em solid #ffe699;
}
#searchAsYouType div.searchResults div.movilesyMas {
  border-left: 0.6em solid #7777cc;
  border-right: 0.6em solid #7777cc;
}
#searchAsYouType div.searchResults div.movilesyDispositivos {
  border-left: 0.6em solid #7777cc;
  border-right: 0.6em solid #7777cc;
}
#searchAsYouType div.searchResults div.emocion {
  border-left: 0.6em solid #7777cc;
  border-right: 0.6em solid #7777cc;
}
#searchAsYouType div.searchResults div.canalCliente {
  border-left: 0.6em solid #7777cc;
  border-right: 0.6em solid #7777cc;
}
#searchAsYouType div.searchResults div.ayudaOnline {
  border-left: 0.6em solid #7777cc;
  border-right: 0.6em solid #7777cc;  
} */

#searchAsYouType div.searchResults div.Tip {
  margin: 0;
  cursor: auto;
  background: white;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #5f5f5f;
}

#searchAsYouType div.searchResults div.Tip:hover {
  background: white !important;
}

#searchAsYouType div.searchResults div.Tip p {
  margin: 0;
  /*padding: 0.5em 0 0.5em 0;
  margin-left: -5px;
  margin-top: -2px;
  padding-top: 2px; */
  min-height: 20px;
  background: url(/images/idea.gif) left top no-repeat;
  padding-left: 20px;
  padding-right: 0.5em;
  text-align: center;
}
#searchAsYouType div.searchResults div.Tip p a {
  color: #7777cc;
}
#searchAsYouType div.searchResults div.Tip p a:visited {
  color: #a376cc;
} 

/* Search results -- shadows */

div#searchAsYouTypeResultsShadow {
  position: absolute;
  z-index: 2000;
}
div#searchAsYouTypeResultsShadow div {
  position: absolute;
  overflow: hidden;
}
div#searchAsYouTypeResultsShadowL {
  background: url(/images/shadow/l.png) repeat-y left top;
}
div#searchAsYouTypeResultsShadowR {
  background: url(/images/shadow/r.png) repeat-y left top;
}
div#searchAsYouTypeResultsShadowB {
  background: url(/images/shadow/b.png) repeat-x left bottom;
}
div#searchAsYouTypeResultsShadowTL {
  background: url(/images/shadow/tl.png) no-repeat left top;
}
div#searchAsYouTypeResultsShadowTR {
  background: url(/images/shadow/tr.png) no-repeat right top;
}
div#searchAsYouTypeResultsShadowBL {
  background: url(/images/shadow/bl.png) no-repeat left bottom;
}
div#searchAsYouTypeResultsShadowBR {
  background: url(/images/shadow/br.png) no-repeat right bottom;
}
div#searchAsYouTypeResultsShadowT{
  background: url(/images/shadow/top.png) no-repeat right top;
}

/* Autocomplete */

div.searchAsYouTypeAutocompleteInputMatch { /* editable... to match input (...) */
  margin-top: 3px;
  margin-left: 3px;
  font-family: Arial, Helvetica, sans-serif;
}
div#searchAsYouTypeAutocomplete {
  position: absolute;
  color: #6f6f6f;
  background: #efefef;
  z-index: 2500;
  height: 1.2em !important;
}
div#searchAsYouTypeAutocompleteHelper {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

/* Waiting animation */

img#searchAsYouTypeWaitingForSearchResults {
  width: 15px;
  height: 15px;
  visibility: hidden; 
  border: 0; 
  padding: 0; 
  position: absolute;
  top: 0.15em;
  right: 2px;
  z-index: 3001;
}

/* Debug console */

div#searchAsYouTypeDebugConsole {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  width: 90%;
  height: 60%;
  opacity: 0.95;
  background: #ffefef;
  border: 1px solid #cf7f7f;
  bottom: 2%;
  left: 5%;
  font-size: 83%;
  z-index: 5000;
  padding: 0.5em;
  overflow: auto;
}
div#searchAsYouTypeDebugConsole.expanded {
  height: 60%;
}
div#searchAsYouTypeDebugConsole.contracted {
  height: 5%;
}
div#searchAsYouTypeDebugConsole h1 {
  color: #af0000;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}
div#searchAsYouTypeDebugConsole button {
  margin: 0em 0.5em;
}
div#searchAsYouTypeDebugConsole table {
  font-size: 90%;
  border-collapse: collapse;
  line-height: 120%;
  margin-top: 1em;
}
div#searchAsYouTypeDebugConsole table th {
  padding: 0.2em 1em;
  text-align: left;
}
div#searchAsYouTypeDebugConsole table td {
  padding: 0.2em 1em;
  border-bottom: 1px solid #cf7f7f;
}
div#searchAsYouTypeDebugConsole table td.no {
  text-align: right;
}

#searchAsYouType table.resultado_sayt th {
  vertical-align: top;
  font-size: 1.3em;
  font-family: Arial;
  font-weight: bold;
  color: #06286f;
  text-align: left;
}

#searchAsYouType table.resultado_sayt th b{
  font-weight: normal;
  font-family: Arial Black;
}

#searchAsYouType table.resultado_sayt td {
  vertical-align: top;
  font-size: 1.2em;
  color: #707073;
  text-align: left;
}

#searchAsYouType img {
  width: 46px;
}

