html, body {
    height: 100%;
}
@font-face{ 
	font-family:"Futura";
    src: url('../fonts/Futura/tt0142m_.ttf');
    /*src: url('../fonts/Eurostile/eurostiletot-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Eurostile/eurostiletot-regular-webfont.woff') format('woff'),
         url('../fonts/Eurostile/eurostiletot-regular-webfont.ttf') format('truetype'),
         url('../fonts/Eurostile/eurostiletot-regular-webfont.svg#eurostile_t_otregular') format('svg');
    font-weight: normal;
    font-style: normal;*/
}

body{
	background: url('../img/Fondo_Reloc.jpg') center top repeat #FFF;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-attachment: fixed;
	background-repeat: repeat;
	background-size: cover;
	-moz-background-size: cover;
	font-family:"Futura";
}

.fill{
	min-height: 86%;
	background-color: rgba(255,255,255,.7);
}
.jumbotron{
	background-color: transparent !important;
	color:#7f7f7e !important;
}
.header-top{
	background-color: #148383;
	padding: 10px 0; 
}
.top-20{
	margin-top: 20px;
}
h1,h2{
	padding:30px 0;
	font-weight: bold;
}

h1{ color:#7f7f7e;}
h2{
	color:#4b8281;
	font-weight: normal;
}

 p{
 	font-size: 22px;
 	color: #000;
 }
 a{
 	color:#7f7f7e !important;	
 }

@media (min-width: 992px){
	.jumbotron{
		padding:10px  0 !important; 
	}
}

@media screen and (min-width: 768px){
	.jumbotron{
		padding:10px  0 !important; 
		text-align: center;
	}	
}

@media screen and (min-width: 480px){
	.jumbotron{
		padding:10px  0 !important; 
		text-align: center;
		margin-bottom: 0 !important;
	}
	.top{
		margin: 10px;
	}
}