/* CSS Document */


/*-----------------------------*/
/*NAVEGADOR LAYOUT*/

#navegador{
	background:#FFF url(images/fondo_nav_cursos.jpg) no-repeat left top;
	height:163px;
	width:771px;
}
#navegadoring{
	background:#FFF url(images/fondo_nav_cursos2.jpg) no-repeat left top;
	height:163px;
	width:771px;
}


/*-----------------------------*/
/*MAIN CONTENT LAYOUT*/

#maincontent{
	margin-top:0px;
	padding:0;
	}
	
.tituloseccion{
	margin-top:0;
	font-size:22px;
	font-weight:bold;
	color:#666666;
	letter-spacing:2px;
	text-align:left;
	margin-left: 20px;
	}

#content{
	float:right;
	width:500px;
	height:999px;
	padding:0 20px 0 20px;
	font-size:12px;
	border-left:1px solid #CCCCCC;
	
	
}
.titulo{
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	line-height:30px;
	background:url(images/navegador_barra2.gif) no-repeat left bottom;	
}

#sidebar{
	float:left;
	width:210px;
	padding:0 8px 0 8px;
}
	
#subbotonera{
	float:left;
	width:210px;
	padding-top:0;
		}
ul.subbot
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width:auto;
	margin:0 10px;
	padding:0;
}

ul.subbot li
{
	display:block;
	padding-left:0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: 165px;
	background:url(images/navegador_barra.gif) no-repeat left bottom;
}

ul.subbot a
{
	display: block;
	cursor: pointer;
	line-height:25px;
	height:25px;
	text-decoration: none;	
	text-align:left;
	font-size:14px;
	color:#666666;
	font-weight:bold;

}

ul.subbot a:hover, ul.subbot a:focus
{
	/*background: url(../img/footer_active.gif) repeat-x left bottom;*/
	color:#009933;
}







