#body {
background-color: #fff;
color: #000;
font: 10px trebuchet ms, serif;
text-align: center;
overflow: auto;
}

#logo {
background-color: #fff;
margin: 0px auto;
position: relative;
top: 7px;
width: 900px;
height: 60px;
float:bottom;
}

#opener {
background-color: #fff;
margin: 0px auto;
position: relative;
top: 14px;
width: 900px;
height: 326px;
float:bottom;
}

#text {
background-color: #fff;
margin: 0px auto;
position: relative;
top: 30px;
width: 900px;
height: auto;
text-align: justify;
}
#uno {
background-color: #fff;
margin-right: 15px;
width: 290px;
height: auto;
float:left;
}
#due {
background-color: #fff;
margin-right: 15px;
width: 290px;
height: auto;
float:left;
}
#tres {
background-color: #fff;
width: 290px;
height: auto;
float:left;
}






a {
color: #1B90E1;
text-decoration: none;
font-style: italic;
font-weight:bold;
}
a:hover {
color: #1B90E1;
text-decoration: underline;
font-style: italic;
font-weight:bold;
}