@charset "iso-8859-2";
/* CSS Document */

#linksTit a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}
#linksTit a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}
#linksTit a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

.linksP {
	background-image: url(/imagenes/enlaces/bulet_flecha.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin: 10px;
	padding-left: 10px;
} 

.linksP a {
	color: #000000;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
}

.linksP a:hover {
	background-color: #f3f3f3;
	color: #4BA100;
}

.parteMapa {
	background-color: #f3f3f3;
	vertical-align:top;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
