#CarritoStoreRecarga{
	position:fixed; 
	top:70px; 
	right:10px; 
	bottom:0px; 
	width:280px; 
	overflow:auto; 
	z-index:999999 !important; 
}
u{
	list-style: none !important;
}
.cropContenedor{
  width:100%; 
  height: 100%; 
  object-fit: contain;
}
table.tabla_sin {
  border-collapse:collapse;
  border: none;
}

td.celda_sin {
  padding: 0;
}
.BotonPrimaryPersonalizadoInfoChico{
	color:#FFF; 
	cursor:pointer; 
	text-align:right; 
	background:#F90; 
	border-radius: 5px;
	font-size:12px;
	padding:3px;
}
.BotonPrimaryPersonalizadoInfoChico:hover{
	color:#FFF; 
	cursor:pointer; 
	text-align:right; 
	background:#ffc107; 
	border-radius: 5px;
}
.BotonPrimaryPersonalizado{
	width:100% !important; 
	cursor:pointer; 
	background:#007bff; 
	text-align:center; 
	color:#FFF; 
	float:right;
	border:none;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #0076f5;
	padding-top:7px;
	padding-bottom:7px;
	
	
}  
.BotonPrimaryPersonalizado:hover{
    color: #ffffff;
    background: #0069d9;
}

.BotonPrimaryPersonalizadoActivo{
	width:100% !important; 
	cursor:pointer; 
	background:#28a745; 
	text-align:center; 
	color:#FFF; 
	float:right;
	border:none;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #0076f5;
	padding-top:7px;
	padding-bottom:7px;
}  
.BotonPrimaryPersonalizadoActivo:hover{
    color: #ffffff;
    background: #218838;
} 

input:invalid {
  border: 1px solid #f1a1a1;
}

input:invalid:required {
  border: 1px solid #f1a1a1;
}
input:valid {
  border-color: #e0e0e0;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.display_inle{
	position:relative;
	display: inline-block;
	background-position:center; 
	overflow:hidden;
	text-align:center;
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align: top; 
	zoom: 1; 
	*display: inline; 
	/*_height: 20px;*/  	
}
.ColorBackDiv{
	background:#faf9f9;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	margin-bottom:15px;
	padding:20px;
	position:relative;
}
.ColorBackDiv:hover{
	background:#fafafa
}

.nube{
	border: solid 1px #aaaacc;
	background-color: #ddddff;
	color: #666666;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	padding:5px;
	margin-bottom:15px;
	display: inline-block;
	margin-bottom: 10px;
	margin-left:10px;
}
.redondeados{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	padding:5px;
}
/* custom checkbox */
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.check {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
}
.checkbox:hover input ~ .check {
    border: 2px solid #2489C5;
}
.checkbox input:checked ~ .check {
    background-color: #2489C5;
    border:none;
}
.check:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox input:checked ~ .check:after {
    display: block;
}
.checkbox .check:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio .check {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.radio:hover input ~ .check {
    border: 2px solid #2489C5;
}
.radio input:checked ~ .check {
    background-color: #2489C5;
    border:none;
}
.radio .check:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked ~ .check:after {
    display: block;
}
.radio .check:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.cssToolTip {
	position: relative;
	color: #000;
}
.cssToolTip span {
	background:#FFF; 
	border: 1px solid #ccc;
	border-radius:1px;
	box-shadow: 1px 1px 1px #ccc;
	color: #000;
	display: none;
	padding: 5px;
	max-width: 6000px;
	position: absolute; 
	top: 35px; 
	left: 0px; 
	z-index: 100;

}
.cssToolTip:hover span {
	display: inline;
}



.cssToolTipBoton {
	position: relative;
}
.cssToolTipBoton em {
	display: none;

}
.cssToolTipBoton:hover em {
	display: inline;
}

.ContenedoresRedondeados{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	padding:15px;
	background:#fbfbfb
}
.ContenedorProducto{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	padding:15px;
	background:#fbfbfb;
	position:relative;
	display: inline-block;
	background-position:center; 
	overflow:hidden;
	text-align:center;
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align: top; 
	zoom: 1; 
	*display: inline;
	width:265px;  
}
.ContenedorProductoInterno{
	width:100%; 
	height:200px; 
	background:#fff; 
	overflow:hidden; 
	margin-bottom:10px;
}
.ContenedorTiendaInterno{
	width:100%; 
	height:200px; 
	background:#fff; 
	overflow:hidden; 
	margin-bottom:10px;
}


@media screen and (max-width:400px){
	.ContenedorProducto{
		padding:5px;
		border:1px solid #CCC;
		background: #f1f1f0 ;
		width:150px;
		margin-bottom:20px;
	}
	.ContenedorProductoInterno{
		width:100%; 
		height:100px; 
		background:#fff; 
		overflow:hidden; 
		margin-bottom:10px;
	}	
	.ContenedorTiendaInterno{
		width:100%; 
		background:#fff; 
		overflow:hidden; 
		margin-bottom:10px;
	}	
}
.zoom{
    /* Aumentamos la anchura y altura durante 2 segundos */
    transition: width 2s, height 2s, transform 2s;
    -moz-transition: width 2s, height 2s, -moz-transform 2s;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    -o-transition: width 2s, height 2s,-o-transform 2s;
}
.zoom:hover{
	/* tranformamos el elemento al pasar el mouse por encima al doble de
    su tamaño con scale(2). */
    transform : scale(2);
    -moz-transform : scale(2);      /* Firefox */
    -webkit-transform : scale(2);   /* Chrome - Safari */
    -o-transform : scale(2);        /* Opera */
}
/*.LinkDefault{
	color:#6CF;
}
.LinkDefault:hover{
	color:#39F;
}*/

.img1 {
	position: relative; 
	top: 0px; 
	left: 0px;
	right:0px; 
	opacity: 1;
}

.img2 {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
}