#encabezado{
	background-image: url(../Img/lel.jpg);
	background-size: 100%;
	background-size: 100%;    
-moz-background-size: 100%;  
  -o-background-size: 100%;   
 -webkit-background-size: 100%;  
   -khtml-background-size: 100%;
	
	height: 150px;
	display: block;
}

#logo{
	display: block;
	margin: auto;
}

#Inicio{
	color: black;
	font-size: 20px;
	text-align: justify;
}

#body{
	background: grey;
}

#datos{
	color: black;
	font-size: 15px;
	
}

#encat{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}


#text{
	text-align: left;
	font-size: 15px;
	font-weight: 700;
}