@font-face {
    font-family: Frutiger;
    src: url(https://www.cofasal.org.ar/assets/fonts/Frutiger.TTF);
}

.fuente{
	font-family: Frutiger;
}
.espacio{
	padding-bottom: 15px!important;
}

.estilo_disc{
	list-style-type: disc!important;
}

.subtitulo {
    color: #0C973A;
}

.segundosubtitulo {
    color: #286F44;
    font-weight: bold;
}

.cargo {
    color: #7C7D7F;
}

.nombre {
    font-weight: bold;
}

.material-icons {
    display: inline-flex;
    vertical-align: middle;
    color: #0C973A;
    font-size: 15px;
}

.link:link {
    text-decoration: none;
    color: black;
}

.link:visited {
    text-decoration: none;
    color: black;
}

.link:hover {
    text-decoration: underline;
    color: black;
}

.link:active {
    text-decoration: underline;
    color: black;
}

.padding_top15{
	padding-top: 15px; 
}

.padding_right15{
	padding-right: 15px;
}

.centros{
	font-size: 25px;
}