/*#ficha ul li{list-style:url(../img/cubo.jpg);}*/


/* Arbol de menus */
#sideboxes{
	padding: 0px;
	position: absolute;
	float: left;
	top: 120px; 	 
	left: 13px;
	margin: 0px;
	z-index: 74;
	
}

#arbol_menus {
	margin-left: 40px;  width: 140px;
	margin: 2px;
	/*background: #F0F0F0 url(../img/Esquinas_Bottom.gif) no-repeat bottom;*/
	padding-bottom:30px;
	font-size:0.70em;
	font-weight:bold;
	color:#000000;	
	
	
}
	
#arbol_menus h2{
	/*background:#F0F0F0 url(../img/Esquinas_Sup.gif) no-repeat;*/
	padding-top:15px;
	padding-left:15px;
}


#arbol_menus ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*font-family: verdana, arial, sans-serif;*/
	
}


#arbol_menus li {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;	
}

#arbol_menus a {
	display: block;
	color: #666666;
	background-color: transparent;
	width: 140px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	
	
	
}

html>body #arbol_menus a {
	display: block;
	color: #666666;
	background-color: transparent;
	width: 120px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	/*font-size: 12px;*/
}

#arbol_menus a:hover {
	background-color: #dddddd;
	color: #666666;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#arbol_menus a:visited {
	color: #666666;
	text-decoration: none;
}

#arbol_menus ul ul {
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
}

#arbol_menus li li a {
	display: block;
	color: #666666;
	width: 110px;
	padding: 2px 10px 2px 10px;
	margin: 0;
	border-top-style: none;
	border-bottom-style: none;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #aaaaaa;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	text-decoration: none;
	background: transparent url(../img/bul-arr-blue.png) no-repeat;
	background-position: left;
}

html>body #arbol_menus {
	margin-left: 20px;
	width: 140px;
	margin: 10px;	 
}
	
html>body #arbol_menus li li a {
	display: block;
	color: #666666;
	width: 110px;
	padding: 2px 10px 2px 10px;
	margin: 0 0 0 0;
	border-top-style: none;
	border-bottom-style: none;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #aaaaaa;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	text-decoration: none;
	background: transparent url(../img/bul-arr-blue.png) no-repeat;
	background-position: left;
	
}

#arbol_menus .seleccionado {
	background: #2A73BE;
	color: #FFFFFF;
}

#arbol_menus .abierto {
	display: block;	
	
}

#arbol_menus .cerrado {
	display: none;
}

#zoom {
	width:400px;
	height:400px;
	overflow:auto;
	text-align:center;
}


#producto li {
   display:inline;
   float:left;
   width:250px;
	height:150px;
   /*background-color:#f5f7f9;*/
   padding:7px;
   margin:4px;
   text-align: center;
   /*border-right: #a5a7aa solid 1px;*/
   border-bottom: #c0c0c0 solid 1px;
} 

#producto_detalle li {
   display:inline;
   float:left;
   width:130px;
   padding:7px;
   margin:0px;
   text-align: center;
} 
.linea {
   border: #a5a7aa solid 1px;
}

.txt1 {
	/*font-size: 10px;*/
	color: #BABABA;
}

.txtcat_tit {
	color: #000000;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.txtcat_tit2 p{
	color: #666666;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}	
.txtcat_tit2 {
	color: #666666;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;	
}



#detalle_producto .txtcat_tit2, #detalle_producto p, #detalle_producto .txtcat_tit2 p, #detalle_producto ul li{
	color: #666666;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	
}

#detalle_producto {
   display:inline;
   float:left;
   width:500px;
   padding:7px 10px;
   margin:0px;
   text-align: left;
} 