﻿* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "futuraStdMedium",Arial, Helvetica, sans-serif,Arial;
    background: #fff;
}

.titulotl {
    margin-top: 9%;
    margin-bottom: 2%;
}

.panel1tl {
    width: 28%;
  margin-top:50px;
    display: flex;
    height: 300px;
    margin-left: 81px;
    flex-direction: column;
    background-color: #c8bfe7;
}

    .panel1tl a {
        background-color: #c8bfe7;
    }



.imagentl img {
    width: 397px;
    height: 100px;
}

.textotl {
    /*font-weight: bold;*/
    text-align: justify;
    margin: 24px 34px 18px 34px;
}

.panel2tl {
    width: 28%;
    display: flex;
    height: 300px;
    margin-left: 510px;
    margin-top: -318px;
    flex-direction: column;
    background-color: skyblue;
}

.panel3tl {
    width: 26%;
    display: flex;
    height: 600px;
    margin-left: 956px;
    margin-top: -300px;
    flex-direction: column;
    background-color: #EFCF30;
}

.imagentl3 img {
    height: 271px;
    width: 331px;
    margin: 10px 10px 10px 100px;
}

.texto3tl {
    margin: 25px 25px 25px 25px;
    text-align: justify;
}

.panel4tl {
    width: 58%;
    height: 250px;
    margin-bottom: 100px;
    margin-top: -251px;
    display: flex;
    margin-left: 84px;
    background-color: lightgray;
}



.imagentl4 img {
    height: 144px;
    width: 200px;
    margin: 50px 10px 10px 10px;
}


.textotl4 {
    text-align: justify;
    margin: 70px 25px 25px 25px;
}