.innerBox
	{
		background: url('../img/fondo_blanco.png') no-repeat left top;
		height: 937px;
	}
.innerBox > .titulo, .columna_izquierda
	{
		padding-left: 44px;
		padding-right: 14px;
	}

.titulo
	{
		color:			#161E4B;
		padding-left:	20px;
		padding-top: 20px;
	}
	
.innerBox p
	{
		padding-top: 1em;
		color:			#161E4B;
		background-color: inherit;
		font-family: MyCustomFontLite,'Trebuchet MS';
		font-size: 11px;
		line-height: 1.3em;
	}
.innerBox .migas p
	{
		color:	#3173C4;
	}
.scroll
	{
		overflow-y: scroll;
		height: 450px;
		width: 630px;
	}
.columna_izquierda
	{
		float: left;
		width: 40%; /* 46% navegadores modernos, 45% por IE debido a un bug de calculo de porcentajes, pruebalo de todas formas con 46% */
		float: left;
		font-family: MyCustomFontLite,'Trebuchet MS';
		font-size: 11px;
		line-height: 1.3em;
	}
.columna_derecha
	{
		float: right;
		width: 40%;
		margin-right: 2.5em;
		font-family: MyCustomFontLite,'Trebuchet MS';
		font-size: 11px;
		line-height: 1.3em;
	}
