#sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgb(73, 96, 101);
	text-align: center;
	width: 210px;
}

#logo {
	margin-top: 12px;
	margin-bottom: 12px;
}

.botones {
	margin: 20px;
}

.botones td {
	font-variant: small-caps;
	color: rgb(222, 222, 221);
	text-align: center;
	background-color: rgb(91, 112, 116);
	border-bottom: 3px solid rgb(77, 73, 72);
	border-right: 3px solid rgb(77, 73, 72);
	border-top: 1px solid rgb(222, 222, 221);
	border-left: 1px solid rgb(222, 222, 221);
	background-position: center right;
	background-repeat: no-repeat;
}

.botones a {
	display: block;
	width: 100%;
	line-height: 2;
	text-decoration: none;
	color: rgb(222, 222, 221);
}


#btn-inicio {
	background-image: url('img/btn-inicio.png');
}

#btn-ope {
	background-image: url('img/btn-sidebar-ope.png');
	height: 96px;
}

#btn-marketing {
	background-image: url('img/btn-sidebar-marketing.png');
	height: 96px;
}

#btn-stands {
	background-image: url('img/btn-sidebar-stands.png');
	height: 96px;
}

#btn-empresa {
	background-image: url('img/btn-empresa-s.png');
}

#btn-contacto {
	background-image: url('img/btn-contacto-s.png');
}

#btn-galeria {
	background-image: url('img/btn-galeria-s.png');
}

#visite-galeria {
	border-top: 4px double rgb(73, 96, 101);
	border-bottom: 4px double rgb(73, 96, 101);
	background-color: #FEFEC6;
	text-align: center;
	margin: 8px;
	width: 18em;
}

#visite-galeria a {
	text-decoration: none;
}

#principal {
	position: absolute;
	top: 0px;
	left: 210px;
	padding: 8px;
	border-left: 2px solid #BBB;
	background-color: #EEE;
}
