body{
	padding:0px;
	margin:0px;
	border:0px;
	color:#dddddd;
	font-family: Arial, Geneva, Verdana;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:#666666;
}

#cuerpo{width:780px;margin:0px auto;text-align:center}
#cabecera {
	height:120px;
	background:#000000 url('../images/cabecera.gif');
	text-align:right
}
#imageContainer {
	position:relative;
	width:458px;
	float:right
}
#localizador{margin:0px;padding:12px 0px 0px 24px;text-align:left;color:#35435b}
#contenedor{
	width:780px;
	text-align:left;
	background:url('../images/fondo_middle.gif') top left repeat-y #000000;
}
#top{
	height:38px;
	background:url('../images/fondo_top.gif') top left no-repeat #000000;
}
#localizador{padding-left:330px;color:#999999;font-size:10px}
#middle{
	padding:0px 20px;
}
#menu{
	width:140px;
	float:left;
	background:url('../images/separador.gif') top right repeat-y;
}
#menu div{
	padding:0px 20px 10px 0px;
}
#menu a{
	font-size:14px;
	font-weight:bold;
	color:#ffffff
}
#loginbox{margin-top:40px}
#loginbox a{
	font-size:11px;
	font-weight:bold;
	color:#ffffff
}
#content{
	width:560px;
	float:right;
}
#bottom{
	clear:both;
	height:38px;
	padding:0px 10px;
	background:url('../images/fondo_bottom.gif') top left no-repeat #000000;
}