@charset "UTF-8";
body {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
div.sc_menu_wrapper {
	position: relative;
	height: 165px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 155px;
	overflow: auto;
	float: left;
	padding-left: 55px;
}
#contenedor #acordeon .sc_menu_wrapper li {
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/bullet.gif);
}
#contenedor #acordeon .sc_menu_wrapper ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
div.sc_menu {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 10px;
	width: 140px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* When image support is turned off */
	color: #004990;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
	margin-top: 10px;
}
.sc_menu a:hover {
	text-decoration: none;
}
.sc_menu img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;
	padding: 10px;
	width: 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	color: #666666;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 0px;
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	padding: 6px;
	font-size: 12px;	
	color: #fff;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 0, 0, 0.5);
}

/* Here are styles for a link to an article. Not for you :) */
#back {
	margin-left: 8px;
	color: gray;
	font-size: 18px;
	text-decoration: none;
}
#back:hover {
	text-decoration: underline;
}
