@charset "utf-8";
.oneColFixCtrHdr {
	background-color: #FFFFFF;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-x;
	
}
.oneColFixCtrHdr #nav {
	background-image: url(../images/nav_bg.gif);
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header_bg.gif);
}
.oneColFixCtrHdr #container #innerwrapper {
	background-image: url(../images/inner_wrapper_bg.gif);
}
.oneColFixCtrHdr #container #footer {
	background-image: url(../images/footer_bg.gif);
}
.oneColFixCtrHdr #container #footer p {
	color:#990000;
}
.oneColFixCtrHdr #container #mainContent {
	background-image: url(../images/inner_wrapper_bg.gif);
}
ul.MenuBarHorizontal ul
{
	border: 1px solid #840F11;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	color:#840F11;
	background-color:#FFFFFF
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus,ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color:#FFFFFF;
	background-color:#840F11


}
/*TabbedPannels*/
.TabbedPanelsTab {
	background-color: #7F0608;
	border-left: solid 1px #7F0608;
	border-top: solid 1px #7F0608;
	border-right: solid 1px #7F0608;
	color: #FFFFFF;
}

/* This selector is an example of how to change the appearnce of a tab button
  container as the mouse enters it. The class "TabbedPanelsTabHover*/
 .TabbedPanelsTabHover {
	background-color: #EEDEDE;
	color: #7E0305;
}
 /* As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	color: #7E0305;
}
.TabbedPanelsTab a {
	color: black;
}
/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	border-left: solid 1px #7F0608;
	border-bottom: solid 1px #7F0608;
	border-top: solid 1px #7F0608;
	border-right: solid 1px #7F0608;
	background-color: #FFFFFF;
}
.TabbedPanelsContent {
	background-image: url(../images/logo_color_transparente.gif);
}
.oneColFixCtrHdr #container #footer ul {
	color: #990000;
}
.oneColFixCtrHdr #container #footer a {
	color: #990000;
}
.oneColFixCtrHdr #container #footer  #credits p, .oneColFixCtrHdr #container #footer  #credits a {
	color:#FFFFFF;
}
