@charset "utf-8";
/* CSS Document */

/** ESTILO DE LINKS EN LOS TITULOS DE LOS RESULTADOS DE  BUSQUEDAS*/
.commonlink {
  font-size:16px !important;
  /*color:#00c;*/
}

/** ESTILO DE LAS URLS EN LOS RESULTADOS DE LAS BUSQUEDAS*/
/*.url {
  color:green;
}*/

/** ESTILO DE ENLACES A CACHE */
.liteblue{
  color:#77c !important;
}




/* RESULTADOS DEL DIRECTORIO */
.results a{
	font-weight:bold;
	font-size:16px;
  	text-decoration:none;
}

.results a:hover{
	color:#0033CC;
  	text-decoration:underline;
}

.results .url{
	color:#009966;
}

.results .tools{
	color:#3366FF !important;
	font-size:10px;
  	text-decoration:none;
}

.results .tools:hover{
  	text-decoration:none;
}

.results .hilite{
	background-color:#FFFFCC;
}

.results .rank{
	color:#FCB743;
	font-size:14px;
	font-weight:bold;
}

/* thumbnails de los resultados del directorio */
img.thumbnail {margin-top: 0.25em;padding: 2px 2px 2px 2px;border: 1px solid #ddd;}








