
.page-header {
    background-color: #F2F2F2;
    border: none;
    padding: 5px 0;
	min-height:auto;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    padding: 12px 10px !important;
}
/*
*	ESTILOS ADICIONALES DEL MENU DEL FOOTER
*	POR DANIEL VILLARREAL
*/
.menufooter{ font-size: 16px; color:#FFF;}
.menufooter .submenufooter { font-size: 14px;}
.menufooter ul{ list-style: none; display: block;text-align: center; padding-left: 0; }
.menufooter ul li { text-align: right; float: none;display: inline;}
.menufooter ul li span{ margin-right: 3px; margin-left: 3px;}
.menufooter a{color:#FFF;text-decoration: none; text-align: center; text-transform: uppercase;;}
.menufooter a:hover{ text-decoration: underline;}
.menufooter p{text-align:center; clear:both; display: block;}
/*
*	TERMINAN LOS ESTILOS ADICIONALES DEL MENU DEL FOOTER
*/
/*
*	ESTILOS ADICIONALES DEL MENU DEL HEADER USER
*	POR DANIEL VILLARREAL
*/
.menuheaderuser a{ text-decoration: none; color:#FFF; font-size: 10px;}
.menuheaderuser a span { margin-right: 5px; margin-left: 6px;}
#header .header-body {background: #ffffff none repeat scroll 0% 0%; min-height: 85px; min-height: 75px; }
#header .header-logo img {height: 50px; margin-bottom: 10px; margin-top: 10px;}
/*
*	TERMINAN LOS ESTILOS ADICIONALES DEL MENU DEL HEADER
*/
#header .header-body {
    border-top: 0;
}
#header .header-top.header-top-colored {
    margin: 0px;
    border-top: 0px;
    color: #FFF;
    padding: 0;
}
#mainNav i{ color:#000!important;}
/*
*	ESTILOS ADICIONALES DEL MENU PRINCIPAL
*	POR DANIEL VILLARREAL
*/
#header .header-nav-main  nav > ul > li > a {
    color:#000 !important;
    background:#FFF !important;
}
#header .header-nav-main  nav > ul > li.active > a {
    color:#000 !important;
    background:#e7e7e7 !important;
}
#header .header-nav-main  nav > ul > li > a:hover {
    background: #eaeaea !important;
}

#header .header-nav-main  nav > ul > li > a.dropdown-toggle:after .active {
    content: "" !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a{
    background-color: #eaeaea !important;
}

/*
*	TERMINAN LOS ESTILOS DEL MENU PRINCIPAL
*/
/*
*	ESTILOS ADICIONALES DEL SLIDER
*	POR DANIEL VILLARREAL
*/
html .slider-container .tp-caption-overlay-primary {
    background: none !important;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}
/*
*	TERMINAN LOS ESTILOS DEL SLIDER
*/
/*
*   ESTILO PARALAX INDEX
*/
.thumb-info .thumb-info-type {background-color: #f6a840; font-size: 1.1em; padding: 15px; border-radius: 6px;}
.thumb-info.thumb-info-centered-info .thumb-info-title {top: 38%;}
/*
*   TERMINA
*/
/*
*   ESTILO PARALAX INDEX
*/
.btn-full-width{
	width:100%;	
	}
/*
*   TERMINA
*/
/**
 *  ESTILOS PRODUCTOS GRID
 *
 */
 .productosgrid a { color:#000;}
 .productosgrid a:hover{ text-decoration: none;}
 .productosgrid p{ text-align: center; color:#000; font-size: 15px;}
 .preciotachado .preciotachado{}
 .preciotachado .precio{}

 /**
 * TERMINA
 */
 /**
  * PRECIO PRODUCTO AL VERLO
  */
  .precioproductover del{ font-size: 9px; text-decoration: line-through; }
  .precioproductover ins{ font-weight: bold; text-decoration: none; }
  /**
  * TERMINA
  */
.menuvertical{ list-style: none; margin-left: 0; padding-left: 0;}
.menuvertical li{padding: 10px;}
.menuvertical li a{ display: block;}
.menuvertical .active{ font-weight: bold;}

.products .product {
    position: relative;
    margin-bottom: 30px;
}
.products {
    margin: 0;
    padding: 25px 0;
    list-style: none;
}
.products .product .onsale {
    background-color: red;
    border-bottom-color: red;
}
.products .product .onsale {
    position: absolute;
    background-image: none;
    border-radius: 100%;
    left: auto;
    right: 0;
    top: -15px;
    text-shadow: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    z-index: 10;
    box-shadow: none;
    font-size: 0.9em;
    color: #FFF;
    border-bottom: 2px solid transparent;
}

.products .product a {
    text-decoration: none;
}
.product-thumb-info a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.products .product .price {
    display: block;
    min-height: 28px;
}
.products .product .price del {
    color: rgba(145, 145, 145, 0.5);
    font-size: 0.7em;
    margin: -2px 0 0;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.products .product .price del .amount {
    font-size: 1.3em;
    font-weight: lighter;
    color:gray;
    text-decoration: line-through
}

.products .product .price .amount {
    font-size: 1.3em;
    font-weight: bold;
    color:red;
}
.products .product .price ins {
    text-decoration: none;
}


.owl-carousel .owl-item .imgverproducto img {
    height: 100px !important;
    width: auto;
}


.errorSummary,.errorMessage{ color:red;}


.cart .quantity {
    top: 10px;
    position: relative;
}
.quantity {
    margin: 0 15px 25px 0;
    overflow: hidden;
    position: relative;
    width: 125px;
    height: 35px;
    margin: 0 auto;
}
.quantity .minus {
    background: #f4f4f4;
    border: 1px solid #C8BFC6;
    border-radius: 2px;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 35px;
}
.quantity .qty {
    border: 1px solid #CCC;
    box-shadow: none;
    float: left;
    height: 35px;
    padding: 0 39px;
    text-align: center;
    width: 125px;
    font-size: 1em;
}
.quantity .plus {
    background: #f4f4f4;
    border: 1px solid #C8BFC6;
    border-radius: 2px;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 35px;
    right: 0;
    top: 0;
}
a.minus {
    background: #f4f4f4;
    border: 1px solid #C8BFC6;
    border-radius: 2px;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 33px !important;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 35px;
}
a.plus {
    background: #f4f4f4;
    border: 1px solid #C8BFC6;
    border-radius: 2px;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 33px !important;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 35px;
    right: 0;
    top: 0;
}

.amount {
    font-size: 2em;
    display: block;
    padding-top: 10px;
}

/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: #efefef;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #e7e7e7;
}
.product-thumb-info-image{
    background-color: #FFF;
    }

/**/
#header .header-search .form-control {
    border-radius: 0px;
    height: 28px;
}
#header .header-top .header-search {
    margin-top: 0px;
}
#header .header-top p {
    line-height: 28px;
}
#header .header-search .btn-default {
    padding-top:4px;
}

