@charset "utf-8";
.der {
	text-align:right;
}
/*----------tienda----------------*/
#ContenedorTienda {
	width: 800px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	text-align: left; /* esto anula text-align: center en el elemento body. */
}
#ContenedorTienda #Cabecera {
	width:800px;
	
	padding: 0px;
	font-size:12px;
	color:#FFF;
	overflow:hidden;
}

#ContenedorTienda #Menu1{
	height: 25px;
	margin-top:108px;
	text-align:right;
	background-image:url(../img/fondo-menu1.png);
	background-repeat:no-repeat;
	background-position:right;
	}
	
#ContenedorTienda #Menu2{
	height: 23px;
	background-image:url(../img/fondo-menu2.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	}
#ContenedorTienda ul#menu {
	list-style:none;
	padding:0px;
	margin:0px;
}
#ContenedorTienda ul#menu li{
	float:right;
}
#ContenedorTienda ul#menu li a{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	height: 20px;
	display:block;
	padding:5px 5px 0 5px;
}
#ContenedorTienda ul#menu li a:hover {
	background-color:#F60;
}

#ContenedorTienda .BordeLi{
	border-right: 1px solid #FFF;
}

#ContenedorTienda ul#LibrosRecomendados{
	list-style:none;
	margin:0px;
	padding:0px;
}

#ContenedorTienda ul#LibrosRecomendados li{
	position:relative;
	float:left;
	display:block;
	width:125px;
	height:250px;
	margin:10px 10px 0 0;
	padding:4px;	
}
#ContenedorTienda ul#LibrosRecomendados li img {
	display:block;	
	margin:0 auto 5px auto;	
}
#ContenedorTienda ul#LibrosRecomendados li div {
	position:absolute;
	top:220px;
	width:100%;
	text-align:right;
}
#ContenedorTienda ul#Categorias{
	list-style:none;
	margin:0 0 0 20px;
	padding:0px;	
}
#ContenedorTienda ul#Categorias li{
	list-style:none;
	margin:5px 0 0 0;
	padding:0px;
}
#ContenedorTienda ul#Categorias li a{
	color:#464034;
	font-size:14px;
	text-decoration:none;
}
#ContenedorTienda ul#Categorias li a:hover{
	color:#1f98cb;
	font-size:14px;
	text-decoration:none;
}
#ContenedorTienda ul#Categorias ul{
	margin:0 0 0 15px;
}
#ContenedorTienda ul#Categorias ul li a{
	font-size:12px;
}
#ContenedorTienda ul#Categorias ul li a:hover{
	font-size:12px;
}

#ContenedorTienda #FichaLibro{
	float:left;
	width:100%;
	margin:5px 0 5px 0;
	padding:0px;
}
#ContenedorTienda #OtrosClientes{
	float:left;
	width:100%;	
}

#ContenedorTienda #Paginador{
	float:left;
	text-align:right;
	width:100%;
	margin:5px 0 5px 0;
	padding:0px;
	border-top:1px solid #999;
}
#ContenedorTienda #Paginador a{
	color:#1f98cb;
	text-decoration:none;
}
#ContenedorTienda #Paginador a:hover{
	color:#000;
	text-decoration:none;
}

/*-------------resumen cesta--------------*/

#ContenedorTienda #ResumenCesta{
	width:190px;
	margin:0px;
	padding:5px;
}
#ContenedorTienda .ResumenCesta{
	background-color:#FFF;
	font-size:11px;
	color:#1f98cb;
}
/*-------------cesta--------------*/
#ContenedorTienda #Cesta{
	/*width:500px;*/
	
}
#ContenedorTienda #Cesta th {
	background-color:#FFF;
	color:#1f98cb;
}
#ContenedorTienda #FilaCesta td {
	background-color:#E9E4D5;
	font-size:11px;
	color:#464034;
}
#ContenedorTienda #FilaCesta input {
	font-size:10px;
	width:20px;
	text-align:right
}
#ContenedorTienda #FilaTotal td {
}
/***********************************/
#ContenedorTienda .ContenedorPedido1 {
	width:790px;
	float:left;
	padding:10px 0 10px 10px;
	background-color:#eceee7;
}
#ContenedorTienda label {
	display:block;
	float:left;	
	width:100px;
	height:20px;
	color:#464034;
}
#ContenedorTienda label.checkbox {
	display:block;
	float:left;	
	width:400px;
	height:17px;
	padding:3px 0 0 3px;
	color:#464034;
}
#ContenedorTienda .ContenedorPedido1 input, #ContenedorTienda .ContenedorPedido2 input {
	float:left;
	font-size:10px;
	margin-left:5px;
}
#ContenedorTienda .ContenedorPedido1 select, #ContenedorTienda .ContenedorPedido2 select {
	float:left;
	font-size:10px;
	margin-left:5px;
}
#ContenedorTienda .ContenedorPedido2 {
	width:790px;
	float:left;
	padding:10px 0 10px 10px;
	background-color:#e9e4d5;
}
#ContenedorTienda .ContenedorPedido2 #TablaPedido {
}
#ContenedorTienda .ContenedorPedido2 #TablaPedido th {
	background-color:#1f98cb;
	color:#FFF;
}
#ContenedorTienda .ContenedorPedido2 #TablaPedido #FilaCesta td {
	background-color:#eceee7;
}

#ContenedorTienda .filas {
	float:left;
	clear:both;
	width:600px;
	margin:5px 0;
}

/*---------------------------*/
#ContenedorTienda #Pie {
	position:relative;
	width:780px;
	height:40px;
	float:left;
	padding:10px;
	background-color:#eceee7;
	border-top:1px solid #CCC;
}
#ContenedorTienda #Pie p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
}

#FondoPrecio{
	float:left;
	width:85px;
	height:50px;
	margin:5px 0 0 5px;
	padding:2px;
	background-image:url(../img/fondo-precio.gif);
	background-repeat:no-repeat;
	text-align:center;
	
}
