.bluetabs{

}

.bluetabs ul{
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-right: 0px;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	border: 1px solid #bdbdbd;
	color: #0033cc;
	background-image: url(../images/bluetab.gif);
	background-position: left top;
	margin-right: 3px;
	padding: 3px;
}

.bluetabs li a:visited{
color: #0033cc;
}

.bluetabs li a:hover{
	color: #ff6633;
	background-image: url(../images/bluetaba.gif);
	border: 1px solid #999999;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(../images/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: #FFFFFF;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #ff6633;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:16px;
	z-index:100;
	width: auto;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #ffffff;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #0033cc;
	font-weight: normal;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color: #ff6633;
	background-image: url(../images/bluetaba.gif);
}
UL#tabnav {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN: justify
}
UL#tabnav LI {
	DISPLAY: inline
}
UL#tabnav LI.taba A {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 3px;
	COLOR: #0033cc;
	MARGIN-RIGHT: 0px;
	PADDING-TOP: 3px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #cccccc;
	TEXT-DECORATION: none;
	border: 1px solid #00CC00;
	font-weight: bold;
}
UL#tabnav LI.taba A:hover {
	background-color: #666666;
	color: #00CC00;
}
.cabecera {
	FONT-SIZE: 11px;
	COLOR: #fff;
	PADDING-TOP: 37px;
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	TEXT-ALIGN: left
}
