﻿body
{
	background: #e3ebee url(images/bg-body.gif) left top repeat-x;
}

#menu li
{
	background: url(images/menu-off-der.png) right top no-repeat;	
}

#menu li:hover
{
	background: url(images/menu-roll-der.png) right top no-repeat;	
}

#menu li a
{
	background: url(images/menu-off-izq.png) left top no-repeat;
}

#menu li a:hover
{
	background: url(images/menu-roll-izq.png) left top no-repeat;	
}

#menu li.Seleccionado,
#menu li.HijoSeleccionado
{
	background: url(images/menu-on-der.png) right top no-repeat;	
}

#menu li.Seleccionado span,
#menu li.HijoSeleccionado span
{
	background: url(images/menu-on-izq.png) left top no-repeat;
}

.DestacadoLateral .DestacadoTitulo
{	
	background: url(images/solapa-curva.png) left top no-repeat;	
}

#bloqueVentaOnline .DestacadoCuerpo .ContenidoBlanco div a.BotonComprar span
{
	background: url(images/boton_entero.png) center center no-repeat;
}

.DestacadoCuerpo .ContenidoBlanco a.BotonDescargar span
{
	background: url(images/boton_entero2.png) center center no-repeat;
}

#bloqueDescargasPlanos .TituloDescargasPlanos
{
	background: url(images/solapa-curva.png) left top no-repeat;
}

#bloqueDescargasPlanos .TituloDescargasPlanos span
{
	background: url(images/solapa-izq.png) right top no-repeat;
}


.PaginacionListado .PaginacionAnterior
{
	background: url('images/btn_anterior.gif') top left no-repeat;
}

.PaginacionListado .PaginacionAnterior:hover
{
	background: url('images/btn_anteriorb.gif') top left no-repeat;
}

.PaginacionListado .PaginacionSiguiente
{
	background: url('images/btn_siguiente.gif') top left no-repeat;
}

.PaginacionListado .PaginacionSiguiente:hover
{
	background: url('images/btn_siguienteb.gif') top left no-repeat;
}

.Botones input.BotonBorrar
{
	background: #fff url(images/bt-borrar.gif) left center no-repeat;	
}
.Botones input.BotonEnviar
{
	background: #fff url(images/bt-enviar.gif) left center no-repeat;	
}
.Botones input.BotonCerrar
{
	background: #fff url(images/bt-cerrar.gif) left center no-repeat;	
}


