body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #C5C5C5;
}
a:active {
	color: #000000;
}
/* ----------contenedor-------------- */
#contenedor {
    width: 964px;
	height:auto;
	margin:0 auto 0 auto;
	text-align:center;
}

h1, h2, h3, h4, p, span {
    font-weight:normal;
    margin:0;
    padding:0;

}

/* ----------cabecera-------------- */

#cabecera {
    width: 964px; 
	height:137px;
	margin:0 auto 0 auto;
	background-image:url(../images/fondo_cabecera.jpg);
}

#contenido {
	z-index:1;
}

#logo {
	position:relative;
	top:9px;
	left:-350px;
	width:258px;
	height:126px;
	z-index:2;
}

#logo2 {
	position:relative;
	top:-22px;
	left:130px;
	width:400px;
	height:60px;
	z-index:3;
}

#pie {
	position:relative;
	width:964px;
	height:114px;
	z-index:3;
	background-image:url(../images/pie.jpg);
}

#divisiones {
	position:relative;
	top:-107px;
	float: left;
	width:474px;
	height:5px;
	z-index:4;
}

#powerby {
    font-family:"Helvetica", Verdana, Arial, sans-serif;
	color:#000000;
	font-size:12px;
	position:relative;
	top:5px;
	height:20px;
	float: center;
	z-index:4;
}


