html {
    position: relative;
    min-height: 100%;
  }

body{
    background-image: linear-gradient(to bottom,#f8f8f8 0,#f8f8f8 100%);
   
}

.footer {
    position: absolute; 
    bottom: 0;
    width: 100%;
    /* height: 60px; Set the fixed height of the footer here */
    /* background-color: #f5f5f5; */
  }

  .text-muted {
    margin: 20px 0;
  }

.custom-container-main{
    margin-top: 60px;
}

.logo{

    /* margin-right: 70px; */
    margin: 0px 0px 0px 0px;
    width: 100%;
    min-width: 140px;
    min-height: 63px;
    background-repeat: no-repeat;
    /* background-position: center top; */
    background-image: url('../images/mb.png')!important;
    /* background-size: 65% 65%; */
    background-size: contain;
}

.input-text-search-header{
    width:380px!important;
}

.background-home{
    background-image: url('../images/background_home.jpg')!important;
    margin: 0px 0px 10px 0px;
    width: 100%;
    text-align: center;
    padding: 0px 0px 12% 0px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 104% 160%;
    margin-top: -33px;
    color:#FFF!important;
}

.thumbnail a:hover{
    text-decoration: none;
}

.thumbnail .precio{
    color:#DF6810;
    font-size: 1.3em;
    /*font-weight: 700;*/
    letter-spacing: -.5px;
    text-align: left;
}

.thumbnail .estado{
    color:#999;
    font-size: 1.0em;
    letter-spacing: -.5px;
    text-align: left;
}
.thumbnail  p{
    margin: 1px;
}
.caption h3{
    margin: 1px;
    font-size: 1.3em;
}

.total-pagination{
    margin: 10px!important;
}

.nav-sidebar > .title {
    padding-left: 20px;
    color:#111 !important;
    font-weight: bold;
}

.nav-sidebar > .subtitle {
    padding-left: 40px;
    margin-top: 10px;
    color:#DF6810 !important;

}


.nav-sidebar > .active > a{
    background-color:#FFF !important;
    color:#DF6810 !important;
}

.nav-sidebar a{
    color:#DF6810;
}

.button-list{
    width: 150px;
    text-align: left;
}

.precio{
    color:#DF6810;
    font-size: 1.2em;
    letter-spacing: -.5px;
    text-align: left;
}

.precio-recomendado{
    color:#DF6810;
    font-size: 1.0em;
    letter-spacing: -.5px;
    text-align: left;
}

/*Esto es solo para la pagina de detalle*/
/*
.jumbotron{
	padding-left: 2px!important;
	padding-top: 2px!important;
	padding-right: 2px!important;
	padding-bottom: 2px!important;
}*/


/* para el login */

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.publica-nav-color{
    background-color: #2F2F3C !important;
}


.container-footer{
    /* background-color: #FFF !important;
    padding: 20px; */
    background-color: #2F2F3C !important;
    padding: 20px;
    color: #FFF;
}

.container-white{
   background-color: #FFF !important;
   bottom: 0;
   margin-top:20px;
}




/*************  fin de login *******/





/* Fotos*/

.array_pictures input{

    display: inline-block;

}
.custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color:#CCC;
    background-image:-webkit-linear-gradient(top, #CCC, #CCC);
    border:1px solid #F1F1F1;
    width: 130px;
    height: 100px;

}
.custom-input-file .input-file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;

}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 130px;
    height: 100px;
    border:1px solid #EEE;
    color:#FFF;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
}



.btn_foto
{
    background-color:#EEE;
    background-image:url('../images/pic_upload.png');
    border:1px solid #EEE;
    color:#CCC;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    cursor:pointer;
    font-size:16px;
    font-weight:bold;
    height:24px;
    line-height:27px;
    margin-right:15px;
    margin-top:15px;
    margin-left:20px;
    min-width:54px;
    outline:0;
    padding:0px;
    text-align:center;
    /*white-space:nowrap;*/
    display:inline-block;
    position:relative;
    width: 150px;
    height: 150px;
}

.fileUpload .thumb{

    height: 150px;
    width: 150px;
    min-width:54px;

}

.btn_fotos_eliminar{
    position: relative;
    position: center;
    margin: 4px auto 0 auto;
    text-align: center;
}

.photo_tumbnail{
    width: 150px;
    height: 120px;
}

.fileUpload .thumb_loading{

    height: 150px;
    width: 150px;
    min-width:54px;
    background-image:url('../loading_picture.gif');

}

.publicacion-exitosa-body{
    text-align: center;
    font-size: 15pt;
    margin-bottom: 30px;
    margin-top: 30px;
}

.btn-warning {
    color: #FFF !important;
    background-color: #ff6f00 !important;
    border-color:  #ff6f00 !important;
}




input[type='file'] {
    color: transparent;
}