.cuerpo{
	height:auto;
}

ul.tablas, ul.tabelas, ul.tabel{
	width: 100%;
	background: #f5f5f5;
	list-style: none;
	/*display: flex;*/
	/*height:110px;*/
	text-align: center;
}

ul.tablas li, ul.tabelas li, ul.tabel li{
	/*width: 5%;*/
	display: inline-block;
    padding: 0px 15px;
}

ul.tablas li a, ul.tabelas li a, ul.tabel li a{
	color: #6a747d;
	text-decoration: none;
	/*font-size: 16px;
	text-align: center;
	display: block;
	padding: 20px 0px;*/
}

.active{
	/*width: 10%;	*/
	color: red !important;
}

ul.tabs li a .tab-text{
	margin-left: 8px;
}
.section{
	width: 100%;
	background: #f5f5f5;
}

.section article{
	padding-top: 10px;
}

.section article p{
	text-align: justify;
}


@media screen and (max-width: 700px){
	ul.tabs li{
		width: none;
		flex-basis: 0;
		flex-grow: 1;
	}
}

@media screen and (max-width: 450px){
	ul.tabs li a{
		padding: 15px 0px;
	}

	ul.tabs li a .tab-text{
		display: none;
	}

	.section article{
		padding: 20px;
	}
}



/* TOOLTIP FOTO */
#foto-creditos > #tooltip-foto{
	visibility: hidden;
	width: 200px;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    font-size: 10px;
	left: 15px;
    top: -15px;
}

#foto-creditos:hover > #tooltip-foto{
	visibility: visible;
}