/* Estilos generales */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Merriweather', serif;
    background-color: #f9f5f0;
    color: #333;
}

p {
    font-size: 17px;
}


/* Estilos Body */º
body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    word-spacing: 0.2cm;
}

/* Estilos Header */
.header {
    display: flex;
    justify-content: center
}

/* Estilos Main Container */
.main-container {
    line-height: 40px;
    padding-top: 100px;
}


/* Estilos Noticia */
.noticia {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* Estilso Encabezado Noticia */
.encabezado-noticia {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Estilso Cuerpo Noticia */
.cuerpo-noticia {
    width: 900px;
}

.cuerpo-noticia p {
    text-align: justify;
}

.texto-medio-megafono {
    display: flex;
    align-items: center;
}

.img-megafono {
    padding: 25px;
    height: 350px;
    width: 350px;
}

.img-megafono-centro {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cuerpo-tecnologia-p2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estilso Pie Noticia */
.pie-noticia {
    width: 900px;
}

/* Estilos Logo IES Luis Braille */
.logoIESLuisBraille {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 75px;
    padding-bottom: 75px;
}

.logoIESLuisBraille img { 
    height: 75px;
}