﻿#libreria
{
	float: left;
	width: 162px !important;
	width: 162px;
	padding-top: 0 !important;
}

#cabecera_libreria
{
	height: 33px;
}

#barra_cesta
{
	background-image:url(../imagenes/barra_biblioteca.png);
	background-position:top left;
	background-color:#f9faf4;
	width: 100%;
}

#barra_cesta div
{
	position: relative; /* ie6 */
	margin-left: -8px;
	padding: 15px 0 0 32px;
	height: 16px;
	background-image:url(../imagenes/barra_biblioteca_con_cesta.png);
	background-repeat:no-repeat;
	color: #FFF;
}

#contenido_cesta
{
	background-color: #f9faf4;
	color: #7e7e7c;
	margin-top: -2px;
	padding: 5px;
}

.itemCarritoCesta { padding-bottom:1em; }

#barra_inferior_libreria
{
	min-height:18px !important;
	background-color: #444;
	text-align: right;
	color: #7e7e7e;
	margin-top: 0px;
}

#barra_inferior_libreria_interior { text-align:right; overflow:hidden; }

a.boton_ir_cesta_and_pagar, a.boton_ir_cesta_and_pagar:visited, a.boton_ir_cesta_and_pagar:active, a.boton_ir_cesta_and_pagar:focus, a.boton_ir_cesta_and_pagar:link
{
	color: #7e7e7e;
	text-decoration: none;
}

a.boton_ir_cesta_and_pagar:hover
{
	color: #000000;
}

#pie_libreria
{
	float: right;
	width: 100%;
	text-align: right;
	color: #7e7e7e;
}

.total_carrito
{
	font-weight:bold;
	color:#69696b;
	text-align:right;
}

#LibreriaBienvenida { background-color:#752704; color:#fff; padding:2px; text-align:right; }

.enlaceEnCesta { text-decoration:none; }
.enlaceEnCesta:hover { text-decoration:underline; }
