.nombreMarca{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.table {
	width: 100%;
    border-spacing: 10px;
    border-collapse: separate;
    text-align: center;
    table-layout: fixed;
}


@media (min-width: 768px){
.td {
	width: 22%;
    height: 220px;
    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;
}
.table_laboratorio {
    text-align: center;
    max-width: 85%;
}
}
@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;
}
.table_laboratorio {
    text-align: center;
    max-width: 200px;
}

  .divisorLaboratorio{
    display: none;
  }

}


.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;
    }
    .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: 93%;
        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;
    }
}
