@charset "utf-8";
div#centrado{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:#FFFFFF;
}
div#contenedor{
	width:98.0%;
	height:100%;
	border:solid #999999;
	border-width:thin;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
}
div#menu_versiones{
	margin-left:15px;
	margin-top:10px;
}
div#sub_contenedor{
	margin-left:15px;
	width:948px;
	height:100%;
}
div#top_nav_r{
	float:left;
	width:100%;
	height:28px;
	background-image:url(../imagenes/menu-fondo.png);
}	
div#top_nav_r ul.level1 li.submenu:hover ul.level2{
	display:block;
	z-index:300;
}	
div#top_nav_r ul{
	float:left;
	padding:0;
	margin:0;
	z-index:300;
}	
div#top_nav_r li{
	position:relative;
	float:left;
	list-style-type:none;
	font-size:85%;
	margin:0;
	font-weight:bold;
	z-index:300;
}
div#top_nav_r li a{
	display:block;
	padding:7px 18px;
	color:#444444;
	text-decoration:none;
	z-index:300;
}
div#top_nav_r li a:hover {
	color:#000000;
	/*background-color:#3c8a2e;*/
	text-decoration:none;
	z-index:300;
}
div#top_nav_r ul.level2 {
	top: 27px; left: -1px;
}
div#top_nav_r ul ul {
	position: absolute;
	width: 190px;
	display: none;
	border: 1px solid #BDBDBD;
	background-color:#F0F4F4;
	filter:alpha(opacity=96);   /* Internet Explorer       */
	-moz-opacity:0.96;           /* Mozilla 1.6 and below   */
	opacity: 0.96;               /* newer Mozilla and CSS-3 */
	z-index:300;
}
div#top_nav_r ul ul li { 
	font-size:100%;
	width:190px;
	margin-right:-1px;
	height:100%;
	border:0;
	z-index:300;
}
div#top_nav_r ul ul li.heading {
	padding:7px 11px;
	color:#333333;
	width:168px;
	border-top:1px solid #cccccc;
	border-bottom:1px dotted #cccccc;
}
div#top_nav_r ul.level2 a { 
	padding:7px 11px;
	color:#858585;
	z-index:300;
}
div#top_nav_r ul.level2 a:hover { 
	color:#000000;
	z-index:300;
}
div#contenido_sec{
	width:100%;
	height:100%;
	margin-bottom:2px;
	margin-top:60px;
}
div#inicia{
	width:300px;
	height:150px;
	border:2px #5C9932 solid;
	background:#FFFFFF;
	position:absolute;
	font-size:12px;
	z-index:200;
	display:none;
}
