@charset "utf-8";
/* CSS Document */
.carritoLateral{
	position: fixed;
	right: 15px;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 15px;
}

.carritoLateral .flechaOculta{
	vertical-align: middle;
	display: inline-block;
	box-shadow:0px 0px 10px #666666;
	-moz-box-shadow:0px 0px 10px #666666;
	-ms-box-shadow:0px 0px 10px #666666;
	-o-box-shadow:0px 0px 10px #666666;
	-webkit-box-shadow:0px 0px 10px #666666;
	border-radius:20px;
	height: 37px;
	margin-bottom: 10px;
		transition:all ease-in-out 0.2s;
	-moz-transition:all ease-in-out 0.2s;
	-ms-transition:all ease-in-out 0.2s;
	-o-transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
	cursor:pointer;
}


.carritoLateral .flechaOculta:hover{
	transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);

}


.carritoLateral .infoCarro{
	width: 250px;
	border: medium none #999;
	text-align: center;
	border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	-webkit-border-radius:15px;
	background-color: #FFF;
	right: 15px;
	top: 60px;
	z-index: 999;
	box-shadow:0px 0px 10px #666666;
	-moz-box-shadow:0px 0px 10px #666666;
	-ms-box-shadow:0px 0px 10px #666666;
	-o-box-shadow:0px 0px 10px #666666;
	-webkit-box-shadow:0px 0px 10px #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	display: block;
}

.carritoLateral .infoCarroOculto{
	width: 250px;
	border: medium solid #999;
	text-align: center;
	border-radius:15px;
	background-color: #FFF;
	right: 15px;
	top: 60px;
	z-index: 999;
	box-shadow:0px 0px 10px #666666;
	-moz-box-shadow:0px 0px 10px #666666;
	-ms-box-shadow:0px 0px 10px #666666;
	-o-box-shadow:0px 0px 10px #666666;
	-webkit-box-shadow:0px 0px 10px #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	
	display: none;
}

.carritoLateral .botCarr{
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}


.carritoLateral .cantCarr{
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}



