body{
	font-family:arial, verdana, sans-serif;
	font-size:11px;
}

h1{
	margin:0 auto;
	padding:0 auto;
	text-align:center;
}

#cuerpo_noticia{
	/*background-color:red;*/
	height:450px;
	width:225px;
	margin:0 auto;
	padding:0 auto;
	overflow:auto;
	position:relative;
	border:0px;
}

.noticia{
	background-color:white;	
	height:100%;
	width:90%;
	margin:1px auto;
	padding:1px auto;
	top:40px;
	left:5px;
	position:absolute;
	z-index:0;
}

/*igual que noticia, pero con el zindex*/
.topindex{
	/*background-color:white;
	height:87%;
	width:97%;
	margin:1px auto;
	padding:1px auto;
	top:40px;
	left:5px;
	position:absolute;*/
	z-index:1;
}

.menu_noticias {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	height:43px;
	position:relative;
	background:transparent url(../imagenes/pro16_back.gif) repeat-x left top;
}

.menu_noticias li {
	float:left;
	height:43px;
}

.menu_noticias li a {
	display:block;
	float:left;
	height:40px;
	line-height:35px;
	color:#888;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:0 5px 0 5px;
	cursor:pointer;
	/*background:url(imagenes/pro16_0a.gif) no-repeat;*/
	background:url(../imagenes/pro16_0.gif) no-repeat right top;
}

.menu_noticias li a:hover {
	color:#000;
	font-weight:bold;
	/*background: url(imagenes/pro16_2a.gif) no-repeat;*/
	/*background:url(imagenes/pro16_2.gif) no-repeat right top;*/
}

.menu_noticias li.current a {
	/*color:#000;*/
	color:red;
	font-weight:bold;
	/*background:url(imagenes/pro16_2a.gif) no-repeat;*/
	/*background:url(imagenes/pro16_2.gif) no-repeat right top;*/
}

.menu_noticias li.current a:hover {
	color:#000;
	cursor:default;
	font-weight:bold;
}