@font-face {
    font-family: 'Handel Gothic BT';
    src: url('../fonts/handel_gothic_bt-webfont.eot');
    src: url('../fonts/handel_gothic_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/handel_gothic_bt-webfont.woff') format('woff'),
         url('../fonts/handel_gothic_bt-webfont.ttf') format('truetype'),
         url('../fonts/handel_gothic_bt-webfont.svg#handelgothic_btregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
  font-family: 'Handel Gothic BT', Arial, Helvetica, sans-serif;
}
p {
  line-height: 16px;
}
h1, h2, h3, h4 {
  color: #F29400;
  font-weight: bold;
}
h1 {
	font-size: 32px;
}
hr {
  background: gray;
  color: gray;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 17px;
  border: none;
}
#cabecera-imagen {
	padding-left: 25px;
}
#cabecera-texto {
	text-align: center; 
	padding-top: 60px;
}
#sidebar {
	margin-top: 10px;
    padding: 0 28px 0 0;
}
#nav {
    line-height: 2;
	font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid gray; 
}
#nav li a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    border-bottom: 1px gray solid;
    display: block;
    padding-left: 1px;
    color: #F29400;

}
#nav li a:hover {
    background-color: #000;
    color: #88B4DB;
}
#linea {
    color: gray; 
    border-bottom: 1px solid gray;
	font-size: 16px;
}
#footer {
  text-align: center;
  font-size: 12px;
}
#copy {
  text-align: center;
  font-size: 9px;
  color: gray;
}
#copy img {
	 float: right;
}
.copy {
  text-align: center;
  font-size: 9px;
  color: gray;
}
.copy img {
	 float: right;
}

.header__menu {
  display: none;
}

@media screen and (max-width: 610px) {
  #cabecera-imagen {
	padding: 0;
  }
  #cabecera-texto { 
	padding: 0;
  }
  #sidebar {
	margin: 0;
	padding: 0;
    z-index: 10;
    background-color: #fff;
    width: 320px;
    position: absolute;
    /* This trasform moves the drawer off canvas. */
    -webkit-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
    /* Optionally, we animate the drawer. */
    transition: transform 0.3s ease;
  }
  #sidebar.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header__menu {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 1em;
	font-size: 40px;
	text-decoration:none;
	color: #666666;
	margin: 0;
	line-height: 10pt;
  }
  .textomenu {
	margin-left: 2px;
	padding: 0;
	font-size: 12px;
	color: #666666;
  }
  .header__menu:visited {
	color: #666666;
  }
  .header__menu:hover {
	color: #F29400;
  }
}

@media print {
	#cabecera-imagen,  #cabecera-texto, #sidebar, #contenido {
		margin: 0 !important;
		padding: 0 !important;
	}
	#sidebar, #nav, .remover, object{
		display: none !important;
	}
	a:link:after, a:visited:after {
		content: none !important;
	}
}