
html, body {margin: 0; padding: 0; border: 0;}

body {
	color: #000; 
	background-color: #eee; 
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	text-align: center;
	margin: 0px 0;
}
#contenedor {
	width:960px;
	height:100%;
	background-color:#F9F9F9;			
}
#top {
	width:960px;
	height:50px;	
	float:left;
	background:url(../imagenes/fondopie.jpg) repeat-x;
	overflow:hidden;
}
#derecha {
	width:200px;
	height:689px;
	float:left;
	background:#F9F9F9;
}
#logo {
	width:200px;
	height: 250px
	float:left;	
}
#medio {
	width:760px;
	min-height:689px;
	float:left;
	background-color:#F9F9F9;	
}
#mislide {
	width:560px;
	height:463px;
	float:left;
}
#izquierda {
	width:200px;
	height:689px;
	float:left;
	background-color:#F9F9F9;	
}
#pie {
	width:960px;
	height:40px;
	float:left;
	background:url(../imagenes/fondopie.jpg) repeat-x;
	background-color:#5A6C87;	
}
