/* CSS Document */
.indentmenu { font-family: Arial; font-style: normal; font-variant: normal; font-weight: bold; font-size: 13px; line-height: normal; font-size-adjust: none; font-stretch: normal; width: 100%; }
.indentmenu ul {
	border-top: 1px solid navy;
	margin: 0pt;
	padding: 0pt;
	float: left;
	background-attachment: scroll;
	background-color: black;
	background-image: url(../images/botones/indentbg.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.indentmenu ul li { display: inline; }
.indentmenu ul li a { border-right: 1px solid navy; padding: 5px 10px; float: left; color: white; text-decoration: none; }
.indentmenu ul li a:visited { color: white; }
.indentmenu ul li a.selected, .indentmenu ul li a:hover, .indentmenu ul li a:active{
	color: #FF9900 !important;
	padding-top: 6px;
	padding-bottom: 4px;
	background-attachment: scroll;
	background-color: black;
	background-image: url(../images/botones/indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.tabcontent { display:none;
}
.tabcontentstyle { border: 1px solid gray; padding: 10px; width: 450px; margin-bottom: 1em; }
@media print {
}
