@charset "utf-8";
/*Pedidos*/
.finalizado {	
	color:#090;
}
.pendiente {
	color:#F00;
	font-weight: bold;
}
.eliminado {	
	color:#F00;
}

.saltopagina {
display:block;
-webkit-page-break-after: always;
}

#Contacto2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#B0CB1E;
	font-size:18px;
	background-color: transparent;
	width:230px;
	height:20px;
	border:none;
	margin-top:30px;
}
#Contacto{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:20px;
	background-color: transparent;
	width:230px;
	height:20px;
	border:none;
	margin-top:30px;
}

#table-detalle{
	/*width:225px;*/
	border-collapse:collapse;
	/*border: none;*/
	border: 0px; 
	padding: 0px
}
#tabla-detalle-ampliada{
	/*width:225px;*/
	border-collapse:collapse;
	/*border: none;*/
	border: 0px; 
	padding: 0px;
	width:935px;
}
#tabla-detalle thead tr{
	background-image:url(imagenes/detalle-de-compra001.png);
	border-collapse:collapse;
	border: 0px;
	width:225px;
	height:61px;
	background-repeat: no-repeat;
}

#tabla-detalle-ampliada thead tr{
	background-image:url(imagenes/ampliacion-carro001.png);
	border-collapse:collapse;
	border: 0px;
	width:935px;
	height:83px;
	background-repeat: no-repeat;
}

#col1{
	border-collapse:collapse;
	border: none;
	background-repeat: no-repeat;
}
#col1-ampliada{
	border-collapse:collapse;
	border: none;
	background-repeat: no-repeat;
	width:29px;
}
#col2{
	text-align:right;
	border-collapse:collapse;
	border: none;
	background-repeat: no-repeat;
}
#col2-ampliada{
	text-align:right;
	border-collapse:collapse;
	border: none;
	background-repeat: no-repeat;
	width:24px;
}
#col3{
	text-align:right;
	border-collapse:collapse;
	border: none;
	background-repeat: no-repeat;
}
#col3-ampliada{
	text-align:right;
	border-collapse:collapse;
	border: none;
	background-repeat: no-repeat;
	width:18px;
}
#col4{
	text-align:right;
	border-collapse:collapse;
	border: none;
	background-repeat: no-repeat;
}
#col4-ampliada{
	text-align:right;
	border-collapse:collapse;
	border: none;
	background-repeat: no-repeat;
	width:30px;
}
#col5-ampliada{
	text-align:right;
	border-collapse:collapse;
	border: none;
	background-repeat: no-repeat;
	width:30px;
}
#col6-ampliada{
	text-align:right;
	border-collapse:collapse;
	border: none;
	background-repeat:repeat-x;
	width:200px;
}
#tabla-detalle tbody td:nth-child(odd) {
	border-collapse:collapse;
	border: none;
    background-color:#FFEFE5;
    color:#000;
	height:9px;
	font-size:10px;
}
#tabla-detalle-ampliada tbody td:nth-child(odd) {
	border-collapse:collapse;
	border: none;
    background-color:#FFF;
    color:#000;
	height:12px;
	font-size:10px;
}
#tabla-detalle tbody td:nth-child(even) {
	border-collapse:collapse;
	border: none;
    background-color:#FFF;
    color:#000;
	height:9px;
	font-size:10px;
}
#tabla-detalle-ampliada tbody td:nth-child(even) {
	border-collapse:collapse;
	border: none;
    background-color:#FFEFE5;
    color:#000;
	height:12px;
	font-size:10px;
}
#tabla-detalle tfoot td{
	border-collapse:collapse;
	border: none;
	/*background-image:url(imagenes/detalle-de-compra003.png);*/
	width:225px;
	height:128px;
	background-repeat: no-repeat;
}
#tabla-detalle-ampliada tfoot td{
	border-collapse:collapse;
	border: none;
	/*background-image:url(imagenes/detalle-de-compra003.png);*/
	width:935px;
	height:56px;
	background-repeat: no-repeat;
}

#modificar-carrito{
	border-collapse:collapse;
	border: none;
	background-image:url(imagenes/detalle-de-compra003.png);
	width:225px;
	height:128px;
	background-repeat: no-repeat;
}

#modificar-carrito-ampliada{
	border-collapse:collapse;
	border: none;
	background-image:url(imagenes/ampliacion-carro005.png);
	width:935px;
	height:52px;
	background-repeat: no-repeat;
}

#boton-modificar-carrito{
	background-color:transparent;
	width:218px;
	height:20px;
	border:1px;
	margin-left:2px;
	margin-top:55px;
	cursor:pointer;
}

