/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 84%;
	background: url(../images/body_bg.gif) #eab032;
}
a img{
	border: 0;
}
h3{
	margin: 0; padding: 0;
}
ul, ul li{
	margin: 0;
	padding:0 ;
	list-style: none;
}
dl, dt, dd{
	margin: 0;
	padding: 0;
	list-style: none;
}
hr{
	visibility: hidden;
	height: 0;
	overflow: hidden;
	clear: both;
	}
#contenedora{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 768px;
	padding: 0;
	background: url(../images/canvas_bg.gif) repeat-y center top #fff;
	position: relative;
}
#cabecera{
	margin: 0 4px;
	background: url(../images/cabecera_bg.jpg) no-repeat top right;
	position: relative;
}
	h1 {
	margin: 0;
	padding: 0;
}
	#cabecera ul{
		position: absolute;
		top: 78px;
		left: 299px;
	}
	html > body #cabecera ul{
		top: 64px;
	}
	#cabecera ul, #cabecera ul li{
		list-style: none;
		line-height: 0;
		margin: 0;
		padding: 0;
	}
	#cabecera li{
		float: left;
	}
	
#contenido{
	margin-left: 4px;
	margin-top: 15px;
}


#pie {
	background: url(../images/credits_bg.gif) no-repeat top left #a90b0a;
	height: 24px;
	text-align: center;
	padding-top: 12px;
	color: #fff;
	margin-top: 12px;
}
html > body #pie{
		padding-top: 3px;
		height: 33px;
}
#pie a{
	color: #fff;
	font-size: 80%;
	margin: 0 5px;
	padding: 0 5px;
	text-decoration: none;
}
#pie a:hover{
	color: #A90B0A;
	background: #fff;
}

.clear{
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
p.paginacion{
	text-align: center;
	padding-left: 35px;
}
	.paginacion a{
		margin:0 1px;
		padding: 0px 5px;
		border: 1px solid #D3D3D3;
		background: #FFEBCD;
		color: #4C391F;
		text-decoration: none;
	}
	.paginacion a:hover{
		background: #4C391F;
		color: #fff !important;
		text-decoration: none !important;
	}
	.paginacion strong{
		margin:0 1px;
		padding: 0px 5px;
		border: 2px solid #D3D3D3;
		background: #fff;
		color: #A90B0A;
	}
a.linkback{
	display: block;
	clear: both;
	text-align: center;
	width: 344px;
	margin: 10px 229px 0 auto;
	color: #4c391f;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #D3D3D3;
}
	a.linkback:hover{
		background-color: #FFEBCD;
	}
	/*--clase utilizada al volver del tpv para que no la parsee el javascript---*/
	a.volver{
	display: block;
	clear: both;
	text-align: center;
	width: 344px;
	margin: 10px 229px 0 auto;
	color: #4c391f;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #D3D3D3;
}
	a.volver:hover{
		background-color: #FFEBCD;
	}
#col3 form#searchForm{
	margin-bottom: 20px !important;
}
#col3 p.banner{
	padding-top: 0;
	text-align: right;
	margin-right: 15px;
}
/*---------CARRITO------------*/

#col3 #carrito{
	position: relative;
	top: -34px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(../images/carrito_top.gif) no-repeat top right;
	padding-top: 20px;
	
	font-size: 90%;
}
#col3 #no-product{
	position: absolute;
	right: 8px;
	top: 103px;
	color: Gray;
	font-size: 90%;
	width: 11em;
	line-height: 1em;
	text-align: right;
}
#col3 #no-product p{
	margin: 0;
}

#col3 #carrito table{
	color: #a36027;
	left: 10px;
	position: relative;
	width: 190px;
}
#col3 #carrito table th{
	color: #4c391f;
}
#col3 #carrito table .titulo-carrito{
	width: 160px;
}

#col3 #carrito table td{
	height: 32px;
	background: url(../images/elemento_carrito_bg.gif) repeat-x bottom left;
}
#col3 #carrito table td.unidades{
	font-weight: bold;
	font-size: 110%;
	white-space: nowrap;
	text-align: right;
}
#col3 #carrito table td img{
	vertical-align: middle;
}
#col3 #carrito table td a{
	color: #a36027;
	text-decoration: none;
}
#col3 #carrito p.gastos-envio{
	text-align: right;
	font-size: 90% !important;
	margin-right: 10px;
}
#col3 #carrito p.product-total{
	text-align: right;
	font-size: 110% !important;
	margin-right: 10px;
}

	#col3 #carrito p.product-total strong{
		font-size: 80%;
	}
#col3 #carrito p#procesar-pedido{
	text-align: center;
	margin-top: 10px !important;
	background: url(../images/carrito_bottom.gif) no-repeat bottom left;
	padding-bottom: 15px;
}

.center{
	text-align: center;
}
ul#errores li h4{
	color: #A90B0A !important;
	font-weight: normal;
}
p.foot-credits {
	background: url(/images/body_bg.gif); 
	display: block; 
	margin: -11px 0 0 0;
}
html>body p.foot-credits {
	margin: 0;
}