a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.cuerpo {
    background: white;
    padding: 20px;
    border-bottom-left-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
}

#boton_buscar {
    background: #ff6347;
    border: none;
}


.texto1 {
    font-weight: 300;
}

.texto1_PP {
    font-weight: 300;
    font-size: 0.8em;
}

.texto1_Descripcion {
    font-weight: 300;
    font-size: 0.7em;
}

.texto1_Albaranes {
    font-weight: 300;
    font-size: 0.8em;
}

.texto2 {
    font-weight: 300;
    font-size: 0.7em;
}

.btn1 {
    width: 4rem;
    height: 4rem;
    border-radius: 50% 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    background: #ff6347;
    color: #fff;

}

.boton_add_index {
    width: 5rem;
    height: 5rem;
    font-weight: 700;
    font-size: 1.8em;
    color: #fff;

}

.texto {
    margin-top: 5px;
}

.card {
    box-sizing: border-box;
}


#boton {
    color: #009500;

}

.card {

    border-radius: 30px;
}


.titulos_sipwood {
    color: #484a48;
    font-weight: 70;
  /*  font-size: 5em;*/

    display: block;
    margin: 11px 0 17px 0;
    font-size: 80px;
    line-height: 80px;
    color: #f1ebe5;
    text-shadow: 0 13.36px 8.896px #c4b59d,0 -2px 1px #fff;
    letter-spacing: -4px;

}




.titulos {
    color: #484a48;
    font-weight: 300;
}

.box-row {
    padding-left: 10% !important;
}

.bigbox {
    border-bottom-left-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
    background-color: white !important;
    /*background-color: #e5e5e5;*/
  /*  background-image: url('../../images/fondo_index_2.jpg');
    background-size: cover;
    background-position: center;*/
}
#titulo_index{
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    background-image: url('../../images/madera.jpg');
    background-size: cover;
    background-position: center;
    color: white;
}

.login_index{

    border-bottom-left-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;

}


