/* compatible_utf8:0 */
@charset "UTF-8";
/*//////////////////////// CESTA TOP /////////////////////////*/
#cestaTop{
	position:absolute;
	padding: 10px;
	overflow: hidden;
	z-index: 890;
}
#cestaAbierta{
	display:none;
}
#loginTop {
	width: 400px;
	overflow: hidden;
	font-size:0.7em;
	margin-bottom: 5px;
}
#user {
	font-weight: bold;
	float: left;
}
#botones {
	text-align: right;
}
#cesta {
	color:#37414a;
	width: 400px;
	font-size:0.7em;
	border: 1px solid #b9c2c9;
	overflow: hidden;
	background: rgb(194,203,210);
	background: -moz-linear-gradient(top, rgba(194,203,210,1) 0%, rgba(125,143,155,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,203,210,1)), color-stop(100%,rgba(125,143,155,1)));
	background: -webkit-linear-gradient(top, rgba(194,203,210,1) 0%,rgba(125,143,155,1) 100%);
	background: -o-linear-gradient(top, rgba(194,203,210,1) 0%,rgba(125,143,155,1) 100%);
	background: -ms-linear-gradient(top, rgba(194,203,210,1) 0%,rgba(125,143,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2cbd2', endColorstr='#7d8f9b',GradientType=0 );
	background: linear-gradient(top, rgba(194,203,210,1) 0%,rgba(125,143,155,1) 100%);
	
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; 
text-shadow:1px 1px 0 #c0c9d1;
}
#cesta:hover {
	background: rgb(177,185,191);
background: -moz-linear-gradient(top, rgba(177,185,191,1) 0%, rgba(101,113,124,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,185,191,1)), color-stop(100%,rgba(101,113,124,1)));
background: -webkit-linear-gradient(top, rgba(177,185,191,1) 0%,rgba(101,113,124,1) 100%);
background: -o-linear-gradient(top, rgba(177,185,191,1) 0%,rgba(101,113,124,1) 100%);
background: -ms-linear-gradient(top, rgba(177,185,191,1) 0%,rgba(101,113,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b9bf', endColorstr='#65717c',GradientType=0 );
background: linear-gradient(top, rgba(177,185,191,1) 0%,rgba(101,113,124,1) 100%);
}
#cesta a, #cestaTop.activo #cesta a {
	display:block;
	padding:4px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: no-repeat right center;
}
#cesta a {
	background-image:url(../images/cesta_top/cesta-close.png);
	border-top: 1px solid #cfd8df;
	border-bottom: 1px solid #73848E;
}
#cesta a:hover{
	background-image:url(../images/cesta_top/cesta-close_over.png);
	color:#131619;
	text-decoration:none;
	cursor:inherit;
}

/*////// cesta abierta //////*/

#cestaTop.activo{
	background-color:#e6eced;
	-webkit-box-shadow: 2px 2px 5px #677078;
-moz-box-shadow: 2px 2px 5px #677078;
box-shadow: 2px 2px 5px #677078; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; 
background: rgb(251,251,252);
background: -moz-linear-gradient(top, rgba(251,251,252,1) 0%, rgba(230,232,237,1) 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,252,1)), color-stop(99%,rgba(230,232,237,1)));
background: -webkit-linear-gradient(top, rgba(251,251,252,1) 0%,rgba(230,232,237,1) 99%);
background: -o-linear-gradient(top, rgba(251,251,252,1) 0%,rgba(230,232,237,1) 99%);
background: -ms-linear-gradient(top, rgba(251,251,252,1) 0%,rgba(230,232,237,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfc', endColorstr='#e6e8ed',GradientType=0 );
background: linear-gradient(top, rgba(251,251,252,1) 0%,rgba(230,232,237,1) 99%);
}
#cestaTop.activo #cestaAbierta{
	display:inherit;
}
#cestaTop.activo #cesta, #cestaTop.activo #cesta:hover{
	background: rgb(180,211,78);
background: -moz-linear-gradient(top, rgba(180,211,78,1) 0%, rgba(126,183,45,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,211,78,1)), color-stop(100%,rgba(126,183,45,1)));
background: -webkit-linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
background: -o-linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
background: -ms-linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d34e', endColorstr='#7eb72d',GradientType=0 );
background: linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
border: 1px solid #aec573;
cursor:default;
}
#cestaTop.activo #cesta a, #cestaTop.activo #cesta a:hover {
	background-image:url(../images/cesta_top/cesta_open.png);
	border-top: 1px solid #daef9c;
	border-bottom: 1px solid #659021;
	color:#223312;
	text-shadow:0 1px 0 #c2e186;
	cursor:default;
}

