@charset "utf-8";
@font-face {
    font-family: 'Titillium Web';
    src: url('titillium/titilliumweb-regular-webfont.woff2') format('woff2'),
         url('oswald/titilliumweb-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* primero mobile */

html {
    font-size: 10px;
}

.img_holder a {
    display: flex;
    justify-content: space-between;
    margin-left: 2rem;
}
div#pagina {
    width: 92%;
    margin: auto;
}

body {
    background-color: #a9b7c0;
    margin: 0;
    padding: 0;
}

header {

}

main section h2 {font-family: 'titillium web', sans-serif;

}

main section p {font-family: 'titillium web', sans-serif;

}

aside {

}

footer {

}

h1 {
    font-family: 'titillium web', sans-serif;
    font-size: 4rem;
    display: flex;
    justify-content: space-between;
}

h2 {
    font-family: 'titillium web', sans-serif;
    font-size: 2.5rem;
    background-color: #c7d8c6;
    color: black;
    padding: 1rem;
}

h3 {
    font-family: 'titillium web', sans-serif;
    font-size: 1.75rem;
    background-color: #cccbc6;
    padding: 2rem;
}

main li {
    font-family: 'titillium web', sans-serif;
    font-size: 1.5rem;
    color: black;
}

section p {
    font-family: 'titillium web', sans-serif;
    font-size: 1.5rem;
    color: black;
}

ul {
    font-family: 'titillium web', sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}

h4 {
    font-family: 'titillium web', sans-serif;
    font-size: 1rem;
    background-color: #cccbc6;
    padding: 1rem;
}

nav a:hover {background-color: #efd9c1;
                color: black;
}

nav {
    font-family: 'titillium web', sans-serif;
    font-size: 1.5rem;
    padding: 3rem;
}
header nav ul li {
    width: 1000px;
    float: center;
    margin: 0 0 0.5rem 0;
}

header nav ul li a {
    color: white;
    font-size: 2rem;
    text-decoration: none;
    display: block;
    background-color: #909090;
    text-align: center;
    width: 95%;
    margin: inherit;
    height: 3rem;
    line-height: 3rem;
}

header nav ul .padre{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}

.img_holder {
    min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}















































