/* ==========================================================================
   Author's custom styles
   ========================================================================== */
  /**/
@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 300;
  src: local('Yanone Kaffeesatz Light'), local('YanoneKaffeesatz-Light'), url(http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/We_iSDqttE3etzfdfhuPRVMR8FhBa8rkfAKaPBwAU3s.woff) format('woff');
}
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url(http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff) format('woff');
}
/* reset deaults
 * ------------------------------------------------
 */
body {
  background: #F1F1F1;
  color: #51565B;
}
a {
  color: #D41F25;
}
a:hover {
  color: #303772;
}
p {
    text-align: justify;
}
/* bootstrap overrides */
blockquote {
    border-left: 5px solid #374047;
}
div.justificado > p {
   text-align: justify;
}

/*
 * h1, h2, h3, h4, h5, h6 reset font-family
 * -------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'DroidSansRegular';
}

h3.med {
    font-size: 21.3333px;
    margin-bottom: 20px;
}


.down-flow {
    width: 100%;
    position: relative;
}

.down-flow.green {
    border-bottom: 1px solid #9ACF16;
}
.down-flow.blue {
    border-bottom: 1px solid #303772;
}
/*
.down-flow:after, .down-flow:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
}

.down-flow:after {
    border-width: 5px;
    border-top-color: #9ACF16;
    top: 100%;
    left: 50%;
}

.down-flow:before {
    border-width: 5px;
    border-top-color: #ccc;
    top: 100%;
    left: 50%;
}
*/

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-bottom: 2px;
    /*background:url(../images/trama.png) repeat 0 0;*/
    background: #fff;
    height: 69px;
    -webkit-box-shadow: 0 0 9px -5px #000;
    -moz-box-shadow: 0 0 9px -5px #000;
    box-shadow: 0 0 20px -5px #000;
}
.navbar-wrapper .navbar {
    margin-bottom: 0px;
}

.navbar-inverse .navbar-inner {
    background-color: transparent !important;

    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.navbar-inner .brand {
    padding:0;
    margin-top: 8px;
    /*margin: -20px 0 0 5px;
    font: 11px 'DroidSansRegular', Helvetica, sans-serif, Arial !important;
    color: #E5E6EA !important;
    text-shadow: 0 1px 1px rgba(1,1,1,.4) !important;*/
}

.main-logo {
    display: block;
    padding: 61px 10px 0 0;
    width: 167px;

    background: transparent url(../images/logou.png) 5px 0 no-repeat;

    /*background: transparent url(../images/main-logo-eap.png) 5px 0 no-repeat;*/
}
#main-nav{
    margin-left: 30px;
}
a.item-oferta{
    color: #777 !important;
    border-top: 4px transparent solid !important;
    border-bottom: 5px transparent solid !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 12px;
    box-shadow: none !important;
}
a.item-oferta:hover{
    border-top: 4px #962f9f solid !important;;
    border-bottom: 5px #962f9f solid !important;;
    color: #000 !important;;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    /*background-color: #303772;*/
    background-color: #fff;
    border-bottom: solid 2px #9ACF16;
}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
    border-bottom: solid 2px #D41F25;
    color: #333;
}
.header-wrapper {
    background-color: #e5e6ea;
    border-bottom: 2px solid #303772;
}
/* Logo place holder
 * --------------------------------------------------
 */

/**
 *   arreglos al  paginator
 */
