/* estilos globales Coral Prodiigios */

/*importación de fuentes externas */
@import url('https://fonts.googleapis.com/css2?family=Amarante&family=Amita&family=Michroma&family=Architects+Daughter&family=Bellota:wght@300;400&display=swap');
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);
@import url(footer.css);
@import url(contacto.css);


* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}

body {
    font-family: "Architects Daughter";
    font-size: 13pt;
}

header {
    width: 100%;
    height: 100px;
    background-color: #aa3534;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.logotitulo {
	width: 100px;
	padding: 5px;
}
.contenedor {
    width: 100%;
    margin: auto;
}

header .contenedor {
    display: table;
}

section {
	margin-top: 30px;
    width: 100%;
    margin-bottom: 25px;
}

#bienvenidos {
    text-align: center;
}
