
body
{
	margin: 0px;
	text-align: center;
}

#innova-todo
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
	width: 956px;
	border: 1px solid #f0f0f0;
}

#innova-cabecera
{
	height: 141px;
	background-color: #f0f0f0;
	background-image: url('../imagenes/innova-cabecera-bg-txt.jpg');
	background-repeat: no-repeat;
}

#innova-logo
{
	margin-left: 10px;
	margin-top: 16px;
	border: 0px;
}

#innova-menu
{
	height: 27px;
}

#innova-menu table
{
	position: relative;
}

#innova-cuerpo
{
	background-image: url('../imagenes/innova-cuerpo-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 510px;
}

#innova-pie
{
	text-align: center;
	color: #707070;
}

#innova-pie a
{
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
	color: #707070;
	text-transform: uppercase;
}

#copy
{
	text-align: center;
	font-size: 8pt;
	font-family: Arial, Helvetica, Sans-serif;
	color: #a0a0a0;
}

#copy a
{
	text-decoration: none;
	color: #33659f;
}