.pagination ul > a {
    display: inline-block;
    padding: 4px 12px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */



.carousel {
  top: 48px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.carousel-indicators {
    right: auto;
}
.carousel-indicators li {
    border: solid 1px rgba(255, 255, 255, 0.45);
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    height: 14px;
    width: 14px;
}
.carousel-indicators .active {
    background-color: #383F77;
}
.carousel .item .item-image-container {
    height: 420px;
    overflow: hidden;
}
.carousel .item .item-image-container img {
    /* width: 100%; */
}
.carousel-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}
.carousel-caption h1 {
    font-family: "DroidSansRegular";
    line-height: 1.25;
    font-size: 24.5px;
}
.carousel-caption .lead {
    font-family: "DroidSansRegular";
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;

}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
  margin-top: 10px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .span4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/*
 * buttons
 * -------------------------------------------------
 */
.btn-normal {
    background-color: #2F3671;
    background-image: linear-gradient(to bottom, #686D98, #2F3671);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-normal:hover, .btn-normal:active, .btn-normal.active, .btn-normal.disabled, .btn-normal[disabled] {
    background-color: #2F3671;
    color: #FFFFFF;
}
.btn-normal:active, .btn-normal.active {
}
/*
 * dropdown menu
 * -------------------------------------------------
 */
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #2F3671;
    background-image: linear-gradient(to bottom, #686D98, #2F3671);
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-decoration: none;
}

.dropdown-menu {
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 5px 0;
}

/* sections boxes
 * -------------------------------------------------
 */
.font-featured {
    font-family: 'DroidSansRegular';
}

.block-1 {
    padding: 2px 20px 5px;
    margin-bottom: 10px;
}
.block-2 {
    padding: 2px 20px 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 6px #CCCCCC;
}
.block-3 {
    padding: 5px 20px 15px;
    margin-bottom: 10px;
}
.block-4 {
    /*
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 10px solid #CC3333;
    */
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #D8D8D8;
    box-shadow: 0 0 6px #CCCCCC;
    margin: 10px auto;
    padding: 20px 20px 10px 20px;
}
.block-4 h2 {
    font-family: "DroidSansRegular";
    font-weight: bold;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    background: transparent;
    margin-top: 2px;
    margin-bottom: 2px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.block-4 h2 > a {
    color: #333333 !important;
}
.block-4 .title {
    height: 20px;
    padding-top: 2px;
    padding-bottom: 4px;
    position: relative;
    top: -15px;
    z-index: 100;
}
.block-4 .image {
    border: 1px solid #D8D8D8;
    height: 132px;
    overflow: hidden;
    width: 100%;
}
.block-4 .bar-top {
   margin-top: -18px;
   margin-bottom: 10px;
   position: relative;
   z-index: 105;
}
.block-4 .bar-top a {
    position: relative;
    top: -2px;
}
.block-4 .bar a {
    font-size: 12px;
    padding-left: 2px;
    color: #676767;
}
.block-4 .bar a:first-child {
    padding-left: 0px;
}
.block-4 .bar a span[class^="icon-"], .block-4 .bar a span[class*=" icon-"] {
    margin-top: -1px;
}
.block-5 {
    padding: 2px 20px 5px;
    margin-bottom: 10px;
    box-shadow: 0 0 6px #CCCCCC;
}
.block-common {
    padding: 2px 20px 5px;
}
.block-h2 {
    padding: 5px 10px 0px;
    margin-bottom: 20px;
}
.block-h2 > h2 {
    line-height: normal !important;
    font-family: 'DroidSansRegular';
    text-transform:uppercase;
    text-align:center;
}
.title-2 {
    font-size: 1.0em;
    text-transform: uppercase;
    line-height: normal;
    height: 42px;
    font-family: 'DroidSansRegular';
}
.row-adjust-top {
    margin-top: 65px;
}
.row-one {
    border-bottom: 2px solid #9ACF16;
    border-top: 2px solid #D41F25;
    /*border-top: 2px solid #f1f1f1;*/
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.75) inset, 0 -6px 6px -6px rgba(0, 0, 0, 0.75) inset;
    padding-top: 10px;
    padding-bottom: 10px;
}
.row-two {
    background: none repeat scroll 0 0 #E5E6EA;
    padding-top: 10px;
    padding-bottom: 10px;
}
.blue-color {
    color: #303772;
}
.red-color {
    color: #D41F25;
}
.green-color {
    color: #8cbd10;
}
.blue-clear {
 background: none repeat scroll 0 0 #bfc1d3;
}
.gren-clear {
 background: none repeat scroll 0 0 #e1f1b9;
}
.red-clear {
 background: none repeat scroll 0 0 #f2bbbd;
}
.yellow-clear {
 background: none repeat scroll 0 0 #fcf2b2;
}
.white-clear {
 background: none repeat scroll 0 0 #F1F1F1;
}
.text-centered {
    text-align: center;
}
.text-right {
    text-align: right;
}

.btn-large-main {
    margin-top: 10px;
    background-color: #bfc1d3;
    border: 1px solid #303772;
    border-radius: 3px 3px 3px 3px;
    color: #303772;
    display: inline-block;
    font-size: 17.5px;
    padding: 11px 19px;
    cursor: pointer;
    text-decoration:none !important;
}
.btn-large-main:hover {
    background-color: #D41F25;
    border: 1px solid #D41F25;

    color: #f2bbbd;
}
/*
 * Lista de banners
 * ----------------------------------------------------------
 */
.advertise-list {
    text-align:center;
}

.advertise-list a {
    display: block;
    margin-bottom: 10px;
}
/*
 * images containers
 * ----------------------------------------------------------
 */
.mask-tbn-218 {
    height: 120px;
    overflow: hidden;
}

.shadow-corners {
    position: relative;
    z-index: 0;
}
.shadow-corners:before, .shadow-corners:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
    bottom: 12px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.45);
    content: "";
    left: 10px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.shadow-corners:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
/*
 * Lista de ultimas noticias en home
 * --------------------------------------------------
 */
/* tab reset */
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #303772;
    color: #FFFFFF;
}
.nav > li > a:hover {
    background-color: #E5E6EA;
    text-decoration: none;
}
.ultimas-noticias {

}
.ultimas-noticias a.cont {
    cursor: pointer;
    display: block;
    color: #51565B;
}
.ultimas-noticias a.cont:hover {
    text-decoration: none;
    background: #E5E6EA;
}
.ultimas-noticias h4 {
    font-size: 12px;
    font-weight:normal;
    color:#000000;
    line-height: 16px !important;
}
.ultimas-noticias p {
    font-size: 12px;
    font-weight:normal;
    line-height: 16px !important;
}
.ultimas-noticias img {
    width: 102px;
    border-bottom: 10px solid #51565B;
}
.ultimas-noticias p.date {
    margin-top: 0;
    margin-bottom: 0;
}

