/*========================================================*/
/*         CSS for DotNetNuke Skin - Servinet             */
/*                  by Miguel Gomez                       */
/*               http://www.servinet.net/Plantillas       */
/*                magomez@servinet.net                    */
/*========================================================*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ 
body
{
	padding-right: 0px;
	padding-left: 0px;
	background: url(fondo.jpg) left top;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* Setting Text Throughout the skin      */ table, tr, td, p {border: 0px none; font-family: tahoma; font-size: 11px; line-height: 1.4em; margin: 0;}

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/


.menu
{
	padding: 0px;
	background-attachment: scroll;
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
}


/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/



/*========================================================*/
/*  4. Tokens                                             */
/*========================================================*/


/*========================================================*/
/*  5. Text                                               */
/*========================================================*/


/*========================================================*/
/*  6. Links                                          */
/*========================================================*/


/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu  --*/ .MainMenu_MenuContainer {border: 0px none; background-color: transparent;  width: 190px; }
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { border: 0px none; cursor: pointer; cursor: hand; background: transparent;  width: 190px; }

/*-- submenu container        --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { border: 0px none; z-index: 1000;  cursor: pointer;  cursor: hand; padding: 3px; border: 0px; font-weight: bold; filter: none; height: 21px; }

/*-- submenu items idle       --*/ .MainMenu_MenuItem
{
    font-family: tahoma;  
    color: #FFFFFF; 
    font-size: 11px; 
    font-weight: bold; 
    font-style: normal; 
    padding: 3px; 
    height: 21px; 
    border: 0px none; 
    background-color: Transparent;
}
.ModuleTitle_MenuItem { font-family: tahoma;  color: #FFFFFF; font-size: 11px; font-weight: bold; font-style: normal; padding: 3px; height: 21px; border: 0px none; }

/*-- submenu items hover      --*/ .MainMenu_MenuItemSel
{
    font-family: tahoma; 
    font-size: 11px; 
    font-weight: bold; 
    cursor: pointer; 
    cursor: hand; 
    color: #222; 
    padding: 3px; 
    height: 21px; 
    border: 0px none; 
    background-color: Transparent;
} 

.ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #222; padding: 3px; height: 21px; border: 0px none; }

/*-- menuitems idle           --*/ .MainMenu_Idle {color: #666; padding: 5; height: 25px; font-weight: bold; background-color: Transparent;}
/*-- menuitems over           --*/ .MainMenu_Selected { color: #222; padding: 5; height: 25px; font-weight: bold; background-color: Transparent;}
/*-- menuitems active         --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive {color: #666; padding: 5; height: 25px; font-weight: bold; background-color: Transparent;}
/*-- not needed - main menu   --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; background-color: Transparent; }
/*-- module menu continer     --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar          --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel {border: 0px none; padding: 0 5px 0 0; }
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }



/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

/* Menus --*/

.rootmenuitem TD{ 
	color:#FFFFFF; 
	font-size:12px; 
	font-weight:bold;
	text-align:left;
	background-color: transparent;
	padding:10px;
}

.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#000000; 
	font-size:12px; 
	font-weight:bold;
	text-align:left;
	background-color: transparent;
	padding:10px;
}

.rootmenuitem2 TD{ 
	color:#FFFFFF; 
	font-size:12px; 
	font-weight:bold;
	text-align:left;
	background-color: transparent;
	padding:5px; 
}

.rootmenuitemselected2 TD,.rootmenuitembreadcrumb2 TD{
	color:#000000; 
	font-size:12px; 
	font-weight:bold;
	text-align:left;
	background-color: transparent;
	padding:5px;
}

.SubMenu_TabMenuItemSelHover {
	BACKGROUND-color: #813425;
	CURSOR: hand;
	COLOR: #ffffff;
	HEIGHT: 21px;
	PADDING: 3px;
}

.SubMenu_MenuItem {
	BACKGROUND-color: #813425;
	CURSOR: hand;
	COLOR: #ffffff;
	HEIGHT: 21px;
	PADDING: 3px;
}

.SubMenu_TabMenuItemHover,.SubMenu_TabMenuItemSel
{
	BACKGROUND-color: #813425;
	cursor: hand;
	color: #000000;
	height: 21px;
	PADDING: 3px;
}


.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  {
	display: none; }

.MenuBreak
{
    border: none;
}

