@charset "utf-8";

/**********************************************************************

	CSS File - Desarrollado por Oscar Chavez
	Website - http://www.avansit.com

**********************************************************************/

body {
	margin:0;
	font-size:11pt;
	text-align:center;
	font-family:Geneva;
	background:#000 url(../Interface/tema01/bg-gnosis01.jpg) no-repeat center top;
}

.float-left {float:left;}
.float-right {float:right;}
.clear {clear:both;}

/**********************************************************************
	Page Container
**********************************************************************/

#page-container {position:relative; margin:0 auto; width:1000px;}
#page-header {position:relative;}
#page-body {position:relative; overflow-x:hidden;}
#page-footer {position:relative; padding:15px 70px 25px 70px;}
#header-phrase {margin:150px 100px 30px 100px;}
#body-mainnav {height:200px; overflow:hidden;}
#body-mainnav .content {margin:25px 90px 0 90px;}
#body-content .content {min-height:900px; padding:25px 70px 50px 70px;}* html #body-content .content {height:900px;}
#body-subnav .content {padding:30px 80px;}

/**********************************************************************
	Page Header
**********************************************************************/

#page-header {text-align:center;}
#header-phrase {color:#fff; font-size:1.35em; line-height:1.4em; font-style:italic;}

/**********************************************************************
	Page Body
**********************************************************************/

#page-body {text-align:left}

#body-mainnav {background:url(../Interface/bg-body-mainnav.png) no-repeat center bottom;}
#body-mainnav .content {text-align:center; font-weight:bold; font-size:0.95em; color:#300;}

#body-content {background:url(../Interface/bg-body-content.png) repeat-y center top;}
#body-content .outer {background:url(../Interface/bg-body-content-outer.png) no-repeat center bottom;}
#body-content .inner {background:url(../Interface/bg-body-content-inner.png) no-repeat center top;}
#body-content h1 {margin:0; padding:0; text-align:center; font-weight:normal; font-size:2.4em;}
#body-content h2 {margin:0; padding:15px 0 5px 0; font-weight:normal; font-size:1.8em;}
#body-content .box {width:280px; text-align:center; background:#ccc;}

#body-subnav {background:url(../Interface/bg-body-subnav.png) repeat-y center top;}
#body-subnav .outer {background:url(../Interface/bg-body-subnav-outer.png) no-repeat center bottom;}
#body-subnav .inner {background:url(../Interface/bg-body-subnav-inner.png) no-repeat center top;}
#body-subnav .content {color:#fffbb0;}
#body-subnav .box {padding:0 10px; overflow:hidden;}
#body-subnav .float-left {width:290px;}
#body-subnav h3 {color:#fffbb0; font-weight:normal; font-size:1.2em; border-bottom:1px dotted #fffbb0;}
#body-subnav ul {list-style:none; margin:0; padding:0;}
#body-subnav ul li a {color:#fff; padding-left:16px; background:url(../Interface/bl-body-subnav.png) no-repeat left 4px;}
#body-subnav ul li a:hover {color:#fffbb0;}

/**********************************************************************
	Page Footer
**********************************************************************/

#footer-credits {clear:both; text-align:center; color:#777; font-size:0.8em; font-family:Arial, Helvetica, sans-serif;}