.boton-modificar-carrito-ampliada{
	float:left;
	background-color:transparent;
	background-image:url(imagenes/boton-modificar-carrito.png);
	width:101px;
	height:30px;
	border:1px;
	margin-left:0px;
	margin-top:0px;
	cursor:pointer;
	background-repeat:no-repeat;
}
.cantidad-nueva-carrito-ampliada{
	text-align:right;
	float:left;
	background-color:#FFF;
	width:101px;
	height:26px;
	border:1px;
	margin-left:0px;
	margin-top:0px;
	background-repeat:no-repeat;
}
.boton-ok-carrito-ampliada{
	float:left;
	background-color:transparent;
	background-image:url(imagenes/boton-ok.png);
	width:27px;
	height:26px;
	border:1px;
	margin-left:0px;
	margin-top:0px;
	cursor:pointer;
	background-repeat:no-repeat;
}
.boton-eliminar-carrito-ampliada{
	float:left;
	background-color:transparent;
	background-image:url(imagenes/boton-eliminar-carrito.png);
	width:108px;
	height:30px;
	border:1px;
	margin-left:10px;
	margin-top:0px;
	cursor:pointer;
	background-repeat:no-repeat;
}

#boton-realizar-pedido{
	background-color:transparent;
	width:221px;
	height:25px;
	border:1px;
	margin-left:2px;
	margin-top:2px;
	cursor:pointer;
}

#boton-realizar-pedido-ampliada{
	background-color:transparent;
	width:165px;
	height:35px;
	border:1px;
	margin-left:15px;
	margin-top:6px;
	cursor:pointer;
	float:left;
}

#buscar{
	position:absolute;
	background-color: transparent;
	top:54px;
	left:230px;
}

#texto-buscar{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background-color: transparent;
	width:230px;
	height:20px;
	border:none;
}

#boton-buscar{
	background-image: url(imagenes/boton-buscar.png);
	width:58px;
	height:24px;
	border:none;
	margin-left:3px;
	cursor:pointer;
}

#imprimir-pagina{
	position:absolute;
	background-color: transparent;
	top:15px;
	left:780px;
}
#descargar{
	position:absolute;
	background-color:transparent;
	top:15px;
	left:700px;
}

#boton-imprimir-pagina{
	background-image:url(imagenes/imprimir-pagina.png);
	background-color:transparent;
	width:71px;
	height:77px;
	border:none;
	margin-left:0px;
	cursor:pointer;
}
#boton-imprimir-catalogo{
	background-image:url(imagenes/descargar-pdf.png);
	background-color:transparent;
	width:71px;
	height:77px;
	border:none;
	margin-left:0px;
	cursor:pointer;
}
#boton-descargar-excel{
	background-color:transparent;
	background-image:url(imagenes/descargar-excel.png);
	width:71px;
	height:77px;
	border:none;
	margin-left:0px;
	cursor:pointer;
}
#boton-descargar-excel-viajantes{
	background-color:transparent;
	background-image:url(imagenes/viajantes-descargar-excel.png);
	width:170px;
	height:173px;
	border:none;
	margin-left:0px;
	cursor:pointer;
}
#boton-descargar-catalogo-viajantes{
	background-color:transparent;
	background-image:url(imagenes/viajantes-descargar-pdf.png);
	width:170px;
	height:173px;
	border:none;
	margin-left:0px;
	cursor:pointer;
}
#sesion{
	position:absolute;
	background-color: transparent;
	top:135px;
	left:590px;
}
#cerrar-sesion{
/*	background-image: url(imagenes/cerrar-sesion.png);*/
	background-color:transparent;
	width:90px;
	height:28px;
	border:none;
	margin-left:3px;
	cursor:pointer;
}
#cerrar-sesion-administrador{
	background-image: url(imagenes/cerrar-sesion.png);
	width:142px;
	height:28px;
	border:none;
	margin-left:3px;
	cursor:pointer;
}
#numero-usuario{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	position:absolute;
	background-color: transparent;
	width:100px;
	border:none;
	top:140px;
	left:100px;
	font-size:12px;
}

#nombre-usuario{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	position:absolute;
	background-color: transparent;
	width:230px;
	border:none;
	top:140px;
	left:193px;
	font-size:12px;
}

