#board {
	position: relative;
	width : 605px;
	margin-left : 182px;
	font-family: 'Trebuchet MS';
	font-size  : 12px;
}
#board h1 {
	margin : 25px  0px  0px  0px;
}
#board p {
	color : #666666;
}



/*
 * Listado
 */
#hList {
	position: relative;
	padding: 25px  0px  0px  0px;
	background-repeat: no-repeat;
	background-image : url(../gifs/lineaobtusa_noticias.gif);
	background-position: top right;
}
#hList .item {
	float: left; 
	position: relative;
	width: 280px;
}
#hList .par {
}
#hList .imp {
	margin-right: 20px;
}
#hList .item img {
	float: left; 
	margin :  0px  5px  5px  0px;
}
#hList .item .fecha {
	margin :  0px;
	font-size  : 10px;
	color : #666666;
}
#hList .item .titular {
	margin :  0px;
	font-weight: bold;
	color : #000000;
}
#hList .item .contenido {
	margin :  0px  0px 12px  0px;
	color : #666666;
}
#hList .clear {
	clear : both;
}
#hNavList {
	position: relative;
	margin :  0px;
	text-align : right;
}
#hNavList img {
	vertical-align: middle;
}
