html {
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#encabezado {

}
ul {
	list-style: url(../none) none;
	width: 435px;
	margin: 125px auto 0;
	padding: 0;
	position: absolute;
}
li.anterior {
	position: absolute;
	left: 0;
/*
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: left;
*/
}
li.siguiente  {
	position: absolute;
	right: 0;
/*
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: right;
*/
}
#panel {
	width: 342px;
	clear: both;
	margin-left: 48px;
}
#previous {
	cursor: pointer;
}
#next {
	cursor: pointer;
}
#contenido    img {
	border: 1px solid #CCCCCC;
}
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(img/balloon.png) top left no-repeat !important;
	background: url(img/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(img/balloon.png) bottom left no-repeat !important;
	background: url(img/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}
