/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
}

.panelContent 
{
	width:160px;
	padding-left:10px;
}

table.subMenu
{
	font-size:11px;
	color:#80B9B5;
	border-collapse:collapse;
	border-spacing:0px;
	border:0;
	width:160px;
}
				
table.subMenu td
{
	border:0px solid #00736B;
	margin:0;
	padding:0;
	width:160px;
}
				
table.subMenu td.bordeSupSubMenu
{
	background-image:url(imx/bordeSupSubMenu.jpg);
	background-repeat:no-repeat;
	height:3px;
	width:160px;
}
				
table.subMenu td.tituloSubMenu
{
	font-size:12px;
	font-weight:bold;
	color:#80B9B5;
	background-color:#00736B;
	text-decoration: none;
	text-align:right;
	width:150px;
	padding-right:10px;
	border-bottom:1px solid #80B9B5;
}
				
table.subMenu a
{
	font-size:11px;
	font-weight:bold;
	color:#80B9B5;
	display: block;
	background-color:#00736B;
	text-decoration: none;
	text-align:right;
	height:16px;
	width:150px;
	padding-right:10px;
}
				
table.subMenu a:hover
{
	color:white;
}
				
table.subMenu td.separaSubMenu
{
	height:8px;
	background-color:#00736B;
}
							
table.subMenu td.bordeInfSubMenu
{
	height:3px;
	width:100%;
	background-image:url(imx/bordeInfSubMenu.jpg);
	background-repeat:no-repeat;
}
				
.oculto
{
	display:none;
}
				
div.cabecera a
{
	font-size:12px;
	font-weight:bold;
	color:#00736B;
	display: block;
	text-decoration: none;
	text-align:right;
	background-image:url(imx/fondoMenu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:32px;
	width:160px;
	padding-right:10px;
	padding-top:9px;
}

div.cabecera a:hover
{
	background-image:url(imx/fondoMenuSel.jpg);
	color:white;
}
				
