/* creado el 13/03/2014 */
/* actualizado el 11/12/2014 */

body#bodyNovedades {
	margin: 0;
	padding: 0;
}
#iframeNovedadesContent * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#iframeNovedadesContent {
	position: relative;
	width: 100%;
	height: 190px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#iframeNovedadesContent h2 {
	margin: 0 5px;
	padding: 0;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000;
}

#iframeNovedadesContent .iframeGrupo {
	position: relative;
	width: 100%;
	height: 190px;
	padding: 5px 0;
	overflow: hidden;
	overflow-y: auto;
}

#iframeNovedadesContent .iframeGrupo ul {
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	word-spacing: -4px;
}

#iframeNovedadesContent .iframeGrupo li {
	display: inline-block;
	position: relative;
	/*float: left;*/
	margin: 0 5px 15px;
}
#iframeNovedadesContent .iframeGrupo li a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../imagenes/pixel.gif);
	z-index: 10;
}
#iframeNovedadesContent .iframeGrupo .imgitem img {
	border: 1px solid #eee;
	width: 120px;
	height: 169px;
}