@import url("fuentes.css");

/* CUERPO */

body {
    background-image: url(imagenes/fondo.jpg);
    background-size: 100%;
}

main {
    width: 1800px;
    height: 900px;
    background-color: rgb(250, 247, 238);
    margin: 20px;
    padding-bottom: 40px;
    position: absolute;
    
}

/* ENCABEZADO UBA */
header h1 {
    width: 300px;
    font-size: 2.5em;
    color: rgb(12,22,83);
    margin: 37px; 
    font-family: 'fishmongerkmedium_thin';
}

/* LINKS */

nav {
    display: block;
    width: 300px;
    float: left;
}
nav ul {
    list-style: none;
    margin-left: 0px;
    margin-top: 20px;
}

nav ul li {
    font-size: 1em;
    margin: 0em;
    padding: 0.5em;    
}

nav ul li a {
    font-family: 'fishmongerkxcond_light';
    text-decoration: none;
    color: rgb(12,22,83);
    font-size: 18pt;
    display: block;
    width: 191px;
    padding: 0.3em;
    border-bottom-style: solid;
   
}

nav ul li a:hover {
    color: rgb(250,247,238);
    background-color: rgb(12,22,83);
}

#texto {
    display: block;
    width: 400px;
    float: left;
    margin-left: 100px;
    margin-top: 0px;
}

#texto h2 {
    font-size: 55pt;
    font-family: 'fishmongerkmedium_thin';
    color: rgb(200,5,40);
    margin-bottom: 20px;
    margin-top: 0px;
}

#texto p {
    width: 350px;
    margin-top: 0px;
    text-align: justify;
    font-size: 18pt;
}

img {
    width: 400px;
    float: left;
    margin-top: 0px;
}

div {
    float: left;
    margin-top: 0px;
    margin-left: 100px;
    color: rgb(12,22,83);
    width: 300px;
    font-family: 'fishmongerkxcond_light';
    font-size: 20px;
}
