/*------------- Hoja de estilos de las tablas de datos del sitio web del Centro Comercial Garbera -------------------------*/

table.buscador_tiendas {
	margin: 0 0 0 1em;
	padding: 0;
	width: 97.5%;
}
table.buscador_tiendas caption {
	margin: .5em 0 0 0;
	padding: .2em 0 .5em 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	border-top: 1px solid #f1f1f1;
}
table.buscador_tiendas .resaltado {
	position: relative;
	display: inline;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 2em;
	font-weight: normal;
	color: #59caa3;
}
table.buscador_tiendas th {
	margin: 1em 0 0 0;
	padding: .2em 0 .1em .5em;
	border-top: 3px double #fff;
	border-bottom: 3px double #fff;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	background-color: #40a582;
	color: #fff;
}
*:first-child+html table.buscador_tiendas th {
	border-top: 3px double #40a582;
	border-bottom: 3px double #40a582;
	background-color: #40a582;
}
* html table.buscador_tiendas th {
	border-top: 3px double #40a582;
	border-bottom: 3px double #40a582;
	background-color: #40a582;
}
th a {
	color: #fff;
	text-decoration: underline;
}
td.oscuro,
td.claro {
	padding: .5em 0 .5em .5em;
	background-color: #f1f1f1;
}
td.claro {
	background-color: #fff;
}