
html, body {
		margin:0px;
		padding:0px;
	}

	
body {
	text-align:center;
	background-color:#f2f2f2;
}

img, a {
	border:0px;
	outline:none;
}

#contenedor {
	background:white;
	margin:auto;
	height:600px;
	width:800px;
	background-image:url('../imagenes/bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}

#slide {
	width:200px;
	float:left;
	background:;
	height:570px;
}

#datos{
	width:600px;
	float:left;
	background:;
	height:570px;
}

#footer {
	width:800px;
	float:left;
	background:#fd0f0d;
	height:27px;
	background-image:url('../imagenes/footer.gif');
	background-repeat:no-repeat;
	background-position:bottom;
}

div#footer2 {
	background:#ddd;
	width:800px;
	border-top:solid 2px #808080;
	border-bottom:solid 2px #808080;
	float:left;
	margin-top:0px;
	font-size:45px;
}