
@font-face {
    font-family: 'TtunetSerif';
    src: url('Garamond.ttf') format('truetype');
    font-style: normal;
}


body,div,a
{
	font-family: "Josefin Sans", sans-serif;
	font-size: 20px;
	line-height: 1.2;
}

h1,h2,h3,h4,h5,h6
{
	font-family: "Josefin Sans", sans-serif;
}

.ttunet-beige { background: #C7BDAD;  color: Black; }
.ttunet-cafe { background: #871F12; color: White; }
.ttunet-verde { background: #1C4412;  color: White; }
.ttunet-texto-beige { color: #C7BDAD !important; }
.ttunet-texto-verde { color: #1C4412; }
.ttunet-texto-rojo { color: #6D2615; }

.ttunet-texto-serif { font-family: TtunetSerif, serif; }
