@charset "utf-8";
/* CSS Document */

/** Content background **/
#content_background {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:313px;
	background:#a50065;
}


/** galerias **/
#galerias {
	display:none;
	position:absolute;
	top:20px;
	left:0px;
	overflow:hidden;
	padding:0px 13px;
	width:144px;
	height:285px;
	z-index:5;
}

#galerias ul {
	position:absolute;
	width:130px;
}

#galerias li {
	line-height:22px;
}

* html #galerias li.hr {
	height:1px;
	line-height:1px;
	overflow:hidden;
	margin-top:-9px;
}

*:first-child+html #galerias li.hr {
	height:1px;
	line-height:1px;
	overflow:hidden;
	margin-top:-9px;
}

#galerias li a {
	color:white;
}
#galerias li a:hover {
	font-weight:bold;
}

#galerias div.hr {
	margin:0px auto;
	overflow:hidden;
	width:100%;
	height:1px;
	line-height:1px;
	background:url(/imgs/border_horizontal.gif) repeat-x;
}

#galerias #scroll_arrows {
	display:none;
	position:absolute;
	bottom:0px;
	right:7px;
	width:11px;
	height:34px;
}

#galerias #scroll_arrows img {
	cursor:pointer;
}

#galerias #scroll_arrows #arrow_up {
	margin-bottom:8px;
}

