body {
	margin: 0px;
	padding: 0px;
	background-color: #cfd8ed;
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	background-image: url(../images/bg_index.jpg);
	background-attachment: fixed;
}

#contenedor {
	height: 584px;
	width: 770px;
	z-index: 1;
	background-image: url(../images/bg_contenedor.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
#horizontal{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:1px;
    overflow:visible;
}
#center{
	margin-left:-385px;
	position:absolute;
	top: -0px;
	left:50%;
	width:770px;
	height:100%;
	overflow: visible;
}

#menu {
	height: 245px;
	width: 337px;
	margin-top: 154px;
	margin-right: 33px;
	float: right;
}

#pie {
	width: 274px;
	float: right;
	margin-top: 40px;
	background-image: url(../images/logo_DAE2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #53769c;
	margin-right: 33px;
}
