/* @group Header */
/* =============================================================================
   BOOTSTRAP 
   ========================================================================== */
.navbar-inner {
    background-color: #AF0917;
    background-image: linear-gradient(to bottom, #AF0917, #D71921);
    background-repeat: repeat-x;
    border: 1px solid #D4D4D4;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #AF0917;
    background-image: linear-gradient(to bottom, #AF0917, #D71921);
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-decoration: none;
}

.navbar .nav > li > a {
  color: #fff;
  float: none;
  padding: 10px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #AF0917;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #AF0917;
  color: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
}

/* @group Header */
/* =============================================================================
   producto
   ========================================================================== */

.containerMaster {
    width: 100%;
    margin: 0 auto;
    min-width: 900px;
    height: auto !important;
    margin: 0 auto -35px;
    min-height: 100%;
}

.imgBienvenida { 
    /* IE7 */
    background-image: url(../../img/tae/bg_home.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    /* FIN IE7 */
    background: url(../../img/tae/bg_home.jpg) no-repeat transparent right bottom;
}

.logoLefth {
    background-image: url(../../img/tae/logo.jpg);
    background-repeat: no-repeat;
    width: 251px;
    height: 93px;
    float: left;
}

.logoRight {
    background-image: url(../../img/tae/foto_header.jpg);
    background-repeat: no-repeat;
    width: 625px;
    height: 93px;
    float: right;
}

.textoBulletHome {
    background: url(../../img/tae/circle.jpg) left 5px no-repeat;
    color: #424242;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0 0 10px 9px;
    text-align: justify;
    display: inline-block;
    width: 277px;
}

.contentWelcome {
    min-height: 500px;
    height: auto !important;
    background-repeat: no-repeat;
    width: 100%;
    margin: 10px 0px;
}

.btnBull183 {
    background-image: url(../../img/tae/bg_btnFlecha183.gif);
    background-repeat: no-repeat;
    border-width: 0;
    color: #F3F4FA;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    padding-left: 27px;
    text-align: left;
    width: 183px !Important;
}

.bg_home {
    background: url(../../img/tae/home_bg1.jpg) 0 0 no-repeat;
    height: 206px;
    margin-top: 18px;
    padding-left: 24px;
    padding-right: 40px;
    padding-top: 32px;
    width: 280px;
}

.Beneficio {
    background: url(../../img/tae/bannerBeneficioClub.gif) 0 0 no-repeat;
    width: 193px;
    height: 168px;
}

.banner_OtrosProductos {
    background: url(../../img/tae/bannerTRE_TTR.GIF) 0 0 no-repeat;
    width: 193px;
    height: 170px;
}

.bulletList {
    background: url(../../img/tae/bull_circle.jpg) no-repeat center;
}