.foggy-container-small {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: 100%;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image:
		url('https://d1b1eeq5q8spqf.cloudfront.net/resources/images/cms/error-404.jpg');
	background-position: center center;
	z-index: -1;
}

.foggy-container-small:before {
	content: '';
	background-color: #2a4293;
    opacity: 0.85;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

div.encabezado {
	height: 200px;
}

div.contenido {
	margin-top: 8%;
}

p.volver {
	background-color:  white;
}



p.volver a{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

p.volver  a:hover{
  text-decoration: none;
}

.margenInferior{
	margin-bottom: 200px;	
	
}
