/* SIDEBAR LEFT */
#sidebarLeft {
	text-align: left;
}
#sidebarLeft #sidebarLeftTop {
	width: 148px;
	height: 8px;
	padding: 0;
	margin: 0;
	background-image: url(/img/site/prototipo03_08.png);
	background-repeat: no-repeat;
}
#sidebarLeft #sidebarLeftMiddle {
	width: 148px;
	padding: 0;
	margin: 0;
	background-image: url(/img/site/prototipo03_13.png);
	background-repeat: repeat-y;
}
#sidebarLeft #sidebarLeftBottom {
	width: 148px;
	height: 8px;
	padding: 0;
	margin: 0 0 5px 0;
	background-image: url(/img/site/prototipo03_16.png);
	background-repeat: no-repeat;
}
#sidebarLeft h1 {
	font-size: 11px;
	font-weight: 800px;
	margin: 0;
	padding: 5px 5px 5px 10px;
	color: #fff;
	background-color: #000;
}
#sidebarLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	background-color: #666;
}
#sidebarLeft ul li{
	margin: 0;
	padding: 2px 2px 2px 15px;
	list-style: none;
}
#sidebarLeft a {
	color:#fff;
}



/* SIDEBAR RIGHT */
#sidebarRight {
	text-align: left;
}
#sidebarRight #sidebarRightTop {
	width: 148px;
	height: 8px;
	padding: 0;
	margin: 0;
	background-image: url(/img/site/prototipo03_12.png);
	background-repeat: no-repeat;
}
#sidebarRight #sidebarRightMiddle {
	width: 148px;
	padding: 0;
	margin: 0;
	background-image: url(/img/site/prototipo03_15.png);
	background-repeat: repeat-y;
}
#sidebarRight #sidebarRightMiddle #sidebarRightMiddleContent {
	width: 95%;
	margin: 3;
	overflow: hidden;
}
#sidebarRight #sidebarRightBottom {
	width: 148px;
	height: 8px;
	padding: 0;
	margin: 0 0 5px 0;
	background-image: url(/img/site/prototipo03_18.png);
	background-repeat: no-repeat;
}
#sidebarRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}
#sidebarRight ul li{
	margin: 0;
	padding: 2px 2px 2px 15px;
	list-style: none;
}
#sidebarRight a {

}

#sidebarRight p {
margin: 0;
}