.tabdatos{
	position: relative;
	top: 40px;
	width: 800px;
	height: 1650px;
	margin: 0px auto;
	background-color: white;
	overflow: hidden;
	display: inline-block;
	
}

#TabSeleccion ul li{
	background-color: #1E1F24;
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 40px;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	cursor: pointer;
}
.TabSeleccionBasica ul li:hover{
	background-color:#00B0DC !important;
}
.TabSeleccionBio ul li:hover{
	background-color:#7FD64D !important;
}
.TabSeleccionMatfisica ul li:hover{
	background-color:#FF6200 !important;
}
.TabSeleccionDiseno ul li:hover{
	background-color:#0068C9 !important;
}
.TabSeleccionBanano ul li:hover{
	background-color:#EBDF01 !important;
}
.TabSeleccionTabaco ul li:hover{
	background-color:#AD6C44 !important;
}
#tbS1{left: 0px;}
#tbS2{left: 101px;}
#tbS3{left: 202px;}
#tbS4{left: 303px;}
#tbS5{left: 404px;}
#tbS6{left: 505px;}
#TabSeleccion ul li a {
	position: relative;
	text-decoration: none;
	top: 10px;
	color: white;
}
#TabContenedor{
	position: relative;
	top: 40px;
	background-color: #DAEFFA;
}
.TabContDisplay{
	display: block;
}
.TabContDisplayN{
	display: none;
}
.tabAct{
	background-color: #47992D !important;
}
.tabActBasica{
	background-color: #0097CA !important;
}
.tabActMatfisica{
	background-color:#E95A00 !important;
}
.tabActDiseno{
	background-color:#005FB8 !important;
}
.tabActBanano{
	background-color:#DED301 !important;
}
.tabActTabaco{
	background-color:#AD6C44 !important;
}
.tabdatos .contenidodelostabs iframe{
	position: relative;
	top: 10px;
	left: 10px;
	width: 98%;
}