/* CSS Document */

/***********************************************************************************************/
/***                                    MENU IZQUIERDA/DERECHA                               ***/
/***********************************************************************************************/

#nav {
}
.menu {
	display: block;
}
.menuNode {
	width: 144px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	height: 25px;
}
.menuNode p {
	margin: 0px 0px 0px 2px !important;
	margin: 0px 1px 0px 0px;
	text-align:left;
	color: #000;
	background-color: #FFFFFF;
	width: 144px !important;
	width: 142px;
	border:1px  solid #000000;
}
.button {
	display: block;
	z-index: 10;
	height: 40px;
}
.buttonlabel {
	width: 144px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	background-color: #a3abad;
	height: 40px;
}
.buttonlabel img {
	float: left;
	margin: 0 4px 0 0;
	height: 40px;
}
.buttonlabel p {
	margin: 0 0 0 5px;
	height: 40px;
}

.button_chavales {
	display: block;
	z-index: 10;
	height: 65px;
}
.buttonlabel_chavales {
	width: 144px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	background-color: #a3abad;
	height: 65px;
}
.buttonlabel_chavales img {
	float: left;
	margin: 0 4px 0 0;
	height: 65px;
}
.buttonlabel_chavales p {
	margin: 0 0 0 5px;
	height: 65px;
}

.imagen_menu{
	float:left;
}
.categoria_menu{
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu_css_iz {
z-index:1000;
font-size:90%;
float:right;
/*margin:0 25px 00px 0 !important;*/ /* this page only */
margin:0 0px 00px 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu_css_iz ul {
padding:0;
margin:0;
list-style-type:none;
width:144px;
}
/* hack for IE5.5 */
* html .menu_css_iz ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu_css_iz li {
position:relative;
background:#ffffff;
/*height:16px;*/
}

/* get rid of the table */
.menu_css_iz table {position:relative; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu_css_iz a, .menu_css_iz a:visited {
display:block; 
text-decoration:none;
min-height: 25px;
height:25px;
line-height:11px;
width:144px;
color:#000;
text-indent:5px;
/*border:1px solid #fff;*/
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu_css_iz a, * html .menu_css_iz a:visited {/*background:#d4d8bd;*/ width:144px; w\idth:143px;}
/* style the link hover */
* html .menu_css_iz a:hover {color:#fff; background:#cccccc;}

.menu_css_iz :hover > a{
color:#fff; 
background:#cccccc;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_css_iz ul ul {
visibility:hidden;
position:absolute;
top:0;
left:144px; 
}
/* make the second level visible when hover on first level list OR link */
.menu_css_iz ul li:hover ul,.menu_css_iz ul li.hover ul,.menu_css_iz ul a.hover ul,
.menu_css_iz ul a:hover ul {
visibility:visible;
margin-left: 0px;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu_css_iz ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu_css_iz ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu_css_iz ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu_css_iz ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


