/* CSS Document */

/****************  Menu Top ******************/
	#menu_top{
		background-color:#666666;
		height: 18px;
		border-top-style: solid;
		border-top-width: 1px; 
		border-color: #cc6600;
		margin:0px;
		padding:5px;
		text-align:Left; /*Firefox*/
	}
	
	#menu_top li{
		display:inline;
		list-style:none;
		margin-right: 21px;
		padding:0px;
		margin-right:35px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:10px;
	}
	

	#menu_top ul{
	    padding:0px;
		margin-top:0px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;	
	}	
		
	#menu_top a{
		color:#FFFFFF;
		font-size: 11px;
		font-family: tahoma, Helvetica, sans-serif;
		text-decoration: none;
		font-weight:bold;
	}
	
	#menu_top a.destacado{
		color:#FBFB00;
	}
	
	#menu_top a:hover{
		color:#FF9900;
	}	


/****************  Menu Left ******************/
		
	#menuleft{
		background-color: #CC0033;
		text-align:center;
		height: 100%;
	}
	#menuleft a{
		font-family: Tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: bold;
	}
	#menuleft a:hover{
		color: #FFFF00;  text-decoration:underline;
	}
	#menuleft ul{
		padding: 10px;
		margin: 0px;
		list-style: none;
	}
	#menuleft li{
		margin-bottom:5px;
		/*background: url(images/img08.gif) no-repeat left center;	*/
		text-align:left;
		border-bottom:solid 1px #FD7014;
	}	
	

/****************  Menu Bottom ******************/	

	#menubottom{
		background-color:#333333;
		width:100%;
		padding:7px;
		margin-top: 30px;
	}
	#menubottom a{
		font-family: Tahoma; font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: bold;
		margin-left:35px;
	}
	#menubottom a:hover{
		color: #FFFF00;
	}


/* Menus lecciones */

	
	#nivel {
		margin-top:10px;
		border: #D6D6D6 1px solid;
		padding: 10px;
	}
	
	#nivel a{
		font-size:12px;
		color:#000099;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin-top: 6px;
		margin-bottom: 6px;
	
	}
	#nivel a:hover{
	color:#FF9900;
	
	}	
	
	#nivel h2{
	background-color:#FF6600;;
	color:#FFFFFF;
	font-weight:bold;
	padding: 5px;
	}
	
	div.leccion { /* titulo leccion */
		font-weight:bold;
		vertical-align:top;
		background-color:#ECECEC;
		margin-top: 15px;
		margin-bottom: 10px;
		padding: 3px;		
	}
	div.leccion2 { /* link leccion */
		margin-left: 20px;
		margin-top:8px;
	}
	div.leccion3 { /* link  sub-leccion */
		margin-left: 40px;
		margin-top:8px;
	}	
		
	div.practice {
		margin-top:8px;
		color:#CC0000;
		margin-left: 20px;
	}
	div.practice a{
		
		color:#CC0000;
	}	
	.new {
		font-size:9px;
		color:#900;
		font-weight:bold;
	}
/****************  Anterior ******************/

/*
.cajanaranja {
	border: 1px solid rgb(1,1,1);
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC66;
}
.cajanaranja2 {
	border: 1px solid rgb(1,1,1);
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #FFCC66;
}
.cajaamarilla {
	border: 1px solid rgb(1,1,1);
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
	padding-right: 5px;
	padding-left: 5px;	
}


*/