#encabezado {
	background-image: url(imagenes/gris-de-fondo.png);
	background-repeat: repeat-x;
	height: 184px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#encabezado-imagen {
	height: 184px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(imagenes/encabezado001.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 948px;
	visibility: inherit;
	position: relative;
}
#encabezado-impresion {
	height: 184px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(imagenes/encabezadoimpresion.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 948px;
	visibility: inherit;
	position: relative;
}
#parte-central {
	height: 981px;
	width: 948px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.central-izquierda {
	position:relative;
	float: left;
	height: 327px;
	width: 337px;
}

.imagen-izq {
	position:relative;
	background-image: url(imagenes/porta-productos.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 280px;
	width: 337px;
}
.familia-izq {
	position:relative;
	background-image: url(imagenes/porta-productos-familia.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 280px;
	width: 337px;
}
.central-izquierda-detalle {
	position:relative;
	float: left;
	height: 100%;
	width: 337px;
}

.familia-izq-detalle {
	position:relative;
	background-image: url(imagenes/porta-producto-familia2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 91px;
	width: 670px;
}

#codigo-producto{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	position:absolute;
	background-color: transparent;
	width:102px;
	border:none;
	top:12px;
	left:134px;
}
#codigo-producto-detalle{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	position:absolute;
	background-color: transparent;
	width:102px;
	border:none;
	top:8px;
	left:108px;
}
.iva{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	position:absolute;
	background-color: transparent;
	width:60px;
	border:none;
	top:14px;
	left:280px;
	font-size:11px;
}
.iva-detalle{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	position:absolute;
	background-color: transparent;
	width:60px;
	border:none;
	top:8px;
	left:230px;
	font-size:11px;
}

#ivasino{
	position:absolute;
	background-color: transparent;
	width:20px;
	border:none;
	top:34px;
	left:315px;
}
#descripcion{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	position:absolute;
	background-color: transparent;
	width:240px;
	height:50px;
	border:none;
	top:50px;
	left:80px;
}
#descripcion-adicional{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	position:absolute;
	background-color: transparent;
	width:130px;
	height:100px;
	border:none;
	top:120px;
	left:7px;
	font-size:12px
}
#descripcion-detalle{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	position:absolute;
	background-color:transparent;
	width:300px;
	height:50px;
	border:none;
	top:8px;
	left:355px;
}
#descripcion-adicional-detalle{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	position:absolute;
	background-color:transparent;
	width:320px;
	height:40px;
	border:none;
	top:45px;
	left:7px;
	font-size:12px
}
#foto-principal{
	position:absolute;
	background-color: transparent;
	width:167px;
	height:167px;
	border:none;
	top:105px;
	left:157px;
	font-size:12px
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

.foto-producto{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	width:167px;
	height:167px;
}

.foto-producto-carrito{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	width:80px;
	height:80px;
}
#imagen-derecha {
	border:none;
	position:relative;
	background-image: url(imagenes/porta-productos.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 280px;
	width: 337px;

}
.precio{
	position:absolute;
	background-color: transparent;
	width:80px;
	height:25px;
	border:none;
	top:12px;
	left:110px;
	font-size:20px;
	text-align:right;
}

.moneda{
	position:absolute;
	background-color: transparent;
	width:30px;
	height:15px;
	border:none;
	top:16px;
	left:70px;
	font-size:11px;
}

.cantidad{
	position:absolute;
	background-color: transparent;
	width:30px;
	height:20px;
	border:none;
	margin-left:265px;
	margin-top:12px;
	font-size:14px;
	text-align:right;
}
.boton-ok{
	position:absolute;
	background-image: url(imagenes/boton-ok.png);
	background-color: transparent;
	width:27px;
	height:26px;
	border:none;
	margin-left:301px;
	margin-top:12px;
	cursor:pointer;
}

.boton-comprar{
	background-image: url(imagenes/boton-comprar.png);
	background-color: transparent;
	width:120px;
	height:36px;
	border:none;
	margin-left:201px;
	margin-top:6px;
	cursor:pointer;
}

#importe-total{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	position:relative;
	background-color: transparent;
	width:80px;
	border:medium;
	top:15px;
	left:95px;
	font-size:12px;
	text-align:right;
}

#importe-total-ampliada{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	position:relative;
	background-color:transparent;
	width:90px;
	border:medium;
	margin-left:155px;
	margin-top:15px;
	font-size:12px;
	text-align:right;
}

