/* CSS Document */
#BarraContactar li{
	float: left;
	position: relative;
}

#BarraContactar li a{
	float: left;
	display: block;
	width:110px;
	height:20px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-image:url(/imagenes/botonescontactar.jpg);
}

#BarraContactar li.Vacio a{
	background-repeat: no-repeat;
	background-image:url(/imagenes/infosel.jpg);
	width:288px;
	background-position: 0px 0px;
}
#BarraContactar li.Vacio a:hover{
	text-indent: 0px;
	width:288px;
	background-position: 0px 0px;
}
#BarraContactar li.Logeado a{
	text-decoration: none;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #002D62;
	text-align: right;
	width:288px;
	background-position: 0px -20px;
}
#BarraContactar li.Logeado a:hover{
	text-decoration: none;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF1012;
	text-align: right;
	width:288px;
	background-position: 0px -20px;
}

#BarraContactar li.Carrito a{
	background-position: -288px -0px;
}
#BarraContactar li.Carrito a:hover{
	background-position: -288px -20px;
}
#BarraContactar li.CarritoLleno a{
	background-position: -288px -40px;
}
#BarraContactar li.CarritoLleno a:hover{
	background-position: -288px -60px;
}

#BarraContactar li.Contactar a{
	background-position: -398px -0px;
}
#BarraContactar li.Contactar a:hover{
	background-position: -398px -20px;
}

#BarraContactar li.Infoprinter a{
	background-repeat: no-repeat;
	background-image:url(/imagenes/infoprinter.jpg);
	width:288px;
	background-position: 0px 0px;
}
#BarraContactar li.Infodater a{
	background-repeat: no-repeat;
	background-image:url(/imagenes/infodater.jpg);
	width:288px;
	background-position: 0px 0px;
}
#BarraContactar li.InfoOficce a{
	background-repeat: no-repeat;
	background-image:url(/imagenes/infooficce.jpg);
	width:288px;
	background-position: 0px 0px;
}
#BarraContactar li.InfoOficcedater a{
	background-repeat: no-repeat;
	background-image:url(/imagenes/infooficcedater.jpg);
	width:288px;
	background-position: 0px 0px;
}
#BarraContactar li.Infopocket a{
	background-repeat: no-repeat;
	background-image:url(/imagenes/infopocket.jpg);
	width:288px;
	background-position: 0px 0px;
}
#BarraContactar li.InfoDIY a{
	background-repeat: no-repeat;
	background-image:url(/imagenes/infoDIY.jpg);
	width:288px;
	background-position: 0px 0px;
}