.ui-autocomplete { max-height: 200px; max-width: 300px; overflow-y: scroll; overflow-x: hidden;}
.ui-menu-item{ font-size: 10px;}
/**
 *  ESTILOS BUSCADOR MOVIL
 **/
#searchFormmovil{
    float: left;
}
#buscador2{
    margin-bottom: 8px;
    padding-right: 0px;
    border-right: 0;
    margin-right: 0;
}
#header .header-nav-bar .header-btn-collapse-nav {
    margin-top: 8px;
}


.ofertab{ background-color:#ffd500;}
.ofertab a{ color: #000 !important;}

#descripcion img{
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

/** ESTILOS ADICIONALE DE LOS PRODUCTOS EN INDEX  **/
.product-thumb-info {
    background: #FFF;
    border:0;
    border-radius: 0;
}
.product-thumb-info img {
    border-radius:0;
    height: 170px;

}

/** TERMINA **/

/*CLASE PARA EL HOVER DE LAS PREDICCIONES*/
.predicciones{
    border-bottom:1px solid #3e3e3e;
    padding-top: 25px;
    padding-bottom: 25px;
}
.predicciones h1{
    font-weight: bold;text-transform: uppercase;font-size: 23px;
}
.predicciones:hover{
    background-color: #eaeaea;
}
/* TERMINA */ 

.ultimas{
    border-bottom:1px solid #3e3e3e;
}
.informacion{
    font-weight: bold;text-transform: uppercase;font-size: 32px;
    color:#FFF;
   
}

.acuerdo{
    font-weight: bold;text-transform: uppercase;font-size: 25px;
    color:#42FB17;
}
.desacuerdo{
    font-weight: bold;text-transform: uppercase;font-size: 25px;
    color:#FD9325;
}
/**BORDER**/
.bordertop{
    border-top:8px solid #40FF00 !important;
    border-color: #40FF00 !important;
}
.btnfutbeis{
    background: #40FF00 !important;
    color:#000 !important;
}
/* FOOTER LINK */
#footer a {
    border-bottom: 1px solid #eaeaea;
    margin-top: 0;
}
/*#footer a:hover {
    color: #000;
    background-color: #eaeaea !important;
}*/
/* FOOTER LINK */
.tp-caption img {
    height: 80px !important;
    width: auto !important;
    margin: 0 auto;
}
/* PRINCING PAGE */
.pricing-table.princig-table-flat .plan h3 {
    background-color: #efefef !important;
    color:#000 !important;
}
.pricing-table.princig-table-flat .plan h3 .desc {
    color: #000;
}
.pricing-table.princig-table-flat .plan h3 span {
    background: #efefef;
    color:#000 !important;
}
/**/
/*CARUSEL DE PRODUCTOS*/
.imgproductosjugadores{
    height: 300px !important;
    width: auto !important;
}
.social-icons .social-icons-twitter:hover {
    background: #1aa9e1 !important;
}

.social-icons .social-icons-facebook:hover {
    background: #3b5a9a !important;
}
.social-icons .social-icons-instagram:hover {
    background: #7c4a3a !important;
}
::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}
@media (max-width: 991px){
    #header .header-nav-main nav {
           width: 100%;
    }
    #header .header-nav-main nav > ul > li > a {
       width: 100%;
       display: block;
    }
}
@media (min-width: 767px) and  (max-width: 991px){
    .playertip{
        margin-top: -10px !important;
    }
}
/*===============
PRODUCTO DESCRIPCION
=====================*/
.productodescripcion img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}
#header .header-btn-collapse-nav {
    margin: 24px 0 8px 15px;
}

@media(max-width:1000px)
{
    .pequeño{
        display:block!important;
    }

    .grande{
        display: none!important;
    }
}