/* CSS Document */

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	
}

/*- Menu Tabs E--------------------------- */

#tabsE {
	float:left;
	font: bold 11px/1.5em Verdana;
	background:#000099;
	font-size:93%;
	line-height:normal;
}
#tabsE ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
}
#tabsE li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsE a {
	float:left;
	background:url("../imagenes/tableftE.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 px;
	text-decoration:none;
}
#tabsE a span {
	float:inherit;
	display:block;
	background:url("../imagenes/tabrightE.gif") no-repeat right top;
	border-style: none none solid none;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
	padding:6px 20px 6px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span {
	float:none;
}
/* End IE5-Mac hack */
#tabsE a:hover span {
	color:#FFF;
}
#tabsE a:hover {
	background-position:0% -42px;
}
#tabsE a:hover span {
	background-position:100% -42px;
}

#tabsE #current a {
	background-position:0% -42px;
}
#tabsE #current a span {
	background-position:100% -42px;
}

