/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.IzdaVertical {
	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.IzdaVertical ul {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.IzdaVertical li {
	width: 9em;
	background-image: url(img/bg.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #7EB035;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.IzdaVertical ul li {
	background-image: none;
	background-color: #EBEBEB;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.IzdaVertical a {
	text-decoration: none;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 3px;
	font-size: 0.67em;
	line-height: 16px;

}
.IzdaVertical a:visited {
	font-size: 0.67em;

}
/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.IzdaVertical ul a {
 	border: none;
}


/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.IzdaVertical li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.IzdaVertical ul li.selected {
	
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.IzdaVertical a.selected {
	color: #333333;
	background-color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.IzdaVertical ul a.selected {
	border-left-color: #ffffff;
}


/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.IzdaVertical li.hover {
color: #333333;
	background-color: #FFFFFF;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.IzdaVertical ul li.hover {
color: #333333;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.IzdaVertical a.hover {
color: #333333;
	background-color: #FFFFFF;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.IzdaVertical ul a.hover {
  	color: #333333 !important;
}
/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/
/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.IzdaVertical li.selected {
	color: #CC0000;
	background-color: #FFFFFF;
}


/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.IzdaVertical ul li.selected {
}

/* 
 * Selected links
 * Applies to selected links in all menu items
 */
.IzdaVertical a.selected {
}

/* 
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.IzdaVertical .hover .arrow {
	background-image: url(/includes/cssmenus2/skins/IzdaVertical/img/arrow.gif);	background-repeat: no-repeat;
	background-position: right center;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.IzdaVertical ul .hover .arrow {
	background-image: url(/includes/cssmenus2/skins/IzdaVertical/img/arrow_hover.gif);	background-repeat: no-repeat;
	background-position: right center;
}
.IzdaVertical .arrow {
	background-image: url(img/arrowred.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}


#IconoBanner {
	z-index: 1000;
	position: absolute;
	top: 20px;
	padding: 4px;
	left: 93%;
}
#IconoBanner img {
    display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-move {
	cursor: move;
	font-size: 0.7em;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#mostrarscroll {
    display: inline;
}