#contenedor {
	background-color: #FFFFFF;
	height: 450px;
	width: 750px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contenedor #superior {
	background-color: #CCCCCC;
	height: 90px;
	width: 750px;
	position: absolute;
	top: 0px;
	background-image: url(Images/superior.jpg);
	background-repeat: repeat-x;
	border: thin solid #666666;
}
#contenedor #menu {
	height: 25px;
	width: 750px;
	border: 1.2px solid #6600FF;
	position: absolute;
	left: 0px;
	top: 100px;
}
#contenedor #inferior {
	background-image: url(Images/inferior.jpg);
	background-repeat: repeat-x;
	height: 24px;
	width: 750px;
	position: absolute;
	top: 390px;
	border-top-width: 1.2px;
	border-right-width: 1.2px;
	border-bottom-width: 1.2px;
	border-left-width: 1.2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#contenedor #parte_derec {
	background-image: url(Images/derecha_submenu.gif);
	background-repeat: repeat-y;
	height: 240px;
	width: 140px;
	position: absolute;
	left: 609px;
	top: 135px;
	border: 1.2px solid #666666;
	background-color: #FFFFFF;
}
#contenedor #medio_foto {
	background-color: #CCCCCC;
	height: 240px;
	width: 600px;
	position: absolute;
	left: 0px;
	top: 135px;
	border: 1.2px solid #0099FF;
	background-repeat: no-repeat;
	background-image: url(fotos/pastillastransparentes.jpg);
}
