



/************ BOTONES ***************/

a.btnRegistrarse{
	background-image: url("../images/mobil/icono-registro.png");
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 17px;
	width: 14px;
	height: 16px;
	font-size: 12px;
	color: #7b7b7b;
}

a.btnidentificarse{
	background-image: url("../images/mobil/login.png");
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 16px;
	width: 12px;
	height: 16px;
	font-size: 12px;
	color: #7b7b7b;

}

a.btnContactoMovil{
	background: #000;
	border-radius: 5px;
	background-image: url("../images/mobil/icono-contacto.png");
	background-repeat: no-repeat;
	background-position: 56px 4px;
	padding: 4px;
	padding-right: 19px;
	color: #f79e40;
	font-size: 12px;
	line-height: 1em;
}


.btnLogin{
	font-family: "Abel";
	float: none;
	border:none;
	background:#f79e40;
	border-radius: 5px;
	color:#FFFFFF;
	margin:auto;
	margin-top:10px;
	margin-bottom: 5px;
	text-align:center;
	cursor:pointer;
	font-size:16px;
	text-decoration:none;
	text-transform: uppercase;
	display: block;
	width: auto;
	padding: 3px 30px 3px 30px;
}

.btnLogin:hover{
	background:#999;
	color:#ffffff;
	text-decoration:none;
}



a.btnLeer{
	display:block;
	background-image:url(../images/home/destacado_principal_btn.png);
	width:240px;
	height:28px;
	padding-top:8px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.33em;
	margin-top:30px;
}
a.btnLeer:hover{
	background-position:bottom;
}

.btnmas{
	font-family: "Abel";
	float: none;
	border:none;
	background:#f79e40;
	border-radius: 5px;
	color:#FFFFFF;
	margin:auto;
	margin-top:10px;
	text-align:center;
	cursor:pointer;
	font-size:16px;
	text-decoration:none;
	text-transform: uppercase;
	display: block;
	padding: 10px;
	width: auto;
}

.btnmas:hover{
	background:#999;
	color:#ffffff;
	text-decoration:none;
}

.btnrecalcular{
	float: left;
}

a.btnresumen:hover{
	background:#999;
	color:#ffffff;
	text-decoration:none;
}
.btn-add-cesta{
	font-family: "Abel";
	border:none;
	background: url("../images/mobil/icono-agregar-al-carrito.png") no-repeat left #f79e40;
	background-position: 4px 6px;
	padding: 8px;
	padding-left: 40px;
	line-height: 1.13em;
	margin-top: 10px;
	width: 165px;
	text-align: right;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px;
	color: #fff;
	float: right;
}
.btn-add-cesta:hover{
	background: url("../images/mobil/icono-agregar-al-carrito.png") no-repeat left #999;
	background-position: 4px 6px;
}

.btnenviar{ margin: auto; display: block; width: 170px;}
.btnenviarcontacto{padding-top:7px; padding-bottom: 7px;}








.button-carrito{
	font-family: "Abel";
	background: url("../images/mobil/icono-abrir-carrito.png");

	width: 30px;
	height: 30px;
	display: block;
	margin-top: 0px;
	top:0px;
	right: 0px;
	z-index: 999;
	position: relative;
}

.btncestaresumen{
	font-family: "Abel";
	border:none;
	background: none;
	background: url("../images/mobil/icono-agregar-al-carrito.png") no-repeat left #f79e40;
	background-position: 20px 9px;
	border-radius: 5px;
	color:#FFFFFF;
	margin:auto;
	margin-top:10px;
	text-align:right;
	cursor:pointer;
	font-size: 16px;
	display: block;
	padding: 8px;
	text-decoration:none;
	text-transform: uppercase;
	width: 155px;
}
.btncestaresumen:hover{
	background: url("../images/mobil/icono-agregar-al-carrito.png") no-repeat left #999;
	background-position: 20px 9px;
	text-decoration: none;
}
.btn-regenerar{
	font-family: "Abel";
	background-image: url("../images/mobil/icono-abrir-carrito.png");
	width: 36px;
	height: 36px;
	display: block;
	z-index: 999;
	position: relative;
}

.btnseguir-comprando{margin: 0px; float: none; padding-top:6px; padding-bottom: 6px; display: block;}

.btn-success{margin: 0px; float: right; padding-top:6px; padding-bottom: 6px; display: block; background-color: #5cb85c;}



/*
.btnIncrementar{
    border: 1px solid;
    border-radius: 5px;
    padding: 2px 4px 3px 6px;
    cursor: pointer;
    font-size: 8px;
    font-weight: normal;
    display: block;
    width: 20px;
    float: left;
    margin-top: 2px;
}
.btnDisminuir{
    border: 1px solid;
    border-radius: 5px;
    padding: 2px 5px 3px 4px;
    cursor: pointer;
    font-size: 8px;
    display: block;
    width: 20px;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
}
*/