.tab-container {
	margin-left:20px;
	margin-right:20px;
}

.tab-container .etabs .tab {
	background:#4fb3e7;
	border:none;
	border-radius: 10px 10px 0 0;
	width:250px;
}

.tab-container .etabs .tab.active {
	background:#042c49;
}

.tab-container .etabs .tab a {
	text-decoration: none !important;
	color:#FFF;
}

.tab-container .panel-container {
	border:solid 1px #002140;
	background:#FFF;
	border-radius:0 0 10px 10px;
}

#tabs1 ul {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 2.2em;
	width:80%;
	margin:auto;
}

.nota {
	font-size: 0.6em;
	padding:20px;
	background:#e5ecf8;
	border-radius: 5px;
	list-style-type: none;
	position: relative;
	width:110%;
}

.secuencia {
	font-size: 2.2em;
}

select {
	font-size:0.8em;
	height:47px;
	color:#1b466a;
	width:280px;
	border:none;
	background:#92adc4 url('../img/pencil.png');
	background-size:18%;
	background-repeat: no-repeat;
	background-position: 230px center;
	-webkit-appearance:none;
    appearance: none;
	border-radius: 5px;
}
.gecko select { 
	width:300px;
}
.gecko select option{ 
	position:absolute;
	top:-50px;
 } 
#uno option {
	font-size: 3em;
	background:#e5ecf8;
	border-radius: 5px;
}