.table {
	width: 100%;
    border-spacing: 10px;
    border-collapse: separate;
    text-align: center;
    margin-bottom: -10px !important;
    table-layout: fixed;
}
@media (min-width: 768px){
.td {
	width: 22%;
    height: 281px;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -o-linear-gradient(#ffffff, #ffffff);
    background: -moz-linear-gradient(#F2F3F2, #FDFDFD);
    background: linear-gradient(#ffffff, #ffffff);
    border: 1px solid rgba(20, 20, 25, 0.35);
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 10px;
    display: table-cell;
    text-align: center
}
.table_marca {
    text-align: center;
    max-width: 100%;
	max-height: 180px;
}
}
.cabecera_mobile .enlace_show_enlace img{
	margin-right:10px;
}
.cabecera_mobile {
	margin-bottom:20px;
}
@media (max-width: 767px){
.td {
	width: 100%;
    background: -webkit-linear-gradient(#F2F3F2, #FDFDFD);
    background: -o-linear-gradient(#F2F3F2, #FDFDFD);
    background: -moz-linear-gradient(#F2F3F2, #FDFDFD);
    background: linear-gradient(#F2F3F2, #FDFDFD);
    border: 1px solid rgba(20, 20, 25, 0.35);
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 10px;
    display: table-cell;
	box-sizing:border-box;
    text-align: center;
}
.table_marca {
    text-align: center;
    max-width: 100px;
}
}


.cabecera {
    background: -webkit-linear-gradient(#F2F3F2, #FDFDFD);
    background: -o-linear-gradient(#F2F3F2, #FDFDFD);
    background: -moz-linear-gradient(#F2F3F2, #FDFDFD);
    background: linear-gradient(#F2F3F2, #FDFDFD);
    border: 1px solid rgba(20, 20, 25, 0.35);
    border-radius: 4px;
    padding: 20px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 1px;
    /*float: left;*/
    text-align: center;
	box-sizing:border-box;
}

.enlace_dos {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

.frase {
    margin-top: 5px;
    margin-bottom: 0px;
}

.cabecera_mobile {
    display: none;
}

.table_mobile {
    display: none;
}

@media (max-width: 567px) {
    .table {
        display: none;
    }
    .cabecera {
        display: none;
    }
    .cabecera_mobile {
        display: block;
        width: 100%;
        background: white !important;
        text-align: center;
        height: auto;
        float: left;
        height: auto;
        vertical-align: middle;
    }
    .imagen_show_titulo {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        width: 75% !important;
        text-align: center;
    }
    .enlace_show_enlace {
        width: 100% !important;
        float: inherit !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 10px !important;
    }
    .frase {
        background: white;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .table_mobile {
        display: block;
    }
    .td {
        display: block;
        width: 100%;
        float: left;
        vertical-align: middle;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .enlace_dos {
        float: right;
        margin-top: 0px;
        margin-bottom: 0px;
        display: block;
        text-align: center;
        color: white !important;
    }
    .enlace_dos a {
        color: white !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}