@font-face {
  font-family: 'fuente1';
  src: url('../fonts/GothamBold.otf'); /* IE9 Compat Modes */
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/GothamBold.woff') format('woff'), /* Modern Browsers */
     url('../fonts/GothamBold.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('../fonts/GothamBold.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: 800;
   font-style: normal;
 }

@font-face {
  font-family: 'fuente2';
  src: url('../fonts/GothamMedium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/GothamMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('../fonts/GothamMedium.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: 400;
   font-style: normal;
 }

@font-face {
  font-family: 'fuente3';
  src: url('../fonts/GothamThin.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GothamThin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/GothamThin.woff') format('woff'), /* Modern Browsers */
     url('../fonts/GothamThin.ttf')  format('truetype'), /* Safari, Android, iOS */
     url('../fonts/GothamThin.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: 300;
   font-style: normal;
 }

 @font-face {
   font-family: 'fuente4';
   src: url('../fonts/GothamUltraItalic.otf'); /* IE9 Compat Modes */
    font-weight: 300;
    font-style: normal;
  }

	@font-face {
    font-family: 'fuente5';
    src: url('../fonts/GothamBlack.otf'); /* IE9 Compat Modes */
     font-weight: 300;
     font-style: normal;
   }

	  h2, .h2, h3, .h3, h4, .h4, h5  {
	   font-weight: 400;
	   margin: 30px 0 15px;
	 }

 h5  {
    font-family: 'fuente2';
		color: #2c5bbc;
		text-align: center;
		padding-left: 15px;
    padding-right: 15px;
 }

 h1 {
	  font-family: "fuente5", "fuente1";
	 color: #2c5bbc;
	 text-align: center;

 }
 label {
	 color: #b3b3b3;
 }
