/* CNIO: Centro Nacional de Investigaciones Oncológicas css feb-2006 */
/*********************************************************************/
/* Formateo pagina empleo **********/
/*********************************************************************/

div#contForm{
	background:#f5f5f5 url(/img/form-fondo01.gif) right top no-repeat;
	}


div#ofertaAmpPrincipal strong{
	color:#D35511;
	}
	
div#ofertaAmpPrincipal strong.black{
	color:#000;
	}	
	
.nombreOferta{
	color:#D35511;
}

div#contForm input.referencia{
	border:none;
	background:transparent;
	font-weight:bold;
	}

div#contForm textarea{
	width:95%;
	height:5em;
	margin:0 0 10px 10px;
}

div#contForm #desplegablePrograma label, div#contForm #desplegableGrupo label{
	float: none;
	width:auto;
	text-align:left;
	padding-left:10px;
	}

div#contForm #desplegablePrograma, div#contForm #desplegableGrupo{
	margin:5px 0 5px 50px;
}


/*** Tabla de resoluciones de becas ***/

div#separarTbl{
	margin:2em auto;
}

table#tblResolucion {
	border-collapse:collapse;
	border-bottom:2px solid #ccc;
	width:98%;
	}
	
#tblResolucion td{
	padding:6px;
}

#tblResolucion th {
	border-bottom:2px solid #D35511;
	color:#D35511;
	padding:4px 4px 0 4px;
	font-weight:normal;
	}

#tblResolucion td {
	border-bottom:1px solid #f5f5f5;
	vertical-align:top;
	}

#tblResolucion tr.colorOffUno, #tblResolucion tr.colorOffDos{
	background:#fff;
}

#tblResolucion tr.colorOn{
	background:#FFFFE1 url(/img/fondo-submenu2.gif);
}

/* enlaces */

table#tblResolucion td a{
	text-decoration:none;
}

table#tblResolucion td a:hover{
	color:#D35511;
	text-decoration:underline;
}



