body {background-color:#f1ede7;font-family: 'Roboto', sans-serif;color:#111;font-size:15px;}
a {color:#a76b9c}

h1 {font-size:2rem}
h4 {font-size:1.3rem}
p {font-size:1rem;padding::0 !important;margin:0 !important}
p.footer {font-size:0.9rem}

.bg-brown {background-color:#f1ede7}
.bg-brown-dark {background-color:#e7ddcd}
.bg-white {background-color:#e5e5e5}
.bg-cabecera {background-color:#826e53}

.border-pink {border-color: #a76b9c !important;}
.border-light { border-color: #826e53 !important;}


.text-light {color:#666 !important;}

.w-10 {width:10%}
.w-20 {width:20%}

#topbar a {color:#000;}
#contenido img {padding:10px !important;}
#contenido p {font-size:0.9rem !important}

.nav-link {color:#fff !important;}

@media (max-width: 576px) 
{
	img.w-10 {width:30% !important;}
}