﻿.divPrincipal {
    width: 90%;
    margin: 0 auto;
    position: relative;
    border: solid 1px #CACACA;
    padding: 9px 24px;
    min-height: 630px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position:relative;
    behavior: url(/css/PIE.htc);
    top:125px;
}

.divPrincipal .titlewrapper h1{
    height: 16px;
    font-family: 'KiaSignatureBold';
    font-size: 1em;
    font-weight: bold;
    margin: 0px 20px 10px 0px;
    padding: 0px;
}

.contTable{vertical-align: top;}

.divTiposPromo {
    width: 203px;
    position: relative;
    padding: 10px 10px 15px;
    background-color: #f5f5f5;
}
.divTiposPromo .tituloFiltro {
    margin:0px;
    font-family: 'KiaSignatureBold';
    font-size: 10pt;
    font-weight: bold;
    height:20px;
}

.divTiposPromo .checkrow {
    height: 16px;
    _margin: 0!important;
    vertical-align: middle;
    margin: 0 0 2px;
    padding: 0;
}

.divTiposPromo .checkrow input {
    margin: 0 5px 0 0;
}

.divTiposPromo .checkrow label {
    font-family: 'KiaSignatureBold';
    font-size: 12px;
    text-transform: capitalize;
}
.tituloListaPromociones {
    width: 671px;
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    line-height: 20px;
    color: #83888B;
    font-weight: 700;
    padding: 0 10px;
    font-size: 16px;
    font-family: 'KiaSignatureBold';
}

.promocionItem{
    border-bottom:solid 1px #CCC;
}

.promocionItem .tituloItemPromo {
    font-family: 'KiaSignatureRegular';
    font-size: 1.2em;
    line-height: 1;
    padding: 12px 15px 10px 0px;
    text-decoration:none;
}

.promocionItem .tituloItemPromo:hover{
    cursor:pointer;
}

.promocionItem .subTitulo1 {
    font-size: 14px;
    font-weight: 700;
    font-family: 'KiaSignatureRegular';
    padding: 0 0 2px;
    margin-top: 5px;
}

.promocionItem .subtitulo2 {
    font-weight: 700;
    font-size: 11px;
    font-family: 'KiaSignatureRegular';
}

.promocionItem .descripcion {
    margin: 0 0 15px 0;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .688em;
    line-height: 1.182em;
}

.fecVigencia {
    font-size: 10px;
    font-weight: 700;
    font-family: 'KiaSignatureRegular';
    padding: 0;
}

.promocionItem .lnkLegales {
    font-family: 'KiaSignatureBold';
    text-decoration:none;
    font-size: 0.8em;
}

.promocionItem .lnkLegales:hover {
    cursor:pointer;
}

.promocionItem .ContainerLegales {
    display: none;
    font-size: 9px;
    line-height: 11px;
    font-family: 'KiaSignatureRegular';
}

.promocionItem.selected .ContainerLegales {
    display: block;
}

    .promocionItem .thumb{
        display:block;
        width: 100%;
    }
    .promocionItem .big {
        display: none;
        height: 120px;
        width: 150px;
        -webkit-transition: height 250ms linear,width 250ms linear;
        -moz-transition: height 250ms linear,width 250ms linear;
        -o-transition: height 250ms linear,width 250ms linear;
        transition: height 250ms linear,width 250ms linear;
    }

    .promocionItem.selected .thumb{
        /*display:none;*/
    }

    .promocionItem.selected .big{
        display:block;
        height:217px;
        width:294px;
    }
    
@media screen and (min-width : 101px) and (max-width : 770px) {
    #wrapper{
        padding-top: 125px;
    }
    .btn-vercion{
        font-size: 14px;
        top: 10%;
    }
}
@media (max-width:500px){
    .contTable{
        display: block;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .divPrincipal {
        width: 80%;
    }
}

