.tabla-responsiva{
    border-radius: 4px;
    overflow: visible;
    border: 1px solid #c3d6e0;
    background-color: #fff;
    color: #000000;
    margin: 0 10px 10px 10px;
    position:relative;
}

#buscaBtn {
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-family: "NeoSans";
    letter-spacing: 0;
}

.tabla-responsiva th { 
    background: #0098be; 
    color: white; 
    font-weight: bold;
    text-transform: uppercase;
}

.buscaDecimos{
    text-transform: uppercase;
    padding: 0 0 0 15px;
}

.tabla-buscanumeros{
    width:100px;
}

.tabla-responsive{
    margin-right: 0;
}

.tabla-responsive  tr td:nth-of-type(even), .tabla-responsive th:nth-of-type(even) {
    padding-left: 10px;
    padding-right: 10px;
}

.buscaDiv{
    position: relative;
    border: 1px solid #c3d6e0;
    border-radius: 3px;
    height: 50px;
    top: 6px;
}

.buscaDiv .col-md-6{
    padding: 0 0 0 10px;
    color: #0098be;
}

.buscaDiv .boton{
    padding-left: 5px;
    padding-right: 10px;
}

.buscaDiv .input{
    padding-right: 5px;
}

.buscaTxt{
    font-weight: lighter;
    font-size: .6em;
    line-height: 1.3em;
}

#buscaBtn, #buscaInput{
    width: 100%;
}

#buscaInput{
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #c3d6e0;
    margin-top: 10px;
    text-align: center;
}

#buscaBtn{
    margin-top: 10px;
}

#menu-pag{
    float:right;
}

.banner-publi-bigmod{
    margin-top: 20px;
    /*border: 1px solid #c3d6e0;*/
    /*border-radius: 3px;*/
}

.pg-selected{
    background-color: #CED8F6!important;
}

.paginacion{
    /*border: 1px solid #000;*/
    height: 34px;
}

/*MODIFICACION PAGINACION BOOTSTRAP*/

.pagination-menu{
    border: 1px solid #000;
    margin: 0 15px 0 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    /*margin: 20px 0;*/
    margin: 0;
    /*float: right;*/
    border-radius: 4px;
}

.pagination > li {
    display: inline;
		margin: 0;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 10px; /*el valor original -1px*/
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 4px;
    /*border-bottom-left-radius: 4px;*/
    /*border-top-left-radius: 4px;*/
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 4px;
    /*border-top-right-radius: 4px;*/
    /*border-bottom-right-radius: 4px;*/
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #0098be;
    border-color: #0098be;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-radius: 40px;
    /*border-bottom-left-radius: 6px;*/
    /*border-top-left-radius: 6px;*/
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-radius: 4px;
    /*border-top-right-radius: 6px;*/
    /*border-bottom-right-radius: 6px;*/
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 0 7px;
    font-size: 18px;
    font-weight: bolder;
}

.pagination-sm > li:first-child > span{
    margin-bottom: 4px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 24px;
    padding: 0 6px 4px 6px;
    line-height: 21px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 24px;
    padding: 0 6px 4px 6px;
    line-height: 21px;
}

.pagination > li > a {
	width: 25px;
}

@media screen and (max-width: 767px){
    .buscaDiv{
        height: 85px;
    }
    .buscaDiv .col-md-6{
        padding: 0 10px;
    }
}

@media screen and (max-width: 716px){
    .buscaDiv{
        height: 100px;
    }
}

@media screen and (max-width: 760px){
    .nombresCol td:nth-of-type(1):before {content: "Portal"; color: #000; font-family: "NeoSans-Medium";}
    .nombresCol td:nth-of-type(2):before {content: "Producto"; color: #000; font-family: "NeoSans-Medium";}
    .nombresCol td:nth-of-type(3):before {content: "Comprar ahora"; color: #000; font-family: "NeoSans-Medium";}
}

@media screen and (max-width: 400px){
    .buscaDiv{
        height: 115px;
    }
}
