@import url("original_DINRegularAlternate/stylesheet.css");
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap{
	width: 100%;
	max-width: 100%;
	margin: 30px auto;
}

ul.tabs{
	width: 100%;
	height:36px;
	list-style: none;
	display: flex;
	background-image: url(img/barradetabs.png);
	background-repeat: repeat-x;
	border: 1px solid rgba(255,255,255,.50);
}

ul.tabs li{
	width: auto;
}

ul.tabs li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	height:34px;
	display: block;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	
}

.active{
	background: #0072aa;
}

ul.tabs li a .tab-text{
	margin-left: 8px;
}

.secciones{
	width: 100%;
}

.secciones article{
	padding-top:30px;
}

.secciones 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;
	}

	.secciones article{
		padding: 20px;
	}
}
