/* Visores */

div.tab {
	background-color: #FFEBCC;
}
.hList {
	position: relative;
	width : 800px;
	margin :  0px;
	padding:  0px  0px  0px  0px;
	background: #F2EEE3;
	overflow: hidden;
}
.hList .arrowprev,
.hList .arrownext {
	position: absolute;
	top   :   0px;
	width :  58px;
	height: 160px;
	z-index: 100;
	background-color: #F2EEE3;
}
.hList .arrowprev {
	left  :  0px;
	border-right : 2px solid #FFFFFF;
	background-repeat  : no-repeat;
	background-position: 20px center;
}
.hList .arrowprev1 {
	background-image: url(../gifs/flechagran_izq_off.gif);
}
.hList .arrowprev2 {
	background-image: url(../gifs/flechagran_izq_normal.gif);
}
.hList .arrowprev3 {
	background-image: url(../gifs/flechagran_izq_normal.gif);
	background-color: #FFCC7F;
}
.hList .arrownext {
	right :  0px;
	border-left  : 2px solid #FFFFFF;
	background-repeat  : no-repeat;
	background-position: 11px center;
}
.hList .arrownext1 {
	background-image: url(../gifs/flechagran_der_off.gif);
}
.hList .arrownext2 {
	background-image: url(../gifs/flechagran_der_normal.gif);
}
.hList .arrownext3 {
	background-image: url(../gifs/flechagran_der_normal.gif);
	background-color: #FFCC7F;
}
.hList .sel {
	position: absolute;
	top   :   0px;
	left  :  60px;
	width : 230px;
	height: 160px;
	background: #FFCC7F;
	z-index:  5;
}
.hList .hScroll {
	position: relative;
	width : 580px;
	height: 160px;
	margin:  0px  60px  0px  60px;
	z-index: 10;
}
.hList .hScroll .item {
	float: left;
	position: relative;
	width : 190px;
	height: 135px;
	margin :  0px;
	padding:  5px 10px;
	cursor : pointer;
}
.hList .hScroll .item img.imgover {
	position: absolute;
	top   :  5px;
	right : 10px;
	z-index: 15;
	behavior: url(iepngfix.htc);
}
.hList .hScroll .item img.imgprev {
	position: relative;
	width : 120px;
	border: 5px solid white;
}
.hList .hScroll .item p.tipo1 {
	position: relative;
	color: #FF6600;
	margin :  6px  0px  0px  0px !important;
	font-size  : 11px !important;
	font-weight: bold;
}
.hList .hScroll .item p.tipo2 {
	position: relative;
	margin :  0px  0px  0px  0px !important;
}
.hList .hScroll .item .lt {
	text-decoration: line-through;
}
#contWrap .hList p.hPager {
	position: relative;
	margin :  0px  0px  0px  0px;
	padding:  5px  0px  5px  0px;
	font-size  : 10px;
/*	font-weight: bold; */
	text-align: center;
	background: #FFFFFF;
}
.hList .hPager .litprev {
	font-weight: bold;
	padding :  0px  5px  0px 15px;
}
.hList .hPager .litprev1 {
	color: #D1D1D1;
	text-decoration: none;
	background: url(../gifs/flechapeq_izq_off.gif) no-repeat center left;
	cursor: auto;
}
.hList .hPager .litprev2 {
	color: #FF6600;
	text-decoration: none;
	background: url(../gifs/flechapeq_izq_normal.gif) no-repeat center left;
	cursor: pointer;
}
.hList .hPager .litprev3 {
	color: #FF6600;
	text-decoration: underline;
	background: url(../gifs/flechapeq_izq_mousover.gif) no-repeat center left;
	cursor: pointer;
}
.hList .hPager .litnext {
	font-weight: bold;
	padding :  0px 15px  0px  5px;
}
.hList .hPager .litnext1 {
	color: #D1D1D1;
	text-decoration: none;
	background: url(../gifs/flechapeq_der_off.gif) no-repeat center right;
	cursor: auto;
}
.hList .hPager .litnext2 {
	color: #FF6600;
	text-decoration: none;
	background: url(../gifs/flechapeq_der_normal.gif) no-repeat center right;
	cursor: pointer;
}
.hList .hPager .litnext3 {
	color: #FF6600;
	text-decoration: underline;
	background: url(../gifs/flechapeq_der_mousover.gif) no-repeat center right;
	cursor: pointer;
}
.hList .hPager .cur {
	color: #FF9900;
}
.hList .hPager .pos {
	padding:  0px  5px;
}

/* Ficha */

.hList #stripe {
	top   :  15px;
	left  : 602px;
	z-index: 15;
}

.hList .hFicha {
	position: relative;
	background: #FFFFFF;
}
.hList #dFicha {
	padding-top: 15px;
	z-index: 10;
}
.hList #dFicha h1.tipo2 {
	width : 602px;
}
.hList #dFicha h2.tipo1 {
	width : 582px;
}
.hList #dFicha p.tipo3 {
	width : 582px;
}
.hList #dFicha .info {
	margin-right : 220px;
}
.hList #dGaleria {
	width : 602px;
}
