	    body {
		margin: 0;
		padding: 0;
	    }
	    #encabezado {
		position: fixed;
		width: 100%;
		height: 70px;
		margin-bottom: 1em;
		top: 0;
		right: 0;
		left: 0;
		text-align: center;
  background: rgba(246,246,246,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(246,246,246,1) 0%, rgba(118,120,110,1) 0%, rgba(57,61,66,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(246,246,246,1)), color-stop(0%, rgba(118,120,110,1)), color-stop(100%, rgba(57,61,66,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(246,246,246,1) 0%, rgba(118,120,110,1) 0%, rgba(57,61,66,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(246,246,246,1) 0%, rgba(118,120,110,1) 0%, rgba(57,61,66,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(246,246,246,1) 0%, rgba(118,120,110,1) 0%, rgba(57,61,66,1) 100%);
  background: radial-gradient(ellipse at center, rgba(246,246,246,1) 0%, rgba(118,120,110,1) 0%, rgba(57,61,66,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#393d42', GradientType=1 );
	    }
	    table {
		text-align: center;
		width: 100%;
	    }
	    td {
		vertical-align: middle;
	    }
	    #map {
		position: fixed;
		top: 71px;
		bottom: 0;
		width: 100%;
		height: auto;
	    }
