﻿/*
 * nav.css
 * Revision: 1.0
 *
 * (c) 2004-2009 DCACompany.
 * Términos y Condiciones: http://www.dcacompany.com'
 */

html, body {min-height: 101%;}


.corner-top, .corner-left, .corner-bottom {
	background-image: url(../images/cr_def.gif);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 3px;
}
.corner-top {
	background-position: 100% 0;
	width: auto;
	top: -1px;
	right: -1px;
	z-index: 1;
}
.corner-top .corner-left {
	background-position: 0 -6px;
	width: 3px;
	left: -2px;
}
.corner-bottom {
	background-position: 100% -3px;
	clear: both;
	width: auto;
	bottom: -1px;
	right: -1px;
}
.corner-bottom .corner-left {
	background-position: 0 -9px;
	width: 3px;
	left: -2px;
}
#cdc-nav-module {
	position: relative;
	margin-top: 1px;
	background: url(../images/sitearea-nav.jpg) repeat-x top left;
	z-index: 10;
	/*border: 1px solid #ccc;*/
	border: 1px solid #bbb;
	zoom: 1;
}
#cdc-nav-module .nav-container {
	width: 100%;
	margin-top: -3px;
}
#cdc-nav-module .nav {
	padding: 0px 0px;
	/*border-right: 1px solid #ccc;*/
	border-right: 1px solid #bbb;
	position: relative;
}
* html #cdc-nav-module .nav {
/*	behavior: expression(this.onmouseenter=new Function("this.className+=' hover'"),this.onmouseleave=new Function("this.className=this.className.replace(' hover','')"),this.style.behavior=null);*/
}
#cdc-nav-module .lastnav {
	border-right: 0 solid #ccc;
}
#cdc-nav-module .nav:hover, #cdc-nav-module .hover {
	background: url(../images/sitearea-nav.jpg) repeat-x 0 -100px;
}
#cdc-nav-module .nav a {
	display: block;
	padding: 6px 28px;
	height: auto;
	/*color: #295283;*/
	color: #030512;
	background-color: transparent;
	font-size: 120%;
	/*font-size: 93.5%;*/
	line-height: 1.13em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	z-index: 4;
}
#cdc-nav-module .nav:hover a, #cdc-nav-module .hover a {
	color: #fff;
}








/*SUBMENU EMERGENTE HACIA ABAJO*/
/*-----------------------------*/

.menuFrame {
	position: absolute;
	margin-left: -29px;
	margin-top: 6px;
	width: 208px;
	display: none;
	border-top: 1px solid #ccc;
	padding-bottom: 7px;
	background: transparent url(../images/areanav-flydown-btm.gif) no-repeat left bottom;
	_filter: alpha(opacity=96);
}

#partner .menuFrame {
	margin-right: -1px;
	_margin-right: -2px;
	right: 0!important;
}
.menu {
	position: relative;
	width: 206px;
	height: 100%;
	font-size: 92.2%;
	border: 1px solid #ccc;
	border-width: 0 1px;
}
* html #cdc-nav-module .menu, * html #cdc-nav-module .menu ul {
	background: none;
	background-color: #fff;
	filter: alpha(opacity=96);
}
.menu ul {
	%padding: 0;
}
.menu li {
	display: inline;
	%margin-bottom: -1px;
}
* html body .menu li {
	behavior: expression(this.onmouseenter=new Function("this.className+=' subhover'"),this.onmouseleave=new Function("this.className=this.className.replace(' subhover','')"),this.style.behavior=null);
}
#cdc-nav-module .menu a:link, #cdc-nav-module .menu a:visited {
	color: #295283;
	padding: 3px 10px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	display: block;
	background: transparent url(../images/sitearea-nav-bg.png) repeat-x;
	width: 186px;
}
* html #cdc-nav-module .menu li a:link, * html .menu li a:visited {
	background: none;
	background-color: #fff;
	filter: alpha(opacity=96);
}
* html #cdc-nav-module .menu li a:hover {
	background-color: #d5e0e6;
	filter: alpha(opacity=96);
}
#cdc-nav-module .menu a:hover, #cdc-nav-module .menu .subhover {
	display: block;
	background-position: 0 -250px;
}
#cdc-nav-module .menu .link-group a {
	font-weight: bold!important;
}


