@charset "utf-8";
/* CSS Document */


/*Dropdown vs Slider fix*/
/*
#slider.nivoSlider, .nivoSlider {
	position:relative;
	z-index:-99 !important;
}
*/


/*Botonera Wrap*/
#botonera {
	width:977px;
	margin:8px auto;
	height:41px;
	background-image:url(http://www.canarias.com/images/newDesign/menu_bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: block;
	padding: 0;
}

#botonera .leftPad {
	background: transparent !important;
	float: left;
	display: block;
}

/*	NAV */
#nav {
	list-style:none;
	font-weight:bold;
	/* Clear floats */
	float:left;
	width:100%;
	margin: 0px;
	padding: 0;
	/* Bring the nav above everything else--uncomment if needed.*/
	position:relative;
	z-index:9999;
	
}
#nav li {
	float:left;
	margin-right:10px;
	position:relative;
}
#nav li img {
	float:left;
	margin-right:5px;
	position:relative;
	border: 0;
	vertical-align: middle;
	margin-top: 10px;
}

#nav a {
	display:block;
	color:#fff;
	background:transparent;
	text-decoration:none;
	font-size: 13px;
	line-height: 40px;
	text-shadow: rgba(0,0,102,0.3) 0px -1px 0px;
}

#nav a:hover {
	color:#fff;
	background:transparent;
	text-decoration:none;
}

#nav .new {
	color:#ffff90 !important;
}

#nav .new:hover {
	color:#1D3745 !important;
}

/*--- DROPDOWN ---*/
#nav ul{ 
	background: transparent; /* standard */
	background: #ffffff\9; /* IE 8 and below */
	*background: #ffffff; /* IE 7 and below */
	_background: #ffffff; /* IE 6 */
	/* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	/* [disabled]background:orange; */ /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	/* [disabled]margin-top: 6px; */
	z-index:99999; /*Fix overlay ie ????*/
	*z-index:99999;
	_z-index:99999;
}
#nav ul li{
	padding-top:6px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	/* [disabled]line-height: 30px; */
	background-color: #f6fdff;
	/* [disabled]border-bottom: #9bd2e7 dotted 1px; */
	border-left: #1faee2 2px solid;
}
#nav ul li:last-child {
	background-color: #f6fdff;
	border-bottom: #dde5e7 solid 2px;
	padding-bottom: 20px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#nav ul a{
	white-space:nowrap;
	padding: 0 20px !important;
	font-weight: normal;
}
#nav ul .listCat {
	white-space:nowrap;
	padding: 0 10px !important;
	font-weight: bold;
	font-size: 13px;
	color: #12a1d7;
}
.listCat {
	font-weight: bold !important;
	color: #12a1d7 !important;
}

#nav li:hover ul{ /* Display the dropdown on hover */
	left:-40px;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:transparent;
	color:#1D3745;
	text-decoration:none;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	font-size: 13px;
	line-height: 20px;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#D5F5FF;
}

.noborder {
	border: 0 !important;
}


.listHightlight {
	color: #C00 !important;
}


.listMore {
	font-weight: bold !important;
	color: #008bbd !important;
	text-indent:-10px;
	/* [disabled]line-height: 40px; */
	text-align: right;
}
.listImg {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	padding-left: 10px;
	min-height: 30px;
	border: 0;
}
.listVth:hover {
	background: transparent !important;
	background-color: transparent !important;

}
