html {
	background: url("/img/Fondo-GITP-1920.jpg") no-repeat fixed center top;
	background-size:cover;
	
   
}
html, body {
    height: 100%;
	 /*background: url("http://www.hotelesbenicasim.es/alex/img/Fondo-GITP-1920.jpg") no-repeat fixed center top / cover transparent;*/
	 /*background-color:black;
	 background-image:url("/img/Fondo-GITP-1920.jpg");
	  background-position: center center;
	 background-repeat: no-repeat;*/ /*para que no se repita el fondo*/
	/* background-attachment: fixed*/ /*para que el fondo sea estatico*/
}

#framess{
	background: url("/img/Texto-1024-768.png") no-repeat fixed center top / cover transparent;
}

#texto {
	position: absolute;
	/*top: 50%;*/ /* Buscamos el centro horizontal (relativo) del navegador */
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	/*width: 1024 px;*/ /* Definimos el ancho del objeto a centrar */
	/*height: 768px;*/ /* Definimos el alto del objeto a centrar */
	/*margin-top: -384px;*/ /* Restamos la mitad de la altura del objeto con un margin-top */
	/*margin-left: -512px;*/ /* Restamos la mitad de la anchura del objeto con un margin-left */
	width: 800 px; /* Definimos el ancho del objeto a centrar */
	height: 600px; /* Definimos el alto del objeto a centrar */
	/*margin-top: -300px;*/ /* Restamos la mitad de la altura del objeto con un margin-top */
	margin-left: -400px; /* Restamos la mitad de la anchura del objeto con un margin-left */
}

/* Fonts */

@font-face {
  font-family: 'TradeGothic-CondEighteen';
  src: url('fonts/TradeGotConEig.eot');
}

@font-face {
  font-family: 'TradeGothic-CondEighteen';
  src: url('fonts/TradeGotConEig.woff') format('woff'),
  url('fonts/TradeGotConEig.svg#TradeGothic-CondEighteen') format('svg');
}

@font-face {
  font-family: 'TradeGothic-BoldCondTwenty';
  src: url('fonts/TradeGotBolConTwe.eot');
}

@font-face {
  font-family: 'TradeGothic-BoldCondTwenty';
  src: url('fonts/TradeGotBolConTwe.woff') format('woff'),
  url('fonts/TradeGotBolConTwe.svg#TradeGothic-BoldCondTwenty') format('svg');
}

@font-face {
  font-family: 'TradeGothic-Light';
  src: url('fonts/TradeGotLig.eot');
}

@font-face {
  font-family: 'TradeGothic-Light';
  src: url('fonts/TradeGotLig.woff') format('woff'),
  url('fonts/TradeGotLig.svg#TradeGothic-Light') format('svg');
}

/* Responsive */
/*

@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
  body {
    -webkit-background-size: auto 100%;
  }
}
 
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
  body {
    -webkit-background-size: 100% auto;
  }
}

@media (max-width: 768px) {
  #awards {
    display: none;
  }

  #site-title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  #site-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .video-thumbnails {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .video-thumbnail, .video-thumbnail a {
    height: auto;
  }

  .video-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .video-thumbnail span {

  }

  .video-thumbnail .play {
    width: 100%;
    height: 90%;
  }
}
*/
