#table-container{
	float:none;
	width:520px;
}
	table#estudios{
		font-size:12px;
		margin-left: 15px;
		border-collapse: collapse;
		background-image:url(../../imagenes/investigacion/tabla-bg.png);
		background-repeat:repeat-y;
		width:536px;
		font-weight:700;
		}
 table#estudios tr#nombre-columnas{
 	background-image:url(../../imagenes/investigacion/nombre-columnas-bg.png);
	width:519px;
	height:30px;
	font-size:12px;
	color:#d2cfcf;
	background-repeat:no-repeat;
 }
table#estudios td.status{
	font-style:italic;
	font-weight:normal;
}	
	th{
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	td.encabezado{
		text-align: left;
		padding-left:20px;
	}	
	td{
		vertical-align: middle;
		text-align: center;
		color:#333;
		height:25px;
}
/* BLOQUE INFORMACIÓN PRINCIPAL */ 
#informacion-principal{
	float:left;
}
	#informacion-principal .bloque{
		margin-top:20px;
	}
	#principal .w235 h2{
		font-size:13px;
		color:#000;
		font-weight:bold;
		padding-bottom:20px;
		line-height:1.3em;
	}
	#principal .w235 h3{
		font-size:11px;
		color:#585656;
		padding-left:12px;	
		font-weight:bold;
		padding-bottom: 5px;
		line-height:30px;
		padding-top:5px;
		background-image:url(../../imagenes/investigacion/h3-bg.png);
		background-repeat:no-repeat;
		width:255px;
		height:47px;
		display:block;
	}
	#principal .w235 h4{
		font-size:13px;
		font-weight:400;
		color:#333;
	}	
	#principal .w235 p{
		font-weight:normal;
		padding-bottom:20px;
		line-height:1.3em;
		padding-top: 5px;
	}
	#principal li{
		list-style-type: none;
		color:#666666;
		margin:0;
	}
	
	#principal  a{
		color:#537da3;	
		font-weight:normal;
	}
	#principal ul#links li a{
		color:#666666;
		text-decoration: underline;
		display:block;
		margin-bottom:10px;
	}

