/* Tabs Conteiner */
#tab-container {
	width: 455px;
	height: 89px;
	float: right;
	margin: 11px 11px 0px 0px;
}

#tab-container ul {
	float: right;
	/*width: 416px;*/
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 43px 0 0 0;
	background: none;
}

#tab-container ul li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	/*background: #638ab1;*/
}

#tab-container ul li a {
	display: block;
	outline: none;
}

#tab-container ul li a:hover {
	text-decoration: underline;
}

#tab-container ul li.active {
	background: #fff;
	position: relative;
}

#tab-container ul li a.active {
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	background: #638ab1;
}

#tab-container .panel-container {
	float: left;
	margin-left: -259px;
	margin-top: 8px;
	width: 723px;
	position: relative;
}

#tab-container .idioma {
	float: right;
}

#tab-container .idioma a {
	border: 0px;
}

#tab_content2 p {
	padding-left: 30px;
	margin-bottom: -10px;
	font-family: 10px;
}

/*  Image Galery  */
.clear {
	clear: both;
}