body {
	vertical-align: top;
    height: auto;
    width: 900px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -450px;
	background-color: #000000;
}
#presentacion {
	background-color: #333;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 900px;
	height: 505px;
	background-image: url(images/Presentacion_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contenido {
	margin-left: 200px;
	width: 700px;
	height: 505px;
}
#pie {
	width: 900px;
	height: 71px;
	background-color: #000000;
	background-image: url(images/Presentacion_pie.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#logo {
	display: inline;
	width: 60;
	height: 40;
	float: right;
}
#info {
	display: inline;
	width: 840;
	height: 37;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	color: #FFF;
	float: left;
}
#info p {
	margin: 2px 5px;
}
#info a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #C00;
}
#info a:hover {
	color: #C00;
	text-decoration: none;
	border-bottom: 0px none #C00;
}

