.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
#contenedor_tabs{
	width: 420px;
	float: left;
}
#contenedor_tabs ul{
	list-style: none;
	list-style-position: outside;
}
#contenedor_tabs ul.menu li{
	float: left;
	margin-right: 5px;
}
#contenedor_tabs ul.menu li{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	display: block;
	padding: 2px 10px 8px 10px;
	border-bottom: 0;
	position: relative;
	color: #ffffff;
	cursor: pointer;
	background-image: url(images/tab_actividades.gif);
	background-repeat: no-repeat;
	width: 97px;
	height: 15px;
}
#contenedor_tabs ul.menu li.active{
	width: 97px;
	color: #ffffff;
	background-image: url(images/tab_noticias.gif);
	background-repeat: no-repeat;
}

#contenedor_tabs_sala{
	width: 530px;
	float: left;
}
#contenedor_tabs_sala ul{
	list-style: none;
	list-style-position: outside;
}
#contenedor_tabs_sala ul.menu li{
	float: left;
	margin-right: 5px;
}
#contenedor_tabs_sala ul.menu li{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	display: block;
	padding: 2px 10px 8px 10px;
	border-bottom: 0;
	position: relative;
	color: #ffffff;
	cursor: pointer;
	background-image: url(images/tab_actividades.gif);
	background-repeat: no-repeat;
	width: 97px;
	height: 15px;
}

#contenedor_tabs_sala ul.menu li.active{
	width: 97px;
	color: #ffffff;
	background-image: url(images/tab_noticias.gif);
	background-repeat: no-repeat;
}

#contenedor_tabs_litigios{
	width: 530px;
	float: left;
}
#contenedor_tabs_litigios ul{
	list-style: none;
	list-style-position: outside;
}
#contenedor_tabs_litigios ul.menu li{
	float: left;
	margin-right: 5px;
}
#contenedor_tabs_litigios ul.menu li{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	display: block;
	padding: 2px 6px 8px 6px;
	border-bottom: 0;
	position: relative;
	color: #ffffff;
	cursor: pointer;
	background-image: url(images/tab_litigios1.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 15px;
}

#contenedor_tabs_litigios ul.menu li.active{
	width: 180px;
	color: #ffffff;
	background-image: url(images/tab_litigios2.gif);
	background-repeat: no-repeat;
}
	

/******* /MENU *******/
/******* CONTENT *******/
.contenido{
	margin: 0pt auto;
	text-align: left;
	padding-bottom: 20px;
	font-size: 11px;
}
.contenido h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.contenido.news h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.contenido.news{
	display: block;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.contenido.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.contenido.tutorials{
	display: none;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.contenido.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.contenido.links{
	display: none;
}
.contenido.links a{
	color: #5f95ef;
}
/******* /LINKS *******/