/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*  2 Design Elements                                     */
/*========================================================*/

.MenuHeight { height:27px; padding: 0 0 0 0;}
.MenuTD {  background: url(nav2-bg.gif) repeat-x top left; padding: 0 10px 0 0; }
.MenuLeft { width:18px; background: url(nav2-bg-l.gif) no-repeat top left; }
.MenuRight { width:12px; background: url(nav2-bg-r.gif) no-repeat top left; }
.LogoLeftTop { height: 33px; width: 40px; vertical-align: middle; text-align: right; font-size: 7px; padding: 0 0 0 0; background: #686c77; }
.LogoLeftBottom { width: 40px; vertical-align: bottom; text-align: right; font-size: 7px; padding: 0 0 0 0; }
.LogoRightTop { height: 33px; width: 100%; vertical-align: middle; text-align: right; font-size: 7px; padding: 0 0 0 0; background: #686c77; }
.Header { width: 100%; vertical-align: bottom; text-align: right; font-size: 7px; padding: 0 0 0 0; }
.Connectat { height: 50px; width: 100%; vertical-align: bottom; padding: 0 35px 0 0; }

/*========================================================*/
/* SELECTOR IDIOMES */


.LanguageTD { height: 33px; width: 100%; vertical-align: middle; text-align: right; padding: 0 35px 0 0; background: #686c77; color: white!important; }

.LinksMenuIdioma {
	color: white; /* color dels separadors*/
	}
.LinksMenuIdioma a:link {
	color: white;
	}
.LinksMenuIdioma a:visited {
	color: white;
	}
.LinksMenuIdioma a:hover {
	color: white;
	}
.LinksMenuIdioma a:active {
	color: white;
	}
	
/*========================================================*/


.LoginTD { width: 200px; vertical-align: bottom; text-align: right; font-size: 7px; padding: 0 35px 17px 0; }
.CopyrightRow { height:20px; padding: 0 10px 0 10px; vertical-align: middle; }

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 1px 0 0 0; }
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #EEE; background: url(nav2-bg.gif) repeat-x top center transparent; font-size: 11pt; padding: 10px 0px 9px 0px; font-weight: normal;
	letter-spacing: 1px;
}
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #FFF; background: url(nav2-active.gif) repeat-x top center transparent; font-size: 11pt; padding: 10px 0px 9px 0px; font-weight: normal;
	letter-spacing: 1px;
}
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #FFF; background: url(nav2-active.gif) repeat-x top center transparent; font-size: 11pt; padding: 10px 0px 9px 0px; font-weight: normal;
	letter-spacing: 1px;
}
/*-- middle seperator           --*/ .MainMenu_Seperator { background: url(nav2-div.gif) no-repeat top center transparent; width:1px; height: 32px; font-size:1px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding        --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 15px 0 10px; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
									 .ModuleTitle_MenuIcon { background: #FFF; border: 0px; border-bottom: 1px dotted #999; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
									 .ModuleTitle_MenuIcon IMG { margin: 0 10px 0 10px; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}


/*========================================================*/
/*  Taula arrodonida                                      */
/*========================================================*/

.skinglobal {
	border: 1px;
	bordercolor: #e3e1db;
	background-color: #e3e1db;
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px;
}


UL LI
{
	list-style-type: none;
}

UL LI LI
{
	list-style-type: none;
}

UL LI LI LI
{
	list-style-type: none;
}