.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
#contenedor_tabs{
	width: 650px;
}
#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: 7px 10px 5px 10px;
	background: #efefef;
	border-bottom: 0;
	position: relative;
	color: #898989;
	cursor: pointer;
	background-image: url(images/tab_actividades.jpg);
	background-repeat: no-repeat;
	width: 97px;
	height: 20px;
}
#contenedor_tabs ul.menu li.active{
	width: 97px;
	color: #ffffff;
	background-image: url(images/tab_noticias.jpg);
	background-repeat: no-repeat;
}
/******* /MENU *******/
/******* CONTENT *******/
.contenido{
	margin: 0pt auto;
	background-color: #EBF4FB;
	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;
	background-color: #EBF4FB;
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.contenido.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.contenido.tutorials{
	display: block;
	background-color: #EBF4FB;
}
/******* /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 *******/
