@charset "utf-8";
/* CSS Document */
div#contenido_der {
	padding-bottom:50px;
}
div#contenido_der div#mapa {
	width:670px;
	height: 463px;
	position: relative;
	float: left;
	background: url('../images/mapa/mapa_espana.gif');
}
div#contenido_der div#fondos_mapa {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 670px;
	height: 463px;
	background: none;
}
div#contenido_der a {
	color: #993333;
	text-decoration: none;
}
div#contenido_der a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed;
}
div#banner {
	background: url(../images/head_bordeau_delegaciones.gif) no-repeat;
	height: 175px;
}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
.tool-title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
.tool-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px 8px 8px;
	color: #CCCCCC;
	background: url(../images/bubble.png) bottom right;
}

