body {
	background-color: #CCCCCC;
	font-family: Century Gothic;
	font-size: 70%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/fondo-rojoMORADO.gif);
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#CONTENIDO {
	margin-right: auto;
	margin-left: auto;
	background-color: #eeeeee;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 765px;
}
#CONTENIDO #LOGO {
	text-align: center;
	width: 765px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 50px;
}
#CONTENIDO #BOTONES {
	width: 765px;
	height: 80px;
}
#CONTENIDO #BOTONES .BOTON {
	float: left;
	width: 127px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #666666;
	background-color: #eeeeee;
}

#CONTENIDO #BOTONES .BOTON a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#CONTENIDO #BOTONES .BOTONFIN {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #eeeeee;
	color: #666666;
}

#CONTENIDO #BOTONES .BOTONFIN a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#CONTENIDO #CUERPO {
	background-color: #EEEEEE;
	width: 765px;
	position: relative;
	bottom: 50px;
	top: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#CONTENIDO #CUERPO #ESCAPARATE {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #FFFFFF;
	text-align: justify;
	padding: 10px;
	border: 1px solid #895788;
}
