<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
	width: 400px;
	margin: 20px auto;
	min-height: 100%; /*ie hack*/
}

#content {
	width: 530px;
	padding-top: 10px;
}

#wrap {
	width: 232px;
	overflow: hidden;
	background: #fff url("images/wrapbg.html") repeat-y top left;
}

h3 {
	padding: 10px 0 11px 15px;
	margin: 0;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #485a66;
	background-color: #ffffff;
	background-image: url(../imagenes/separador_acordeon.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

h3.toggler a {
	color: #485a66;
	text-decoration: none;
	background-image: url(../imagenes/bullet_flecha_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	background-color: #FFFFFF;
}

h3.toggler a:visited {
	background-image: url(../imagenes/bullet_flecha_right.gif);
	background-color: #FFFFFF;
}
h3.toggler a:hover {
	background-image: url(../imagenes/bullet_flecha_bottom.gif);
	background-color: #FFFFFF;
}

div.accordion {
	background: #fff url("images/accordionbg.html") repeat-x top left;
	
}
</pre></body></html>