@charset "utf-8";

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	color: #666666;
	top: 0px;
}
/* tabs */
*{
	margin:0;
	padding:0;
	list-style:none;
}

#basic-accordian{
	width:240px;
	z-index:2;
	clear: both;
	float: left;
}

* html #basic-accordian{
	width:244px;
	z-index:2;
	clear: both;
	float: left;
}
.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings:hover{
	background-color: #0099CC;
}
.accordion_child{
	padding:5px;
	background:#EEE;
	text-align: justify;
	font-size: 7pt;
}

.header_highlight{
	background-color: #0099FF;
}

.tab_container *{
	float:left;
	width:68px;
}
/* end tabs */
/* Contenidos */
.sidebarCont {
	background-color: #EEE;
	width:240px;
	padding: 2px;
	margin-top: 10px;
	z-index: 500;
}
.sidebarCont h3 {
	background-color: #0099FF;
	padding:5px;
	color: #FFFFFF;
	font-size: 8pt;
}

.sidebarCont   p {
	padding-top: 18px;
	padding-right: 2px;
}

.sidebarCont   a {
	font-weight: bold;
	color: #666666;
}

.sidebarCont img {
	float: left;
	margin: 5px;
	border: none;
}

