/* Lista desplegable del menú */

#desplegable {
	position:absolute;
	width:340px;
	margin:35px 0 0 70px;
	//margin:36px 0 0 -437px;
	z-index:900;
	overflow:hidden;
	background:url(../../arch/fondo_minibusq.png) repeat-y top left;
	background-color:#FFF;
}

#opcion {
	clear:both;
	width:340px;
	height:50px;
	padding:0 10px 0 10px;
}

#opcion div {
	float:left;
	width:280px;
}

#opcion div span {
	
}

#opcion:hover {
	cursor:pointer;	
}

#opcion:hover img {
	box-shadow: 3px 3px 3px rgb(120,120,120);
	-moz-box-shadow: 3px 3px 3px rgb(120,120,120);
	-webkit-box-shadow: 3px 3px 3px rgb(120,120,120);
}

#opcion:hover div span {
	color:#900;
}

#opcion:hover div .desc {
	color:#444;
}

#opcion img {
	float:left;
	width:40px;
	height:40px;
	border:1px solid #AAA;
	margin:0;
	margin-top:3px;
	padding:0;
}

#opcion div span {
	float:left;
	padding-left:15px;
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#opcion div .desc {
	float:left;
	padding:5px 0 0 15px;
	text-decoration:none;
	color:#444;
	font-size:9px;
}

#vermas {
	clear:both;
	width:340px;
	height:17px;
	padding-top:3px;
	font-weight:bold;
	text-align:center;
	background:url(../../arch/fondo_boton_minibusq.png) repeat-x top left;
	border-radius-bottomleft:5px;
	-webkit-border-radius-bottomleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-radius-bottomright:5px;
	-webkit-border-radius-bottomright:5px;
	-moz-border-radius-bottomright:5px;
}