@charset "utf-8";
.novedades_listado {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2b2b2b;
}
.novedades_listado hr {
	clear: both;
	border: 0;
	width: 380px;
	color: #2b2b2b;
	background-color: #2b2b2b;
	height: 1px;
	margin-left: 0;
	margin-right: auto;
}
.nseparador {
	background-image: url(images/linea_punteada_vertical.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.nbloque {
	display: block;
	width: 192px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nbloque * {
	margin: 0px;
	padding: 0px;
}
.nbloque .nota_img {
	margin-bottom: 8px;
}
.nbloque .texto {
	display: block;
	width: 190px;
	height: 70px;
	overflow: hidden;
}
.nbloque .ampliar {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
}
.nbl .nbc {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;
	padding-right: 2px;
}
.nbl .nota_img {
	text-align: left;
}
.nbl .texto p {
	margin-right: 5px;
	margin-left: 0px;
}
.nbr .nbc {
	padding-left: 2px;
}
.nbr .nota_img {
	text-align: right;
}
.nbr .texto p {
	margin-right: 0px;
	margin-left: 5px;
}
