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

@import "jquery.fancybox-1.3.4.css";
/*------ template stylization ------*/
body {
  background: #1f1f1f;
  font: 14px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Helvetica, sans-serif;
  line-height: 19px;
  color: #575757;
  min-width: 1100px;
}
.nav-collapse.collapse{
	font-style: normal;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1f1f1f url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  background: url('../img/bg_loader.png') 0 0 no-repeat;
  z-index: 1000;
  padding: 3px;
  display: none;
}
#pageLoader > div {
  margin: 9px 10px;
  background: url('../img/web_page_loader.gif') 0 0 no-repeat;
  width: 46px;
  height: 46px;
}
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #000000 url("../img/up-arrow.png") center 12px no-repeat;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  display: none;
  cursor: pointer;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.dropdown-menu li ul li {
  list-style-type: square;
}
/*---------gallery bg--------*/
#galleryHolder {
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#imageHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
#imgSpinner {
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: url("../img/web_site_loader.gif") center no-repeat #1f1f1f;
  display: none;
}
#inner {
  display: none;
}
.pagination {
  position: absolute;
  top: 19px;
  left: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: -6px;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  margin-right: 7px;
}
.pagination ul li a {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 0;
  background: url('../img/pagin_icon.png') center bottom no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination ul li a:hover {
  background-position: center top;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.pagination ul li.active > a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-position: center top;
}
/*end gallery bg*/
/*------ header ------- */
header {
  position: absolute;
  width: 100%;
  z-index: 5;
  margin: 0 auto;
  top: 0;
}
.logoHolder {
  display: inline-block;
  position: absolute;
  /* Original: position: relative; */
  margin: 0 0 0 30px;
}
.logoHolder p {
  position: absolute;
  top: 8px;
  left: 30px;
}
.logoHolder p a {
  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;
}
.logoHolder p a:hover {
  color: #929292;
  text-decoration: none;
}
h1 {
  margin-top: 0px;
}
#logo {
  display: inline-block;
  position: relative;
  background: url('../img/logo.png') 0 0 no-repeat;
  width: 302px;
  height: 182px;
  text-indent: -9999px;
}
#logo:hover {
  text-decoration: none;
}
/*--- menu ------*/
.menuMov {
  position: relative;
  display: inline-block;
  float: right;
  height: 82px;
  margin-right: 30px;
  background: #000000;
  background: url('../img/bg_menu.png') 0 0 repeat;
  text-align: center;
  z-index: 10;
}
.menu {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sf-menu {
  z-index: 3;
  position: relative;
  display: inline-block;
  margin-left: 0;
}
.sf-menu > li {
  position: relative;
  color: #383636;
  display: inline-block;
  float: left;
  height: 84px;
}
.sf-menu .last a {
  background: none!important;
}
.sf-menu > li > a {
  font: 22px 'Open Sans Condensed', sans-serif;
  font-style: normal;
  display: inline-block;
  position: relative;
  height: 81px;
  overflow: hidden;
  padding: 0 29px;
  margin-top: 1px;
  background: url('../img/separator.png') right 0 no-repeat;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a {
  text-decoration: none;
}
.submenu_1 {
  position: absolute;
  top: 82px;
  left: 0;
  width: 150px;
  padding: 24px 0;
  z-index: 5;
  background: url('../img/bg_1.jpg') 0 0 repeat;
  margin: 0;
}
.submenu_1 li {
  position: relative;
  text-align: left;
  list-style: none;
  margin: 0 20px 0 29px;
}
.submenu_1 a {
  font-size: 14px;
  font: 18px 'Open Sans Condensed', sans-serif;
  position: relative;
  display: inline-block;
  color: #686666 !important;
  padding: 1px 0 1px  !important;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_1 a span {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 6px;
  background: url('../img/marker.png') 0 0 no-repeat;
  margin-right: 8px;
}
.submenu_1 a:hover {
  color: #ffffff !important;
}
.submenu_1 li > a:hover,
.submenu_1 li.sfHover > a {
  color: #ffffff !important;
}
.submenu_2 {
  position: absolute;
  width: 150px;
  left: 163px;
  top: -18px;
  z-index: 10;
  margin: 0;
  padding: 18px 0;
  background: url('../img/bg_1.jpg') 0 0 repeat;
}
.submenu_2 .marTop {
  margin: 10px 0 0;
}
.submenu_2 .marBot {
  margin: 0 0 0px;
}
.submenu_2 a {
  color: #2d2d2d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_2 a:hover {
  color: #ffffff !important;
}
.submenu_2 li > a:hover,
.submenu_2 li.sfHover > a {
  color: #ffffff !important;
}
.mText {
  color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  left: 0;
  padding-top: 25px;
}
.mTextOver {
  color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 3;
  text-align: center;
  top: -100px;
}
._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0;
  display: block;
}
._overPl {
  position: absolute;
  bottom: 83px;
  width: 100%;
  height: 82px;
  z-index: 2;
  left: 0;
  display: block;
  background: url('../img/bg_1.jpg') 0 0 repeat;
}
._overLine {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  z-index: 10;
  left: 0;
  display: block;
  background: none;
  opacity: 0;
}
/*--- menu end ------*/
/*--- header end ------*/
/*------ content ------- */
h2 {
  font-style: normal !important;
  margin-bottom: 18px;
}
h3 {
  line-height: 26px;
  margin-bottom: 21px;
}
h4 {
  line-height: 26px;
  margin-bottom: 21px;
  font-size: 22px;
}
.bold {
  font-weight: bold;
}
.marg_0 {
  margin-bottom: 0px;
}
.marg_1 {
  margin-bottom: 25px;
}
.marg_2 {
  margin-bottom: 29px;
}
.marg_3 {
  margin: 0 42px 0 180px!important;
}
.marg_4 {
  margin-bottom: 21px;
}
.marg_5 {
  margin: 0 117px 0 180px!important;
}
.marg_6 {
  margin: 0 7px 0 220px!important;
}
.marg_7 {
  margin-bottom: 8px;
}
.marg_8 {
  margin-bottom: 14px;
}
.marg_9 {
  margin-bottom: 19px;
}
.pad_1 {
  padding-top: 2px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 265px;
}
#wrapper section > div {
  position: relative;
}
#wrapper > div {
  position: relative;
  /*overflow: hidden;*/

}
#wrapper > section {
  position: relative;
  width: 1250px;
  height: 100%;
  margin: 45px auto 38px;
}
#wrapper > section > div {
  position: relative;
}
.container {
  position: relative;
  z-index: 1;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  top: 0;
}
ul li {
  list-style: none;
  float: left;
}
.content {
  padding-bottom: 8px;
}
.cont_bg {
  position: relative;
  background: url('../img/bg_cont.png') 0 0 repeat;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  width: 1000px;
}
.cont_bg404 {
  position: relative;
  background: url('../img/bg_404.jpg') 5px 5px no-repeat #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  width: 1000px;
  height: 745px;
}
.bg_2 {
  position: absolute;
  display: block;
  width: 360px;
  height: 100%;
  background: url('../img/bg_1.jpg') 0 0 repeat;
  right: 0px;
}
.corr_1 {
  width: 520px;
}
.corr_2 {
  width: 440px;
}
.corr_3 {
  top: 10px!important;
}
.inner {
  position: relative;
  display: block;
  padding: 25px 0 15px 0px;
}
p a {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.btn {
  font: 22px 'Open Sans Condensed', sans-serif;
  color: #ebe3e3;
  text-shadow: none;
  position: relative;
  display: inline-block;
  padding: 4px 30px 9px;
  background: url('../img/bg1_more.png') 0 0 repeat-x;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover,
.btn:active {
  color: transparent;
  background: none;
  background-position: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn span {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 4px 0 9px;
  color: #1f1f1f;
  top: 0;
  left: 0;
  background: url('../img/bg2_more.png') 0 0 repeat-x;
}
.style_2 {
  color: #1f1f1f;
  padding: 4px 27px 9px;
  background: url('../img/bg2_more.png') 0 0 repeat-x;
}
.style_2 span {
  color: #ebe3e3;
  background: url('../img/bg1_more.png') 0 0 repeat-x;
}
.btn:hover {
  text-decoration: none;
  background-position: 0;
}
.img-polaroid {
  padding: 0;
  background-color: #1e1e1e;
  border: 5px solid #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.color_2 {
  border: 5px solid #414040;
}
.content_inner {
  padding-right: 20px;
}
.content_inner2 {
  padding-right: 42px;
}
.color_1 {
  color: #ffffff;
}
.dl-horizontal dt {
  width: 99px;
}
.size_2 {
  width: 159px !important;
}
.size_3 {
  width: 200px !important;
  margin-top: 7px;
}
.dl-horizontal dd {
  margin-left: 119px;
  margin-top: 2px;
}
.link {
  color: #ffffff;
  line-height: 21px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link:hover {
  color: #6b6a6a;
}
.link1 {
  color: #6b6a6a;
  line-height: 21px;
  -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: #000000;
  text-decoration: none;
}
.link2 {
  color: #000000;
  -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: #6b6a6a;
  text-decoration: none;
}
.link3 {
  color: #000000;
  text-decoration: underline;
  -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: #6b6a6a;
}
hr {
  border: none;
  height: 1px;
  color: #434242;
  background-color: #434242;
  margin: 0 0 21px;
}
.hr_style_2 {
  color: #d5d3d4;
  background-color: #d5d3d4;
  margin: 0 0 25px;
}
.l_height {
  line-height: 21px;
}
.color_3 {
  color: #ffffff;
}
.thumbnail {
  display: block;
  padding: 0!important;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumbnail .caption {
  padding: 4px 0 0 0;
  color: #6b6a6a;
}
.sitem_over {
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 290px;
  height: 295px;
  display: none;
  overflow: hidden;
  margin: 5px 0 0 5px;
}
.sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.date {
  position: relative;
  display: block;
  font-weight: bold;
  margin: -17px 0 20px;
  background: url('../img/news_icon_1.png') 2px 3px no-repeat;
}
.date span {
  position: relative;
  display: inline-block;
  margin: 0 11px 0 21px;
}
.date b {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url('../img/news_icon_2.png') 0 1px no-repeat;
}
.list_1 {
  position: relative;
  display: inline-block;
  margin: 0 0 35px;
  text-transform: none;
}
.list_1 li {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background: url('../img/marker.png') 0px 7px no-repeat;
  padding: 0 0 0 11px;
  min-height: 18px;
  margin: 9px 0 -7px;
}
.list_1 a {
  color: #686666;
  text-decoration: none;
}
dl dd {
  margin-left: 0;
}
.g_map {
  max-width: 570px;
  width: 570px;
  float: left;
  margin-bottom: 6px;
}
/*
iframe {
  position: relative;
  border: none;
  display: inline-block;
  outline: none;
  width: 570px;
  height: 449px;
  margin-bottom: -5px;
  background: url('../img/web_site_loader.gif') center no-repeat #1f1f1f !important;
}
*/
.width1 {
  display: inline-block;
  width: 65px;
}
/* ============================= forms ============================= */
#form1 {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 7px 0 0;
}
label {
  margin: 0!important;
}
#form1 input {
  margin: 0 0 10px;
  padding: 4px 9px 5px;
  width: 280px;
  color: #6b6a6a;
  font-style: italic;
  border: 1px solid #434242;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  /*background: url('../img/bg_cont_form.png') 0 0 repeat; */
  background: url('../img/bg_1_white_estilo.jpg') 0 0 repeat;
}
#form1 textarea {
  resize: none;
  margin: 0;
  font-style: italic;
  padding: 4px 9px 5px;
  width: 280px;
  height: 150px;
  color: #6b6a6a;
  border: 1px solid #434242;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  /*background: url('../img/bg_cont_form.png') 0 0 repeat; */
  background: url('../img/bg_1_white_estilo.jpg') 0 0 repeat;
}
#form1 label {
  position: relative;
  display: inline-block;
  min-height: 41px;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  bottom: 0;
  display: none;
  font-size: 9px;
  line-height: 9px;
  color: #ffffff;
  text-transform: none;
}
.btns {
  position: relative;
  display: inline-block;
  margin: 30px 0 0;
  float: left;
}
.btns a {
  margin: 0 12px 0 0;
  float: right;
}
#form1 .message .error,
#form1 .message .empty {
  position: absolute;
  bottom: -10px;
  display: none;
  font-size: 9px;
  line-height: 9px;
  color: #ffffff;
  text-transform: none;
}
.success {
  position: absolute;
  width: 298px;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  background: url('../img/bg_1.jpg') 0 0 repeat;
  border: 1px solid #434242;
  padding: 36px 0 37px;
  margin-top: -1px;
}
/* ============================= end forms ============================= */
.text_404 {
  font: 150px/196px 'Open Sans Condensed', sans-serif;
  color: #ffffff;
}
.size2 {
  font-size: 42px;
  line-height: 45px;
  margin: -19px 0 26px;
}
#search {
  margin: 25px 0 0;
}
input[type="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#search input {
  color: #6b6a6a;
  width: 363px;
  margin: 0 0 30px;
  padding: 5px 7px;
  border: 1px solid #434242;
  background: url('../img/bg_cont_form.png') 0 0 repeat;
}
.search_result {
  color: #000000;
}
.button_close {
  position: absolute;
  display: block;
  width: 20px;
  height: 21px;
  top: -15px;
  right: -9px;
  z-index: 500;
}
.button_close a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url('../img/opacity_pixel.png') 0 0 repeat;
}
.button_close .bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/x_pic.png') 0 0 no-repeat;
}
.button_close .bg_act {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/x_pic_act.png') 0 0 no-repeat;
}
.bg_corr {
  background: url('../img/x_pic2.png') 0 0 no-repeat !important;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 84px;
  background: url('../img/footer_bg.png') 0 0 repeat;
  z-index: 600;
}
.pag {
  position: relative;
  width: 100%;
  height: 39px;
}
.bg_f {
  position: relative;
  background: #191919;
  width: 100%;
  height: 100%;
}
.footer_info {
  color: #8f8e8e;
  font-style: italic;
  padding: 14px 0 0 19px;
  letter-spacing: 0;
}
.footer_info span {
  color: #ffffff;
}
.footer_info a:hover {
  color: #ffffff;
  text-decoration: none;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*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: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



#contenidos ul
{
	list-style-type: square;
 	clear: both;
 	margin-bottom:15px;
 	padding-bottom: 15px;
}
#contenidos li
{
	list-style-type: square;
	margin-left:20px;
	clear: both;
	
}
#contenidos h3,h2,h1
{
	clear: both;	
}
q
{
	font-style: italic;
}
#contenidos a:hover
{
	text-decoration: none;
	color: #daa520;
}
#contenidos a
{
	color: black; 
}