/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos DHEMEN CSS+XHTML
   Orio
   Febrero 2008
*/

/* fondo y general*/

.orio_container{
	width:960px;
	height: 698px;
	margin-bottom: 25px;
}

	.orio_flash{
	width: 0px;
	height: 0px;
	position:absolute; 
   z-index:0;
}

.orio_derecha{
	width: 288px;
	height: 674px;
	top: 12px;
	left: 660px;
	position: relative;
	z-index: 1000;
}

	.orio_texto{
	width: 264px;
	padding: 12px;
	background-color: white;
	color: #333333;
}

	.orio_texto h2{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 12px;
}

	.orio_texto h3{
	margin-bottom: 0px;
	color: #333333;
}

	.orio_menu{
	margin-top: 12px;
	width: 264px;
	padding: 12px;
	background-color: white;
}

/* menu abajo */

	.orio_menu_item, .orio_menu_item_sel{
	width: 264px;
	border-bottom: 1px solid #787878;
	color: #333333;
}

	.orio_menu_item_ult{
	width: 264px;
}

	.orio_menu_item_sel{
	width: 264px;
	border-bottom: 1px solid #787878;
	font-weight: bold;
	color: #333333;
}
	
	.orio_menu_item_ult_sel{
	width: 264px;
	font-weight: bold;
	color: #333333;
}
	
	.orio_menu_item_sel .tt, .orio_menu_item_ult_sel .tt{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	font-style: bold;
}

	.orio_menu a{
	display: block;
	width: 264px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	cursor: pointer; 
    cursor: hand;
}

	.orio_menu a:link, .orio_menu a:visited{
	color: #333333;
	width: 264px;
}

	.orio_menu a:hover{
	background-color: #FFFAB2;
}

	.orio_menu a:active{
	background-color: #fff000;
}