/* referencias */

.referencias{
	float:left;
	width:665px;
}
.referencias h3{
	text-transform:uppercase;
	font-weight:bold;
	background:#4b5760 url("../images/general/bg_titular.jpg") no-repeat right;
	color:#fff;
	padding:3px 0 3px 10px;
	font-size:1.5em;
}
.referencias .referencia{
	background:#4f6170 url("../images/general/bg_producto.png") repeat-x;
	margin-top:15px;
	padding:10px;
	width:645px;
}
.referencias .referencia .tit{
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	padding-bottom:10px;
}
.referencias .referencia .txt{
	color:#fff;
	line-height:20px;
}
.referencias .referencia .txt div span{
	font-weight:bold;
}
.referencias .referencia img{
	float:left;
	margin-right:10px;
	max-width:400px;
}
.referencias .rotador{
	background:#4f6170 url("../images/general/bg_producto.png") repeat-x top;
	margin-top:15px;
	padding:10px;
	width:645px;
}
.referencias .rotador .flecha_izq{
	background:url("../images/referencias/flecha_izq.png") no-repeat;
	float:left;
	width:23px;
	height:22px;
	margin:26px 15px 0 0;
}
.referencias .rotador .flecha_der{
	background:url("../images/referencias/flecha_der.png") no-repeat;
	float:right;
	width:23px;
	height:22px;
	margin:26px 0 0 15px;
}
.referencias .rotador .flecha_izq span,.referencias .rotador .flecha_der span{
	display:none;
}
.referencias .rotador .imagenes{
	float:left;
	overflow:hidden;
	height:74px;
	width:569px;
}
.referencias .rotador .imagenes img{
	float:left;
	height:72px;
	margin:0 10px;
	border:1px solid #666;
}

/* fin de referencias */
