/* DivTable.com */
/*http://divtable.com/generator/   */
#body-basic{
	display: table;
	width: 95%;
	height:100vh;
}
#body-basic-body{
	display: table-row-group;
}
#body-basic-row{
	display: table-row;
	height: 100%;
}
/*#body-basic-cell {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 30px;
	height: 100%;
	width: 230px;
}*/
#body-basic-cell-left {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 30px;
	height: 100%;
	width: 220px;
}
#body-basic-cell-right{
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 30px;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
    vertical-align: top;
	height: 100%;
}
#body-basic-img {
  display: block;
  max-width:230px;
  max-height:400px;
  width: auto;
  height: auto;
}
.body-text{
/*	border: 1px solid #999999;*/
	padding: 3px 30px;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
    vertical-align: top;
	height: 100%;
	width: 95%;
}

b.error{   /* Titulo rojo de ERROR*/
	color:#902020;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	font-size: 24;
	text-align: center;
}
.error{   /* Titulo rojo de ERROR*/
	color:#902020;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	font-size: 24;
	text-align: center;
}
/*----------------------------------------------*/
/*          Table de items en el carrito        */
.scart-table{
	display: table;
	width: 95%;
	border:2px;
}
.scart-row-group{
	display: table-row-group;
}
.scart-row{
	display: table-row;
	height: 100%;
}
.scart-cell{
	display: table-cell;
	height: 100%;
}
.scart-cell-ship{
	display: table-cell;
	height: 100%;
    background-color:#e0e0FF;
}
.scart-cell-title{
    display: table-cell;
    height: 100%;
    font-weight: bold;
    font-family: arial;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    text-shadow: 2px 2px 3px #000000;
    color: #E7E5E5;
    border-radius:10px;
    padding:6px 6px;
    background-color:#1A12FF;

}
.pjt-sales-button{
    font-weight: bold;
    font-family: arial;
    font-style: normal;
    font-size: 14px;
    text-shadow: 2px 2px 3px #000000;
    color: #E7E5E5;
    border-radius:20px;
    padding:16px 31px;
    background-color:#1A12FF;
    /*background: linear-gradient(top,  #04ACEC,  #0186BA);*/
    /*#0399D4*/
}
.pjt-sales-button:disabled{
    background-color:#E0E0E0;
}

/*----------------------------------------------------*/
/*                                                    */
/*     Esconde cuadrados                              */
/*                                                    */
.div-show{
}
.div-hide{
    display:none;
}



