/*-------- Default Style --------*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a1d25;
}
body {
	margin: 0px;
	background: url(images/bg.png) repeat-x 0px 110px;
}
body, html {
	height: 100%;
}
a {
	color: #063;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-family: 'century gothic', serif;
	letter-spacing: 1px;
	color: #ff9933;
	font-weight: normal;
}
/* Estilo de las divisiones */
.Header {
	background: url(images/logo.png) no-repeat 0% 50%;
	height: 92px;
}
.userPane {
	margin-top: 8px;
	text-align: right;
}
#userPane a {
	color: #000;
	text-decoration: none;
}
#userPane a:hover {
	color: #06F;
}
#dnnNAV {
	background: url(images/bg_menu.png) repeat-x;
	width: 590px;
	height: 36px;
	padding: 0px 5px 0px 5px;
	color: #FFF;
}
.Rotate {
	width: 317px;
	height: 220px;
	background: #FFF;
}
.Slogan {
	width: 317px;
	height: 220px;
	background: url(images/bg_rotate.png);
}
.Main {
	width: 700px;
	background: #161616;
	vertical-align: top;
	color: #FFF;
}
.Sidebar {
	background: #747373 url(images/bg_left.png) 50% 100% no-repeat;
	padding: 5px 0px;
	height: 150px;
}
.Footer {
	background: url(images/bg_footer.png) no-repeat center top;
	vertical-align: top;
}
.Content {
	padding-top: 10px;
}
/*--------- dnn menu style ----------*/

/* main menu td */
.mainMenu {
	width: auto;
}
/* Main Menu Normal */
.mainMenu .root {
	color: #FFF;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px 2px #000;
	margin-right: 20px;
	line-height: 36px;
	display: inline-block;
}
/* Main menu hover */
.mainMenu .hov {
	color: #FF9;
}
/* Main menu selected */
.mainMenu .sel, .mainMenu .bc {
	color: #FF9;
}
.mainMenu table {
	border:1px solid #C0D6E5;
	z-index: 5000;
}
/* SUB Menu Normal */
.mainMenu tr.mi {
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	color:#375162;
	line-height:2em;
	text-transform:none;
}
.mainMenu tr.mi td {
	padding: 0 2px;
	text-transform:none;
}
/* SUB Menu hover & selected */
.mainMenu tr.hov {
	background: #CE0D0D url(images/submenu_hover.png) repeat-x top left;
}
.mainMenu tr.hov td {
	color:#fff;
}
.mainMenu tr.sel, .mainMenu tr.bc {
	background: #CE0D0D url(images/submenu_active.png) repeat-x top left;
}
.mainMenu tr.sel td, .mainMenu tr.bc td {
	color:#fff;
}
.main_dnnmenu_break {
	height: 2px;
	background-color: #D5E0FF;
}
/* Module Action Menus */
.ModuleTitle_SubMenu {
	border:1px solid #C0D6E5;
}
.ModuleTitle_SubMenu td {
	background-color:#F8FAFF;
	white-space: nowrap;
}
.ModuleTitle_MenuIcon {
	background-color:#F8FAFF;
	border:none;
	padding: 0px 2px;
}
.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon {
	background: #CE0D0D url(images/submenu_hover.png) repeat-x top left;
	color: #fff;
}
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {
	height: 2px;
	background-color: #D5E0FF;
}
