/*+-----------------------------------------------+
  | ESTILOS PARA SUBMENÚ DE LA IZQUIERDA-LATERAL  |
  +-----------------------------------------------+ */
/*CONTENEDORES PRINCIPALES */
#menu-izq {
	float: left;
	width: 180px;
	background-color: #FAFAF8;
	border: 1px solid #ECE9D8;
	margin: 0px;
	padding-top: 0px;
}
#menu-izq ul {
	list-style-type: none;
	padding: 3px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#menu-izq ul li {
	text-decoration: none;
	background-image: url(../img/pictos/flecha_verde.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	
}
#menu-izq ul li a {
	color: #686048;
	font-weight: bold;
	border:none;
	text-decoration: none;
}
#menu-izq ul li a:hover {
	text-decoration: underline;
}
#titulo_categoria{
	background-color: #FAFAF8;
	color: #B7AE97;
	padding: 5px;
	font-size: 1.1em;
	border: 1px solid #E5E2DA;
	font-weight: bold;
	float: right;
	width: 590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
