.marginTop20{
    margin-top: 20px;
}
.marginTop10{
    margin-top: 10px;
}
.marginBottom10{
    margin-bottom: 10px;
}
.width100por{
    width: 100%;
}
.flechas{
    width: 100px;
    height: auto;
}
.paddingTop0{
    padding-top: 0px !important;
}
.paddingBottom0{
    padding-bottom: 0px !important;
}
.colorBordado{
    margin-left: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.height400{
    height: 400px !important;
}
.displayNone{
    display: none;
}
.colorRosa{
    color: #F596AC;
}

table {
    width: 100%;
    border: 1px solid #000;
}
th, td {
    width: 15%;
    text-align: center;
    vertical-align: top;
    border: 1px solid gray;
    border-spacing: 0;
}
.marginTop70{
    margin-top: 70px;
}
.paddingBottom50{
    padding-bottom: 50px !important;
}
.imgCarrito{
    width: 80px;
    height: 80px;
}
.alignCentro{
    justify-content: center !important;
    align-items: center !important;
}
.cursorPointer{
    cursor: pointer;
}
.zoomA{
    transition:transform .5s;
}
.zoomA.hover{
    transform:scale(1.5) !important;
}

.width150{
    width: 150px;
}
.colorWhite{
    color:white !important;
}
.resultAgregarCarrito{
    color: white;
    margin-top: 20px;
    text-align: center;
}
.marginLeft30{
    margin-left: 30px;
}

/* Dev 1 Init*/
.alignCenter{
  text-align: center;
}
.carritoPiezasInput{
    width: 100%;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
}
.lineaGris1px{
    width: 100%;
    height: 1px;
    background-color:lightgrey;
}
/* Dev 1 End*/