/* Documento CSS - MICROMUSEO :: Lo impuro y lo contaminado
Diseño y programación: Enrique Ortiz C.
Lima, marzo, 2006*/

body,td,th {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: #333333;
	font-size: 13px;
}
body {
	background-color: #000000;
}
cite {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: #FF3399;
	font-size: 10px;
}
a:link {
	color: #FF3399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3399;
}
a:hover {
	text-decoration: none;
	color: #FF3399;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
}
.Estilo1 {font-family: Trebuchet MS, Tahoma, Verdana, sans-serif; color: #333333; font-size: 12px; }
.Estilo2 {
	font-size: 12px;
	color: #FF0099;
}
.Estilo3 {
	font-size:12px;
	color: #999999;
	text-decoration: none;
}
.Estilo4 {
	font-size:14px;
	color: #000000;
	text-decoration: none;
}
.Estilo5 {
	font-size: 14px;
	color: #FF0099;
}

/*tooltip*/

div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(balloon.png) top left no-repeat    !important;
	background: url(balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(balloon.png) bottom left no-repeat    !important;
	background: url(balloon.gif) bottom left no-repeat;
	font-size: 10px;
}
-->
