.tarjetas {
    background: #f7f7f7;
    padding-bottom: 20px;
    padding-top: 20px;
}

.tarjetas_items {
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 15px 1px #cccccc;
    background: #ffffff;
}
.tarjetas_titulo {
    padding: 15px;
}
.tarjetas_cuerpo {
    margin-top: 10px;
    padding: 10px;
}
.tarjetas_pie {
    color: #eb5d18;
    padding: 20px;
}

.bases_condiciones {
    background: #f7f7f7;
    padding-bottom: 20px;
}
.bases_condiciones_container {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
}
.bases_condiciones_item {
    padding: 10px;
}
.bases_condiciones_icon {
    text-align: center;
    padding: 30px;
}
.bases_condiciones_texto {
    padding-top: 10px;
}
.bases_condiciones_cft {
    text-align: center;
    padding: 30px;
}
.separador {
    width: 90%;
    height: 1px;
    margin: 0px auto;
    border-bottom: 1px solid #cccccc;
}