/** Sidebar **/
#sidebar {
	margin-top: 2%;
	width: 242px;
	float: right;
}

#sidebar_header {
	height: 28px;
	background-image:url(../images/arco_der_servicios.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#sidebar_title {
	height: 28px;
	background-image: url(../images/arco_izq_servicios.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#sidebar_header h1{
	display: block;
	height: 28px;
	line-height: 28px;
	color:#FFFFFF;
	font-family: "Arial";
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../images/part_barra_servicios.jpg);
	background-repeat: repeat-x;
}

#sidebar-content {
	height:auto;
	width: 233px;
	margin-left:5px;
	background-color:#000000;
	font-family: "Arial";
	font-size: 0.9em;
}

#sidebar-content h2{
	margin-left:5px;
	font-family: "Arial";
	font-size: 1em;
	color: #FFFFFF;
}

#sidebar-content p{
	height: 100px;
	width: 100px;
	border: thin solid #FFFFFF;
	margin-left:8px;

}

.sidebar-content-rotulos-de-neon {
	margin-left:5px;
	width:233px;
}

#sidebar-content ul {
	text-decoration: none;
	list-style-type: none;

}
#sidebar-content ul li {
	padding-top:4px;
	padding-bottom:4px;
	margin-left:5px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	font-style: normal;
	list-style-type: none;
}
