/*
PALETA DE COLORES:
blanco: #fff
gris: #86808a
violeta oscuro: #18062b
violeta claro: #3f0f6e
*/

/* INICIO: margen superior blanco */
body {color: #fff}
/* NOSOTROS: botones slider */
a {color: #fff}
a:hover { 
  color: #86808a
}
/* CONTACTO: Boton ENVIAR */
.btn-primary:hover { 
  background-color: #18062b
}
.btn-primary:focus { 
  background-color: #18062b
}
.btn-primary {background-color: #3f0f6e; border-color: #fff}
.form-actions {
    background-color: #3f0f6e
}
/* NOTAS: tags */
.tags-block {color: #18062b}
.search-submit {
    background-color: #3f0f6e !important;
}
/* COOKIES */
.alert.alert-info.alert-block.politica-cookies {
    background-color: #3f0f6e
}
.btn.btn-default {
    color: #3f0f6e
}
.btn.btn-default:hover {
    background-color: #18062b;
    color: #fff
}
.btn.btn-default:focus { 
  background-color: #18062b
}
.alert-info { color: #fff}
a { color: #86808a}
/* TODAS LAS PAGINAS: margen superior */
.site-header{
    margin-top: -170px
}
/* NOSOTROS: Titulo principal "estudio contable callegaris" */
.page-header h1 small {
    /*display: none;*/
    color: #fff;
    font-size: 20px;
    font-weight:bold;
    text-align: right;
    font-family: Merriweather, serif;
    text-transform: capitalize;
    /*border: 3px #18062b groove;*/
    /*text-shadow: -2px -2px 1px #18062b, 2px 2px 1px #18062b, -2px 2px 1px #18062b, 2px -2px 1px #18062b;*/
}