#cestaTop #cesta.activo {

	background-image:url(../images/cesta_top/cesta_open.png);
	border-top: 1px solid #daef9c;
	border-bottom: 1px solid #659021;
	color:#223312;
	text-shadow:0 1px 0 #c2e186;

	background: rgb(180,211,78);
	background: -moz-linear-gradient(top, rgba(180,211,78,1) 0%, rgba(126,183,45,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,211,78,1)), color-stop(100%,rgba(126,183,45,1)));
	background: -webkit-linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
	background: -o-linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
	background: -ms-linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d34e', endColorstr='#7eb72d',GradientType=0 );
	background: linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
	border: 1px solid #aec573;
	cursor:default;
}

/*/// Cesta abierta ///*/
#cestaAbierta {
	margin-top: 10px;
}
#cestaProductos{
	width:400px;
	height:200px;
	overflow:auto;
	border:1px solid #d0d0d0;
	background-color:#FFF;
}
#cestaProductos ul {
    list-style-type: none;
    margin: 0;
				padding:0;
}
#cestaProductos ul li {
	border-bottom:1px solid #e4e4e4;
	padding:10px;
	overflow:hidden;
}
#cestaProductos ul li div.descripcion{
	width:170px;
	float:left;
	margin-right:5px;
	border-right: 1px dotted #999;
	padding-right:8px;
	min-height:70px;
}
#cestaProductos ul li img {
	border:1px solid #ebebeb;
	padding:3px;
	float:left;
	margin-right:10px;
}
#cestaProductos ul li p {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 0.75em;
	line-height:1.1em;
	font-weight:bold;
}
#cestaProductos ul li p.ref {
	font-size: 0.6em;
	font-weight:normal;
	color: #666;
	margin-bottom:5px;
}
#cestaProductos ul li p.cantidad {
	font-size: 0.7em;
	font-weight:normal;
	color: #464b4f;
	margin-top:6px;
}
#cestaProductos ul li p.cantidad strong{
	font-weight:bold;
}
#cestaProductos ul li div.precio{
	width:75px;
	float:right;
	text-align:right;
	margin-right:0;
	padding:8px 0 0;
	font-size:0.85em;
	background:transparent;
	font-weight:bold;
	color:#333;
}
#cestaProductos ul li a.lnkEliminar{
	background: url(../images/cesta_top/b-eliminar.gif) no-repeat left center;
	padding: 5px 6px 4px 15px;
	font-size:0.8em;
	color:#333;
	text-shadow:0 1px #e5e7e8;
	margin-top:5px;
	border:1px solid #CCC;
	display:block;
	}
	/*//////*/
#botonVerde{
	background: rgb(180,211,78);
	background: -moz-linear-gradient(top, rgba(180,211,78,1) 0%, rgba(126,183,45,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,211,78,1)), color-stop(100%,rgba(126,183,45,1)));
	background: -webkit-linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
	background: -o-linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
	background: -ms-linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d34e', endColorstr='#7eb72d',GradientType=0 );
	background: linear-gradient(top, rgba(180,211,78,1) 0%,rgba(126,183,45,1) 100%);
	border: 1px solid #7c9745;
	width:130px;
	float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top:15px;
}
#botonVerde:hover{
	background: rgb(151,188,69);
background: -moz-linear-gradient(top, rgba(151,188,69,1) 0%, rgba(91,142,35,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,188,69,1)), color-stop(100%,rgba(91,142,35,1)));
background: -webkit-linear-gradient(top, rgba(151,188,69,1) 0%,rgba(91,142,35,1) 100%);
background: -o-linear-gradient(top, rgba(151,188,69,1) 0%,rgba(91,142,35,1) 100%);
background: -ms-linear-gradient(top, rgba(151,188,69,1) 0%,rgba(91,142,35,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97bc45', endColorstr='#5b8e23',GradientType=0 );
background: linear-gradient(top, rgba(151,188,69,1) 0%,rgba(91,142,35,1) 100%);
}
#botonVerde a{
	border-top: 1px solid #cfd8df;
	border-bottom: 1px solid #73848E;
	color:#314127;
	text-shadow:0 1px 0 #bedb89;
	display:block;
	font-size:0.8em;
	font-weight:bold;
	padding:7px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/cesta_top/b-comprar.gif) no-repeat right center;
}
#botonVerde a:hover{
	color:#fff;
	background: url(../images/cesta_top/b-comprar_over.gif) no-repeat right center;
	text-decoration:none;
	text-shadow:0 -1px 0 #4a6424;
}
#precioCesta{
	float:right;
	text-align:right;
	margin-bottom:0;
	padding-bottom:0;
	padding-right:15px;
	overflow: hidden;
}
#precioCesta p{
	font-weight:bold;
	color:#1A1A1A;
	font-size:1.2em;
	margin-bottom:0;
	margin-top:15px;
	padding-bottom:0;
}
#precioCesta p.pIVA{
	font-weight:normal;
	font-size:0.6em;
	margin:0;
	padding:0;
}
#cestaProductos_pvpr {
	display: none;
}