/* This style sheet is intended to contain RARELY CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

div.ArbolRamosProductos, div.ArbolSectores
{
    background-color:#FFFFFF;
	color:#005282;
	font-size:14px;
	font-weight:bold;
	/*padding:25px 20px 20px;*/
	position:relative;
	width:100%;
	margin-bottom:5px;
}
div.ArbolRamosProductos a,
div.ArbolRamosProductos a:visited,
div.ArbolRamosProductos a:active,
div.ArbolRamosProductos a:hover,
div.ArbolRamosProductos a:link

{
    color:#005282;
	text-decoration:none;
	font-weight: bold !important;
	font-size:14px;
}

div.ArbolSectores a,
div.ArbolSectores a:visited,
div.ArbolSectores a:active,
div.ArbolSectores a:hover,
div.ArbolSectores a:link
{
	color:#005282;
	text-decoration:none;
	font-weight: bold !important;
	left:-20px;
	position:relative;
	font-size:14px;
}

/*
div.ArbolSectores
{
    background-color:#FFFFFF;
	color:#005282;
	font-size:14px;
	font-weight:bold;
	position:relative;
	width:335px;
	min-height:160px;
}
div.ArbolSectoresProductos a,
div.ArbolSectoresProductos a:visited,
div.ArbolSectoresProductos a:active,
div.ArbolSectoresProductos a:hover,
div.ArbolSectoresProductos a:link
{
    color:#005282;
	text-decoration:none;
	cursor: pointer;
	font-weight: bold !important;
}
*/
/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
/*
.ArbolRamosProductos div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(art/collapse.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}
*/
/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
/*
.ArbolRamosProductos div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(art/expand.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}
*/
