/*estos son los estilos para el texto de las pestañas de lapágina inicial para ver bien el mapa o bien el listado de categorías*/
a.enlace_categorias:link
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0028b1;
	text-decoration: none;
}
a.enlace_provincias:link
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0028b1;
	text-decoration: none;
}
/* ESTOS de a continuación son los de los enlaces de las categorias y subcategorias de la págiona index.php. Estos son para las subcategorias: */
a.enlace_categorias2:link
{
	font-family: Verdana;
	font-size: 13px;
	color: #0028b1;
	font-weight:bold;
	text-decoration: none;
}
a.enlace_categorias2:visited
{
	font-family: Verdana;
	font-size: 13px;
	color: #0028b1;
	font-weight:bold;
	text-decoration: none;
}
a.enlace_categorias2:hover
{
	font-family: Verdana;
	font-size: 13px;
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}
a.enlace_categorias2:hover,visited
{
	font-family: Verdana;
	font-size: 13px;
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}
/* Estos son ahora para las categorias:*/
a.enlace_categorias3:link
{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.enlace_categorias3:visited
{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.enlace_categorias3:hover
{
	font-family: Verdana;
	font-size: 14px;
	color: #009900;
	font-weight:bold;
	text-decoration: none;
}
a.enlace_categorias3:hover,visited
{
	font-family: Verdana;
	font-size: 14px;
	color: #009900;
	font-weight:bold;
	text-decoration: none;
}

/* fin de los enlaces para las categorias*/
a.enlace_provincias:hover
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.enlace_categorias:hover
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/*ahora se presentan los estilos de los enlaces de la botonera*/
#botones, a:link
{
	text-decoration:none;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #0028B1;
}
#botones, a:visited
{
	text-decoration:none;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #0028B1;
}
#botones, a:visited, a:link
{
	text-decoration:none;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #0028B1;
}
#botones, a:hover
{
	text-decoration:none;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
/* estos ahora son los enlaces para la sección de regístrate ahora o perdí mis datos de la página index.*/
a.enlace_registro:visited
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
a.enlace_registro:link
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
a.enlace_registro:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
}

/*enlaces normales de la página(la mayoría) Son estos de a continuación:*/
a.enlace_normal
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
a.enlace_normal:visited
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
a.enlace_normal:hover
{
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	text-decoration:none;
}
/*ENLACES PARA INSERTAR EN FAVORITOS:*/
a.enlace_favoritos
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0028b1;
	text-decoration: none;
}
a.enlace_favoritos:hover
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
a.enlace_usuario:link
{
	text-decoration:none;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #0028B1;
}
a.enlace_usuario:hover
{
	text-decoration:none;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.palabra_busqueda
{
	display:inline;
	background-color: #FFCC00;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
	padding:3px;
}
a.enlace_patrocinado:link
{
	font-family: Verdana;
	font-size: 11px;
	color: #0028b1;
	font-weight:bold;
	text-decoration: none;
}
a.enlace_patrocinado:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #0028b1;
	font-weight:bold;
	text-decoration: none;
}
a.enlace_patrocinado:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}
a.enlace_patrocinado:hover,visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}