@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #6699FF;
}
/* CSS Document */

#container {
	position: absolute;
	width: 900px;
	background: #FFF;
	top: 20px;
	right: 10%;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	font-family: Helvetica;
}

#picture {
	position: absolute;
        background: #FFF;
	top: 80px;
        left: -15px;
        margin: 0 auto;
        padding: 10px;
}

#picture img {
	width: auto;
        height: 230px;
}

#banner {
	position: absolute;
        width: 30%;
        background: #FFF;
        top: 80px;
        left: 250px;
        margin: 0 auto;
        padding: 10px;
        overflow: hidden;
        font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
        font-family:Arial, Helvetica, sans-serif;
}

#logos {
	position: absolute;
        width: 10%;
        background: #FFF;
        top: 80px;
        right: 20px;
        margin: 0 auto;
        padding: 10px;
}

#corpo {
	position: absolute;
	width: 60%;
	background: #FFF;
	top: 350px;
	left: 25%;
	overflow: hidden;
	font-family:Helvetica;
        text-align:justify;
        text-justify:inter-word;
}

#corpo img {
	width: 400px;
        height: auto;
}

#biblio {
	position: absolute;
	width: 60%;
	background: #FFF;
	top: 1450px;
	left: 25%;
	overflow: hidden;
	font-family:Helvetica;
}

#contacts {
        position: absolute;
        width: 20%;
        background: #FFF;
        top: 400px;
        left: 20px;
        overflow: hidden;
        font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
        font-family:Arial, Helvetica, sans-serif;

}


#menu ul {
    margin: 10px 0 15px 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    background: #FFF;
    overflow: hidden;
}

#menu ul li {
    margin: 0;
    padding: 0;
    display: block;
    font-size:24px;
    width: 33.3%;
    float: left;
}

#menu ul li a {
    text-decoration: none;
    padding: .2em 1em;
    color: #cbc19e;
    background-color: #FFF;
}

#menu ul li a:hover {
    color: #322918;
    background-color: #cbc19e;
}


@media (max-width: 1500px){

#container {
	position: absolute;
	width: 90%;
	background: #FFF;
	top: 20px;
	right: 4%;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	font-family: Helvetica;
}

#picture {
	position: absolute;
        height: 490px;
        background: #FFF;
        top: 460px;
        left: 9%;
        margin: 0 auto;
        padding: 10px;
}

#picture img {
	width: auto;
        height: 490px;
}

#banner {
	position: absolute;
        width: 60%;
        background: #FFF;
        top: 80px;
        left: 9%;
        margin: 0 auto;
        padding: 10px;
        overflow: hidden;
        font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
        font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
}

#logos {
        position: absolute;
        width: 10%;
        background: #FFF;
        top: 480px;
        right: 22%;
        margin: 0 auto;
        padding: 10px;
}

#logos img {
	width: 200px;
        height: auto;
}


#contacts {
	position: absolute;
        width: 20%;
        background: #FFF;
        top: 140px;
        left: 70%;
        overflow: hidden;
        font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
        font-family:Arial, Helvetica, sans-serif;
        font-size:28px;
}

#corpo {
        position: absolute;
	width: 80%;
	background: #FFF;
        top: 1000px;
        left: 10%;
	overflow: hidden;
        font-family:Helvetica;
	text-align:justify;
	text-justify:inter-word;
	font-size:30px;
}

#corpo img {
	width: 400px;
        height: auto;
}

#biblio {
        position: absolute;
	width: 60%;
	background: #FFF;
        top: 2900px;
        left: 20%;
	overflow: hidden;
        font-family:Helvetica;
        text-align:justify;
        text-justify:inter-word;
        font-size:25px;
}

#menu ul {
    margin: 10px 0 15px 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    background: #FFF;
    overflow: hidden;
}

#menu ul li {
    margin: 0;
    padding: 0;
    display: block;
    font-size:35px;
    width: 33.3%;
    float: left;
}

}
