/* 	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	font-size: 75%;
	font-family: "Lucida Grande", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	color: #fff;
}
#body{
	background: #000 url("../images/background-gradent.jpg") repeat-x;
}
.container{
	background: url("../images/rainbow.jpg") no-repeat;
	margin: 0px;
	width: 960px;
	float: left;
}
.clear { clear:both; }

/* Columns
-------------------------------------------------------------- */

div.logo{
	margin: 40px 0px 0px 40px;
}
div.menu{
	float: left;
	width: 130px;
	margin: 57px 30px 0px 40px;
}
div.content{
	float: left;
	margin: 36px 0px 0px 60px;
}
	div#texto{
		width: 650px;
	}
		div.divgrafico{
			margin: 20px 0px 10px 0px;
		}
	div#slideshow{
		position: absolute;
		width: 75%;
		margin-top: 1.1em;
		margin-left: -10px;
	}
div.linea{
	background: url("../images/linea.png") no-repeat;
	float: left;
	width: 1px;
	height: 650px;
}
	div.empresas{
		padding: 0 30px;
		margin: 50px 0 7px 0;
	}
	div.creditos{
		border-top: 1px dotted #222;
		background-color: #111;
		padding: 10px 0;
	}