/*
 * twetts list
 * --------------------------------------------------
 */
.twett-list {
    font-size: 12px;
    line-height: 16px !important;
}
.twett-list ul {
    list-style:none;
    margin: 0 !important;
}
.twett-list ul > li {
   margin-top: 0 !important;
   border-bottom: 1px solid #51565B;
   /* border-top: 1px solid #303772; */
}
.twett-list ul > li:first-child {
   border-top: medium none;
}
.twett-list ul > li:last-child {
   border-bottom: medium none;
}
/*
 * Auspician list
 * ---------------------------------------------------
 */
.auspician-list {
    text-align: center;
}
.auspician-list a {
    display: inline-block !important;
    height: 75px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 0;
}
.auspician-list a span {
    position: relative;
    opacity: 0.5;
    display: inline-block !important;
    padding: 0;
    overflow: hidden;
    background-image: url(../img/auspiciantes.jpg);
    background-repeat: no-repeat;
    transition: opacity 2s;
        -webkit-transition: opacity 2s;

}
.auspician-list a span[title="eap"] {
    background-position: -236px -75px;
    width: 164px;
    height: 75px;
}
.auspician-list a span[title="eap"]:hover {
    background-position: -236px 0px;
}
.auspician-list a span[title="Gobierno Salta"] {
    background-position: 0px -75px;
    width: 236px;
    height: 75px;
}
.auspician-list a span[title="Gobierno Salta"]:hover {
    background-position: 0px 0px;
}
.auspician-list a span[title="Ministerio de Trabajo"] {
    background-position: -400px -75px;
    width: 148px;
    height: 75px;
}
.auspician-list a span[title="Ministerio de Trabajo"]:hover {
    background-position: -400px 0px;
}
.auspician-list a span[title="INTI"] {
    background-position: -548px -75px;
    width: 124px;
    height: 75px;
}
.auspician-list a span[title="INTI"]:hover {
    background-position: -548px 0px;
}
.auspician-list a:hover > span {
    opacity: 1;
}
/*
 * footer
 * ---------------------------------------------------
 */
.footer-wrap {
/*    background: url(../assets/front-new/img/footer-glow.png) no-repeat scroll center top #181717;*/
     background: url(../assets/front-new/img/footer-glow.png) no-repeat scroll center top #f1f1f1;

    /*background:url(../images/trama.png) repeat 0 0;*/
    /*color: #FFFFFF;*/
    color: #000000;

    position: relative;
}
.footer-wrap h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
}
.footer-wrap p {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
.footer-wrap .site-map .nav > li > a {
    font-family: "DroidSansRegular";
    font-size: 12px;
    color: #999999;
}
.footer-wrap .site-map .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.footer-wrap .site-map .nav > li > a > span {
    margin-right: 4px;
}
.footer-wrap .site-url-footer a {
    vertical-align: middle;
    font-size: 12px;
    /*color: #FFFFFF;*/
    color: #000000;
}
.footer-wrap .site-url-footer a:hover {
    text-decoration: none;
    color: #9ACF16;
    text-shadow: 0px 4px 10px rgba(60, 89, 1, 0.75);
}
.footer-wrap .icon-escudo-salta {
    background: transparent url(../img/logo-escudo-de-salta-42.png) no-repeat;
    display: inline-block;
    position: relative;
    top: -18px;
    width: 42px;
    height: 51px;
}
.footer-wrap .social {
    display: inline-block;
    width: 33px;
    height: 33px;
}
.footer-wrap .social:hover {
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgba(60, 89, 1, 0.75);

}
.footer-wrap .social-fb:after {

}
.footer-wrap .social-fb {
    background: transparent url(../img/facebook.png) no-repeat;
}

.footer-wrap .social-tw {
    background: transparent url(../img/twitter.png) no-repeat;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
  }
  .navbar-inner {
    border-radius: 0;
    margin: -20px 0;
  }

  .carousel .item {
    height: 500px;
  }
  .carousel img {
    width: auto;
    height: 500px;
  }

  .featurette {
    height: auto;
    padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }

  .block-4 .image {
    height: 92px;
    overflow: hidden;
    width: 100%;
  }

  .mask-tbn-218 {
    height: 84px;
    overflow: hidden;
  }

}


@media (max-width: 767px) {

  .navbar-inner {
    margin: -20px;
  }

  .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
  .carousel .container {

  }
  .carousel .item {
    height: 300px;
  }
  .carousel img {
    height: 300px;
  }
  .carousel-caption {
    width: 65%;
    padding: 0 70px;
    margin-top: 100px;
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 18px;
  }

  .marketing .span4 + .span4 {
    margin-top: 40px;
  }

  .featurette-heading {
    font-size: 30px;
  }
  .featurette .lead {
    font-size: 18px;
    line-height: 1.5;
  }

  .block-4 .image {
    border: none;
    height: 224px;
    overflow: hidden;
    width: 100%;
  }

  .mask-tbn-218 {
    height: 218px;
    overflow: hidden;
  }

}

