html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
}

TABLE.tabla {
	width:100%;
	height:100%;
}

#fondo {
	width:100%;
	background-image:url(../images/fondo.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#contenido {
	width:995px;
	height:650px;
	margin:0 auto;
	padding:0;
}

#izq {
	width:397px;
	height:556px;
	float:left;
}

#izq img {
	margin:0;
	border:0;
	padding:231px 0 0 15px;
}

#centro {
	width:598px;
	height:556px;
	float:left;
	text-align:left;
}

#centro h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#000;
	margin:0;
	padding:100px 0 70px 0;
}

#centro h1 span {
	color:#fff;
}

#centro p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	width:500px;
	line-height:22px;
	margin:0;
	padding:18px 0 0 0;
}

#footer {
	width:995px;
	height:94px;
	clear:both;
	color:#e20043;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}