.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	width: 19%;
	background: #ce1234;
	margin-right: 1.25%;
	display: block;
	float: left;
	position: relative;
}
.tabs nav ul li:last-child {
	margin-right: 0;
}

.tabs nav li.tab-current {
	background: #000;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
}

.tabs nav a {
	color: #fff;
	display: block;
	line-height: 7.5;
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #ccc;
	background: #666;
}
#marketing {
	background: url(../images/bg-marketing.png) no-repeat center center;
}
#publicidad {
	background: url(../images/bg-publicidad.png) no-repeat center center;
}
#creacion {
	background: url(../images/bg-creacion.png) no-repeat center center;
}
#medios {
	background: url(../images/bg-medios.png) no-repeat center center;
}
#digital {
	background: url(../images/bg-digital.png) no-repeat center center;
}
#marketing:hover {
	background: #666 url(../images/bg-marketing.png) no-repeat center center;
}
#publicidad:hover {
	background: #666 url(../images/bg-publicidad.png) no-repeat center center;
}
#creacion:hover {
	background: #666 url(../images/bg-creacion.png) no-repeat center center;
}
#medios:hover {
	background: #666 url(../images/bg-medios.png) no-repeat center center;
}
#digital:hover {
	background: #666 url(../images/bg-digital.png) no-repeat center center;
}
/* Content */
.content section {
	padding: 2em 0;
	display: none;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
}

.content section.content-current {
	display: block;
}

@media screen and (max-width: 767px) {
.tabs nav ul li {
	width: 32.08333%;
	margin-right: 1.25%;
	margin-bottom: 5px;
}
}

@media screen and (max-width: 480px) {
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}
.tabs nav a {
	line-height: 3.5;
}

.tabs nav ul li {
	width: 100%;
	margin-right: 0;
	float: none;
}

	.tabs nav ul li:last-child {
		border-right: none;
	}

}