@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400);

@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:700);

@import url(http://fonts.googleapis.com/css?family=PT+Sans);

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 14px 'PT Sans Narrow', serif;
  line-height: 20px;
  color: #ffffff;
  min-width: 980px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1023;
}
#webSiteLoader > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1000;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
.ab {
  position: absolute;
  top: -20px;
  left: 0;
}
._marginNull {
  margin: 0 !important;
}
._paddingNull {
  padding: 0 !important;
}
._borderNull {
  border: none !important;
}
._backgroundNull {
  background: none !important;
}
._relative {
  position: relative;
}
._absolute {
  position: absolute;
}
.wrap {
  overflow: hidden;
  margin: 0;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  height: 141px;
  position: absolute;
  display: inline-block;
  z-index: 5;
  background: url(../img/header_plane.png) repeat-x;
  top: 0px;
}
h1 {
  width: 183px;
  height: 100%;
  margin: 0;
  display: inline-block;
  margin: 0px 0 0px 0;
  z-index: 10;
  float: left;
}
h1 > a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
}
#search input {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  width: 270px;
  border: none;
  padding: 8px 15px;
  background: #2c2c2c;
  border: none !important;
  font: 12px/18px Arial;
  color: #777;
}
#search a {
  float: left;
  margin-top: 10px;
}
#search #advancedSearch:hover {
  color: #005580;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  margin: 0;
  float: right;
  display: inline-block;
}
header .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
}
.sf-menu {
  float: right;
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  width: 94px;
  float: left;
  margin-right: 20px;
  background: none;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 127px;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a .base_text {
  color: #ededed;
  font: 400 20px/18px 'PT Sans Narrow', serif;
  text-decoration: none;
  padding: 30px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  z-index: 2;
  margin: 0;
}
.sf-menu > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  display: block;
  padding-bottom: 50px;
}
.sf-menu > li > a ._over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  display: block;
  background: url(../img/menu_hover.png) 0 -30px no-repeat;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  left: -20px;
  top: 100px;
  z-index: 10;
  width: 135px;
  background: #e67817;
  padding: 20px 0;
}
.sf-menu ul > li {
  display: block;
  margin-bottom: 0px;
}
.sf-menu ul a {
  color: #ffffff;
  font: 400 14px/19px Arial;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
  font-style: normal;
  padding: 5px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu ul a:hover {
  color: #000000;
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu ul .hoverItem {
  color: #000000 !important;
  background: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu .sub2 {
  top: 58px;
  left: 140px;
  background: #ffffff;
  color: #000000;
}
.sf-menu .sub2 a {
  color: #000000;
}
.sf-menu .sub2 a:hover {
  color: #ffffff;
  background: #ff6644;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu .sub2 .hoverItem {
  color: #ffffff !important;
  background: #ff6644;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-------------   menu end  --------------*/
/*----------------- CONTENT BASE --------------------------------------------------- */
#wrapper section {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 315px;
  background: url(../img/content_plane.jpg);
  box-shadow: none;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 40px 0;
}
h2 {
  color: #173374;
  font: 500 30px/30px 'PT Sans Narrow', serif;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
h3, h4 {
  color: #173374;
  font: 300 12px/18px 'PT Sans Narrow', serif;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
p {
  font: 13px/20px Arial;
  margin-bottom: 20px;
  color: #787878;
}
.p1 {
  font: 400 12px/20px Arial;
  color: #ffffff;
  opacity: 0.65;
  text-transform: none;
  font-weight: 400;
}
.p2 {
  color: #787878;
}
.p3 {
  font: 400 13px/20px Arial;
  font-style: italic;
  color: #6b6a6a;
  position: relative;
  z-index: 5;
}
.p4, strong {
  font: 400 12px/20px Arial;
  color: #242424;
  opacity: 1;
  text-transform: none;
  font-weight: bold;
}
.p4.a1 {
  display: inline-block;
}
.p4.a1:hover {
  color: #ff6644 !important;
}
li{
  color: #787878;
}
.more_btn1 {
  display: inline-block;
  font: 400 12px/20px Arial;
  color: #ffffff;
  background: #ff6644;
  white-space: pre;
  text-transform: uppercase;
  padding: 0;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 3px 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1:hover {
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.border1 {
  background: url(../img/border.jpg) 347px 0 repeat-y;
  display: inline-block;
  overflow: hidden;
}
.border2 {
  background: url(../img/border.jpg) 660px 0 repeat-y;
  display: inline-block;
  overflow: hidden;
}
.border3 {
  background: url(../img/border.jpg) 670px 0 repeat-y;
  display: inline-block;
  overflow: hidden;
}
.border_resta {
  background: url(../img/border.jpg) 470px 0 repeat-y;
  display: inline-block;
  overflow: hidden;
}
.border4 {
  background: url(../img/border.jpg) 590px 0 repeat-y;
  display: inline-block;
  overflow: hidden;
}
blockquote {
  position: relative;
  padding: 0;
  margin: 0 0 20px;
  border: none;
  display: inline-block;
}
blockquote span {
  background: url(../img/block.png) 0 0 no-repeat;
  overflow: hidden;
  height: 21px;
  width: 23px;
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 0;
}
blockquote small {
  padding-top: 20px;
  font-size: 100%;
  font: 400 12px/20px Arial;
  color: #ffffff;
}
blockquote small a {
  font: 400 12px/20px Arial;
  color: #ffffff;
}
blockquote small a:hover {
  color: #ff6644;
  text-decoration: none;
}
blockquote small:before {
  content: none;
}
.block1 {
  width: 300px;
  float: left;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 400 12px/20px Arial;
  color: #7e7e7f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link1:hover {
  color: #ffffff;
  text-decoration: none;
}
._link2 {
  font: 400 12px/20px Arial;
  color: #e67817;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link2:hover {
  color: #ff6644;
  text-decoration: none;
}
._link3 {
  font: 400 12px/18px 'PT Sans Narrow', serif;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3:hover {
  color: #cf4337;
  text-decoration: none;
}
._link4 {
  font: 400 12px/18px 'PT Sans Narrow', serif;
  color: #767676;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link4:hover {
  color: #cf4337;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.margin1 {
  margin-bottom: 25px !important;
}
.margin2 {
  margin-top: 25px;
}
.indent1 {
  margin: 25px 0 5px 0;
  display: inline-block;
}
.img-indent {
  float: left;
  margin-right: 30px;
}
.img-indent_1 {
  float: left;
  margin-right: 20px;
}
.img-indent_2 {
  float: left;
  margin-right: 15px;
}
.mar_r_2 {
  margin-right: 20px;
}
.mar_b_25 {
  margin-bottom: 25px;
}
.mar_t_-1 {
  margin-top: -10px !important;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
.extra-wrap1 {
  overflow: hidden;
  width: 196px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  font: 400 12px/20px 'PT Sans Narrow', serif;
  color: #ededed;
  font-style: italic;
  text-transform: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.textStyle2 {
  color: #ffffff;
  display: inline-block;
}
.textStyle3 {
  color: #ca5844;
}
/*-------------------------- LISTS ------------------ */
._list1 {
  list-style: none;
  margin: 0;
}
._list1 li {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
  overflow: hidden;
}
._list1 li .marker1 {
  float: left;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  background: url(../img/marker_1.jpg) 0 0 no-repeat;
}
._list1 li a {
  float: left;
  font: 400 13px/20px Arial;
  color: #6b6a6a !important;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list1 li a:hover {
  text-decoration: none;
  color: #aaaaaa !important;
}
._list2 {
  list-style: none;
  margin: 0;
  display: inline-block;
}
._list2 li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
}
._list2 li img {
  float: left;
  margin-right: 15px;
}
._list2 li p {
  margin-bottom: 15px;
}
.socialList {
  display: inline-block;
  list-style: none;
  margin: 0;
  position: relative;
  float: left;
  margin-top: 10px;
}
.socialList li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 2px;
}
.socialList li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
}
.socialList li a img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socialList li a:hover img {
  top: -30px;
}
/*-------------------------- EXTRA -------------------*/
.space1 {
  display: inline-block;
  width: 70px;
}
#form2 {
  margin: 10px 0 0 0;
  display: inline-block;
  position: relative;
}
#form2 input {
  border: none;
  outline: none;
  box-shadow: none;
  width: 238px;
  float: left;
  padding: 9px 15px;
  background: url(../img/bg3.png);
  font: 12px/18px 'PT Sans Narrow', serif;
  color: #777;
}
#form2 a {
  float: left;
  margin-top: 20px;
}
.table1 {
  border-radius: 0;
  border: 1px solid #353535;
  border-left: none;
  font: 12px/18px 'PT Sans Narrow', serif;
  margin: 28px 0 18px 0;
}
.table1 thead tr {
  border-radius: 0;
}
.table1 thead tr td {
  border-top: 1px solid #353535;
  border-left: 1px solid #353535;
  text-transform: uppercase;
  color: #ededed;
  padding: 14px 20px;
  border-radius: 0 !important;
}
.table1 tbody tr {
  border-radius: 0;
}
.table1 tbody tr td {
  border-top: 1px solid #353535;
  border-left: 1px solid #353535;
  padding: 16px 15px 6px 15px;
  border-radius: 0 !important;
}
.table1 .w1 {
  width: 270px;
}
.table1 .w2 {
  width: 70px;
  vertical-align: inherit !important;
  text-align: center;
}
.table1 .w3 {
  width: 220px;
}
#search2 {
  margin: 29px 0 0 0;
  display: inline-block;
  width: 190px;
  position: relative;
  z-index: 1;
  float: right;
}
#search2 input {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  width: 138px;
  border: none;
  padding: 5px 10px;
  background: #ffffff;
  font: 12px/18px 'PT Sans Narrow', serif;
  color: #000000;
  float: left;
}
#search2 a {
  float: left;
  margin-top: 0px;
  width: 30px;
  height: 30px;
  background: #cf4337;
  padding: 0;
}
#search2 a:hover {
  background: #f17a70;
}
.sliderHolder {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  display: inline-block;
  background: url(../img/bg1.png);
}
/*---------------------- carousel ---------------------------------- */
.carousel1 {
  height: 240px;
  position: relative;
  width: 940px!important;
  overflow: visible !important;
}
.carousel1 > ul > li {
  position: relative;
  height: 240px;
  width: 220px;
  margin-right: 20px;
}
.thumbnail {
  border-radius: 0;
  border: 0;
  padding: 0;
  outline: 0;
  box-shadow: none;
}
.thumbnail > .caption {
  padding: 0 !important;
}
.thumbnail > img {
  margin: 0 0 40px 0;
}
.pagination {
  margin: 0;
  right: 0;
  left: auto;
  top: -55px;
  position: absolute;
  background: transparent;
  height: 26px;
  overflow: hidden;
  display: inline-block;
}
.next {
  cursor: pointer;
  position: relative;
  float: left;
  padding: 0;
  outline: 0;
  background: transparent;
  border: 0;
  display: inline-block;
  background: url(../img/next_2.jpg) -26px 0 no-repeat;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.next:hover {
  background: url(../img/next_2.jpg) 0px 0 no-repeat;
}
.prev {
  cursor: pointer;
  position: relative;
  left: 0px;
  float: left;
  padding: 0;
  outline: 0;
  background: transparent;
  border: 0;
  margin-right: 1px;
  display: inline-block;
  background: url(../img/prev_2.jpg) 0px 0 no-repeat;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.prev:hover {
  background: url(../img/prev_2.jpg) -26px 0 no-repeat;
}
/*-------thumb3-----------*/
.thumb-pad3 {
  list-style: none;
  overflow: hidden;
  position: relative;
  margin: 0 0 45px 0;
  display: inline-block;
  float: left;
}
.thumb-pad3.last {
  margin-right: 0;
}
.thumb-pad3 > img {
  position: relative;
  display: inline-block;
}
.thumb-pad3 > .thumbnail {
  position: relative;
  display: inline-block;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.thumb-pad3 > .thumbnail:hover {
  position: relative;
  display: inline-block;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.thumb-pad3 > .thumbnail > a > img {
  margin-bottom: 14px;
}
.thumb-pad3 > a > div {
  top: 0;
  left: 50%;
  width: 0px;
  height: 172px;
  position: absolute;
  background: #ff6644;
}
.hover_bg {
  position: absolute;
  width: 0;
  height: 172px;
  left: 50%;
  background: #ff6644 url(../img/zoomimg.png) center center no-repeat;
}
#slider_simple1 {
  width: 940px;
  height: 163px;
  display: inline-block;
  position: relative;
}
#slider_simple1 > .slider_set {
  list-style: none;
  margin: 0;
}
#slider_simple1 > .slider_set > li .sliderText {
  font: 700 32px/36px 'PT Sans Narrow', 'PT Sans Narrow', serif;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
.sliderBtnHolder {
  width: 940px;
  position: absolute;
  z-index: 2;
  top: 36px;
}
.sliderBtnHolder .sliderPrev {
  display: inline-block;
  float: left;
  margin-left: 100px;
}
.sliderBtnHolder .sliderNext {
  display: inline-block;
  float: right;
  margin-right: 100px;
}
/*===================================BG slider=======================*/
#bgStretch {
  overflow: hidden;
  z-index: -2;
  display: block;
}
#bgStretch img {
  background-color: #000;
}
.spinner_bg {
  position: fixed;
  width: 0px;
  height: 0px;
  z-index: 10000;
  left: 50%;
  top: 50%;
  display: inline-block;
}
#bgNav {
  position: absolute;
  z-index: 100;
  display: inline-block;
  left: 0;
  top: 0;
}
#bgNav ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  position: relative;
}
#bgNav ul li {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 5px;
  line-height: 0;
}
#bgNav ul li a {
  display: inline-block;
  width: 0px;
  height: 0px;
  background: #000000;
  line-height: 0;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  width: 300px;
  height: 230px;
  margin: 0;
  margin-bottom: 25px;
}
.g_map iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/*-------------------------- CONTACT FORM --------------*/
#form1 {
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: 10px;
  position: relative;
  color: #ffffff;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width: 270px;
  padding: 7px 15px;
  background: #2c2c2c;
  border: none !important;
  font: 13px/18px Arial;
  color: #ffffff;
}
#form1 label textarea {
  width: 270;
  height: 74px;
  resize: none;
}
#form1 label input {
  width: 270px;
}
#form1 .error {
  width: 270px;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .empty {
  width: 300px;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .success {
  background: #ff6644;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  width: 300px;
  height: 80px;
}
#form1 .success > span {
  color: #ffffff;
  font: 400 14px/20px Arial;
  text-align: center;
  width: 270px;
  display: inline-block;
  margin-top: 20px;
}
.btns {
  float: left;
  margin-top: -5px;
}
.btns > a {
  margin-right: 20px;
}
#form1 .w1 {
  width: 300px;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list .search {
  color: #cf4337;
}
.search_list > li {
  margin-bottom: 15px;
  color: #858585;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #ffffff;
  font: 20px/20px 'Open Sans Condensed', 'PT Sans Narrow', serif;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #cf4337;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
  background: url(../img/footer_plane.jpg);
  overflow: visible !important;
}
footer .privacy_text {
  font: 400 12px/20px Arial;
  color: #7e7e7f;
  margin: 5px 0;
  white-space: nowrap;
  float: left;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.encabezado{
  font-weight: bold;
}
td,body{
  color:#505050;
}

.dis_titulo{
  width:100px; 
  float: left; 
}

.dis_horarios{
  width:60px; 
  float: left; 
}