
                  .pricing{
                        /*width:700px;*/
                        margin:auto;
                        color:#eee;
                  }

                  .pricing_div{
                        width:700px;
                        margin:auto;
                  }

                  table#pricing_table{
                        max-width:1024px;
                        background-image:url('/img/pricing/rejilla.png');
                        background-repeat:no-repeat;
                        background-position: center -28px;
                  }

                  #pricing_table{
                        width:100%;
                  }
                  #pricing_table td{
                        width:33%;
                  }
                  #pricing_table tr{
                        color:#888;
                        line-height:40px;
                  }
                  #pricing_table tr.header{
                        background:red;
                        color:#fff;
                        border-radius:8px;
                        line-height:30px;
                  }

                  #pricing_table td{
                        padding: 0px 10px 0px 10px;
                        text-align:center;
                  }

                  #pricing_table td.border_right{
                        border-right:2px solid #555;
                  }
                  #pricing_table td.border_radius_left{
                        border-top-left-radius:6px;
                  }
                  #pricing_table td.border_radius_right{
                        border-top-right-radius:6px;
                  }

                  #pricing_table .curso{
                        display: block;
                        padding: 17px 14px 16px 14px;
                        color: #fff;
                        border-radius: 8px;
                        text-align: center;
                        margin: auto;
                        margin-top: 4px;
                        margin-bottom:4px;
                        width: 201px;
                        font-size: 14px;
                        line-height: 120%;
                        height:30px;
                  }

                  #pricing_table .categoria {
                        position:relative;
                        top:-20px;
                  }
                  #pricing_table .curso img{
                        max-width:70px;
                  }

                  .popup{
                        background:0;
                        border:0;
                  }

                  .popup_pricing_resumen_cell{
                        float:left;
                        width:100%;
                  }

                  .popup_pricing_resumen{
                        width: 95%;
                        background:#fff;
                        text-align:left;
                        border-top-left-radius:8px;
                        border-top-right-radius:8px;
                  }

                  .popup_pricing_resumen_header{
                        border-top-left-radius:8px;
                        border-top-right-radius:8px;
                        color:#fff;
                        padding:5px;
                  }
                  .popup_pricing_resumen_body{
                        background:#ccc;
                        padding:5px;
                        color:#000;
                        font-size: 14px;
                  }

                  .curso_ya_comprado{
                        cursor:default;
                        opacity:0.5;
                  }

