/* root element for botoneratercernivel. decorated with rounded borders and gradient background image */
#botoneratercernivel {
	width: 230px;
	margin-top: 50px;
	height: 552px;
}
.descargasnivel3 {
	background-color: #FFF;
	height: 150px;
	width: 230px;
	background-image: url(/media/img/fondodescarga.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.iconodescarga a {
	text-align: center;
	color: #000;
}
.iconodescarga {
	width: 100px;
	margin-top: 45px;
	float: left;
	margin-left: 10px;
}
.iconodescarga img {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.tags {
	height: 200px;
	width: 220px;
	background-color: #666;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.tags a {
	font-size: 10px;
}



.pane li {
	list-style-type: none;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 5px;
}
.pane a {
	color: #FFF;
}
.pane a:hover {
	color: #000;
}



/* botoneratercernivel header */
#botoneratercernivel h2 {
	margin:0;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	background-image: url(/media/img/fondon3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 30px;
	line-height: 1em;
}
#botoneratercernivel a {
	color: #FFF;
}
#botoneratercernivel  ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

#botoneratercernivel a:hover {
	color: #000;
}
.selectedbotniv3 {
	color: #FFF;
	background-color: #666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


/* currently active header */
#botoneratercernivel h2.current {
	cursor:default;
	background-image: url(/media/img/fondoselecionadon3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* botoneratercernivel pane */
#botoneratercernivel div.pane {
	display:none;
	height:auto;
	font-size:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	margin: 0px;
}

/* a title inside pane */
#botoneratercernivel div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
