@charset "UTF-8";

.TabbedPanels {
	height: auto;
	width:950px;
	margin: 0px auto;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height:30px;
	border-top: solid 1px #000;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
}

.TabbedPanelsTab {
	position: relative;
	height:15px;
	width:90px;
	padding:7px 0px 8px 0px;
	float: left;
	text-align:center;
	font-family: verdana, arial, sans serif;
	font-variant:small-caps;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	list-style: none;
	border-right: solid 1px #004572;
	cursor: pointer;
}

.TabbedPanelsTab_Left {
	position: relative;
	float: right;
	margin:3px 15px 0px 0px;
	height:22px;
	width:125px;
	list-style: none;
}
.TabbedPanelsTab_Left img { cursor:pointer;}
.TabbedPanelsTab_buffer {
	position: relative;
	float: right;
	list-style: none;
}
.TabbedPanelsTabHover {
	background-color: #80A1CA;
	height:auto;
}

.TabbedPanelsTabSelected {
	background-color: #80A1CA;
	border-bottom: 1px solid #80A1CA;
	height: auto;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color:#80A1CA;
	width:100%;
}

.TabbedPanelsContent {
}
.inicio{
	font-size: 16px;
	font-weight: bold;
	color:white;
}

.TabbedPanelsContentVisible {
}



.TabbedPanels2 {
	height: 24px;
	padding-top:17px;
	width:950px;
}
.TabbedPanelsTabGroup2 {
	margin: 0px auto;
	padding: 0px;
	width:910px;
	height: 23px;
	text-align:center;
}
.TabbedPanelsTab2 {
	position: relative;
	height:18px;
	width:100px;
	float: left;
	padding-top:5px;
	font-family: verdana, arial, sans serif;
	font-variant:small-caps;
	font-size: 10px;
	font-weight:bold;
	color:#565656;
	background-image: url(../images/sub_menu_off.gif);
	background-repeat: no-repeat;
	list-style: none;
	cursor: pointer;
}
.TabbedPanelsTab3 {
	position: relative;
	height:18px;
	width:100px;
	float: left;
	padding-top:5px;
	font-family: verdana, arial, sans serif;
	font-variant:small-caps;
	font-size: 10px;
	font-weight:bold;
	color:#565656;
	background-image: url(../images/sub_menu_off2.gif);
	background-repeat: no-repeat;
	list-style: none;
	cursor: pointer;
}
.TabbedPanelsContentGroup2 {
	display:none;
}
.TabbedPanelsTab2Hover {
	background-image: url(../images/sub_menu_on.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #F8F8F8;
}
.TabbedPanelsTab2Selected {
	background-image: url(../images/sub_menu_on.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #F8F8F8;
}
.buffer{
	width:1px;
	height:1px;
	position: relative;
	float: left;
	list-style: none;
	visibility:hidden;
}