body{
	background-color:#000;
}

#divEncabezado{
	position:absolute;
	left:30px;
	top:20px;
	width:984px;
	height:103px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/*border:2px solid #E5B27F;*/
	border:2px solid #555;
	background-color:#999;
	background-image:url('../images/encabezado.png');
}

#imgLogo{
	position:absolute;
	left:33px;
	top:12px;
}

#imgTitle{
	position:absolute;
	left:152px;
	top:24px;
}

#lblTitle{
	font-family:Verdana;
	font-size:12pt;
	font-weight:normal;
	position:absolute;
	left:570px;
	top:12px;
	color:#EF9A48;
	width:400px;
	text-align:right;
	font-weight:bold;
}

#lblDireccion{
	font-family:Verdana;
	font-size:10pt;
	font-weight:normal;
	position:absolute;
	left:570px;
	top:50px;
	color:#CCC;
	text-align:right;
	width:400px;
}

#divMenu{
	background-image:url("../images/boton1.jpg");
	position:absolute;
	left:30px;
	top:129px;
	width:984px;
	height:33px;
	background-color:#CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:2px solid #555;
}

.botonMenu{
	background-image:url("../images/boton1.jpg");
	/*background-color:#CCC;*/
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-style:solid;
	border-top-color:transparent;
	border-left-color:transparent;
	border-bottom-color:transparent;
	border-right-color:#888;

	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:#CCC;
	padding:10px;
	width:120px;
	height:33px;
}

.botonMenu:hover{
	/*color:#FF0000;*/
	color:#444;

	background-color:#0F0;
	background-image:url("../images/boton1_down.jpg");
	border:none;
}


.botonMenu[activated=true]{
	color:#CCC;
	background-color:#555;

	background-image:url("../images/boton1_down.jpg");
	border:2px solid #FF0;
}


#divInformacion{
	position:absolute;
	left:30px;
	top:169px;
	width:962px;
	height:600px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:3px solid #ef9a48;
	padding:10px;
	font-family:Verdana;
	font-size:10pt;
	color:#666;
/*	text-align:center; */
	background-color:#FFF;
/*	background-image:url("../images/informacion.png");*/
}

#btnInicio{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-bottomleft:5px;
}

#btnCursos{
	border-right-width:1px;
}

#btnNotas{
	border-right-width:1px;
}

#btnEmpresa{
	border-right-width:1px;
}

.menuNota{
	position:absolute;
	top:164px;
	left:270px;
	width:150px;
/*	height:70px;*/
	background-color:#CCC;
	border:1px solid #777;
}

.itemNota{
	padding:5px;
	position:absolute;
	color: #000;
	font-family:Verdana;
	font-size:12px;
	height:20px;
	width:140px;
	text-decoration:none;
	border-bottom:1px solid #777;
}

.itemNota:hover{
	color:#CCC;
	background-color:#000;
/*	background-image:url("../images/boton1_down.jpg");
*/
	border:none;
}

.menuCurso{
	position:absolute;
	top:164px;
	left:150px;
	width:200px;
/*	height:70px;*/
	background-color:#CCC;
	border:1px solid #777;
}

.itemCurso{
	padding:5px;
	position:absolute;
	color: #000;
	font-family:Verdana;
	font-size:12px;
	height:20px;
	width:190px;
	text-decoration:none;
	border-bottom:1px solid #777;
}

.itemCurso:hover{
	color:#CCC;
	background-color:#000;
/*	background-image:url("../images/boton1_down.jpg");
*/
	border:none;
}

#TblArticulos{
	position:absolute;
	left:10px;
	top:10px;
	width:280px;
	background-color:#FFFEEE;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#AA4400;
	border:1px solid #FFFAAA;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.TDArticulos{
	padding:5px;
	cursor:pointer;
	border:1px solid transparent;

/*	border:1px solid #E8771F;*/
}

.TDArticulos_Select{
	padding:5px;
	cursor:pointer;
	color:#000;
	border:1px solid #E8771F;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #F89633;
}

.TDArticulos:hover{
	color:#000;
	border:1px solid #E8771F;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #FFEEAA;
}

#TblCursos{
	position:absolute;
	left:10px;
	top:10px;
	width:280px;
	background-color:#FFFEEE;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#AA4400;
	border:1px solid #FFFAAA;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.TDCursos{
/*	border:1px solid #E8771F;*/
	padding:5px;
	cursor:pointer;
	border:1px solid transparent;
}

.TDCursos_Select{
	padding:5px;
	cursor:pointer;
	color:#000;
	border:1px solid #E8771F;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #F89633;
}

.TDCursos:hover{
	color:#000;
	border:1px solid #E8771F;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #FFEEAA;
/*	background-image:url("../images/boton1_down.jpg");*/
}

/*
.TDCursos:focus{
	color:#F00;
}
*/

/*
.linkArticulo{
/*	background-image:url("../images/boton1.jpg");* /
/*	background-color:#F90;* /
	cursor:pointer;
	font-family:Verdana;
	/*font-weight:bold;* /
	/*text-decoration: underline;* /
	font-size:12px;
	color:#444;

/*	padding:10px;
	width:120px;
	height:33px;
* /
}

.linkArticulo:hover{
	color:#CCC;
	background-color:#000;
/*	background-image:url("../images/boton1_down.jpg");* /
	border:none;
}
*/

#divContenidoArticulo{
	position:absolute;
	left:350px;
	top:10px;
	width:500px;
	font-family:Verdana;
	/*font-weight:bold;*/
	font-size:14px;
	color:#444;
}

#divDescripcionCurso{
	position:absolute;
	left:350px;
	top:10px;
	width:500px;
	font-family:Verdana;
	/*font-weight:bold;*/
	font-size:14px;
	color:#444;
}
