
/* Fin submenu principal */

/* PESTANAS INTERIORES (PARA ELEGIR SECCIONES DENTRO DE LA MISMA PAGINA) */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {display:none;}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	background:url(../img/bck_line.gif);
	margin:0;
	padding:1em 0 0 0;
	border-top:1px solid #ccc;
/*	border-bottom:1px solid #fff; */
	font-weight:bold;
}

ul.tabbernav li {
	margin:0;
	display:inline;
	padding:0;
	background:none;
}

ul.tabbernav li a {
	padding:.3em .5em .1em;
	margin-left:3px;
	border:1px solid #790C0D;
	border-bottom:none;
	background:#790C0D;
	text-decoration:none;
	color:#fff;
}

ul.tabbernav li span.ICDdisable {
	padding:.3em .5em .1em;
	margin-left:3px;
	border:1px solid #777777;
	border-bottom:none;
	background:#777777;
	text-decoration:none;
	color:#fff;
}

ul.tabbernav li a:visited {color:#667;}

ul.tabbernav li a:hover {
	color:#fff;
	background:#CD0811;	
}

ul.tabbernav li.tabberactive a {
	background-color:white;
	border:1px solid #ccc;
	border-bottom:0;
	color:#000;
}
	#eventosDestacados .tabberactive a {background-color:#FBF9FA;}

ul.tabbernav li.tabberactive a:hover {
	color:#000;
	background:white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive {margin:0;}

.tabberlive .tabbertab {border:1px solid #ccc; min-height:1px;}

* html .tabberlive .tabbertab {height:1px;}

/* Documentos asociados */
ul.files {
	background:none;
	/* background:url(../img/documents/barra_aso.gif) top left repeat-x; */
	height:26px;
	float:left;
	padding:0;
}

	ul.files li {
		display:inline;
		margin-right:1em;
		background:none;
		padding:0;	
	}

	ul.files li a {
		font-weight:bold;
		margin-top:.5em;
	}	
