/*--------------------------------- 
LINKS PAGINAS
---------------------------------*/

/*--- LINK SERNATUR ---*/

a.sernatur:link	{
	display:block;
	background:url(images/sernatur.gif)  no-repeat;
	padding:0;
	width:50px;
	height:44px;
}

a.sernatur:visited	{
	display:block;
	background:url(images/sernatur.gif)  no-repeat;
	padding:0;
	width:50px;
	height:44px;
}

a.sernatur:hover	{
	display:block;
	background:url(images/sernatur.gif)  no-repeat 0px -44px;
	padding:0;
	width:50px;
	height:44px;
}

/*--- LINK MUNIVINA ---*/

a.munivina:link	{
	display:block;
	background:url(images/munivina.gif) no-repeat;
	padding:0;
	width:50px;
	height:51px;
}

a.munivina:visited	{
	display:block;
	background:url(images/munivina.gif) no-repeat;
	padding:0;
	width:50px;
	height:51px;
}

a.munivina:hover	{
	display:block;
	background:url(images/munivina.gif) no-repeat 0px -51px;
	padding:0;
	width:50px;
	height:51px;
}

/*--- LINK GOOGLE ---*/

a.google:link	{
	display:block;
	background:url(images/google.gif) no-repeat;
	padding:0;
	width:100px;
	height:40px;
}

a.google:visited	{
	display:block;
	background:url(images/google.gif) no-repeat;
	padding:0;
	width:100px;
	height:40px;
}

a.google:hover	{
	display:block;
	background:url(images/google.gif) no-repeat 0px -40px;
	padding:0;
	width:100px;
	height:40px;
}

/*--- LINK YAHOO ---*/

a.yahoo:link	{
	display:block;
	background:url(images/yahoo.gif) no-repeat;
	padding:0;
	width:100px;
	height:40px;
}

a.yahoo:visited	{
	display:block;
	background:url(images/yahoo.gif) no-repeat;
	padding:0;
	width:100px;
	height:40px;
}

a.yahoo:hover	{
	display:block;
	background:url(images/yahoo.gif) no-repeat 0px -40px;
	padding:0;
	width:100px;
	height:40px;
}

/*--- LINK MAPCITY ---*/

a.mapcity:link	{
	display:block;
	background:url(images/mapcity.gif) no-repeat;
	padding:0;
	width:90px;
	height:27px;
}

a.mapcity:visited	{
	display:block;
	background:url(images/mapcity.gif) no-repeat;
	padding:0;
	width:90px;
	height:27px;
}

a.mapcity:hover	{
	display:block;
	background:url(images/mapcity.gif) no-repeat 0px -27px;
	padding:0;
	width:90px;
	height:27px;
}