@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, table, .sangria, #resultado {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4 {
  color: #F29400;
  font-weight: bold;
}
a .material-icons {
   color: #F29400;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
p {
	line-height: 18px;
}
hr {
  background: gray;
  color: gray;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 17px;
  border: none;
}
strong {
	font-weight: bold;
}
.logo {
	height:145px !important;
}
.activo {
	border-top: 1px solid gray !important;
    color: gray; 
	font-size: 16px;
}
#slide-out {
	width: 275px;
    line-height: 2;
	font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid gray; 
}
#slide-out img {
	padding-left: 25px;
	display: block;
}
#slide-out li a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    border-top: 1px gray solid;
    display: block;
/*  padding-left: 1px; */
    color: #F29400;
}
#slide-out li:last-child {
    border-bottom: 1px gray solid;
}

#slide-out li a:hover {
    background-color: #000;
    color: #88B4DB;
}
.presupuesto {
	font-family: 'Handel Gothic BT', Arial, Helvetica, sans-serif;
	color: #F29400;
	text-decoration: none;
	text-transform: uppercase;
}  
#tableizer-table th {
	padding: 2px;
}
.pie {
  font-size: 10px;
}
.sangria {
	margin-left: 30px; 
	margin-bottom: 10px
}
/*     NO TOCAR      */
 header, main, footer {
    padding-left: 180px;
 }
@media only screen and (max-width : 992px) {
	header, main, footer {
		padding-left: 0;
	}
 }
@media print {
	header, .remover, object{
		display: none !important;
	}
	main, footer {
          padding-left: 0 !important;
		  margin-left: 0 !important;
          width: 100%;
	}	
	a:link:after, a:visited:after {
		content: none !important;
	}
}