/* CNIO: Centro Nacional de Investigaciones Oncológicas CSS 2009 */


/* Formato del arbol de areas
---------------------------------------------*/
p{
	font-size:.9em;	
}

.arbolcontenedor{
	margin-left:10%;
}

.arbolcontenedor .todos{
	float:left;
	width:9em;
	text-align:right;
}

.arbolcontenedor .arbol{
	float:left;
	margin-left:1em;
	margin-bottom:1em;
	padding-left:1em;
	border-left:2px solid #ccc;
}

.arbolcontenedor h3{
	margin:.5em 0;
	font-size:.9em;
	color:#D35511;
}

.arbolcontenedor h3 a{
	font-weight:normal;
	color:#D35511;
}

.arbolcontenedor h3 a:hover{
	font-weight:bold;
}

.arbolcontenedor ul{
	margin-top:0;
	margin-bottom:1em;	
}


/* Formato de las tablas: Generales
---------------------------------------------*/

.facultyTable {
	clear:both;
	width:100%;
	border-collapse:collapse;
	border-bottom:2px solid #CFCFCF;
	}
	
.facultyTable th {
	padding:.5em; 
	border-top:2px solid #D35511;
	border-bottom:2px solid #D35511;
	text-align:left; 	
	color:#D35511;
	}

.facultyTable th a{
	padding-left:12px;
	text-decoration:none;
	color:#D35511;
}

.facultyTable th a.sort{
	background:transparent url(../img/sort.gif) no-repeat 0 center;	
}

.facultyTable th a.asc{
	background:transparent url(../img/sortAsc.gif) no-repeat 0 center;	
}

.facultyTable th a.desc{
	background:transparent url(../img/sortDesc.gif) no-repeat 0 center;	
}

.facultyTable th a:hover{
	color:#F90;
}

th .eMail{
	padding-right: 24px;
	background:transparent url(../img/email.gif) no-repeat 100% 2px;
}
	
.facultyTable td {
	padding:.3em .5em; 
	vertical-align:top;
	font-size:.9em;
	color:#4F4F4F; 	
}

.facultyTable td div {
	display:block;
	font-size:1em;
	color:#999;
}

.facultyTable .programa{
	color:#FFF;
	background:#EF844A;
}
	
.facultyTable .odd td {background:transparent url(/img/fondo-submenu.gif)};

.facultyTable .even td {background:#fff}

.facultyTable a{
	color:#4F4F4F; 	
}

.facultyTable a:hover {
	color:#D35511;
}

.hiddenTd span{
	visibility:hidden;
}
