@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body{
    font-family: 'Roboto', sans-serif;
}

nav, footer{
    background-color: #69A011 !important;
}

.guinda_text{
    color: #69A011 !important;
}

.art_title{
    font-weight: bolder;
}
.art_text{
    text-align: justify;
}

.link_portales li{
    text-decoration: underline !important;
}

.body_33 tr td a, .body_39 tr td a{
    color: black;
    text-align: justify;
}
.body_33 tr td a:hover, .body_39 tr td a:hover{
    color: #69A011;
    font-weight: bolder;
}
.body_33 tr, .body_39 tr{
    border-bottom: 1px solid black !important;
}
.head_33 tr, .head_39 tr{
    border-bottom: 1px solid black !important;
    background-color: #69A011;
    color: white;
}
.body_33 tr td, .body_39 tr td{
    width: 25%;
}