ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	border-top: 1px solid #003300;
	border-left: 1px solid #003300;
	width: 100%;
	margin-left:-1px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #003300;
	border-left: none;
	margin-top: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #006600;
}
ul.tabs li a {
	text-decoration: none;
	color: #eaeaea;
	display: block;
	font-size: 1.2em;
	padding: 0px 10px;
	/*/border: 1px solid #003300; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #008d00;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #2F691F; /*#;*/
	border-top: 1px solid #2F691F; /*--Makes the active tab look like it's connected with its content--*/
}
ul.tabs li.active a{
color:#fff;
}
.tab_container {
	border: 1px solid #003300;
	border-bottom: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #0B5000;
}
.tab_content {
	width:168px; 
	height:140px; 
	background: url(../img/fondo_para_notas_java_r1_c1.jpg) 0 0 no-repeat;
	font-size: 1.2em;
}
.tab_content_title{
	padding-top:35px; padding-left:3px; padding-right:3px; width:164px;
}
.content_title_link{
	font-size:13px; font-weight:bold; color:#fff; text-decoration:none;
}
.content_desc{
	padding-top:10px; padding-left:3px; padding-right:3px; width:164px; 
	font-size:10px; color:#fff; font-weight:bold
}
