#contenedor_general {
	position: relative;
	height: 600px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	position: relative;
	height: 499px;
	width: 199px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
#contenido {
	float: right;
	height: 499px;
	width: 699px;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
#pie {
	position: relative;
	height: 50px;
	width: 900px;
	float: left;
	background-image: url(objetos/pie.jpg);
	background-repeat: no-repeat;
}
#alto_menu {
	float: left;
	height: 280px;
	width: 198px;
	position: relative;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}



#bajo_menu {
	position: relative;
	height: 200px;
	width: 198px;
	float: left;
	background-image: url(objetos/bajomenu.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}

#cabecera {
	position: relative;
	height: 50px;
	width: 900px;
	background-repeat: no-repeat;
	background-image: url(objetos/cabecera.jpg);
}

