DIV#noticiashome {
	float:left;
	width:200px;
	background:white url(../../imagenes/punteadovertical.png) repeat-y top right;
	height:375px;
	min-height:375px !important;
	font-size:0.9em;
	padding-right:4px;
}


	#noticiashome A {
		color:#333;
		text-decoration:none;
	}
	
	#noticiashome A:hover {
		text-decoration:underline;
	}

	#noticiashome IMG {
		padding-bottom:5px;
	}

	#noticiashome UL {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#noticiashome UL LI {
		background-image:url(../../imagenes/punteadohorizontal.png);
		background-position:bottom;
		background-repeat:repeat-x;
		margin-bottom:5px;
		padding:3px;
	}
	
	#noticiashome UL LI.destacada {
		background-color:#ddd;
	}


DIV#inicio{
	padding-left:210px;
	font-size:0.9em;
}

.titulonoticia {
	color:#000000;
	border:0;
	margin:5px 0 5px 0;
}
