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

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


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

#news ul {
	position:absolute;
	width:225px;
}

#news li {
	margin-bottom:6px;
}

* html #news li {
	margin-top:-9px;
}

*:first-child+html #news li {
	margin-top:-9px;
}

#news li a { color:#63544a; }
#news li a:hover { color:#000; }

#news li div {
	margin:3px 0px;
}

#news li div.date { color:black; }

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

#news div.text {
	display:none;
}

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

#news #scroll_arrows img {
	cursor:pointer;
}

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


/** New **/
#shadowbox_container #shadowbox #shadowbox_body #shadowbox_content.html {
	display:block;
	overflow:auto;
	padding:10px;
	height:480px;
	font-size:11px;
	color:black;
	background:white;
}

#shadowbox_container #shadowbox #shadowbox_body#shadowbox_content.html img {
	margin:10px 10px 10px 0px;
	text-align:left;
}

.imagenShadow { padding-top:10px; }


#shadowbox_title {
  border: 0px solid;
}

#shadowbox_info {
  border: 0px solid;
}
