body {
	background-color: #E1E0E0;
	margin:0;
	padding:0;
	border:0;
	font-family: Arial, cursive;
}


/* -------------------------------------- */

ul {
	/*text-shadow: 0 0 3px #FF0000;*/
	font-size: 18px;
	text-shadow: color #000;
	position: fixed;
	top: 0;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 2px solid #FFF;
    background-color: #f3f3f3;
	z-index:1;
}
li {float: left;}
li a {
	display: block;
	color: #666;
	text-align: center;padding: 14px 16px;text-decoration: none;}
li a:hover {
	background-color: #CCC;
		
	/*border-radius: 12px;
	/*border: 3px solid #fff;*/
	/*background-image: radial-gradient(black, orange, black);*/
	}


/* -------------------------------------- */

h1 {	
	color: #FFF;
	text-shadow: 0 0 3px #FF0000;
	border: 1px solid #fff;
	background-color: #000; /*background-image: radial-gradient(black, grey, black);*/
	font-size: 20px;
	height: 26px;
	text-align: center;
	text-shadow: color #000;
	font-weight: bold;
	width: 300px;
	position: fixed;
	top: 100;
	left: 100;	
	opacity:0.8;}
	
.image1 {	
	position:relative;
	background: url('imagen/abajo.jpg') no-repeat fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 800px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	
	
	  
  object-fit: cover;
  /*
  width: 200px;
  height: 300px;
  object-position: 15% 100%;*/
	}

.image2 {
	position:relative;
	background: url('imagen/familiar.jpg') no-repeat fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 800px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}
	
.image3 {
	position:relative;
	background: url('imagen/fondo.jpg') no-repeat fixed;
	background-position: center center;
	-webkit-background-size: cover; /*cover es que cubre todo el hueco de la imagen*/
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 800px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	}

h2{	color: #fff;
	font-size: 55px;
	text-align:center;
	margin: 0 auto;
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	opacity:0.8;}

.content {	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;	
	}
	
p {	font-family: Arial, Times, "Times New Roman", serif, Georgia;
	font-size: 22px;
	line-height: 40px;
	margin: 30px 0;}
	
a{	color: #fff;
	text-decoration:none;
	opacity:0.8;}