@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("../images/fondo.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-color: #fff;	
}
#topDiv {
	position:relative;
	width:929px;
	height:215px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	
}

#menuDiv {
	position:relative;
	width:929px;
	height:25px;
	z-index:10;
	margin-right:auto;
	margin-left:auto;
	background-image: url("../images/menu.png");
	background-position:top center;
	background-repeat:no-repeat;
	
}
#contenidoDiv {
	position:relative;
	width:929px;
	/*height:91px;*/
	z-index:0;
	background-image: url("../images/contenido.png");
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	margin-top:0px;
	

}
#infocontenidoDiv {
	position:relative;
	width:929px;
	height:470px;
	margin-right:auto;
	margin-left:auto;
	background-image: url("../images/infocontenido.png");
	background-position:top center;
	background-repeat:no-repeat;
	

}

#banerDiv {
	position:relative;
	width:929px;
	height:144px;
	margin-right:auto;
	margin-left:auto;
	background-image: url("../images/baner.png");
	background-position:top center;
	background-repeat:no-repeat;
	
	}

#3dunivafuDiv {
	position:relative;
	width:929px;
	height:144px;
	margin-right:auto;
	margin-left:auto;
	background-image: url("../images/3dunivafu.png");
	background-position:top center;
	background-repeat:no-repeat;
	
	
}

/*menu principal*/
#nav, 
/*#nav ul {padding:0; margin:0; list-style:none; font: 10px arial, verdana, sans-serif; background:url(transparent.gif); position:relative; z-index:100;}*/
#nav ul {padding:0; margin:0; list-style:none; font: 10px arial, verdana, sans-serif; background-color:#333333; position:relative; z-index:100;}
#nav {height:23px; width:929px; padding:0; background:#000;}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:23px; padding:0 20px 0 10px; line-height:22px; text-decoration:none; white-space:nowrap; font-weight:bold; border-left:1px solid #000;}
#nav li li a {height:21px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:100;}
#nav a:hover {position:relative; z-index:100; background: #f97101; color:#fff; border-left:1px solid  #f97101;}
#nav li:hover > a {border-left:1px solid  #f97101; background: #f97101; color:#fff;}

#nav :hover  ul {left:0; top:23px; border-left:1px solid  #f97101; z-index:100;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {background: #f97101; color:#fff; border-left:1px solid  #f97101;}

#nav li a:hover ul li a:hover {background: #f97101;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}


