﻿.submenu{display: none;}

.menutitle{
	cursor:pointer;
	background-color:#1A2237;
	width:188px;
	height:29px;
	text-align:center;
	font-weight:bold;
}

.submenu{
	width:188px;
	text-align:left;
}
.submenuFondo{
	width:188px;
	text-align:center;
	border:solid #000000 2px;
	background-color:#FF6600;
}

.cajaBotonPas{
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight:normal; 
	color:#FFFFFF;
	cursor:pointer;	
	text-align:center;
	left:18px;
	height:20px;
	width:150px;
	position:relative;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	background:#333333;
}

.cajaBotonAct{
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight:normal; 
	color:#000000;
	background-color:#1A2237;
	cursor:pointer;	
	text-align:center;
	left:18px;
	height:20px;
	width:150px;
	position:relative;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	background:#FF6600;
}

.baseSubmenu{
	position:relative;
	left:18px;
	height:5px;
	width:150px;
	background:#333333;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;	
	border-bottom:#999999 solid 1px;
	margin-bottom:5px;
}

