/* CSS Document */
.yui-navset {
	width:635px; 
	float:left; 
	position:relative; /* contain absolute positioned tabs (left/right) */
    zoom:1;}

.yui-navset ul {margin:0px;}

.yui-navset .yui-nav li {
    margin-right:0.3em; /* horizontal tabs */
	font-family:Tahoma;
	font-size:11px;
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
	
}

.yui-navset .yui-nav a:hover {
    border-bottom-width:0; /* no bottom border for active tab */
    /*padding-bottom:1px; /* to match height of other tabs */
	background: #6495AB url('../images/corner.gif') no-repeat top right;
	cursor:pointer;
	/*border-bottom:1px solid #FFFFFF;*/
}
.yui-navset .yui-nav a { 
	position:relative; 
	outline:0; /* gecko: keep from shifting */
} /* IE: to allow overlap */


.yui-navset-left .yui-nav li {
    margin:0 0 0.5em; /* vertical tabs */
}
.yui-navset-right .yui-nav li{
    margin:0 0 0.5em; /* vertical tabs */
}
.yui-navset-left .yui-nav{ width:6em; }
.yui-navset-right .yui-nav{ width:6em; }

.yui-navset-left { padding-left:6em; } /* map to nav width */
.yui-navset-right { padding-right:6em; } /* ditto */

.yui-nav {
    margin:0;
    padding:0;
    list-style:none;
}
 
.yui-nav li {
    margin:0;
    padding:0;
    list-style:none;
}

.yui-navset li em { 
	font-style:normal;
	padding:.2em;
	width:80px;
	text-align:center;}

.yui-navset .yui-content { 
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	zoom:1; 
	background: #B0D0DC url('../images/topicsbg.gif') repeat-x left bottom;
	height:65px;
	}
	
.yui-navset .yui-content li a{
	background:url('../images/icono_lista_2.png') no-repeat left center;
	padding-left:14px;
	text-decoration:none;
	}	
.yui-navset .yui-content li a:hover{
	background:url('../images/icono_lista_1.png') no-repeat left center;
	}



.yui-navset-left .yui-nav li {display:block;}
.yui-navset-right .yui-nav li {display:block;}
.yui-navset .yui-nav li a {
	background: #357994 url('../images/corner.gif') no-repeat top right;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:2px;
    display:block;
    display:inline-block;
    vertical-align:bottom; /* safari: for overlap */
    zoom:1;
	text-decoration:none;}
.yui-navset-left .yui-nav li a {display:block;} 
.yui-navset-right .yui-nav li a {display:block;}
.yui-navset-bottom .yui-nav li a {vertical-align:text-top;}
.yui-navset .yui-nav li a em { display:block; }
.yui-navset-left .yui-nav { position:absolute; z-index:1; }
.yui-navset-right .yui-nav { position:absolute; z-index:1; }
.yui-navset-left .yui-nav { left:0; }
.yui-navset-right .yui-nav { right:0; }

.yui-navset .yui-nav .selected a {
    border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:1px; /* to match height of other tabs */
	background: #9FC7D8 url('../images/corner.gif') no-repeat top right;
	color:#2F637A;
}

a.yui-navset .yui-nav .selected a {background-color:#f6f7ee;}
.yui-navset .yui-nav .selected a:hover {
    background: #9FC7D8 url('../images/corner.gif') no-repeat top right;
}

.yui-navset-bottom .yui-nav .selected a {
    border-width:0 1px 1px; /* no top border for active tab */
    padding:1px 0 0; /* to match height of other tabs */
}

.yui-navset-bottom .yui-content {
    margin:0 0 -1px; /* for active tab overlap */
}

.yui-navset-left .yui-nav li.selected a {
    border-width:1px 0 1px 1px; /* no right border for active tab */
    padding:0 1px 0 0; /* to match width of other tabs */
}

.yui-navset-left .yui-content {
    margin:0 0 0 -1px; /* for active tab overlap */
}

.yui-navset-right .yui-nav li.selected a {
    border-width:1px 1px 1px 0; /* no left border for active tab */
    padding:0 0 0 1px; /* to match width of other tabs */
}

.yui-navset-right .yui-content {
    margin:0 -1px 0 0; /* for active tab overlap */
}