.boton-modificar{
	position:absolute;
	background-image: url(imagenes/boton-modificar.png);
	background-color: transparent;
	width:64px;
	height:27px;
	border:none;
	margin-left:198px;
	margin-top:10px;
	cursor:pointer;
}
.boton-cancelar{
	position:absolute;
	background-image: url(imagenes/boton-cancelar.png);
	background-color: transparent;
	width:63px;
	height:25px;
	border:none;
	margin-left:265px;
	margin-top:11px;
	cursor:pointer;
}
#porta-botones {
	position:relative;
	float: left;
	height: 48px;
	width: 337px;
}
.boton-izq-1 {
	background-image: url(imagenes/comprar001.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 47px;
	width: 337px;
}
.boton-izq-2 {
	background-image: url(imagenes/comprar002.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 47px;
	width: 337px;
}
.boton-izq-3 {
	background-image: url(imagenes/comprar003.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 47px;
	width: 337px;
}
.boton-izq-1-detalle {
	background-image: url(imagenes/comprar001.png);
	position:absolute;
	left: 335px;
	top:40px;
	height: 48px;
	width: 337px;
}
.boton-izq-2-detalle {
	background-image: url(imagenes/comprar002.png);
	position:absolute;
	left: 335px;
	top:40px;
	height: 48px;
	width: 337px;
}
.boton-izq-3-detalle {
	background-image: url(imagenes/comprar003.png);
	position:absolute;
	left: 335px;
	top:40px;
	height: 48px;
	width: 337px;
}
#boton-derecho {
	background-image: url(imagenes/comprar001.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 47px;
	width: 337px;
}
#central-derecha {
	position:relative;
	float: right;
	height: 981px;
	width: 271px;
	margin: 0px;
}
#central-derecha-ampliada {
	position:relative;
	/*float:left;*/
	min-height: 200px;
	width: 935px;
	margin: 0px;
}
#azul-superior {
	background-image: url(imagenes/azul-001.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 29px;
	width: 271px;
}
#azul-superior-ampliada {
	background-image: url(imagenes/azul-001.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*float:left;*/
	height: 29px;
	width: 935px;
}
#azul-centro {
	background-image: url(imagenes/azul-002.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float: right;
	height: 922px;
	width: 271px;
}
#azul-centro-ampliada {
	background-image: url(imagenes/azul-002.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	/*float:left;*/
	height: 300px;
	width: 935px;
}
#azul-inferior {
	background-image: url(imagenes/azul-003.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 30px;
	width: 271px;
}
#azul-inferior-ampliada {
	background-image: url(imagenes/azul-003.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*float:left;*/
	height: 30px;
	width: 935px;
}
#detalle-compras001 {
	height: 82px;
	width: 241px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(imagenes/detalle-de-compra001.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*#detalle-compras001-ampliada {
	height: 83px;
	width: 934px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(imagenes/ampliacion-carro001.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}*/
#detalle-compras002 {
	/*background-image: url(imagenes/detalle-de-compra002.png);*/
	/*background-repeat: repeat-y;*/
	/*background-position: 0px 0px;*/
	/*height: 30%;*/
	width: 241px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#detalle-compras002-ampliada {
	/*background-image: url(imagenes/detalle-de-compra002.png);*/
	/*background-repeat: repeat-y;*/
	/*background-position: 0px 0px;*/
	/*height: 30%;*/
	width: 241px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#detalle-compras003 {
	background-image: url(imagenes/detalle-de-compra003.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 150px;
	width: 241px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#detalle-compras003-ampliada {
	background-image: url(imagenes/ampliacion-carro005.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 150px;
	width: 935px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#barra-espaciado {
	height: 35px;
	width: 948px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#paginacion-contenedor {
	text-align:center;
	background-image: url(imagenes/paginacion-001.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.paginado{
	float:left;
	background-color:#F56200;
	height:35px;
	width:35px;
	color:#FFF;
	font-size:20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.paginado a{
	text-decoration:none; color:#FFF;
}
.paginadoSeleccionado{
	float:left;
	background-color:#B0CB1E;
	height:35px;
	width:35px;
	color:#F00;
	font-size:20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.paginadoSeleccionado a{
	text-decoration:none; color:#FFF;
}


#porta-tablas-paginacion {
	height: 37px;
	width: 948px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pie-de-pagina {
	background-image: url(imagenes/textura-pie-de-pagina.png);
	background-repeat: repeat-x;
	height: 109px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pie-de-pagina-impresion {
	height: 80px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contenedor-datos-pie-de-pagina {
	height: 109px;
	width: 948px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#imagen-telefonos {
	background-image: url(imagenes/datos-pie-de-pagina.png);
	background-position: center center;
	float: right;
	height: 109px;
	width: 462px;
	background-repeat: no-repeat;
}

#boton-ampliar-familia{
	background-color:transparent;
	width:140px;
	height:140px;
	border:1px;
	margin-left:10px;
	margin-top:120px;
	cursor:pointer;
}