/* Add here all your CSS customizations  */
div.plan{
  margin-right: -25px;  
}
#loginH a{ background: red;}

div.pricing-table {
    margin: 25px 0 0;
}
ul.comments li {
    clear: both;
    padding: 0 0 0 35px;
}

ul.comments li.mymsn {
    clear: both;
    padding: 0 35px 0 0;
}

li.mymsn .comment-block p {
   text-align: right;
   
}
.slogan-footer{
    margin-bottom: 0;
    margin-left: -20px;
    padding-top: 20px;
    text-align: center;

}
.font-white{
    color: #ffffff;
}
#btncontacto-bottom{ 
    color: #ffffff !important;
    width: 90% !important;
}
#quote-counter-b{
    font-family: "Shadows Into Light",cursive;
    font-size: 40px;
    line-height: 40px;
    color: white;
}
#quote-counter{
    font-family: "arial",cursive;
    font-size: 72px;
    line-height: 60px;
    color: white;
}
ul.comments div.comment-arrow-right {
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #F4F4F4;
    border-top: 15px solid rgba(0, 0, 0, 0);
    height: 0;
    position: absolute;
    right: -15px;
    top: 28px;
    width: 0;
}
.pint{
    border: 3px solid #008000;
}
ul.history li h4 {
    margin: -11px 0 7px;
    padding: 0;
}
ul.history li p {
    margin-left: 0;
}
ul.history li p strong{
margin-right: 20px;
}

div.tabs ul.nav-tabs li.active a {
    font-size: 11px;
    font-weight: bold;
}
div.tabs ul.nav-tabs a,div.tabs ul.nav-tabs a:hover{
font-size: 10px;
}
.nav > li > a { padding: 15px 10px;}


header h1.logo{ width: 300px;}
header h1.bannertop {     
    width: 320px;
    max-height: 100px !important;
    vertical-align: middle;
    float: left;
    margin: 0;
}

.publicidad .text-primary{ margin:0;}
div.home-intro{
margin-bottom: 28px;
}

.publicidad .extebloqueright{
    height: 90px;
}
.bloqueOne{ margin-bottom: 30px;}


.uppercase{
	text-transform: uppercase;
}

.center{
	text-align: center !important;
}

.table.factura { 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    border-collapse:separate !important; 
    border-spacing:0;
    border: 2px solid grey !important;
}

.mfp-preloader-page{
    color: #cccccc;
    left: 8px;
    margin-top: -0.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044;
}


.input-group .form-control {
  
  border-radius: 4px 0 0 4px !important;
  
}
.input-group .input-group-btn button{
    margin-top: 27px;
    padding: 12px 10px;
    
}

.listmainmenu a{
    background-image: none !important;
    padding: 8px 0 !important;
}

.listmainmenu a i{
    margin-right: 10px;
    margin-left: 5px;
}

.counttag{
    float: right;
    margin: 5px 10px 0px 0px;
}

.counttag-center{
    background-color: gray;
}

.icon-border{
    border-color: #d7d7d7 !important;
}

.plan span{
    width: 186px !important;
    font: 20px/90px Georgia,serif !important;
}

#valorizacion{
    height: 30px;
    overflow: hidden;
    background-image: url(../img/estrellas.jpg);
    
    background-repeat: no-repeat;
    width: 100%;
    
}

#valorizacion.max{
    background-position: center top;
}

#valorizacion.p4{
    background-position: center -27px;
}
#valorizacion.p3{
    background-position: center -49px;
}
#valorizacion.p2{
    background-position: center -74px;
}
#valorizacion.p1{
    background-position: center -99px;
}
#valorizacion.p0{
    background-position: center -123px;
}

@media (max-width: 479px) {
 .pi-hidden-md{
        display: none !important;
    }
#backstepone{
    margin-bottom: 20px;
    padding: 3px;
    width: 100%;
    font-size: 13px;
}
    #cotizarForm .btn-primary, #cotizarFormPapeleria .btn-primary, #cotizarFormPlano .btn-primary, #cotizarFormMerchandising .btn-primary, #cotizarFormEditorial .btn-primary, #cotizarFormGigantografia .btn-primary, #cotizarFormMerchandising .btn-primary, #cotizarFormDisplay .btn-primary, #cotizarFormFotografia .btn-primary, #finishart, #finishdespacho{
    width: 100%;
    }
    
    #finishdespacho{
    margin-top: 10px;
    }
    
}

.user-list li .team-item{
    min-height: 68px;

}
.user-list li .team-item img{
    max-height: 55px;
 
}

.recuerda{


    color: #00aaff;
 font-family: "Shadows Into Light",cursive;
    font-size: 1.5em;
}

.recuerda-list {
    counter-reset: custom-counter;
    list-style: outside none none;
}
.recuerda-list li::before {
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    min-width: 26px;
    padding: 0;
    text-align: center;
}
.recuerda-list li::before {
    border-color: snow;
    color: #0088cc;
}
.recuerda-list li::before {
    content: counter(custom-counter, decimal);
    counter-increment: custom-counter;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 0;
}
.recuerda-list li {
    padding-left: 32px;
}
.recuerda-list li {
    position: relative;
}

.tabla-cotiza > tbody > tr:first-child{
    border: 2px green solid;
}