/* specific */
.yui-navset .yui-nav li a, .yui-navset .yui-content { /* override definition */
	border: none;
}

.yui-content { /* override definition */
	/*background-color: white !important;*/

	padding: 3px;
}



#cxTabView {
   /* width:100%; /* arbitrary width */
   padding-top: 10px;
	-moz-border-radius:6px;
	padding-bottom: 10px;
}

#lang-es #cxTabView {
/*   background: navy url(cx-es/assets/cx-es/acp-cx-teaser.jpg) no-repeat center 5px; */
background: navy
}

#lang-en #cxTabView {
/*   background: navy url(cx-en/assets/cx-es/acp-cx-teaser.jpg) no-repeat center 5px; */
background: navy
}





#cxTabView .yui-nav {
	margin: 0 3px !important;
	font-size: 12px;
}


#cxTabView .yui-content {
    height:150px; /* keep tabs from bleeding past bottom edge */ /* modificar segun altura del listado de opciones */
    padding:0;  /* pad content container */
	 text-align: center;
}

/* override default tab width */
/*#cxTabView .yui-nav { width:167px; display: inline; }
/*#cxTabView { padding-right:12.5em; } /* map to nav width */

#cxTabView li {
	display: block;

/*	padding-bottom: 0.1em; /* test */
/*	border-bottom: 1px solid gray; */
}

#cxTabView li a {
	text-decoration: none;
	display: block;
	color: white; 
	padding: 1px !important; 
}

#cxTabView li a:hover, 
#cxTabView li.selected a {
	text-decoration: none;
/*	font-weight: bold; */
	color: #000080;
	background: white;
}


.mod {
	background: #e2edfa; 
	-moz-border-radius:6px;
}


