body{
	width: 900px;
	margin: 0 auto;
background: rgb(112,112,112);
background: -moz-linear-gradient(top, rgb(112,112,112) 0%, rgb(148,148,148) 36%, rgb(159,157,159) 41%, rgb(255,255,255) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(112,112,112)), color-stop(36%, rgb(148,148,148)), color-stop(41%, rgb(159,157,159)), color-stop(100%, rgb(255,255,255)));
background: -webkit-linear-gradient(top, rgb(112,112,112) 0%, rgb(148,148,148) 36%, rgb(159,157,159) 41%, rgb(255,255,255) 100%);
background: -o-linear-gradient(top, rgb(112,112,112) 0%, rgb(148,148,148) 36%, rgb(159,157,159) 41%, rgb(255,255,255) 100%);
background: -ms-linear-gradient(top, rgb(112,112,112) 0%, rgb(148,148,148) 36%, rgb(159,157,159) 41%, rgb(255,255,255) 100%);
background: linear-gradient(to bottom, rgb(112,112,112) 0%, rgb(148,148,148) 36%, rgb(159,157,159) 41%, rgb(255,255,255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#ffffff', GradientType=0 );
}

b{
	font-family: calibri;
	font-size: 16px;
}

#main_body{
	width: 900px;
	height: 1100px;
	margin: 0 auto;
	background-color:#5D6D7E;
	margin-top: -16px;
}

#encabezado{
	width:900px;
	height:150px;
	background-color:#ffffff;
	float:left;
}

.logo{
	width:500px;
	height:150px;
	background-image: url("../img/logo.jpg");
	float-left; 
	margin-left: 200px;
	margin-top: -10px;
}

#redes{
	width: 150px;
	height: 50px;
    float: right;
    margin-top: -140px;
}

.facebook{
	width: 50px;
	height: 50px;
	background-image:url("../img/facebook.png");
	float: left;
}

.pinterest{
	width: 50px;
	height: 50px;
	background-image:url("../img/pinterest.png");
	float: left;
	border-radius: 135px 135px 135px 135px;
-moz-border-radius: 135px 135px 135px 135px;
-webkit-border-radius: 135px 135px 135px 135px;
}

.youtube{
	width: 50px;
	height: 50px;
	background-image:url("../img/youtube.png");
	float: left;
	border-radius: 135px 135px 135px 135px;
-moz-border-radius: 135px 135px 135px 135px;
-webkit-border-radius: 135px 135px 135px 135px;
}
#menu{
  margin-left: 80px;
  background-color: grey;
}
header{
  font-family: Helvetica;
  width: 900px;
  margin: 0 auto;
}
ul{
  list-style: none;
  list-style: block;
}
#menu li>a{
 
  color: white;
  padding: 10px;
  display: block;
  text-decoration: none;
  min-width: 100px;
}
#menu li>a:hover{
  color: black;
  background-color: #eaeaea;
}
#menu>li{
  float: left;
  text-align:center
}

#slider{
	height: 250px;
	width: 900px;
	background-color: #707B7C;
	float: left;
	background-image: url(../img/incorporeal.jpg);
}

#contenido{
	width:900px;
	height:500px;
	float:left;
}

#texto{
	width:520px;
	font-size: 13px;
	padding: 15px 15px 15px 15px;
	float:left;
	background-color:#839192;
}

.alma{
	width: 200px;
	height: 200px;
	background-image:url("../img/alma.jpg");
	float: left;
	margin: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 25px -4px rgba(0,52,184,1);
-moz-box-shadow: 0px 0px 25px -4px rgba(0,52,184,1);
box-shadow: 0px 0px 25px -4px rgba(0,52,184,1);
}

.almat{
	width: 260px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.enemigos{
	width: 200px;
	height: 400px;
	background-image:url("../img/enemigos.jpg");
	float: left;
	margin: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 25px -4px rgba(0,52,184,1);
-moz-box-shadow: 0px 0px 25px -4px rgba(0,52,184,1);
box-shadow: 0px 0px 25px -4px rgba(0,52,184,1);
}

.enemigost{
	width: 260px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imagenes{
	width:350px;
	height:873px;
	float:left;
	background-color:#2C3E50;
	background-image:url("../img/imagen1.jpg");
}

#piedepagina{
	padding-top: 10px;
	width: 900px;
	height: 50px;
	background-color: #ffffff;
	float: left;
}