*{
 padding: 0;
 margin: 0;
}
body{
 background-color: #2db41f;
}
#uno{
color: #2db41f;
text-align: center;
font-size: 40px;
}
#dos{
color: #2db41f;
text-align: center;
font-size: 20px;
}
#tres{
color: #2db41f;
text-align: center;
font-size: 15px;
}
#iuno{
margin-left:5px;
margin-top:5px;
}
#idos{
margin-right: 5px;
margin-top: 5px;
}
#contenedor{
 width: 950px;
 margin: auto;
}
#enlaces{
text-align: center;
}
#textouno{
font-size: 40px;
font-family: Comic Sans MS;
}
main{
 width: 950px;
 height: 100px;
 background-color: black;
}
header nav{
 text-align: center;
 background-color: white;
 margin-top: 5px;
}
header nav ul li{
display: inline-block;
padding: 10px;
}
header nav ul li a{
text-decoration: none;
font-family: fantasy;
font-size: 15px;
color: black;
font-weight: bold;
}
header nav ul li a:hover{
color: #2db41f;
}
section{
float: left;
width: 750px;
height: 830px;
margin-top: 5px;	
background-color: white;
text-align: center;
margin-bottom: 5px;
}
aside{
float: left;
width: 195px;
height: 300px;
margin-left: 5px;	
margin-top: 5px;
background-color: white;
}
aside:nth-of-type(1){
height: 40px;
}
aside:nth-of-type(2){
height: 785px;	
text-align: center;
}
footer{
clear: both;
width: 950px;
height: 50px;
background-color: black;
text-align: center;
line-height: 50px;
font-style: italic;
color: white;
margin-bottom: 5px;
}
body {font-family: Arial, Helvetica, sans-serif;}

table{    
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
margin: 45px;
width: 480px;
text-align: left;
border-collapse: collapse;
}

th { 
font-size: 13px;
font-weight: normal;
padding: 8px;
background: #b9c9fe;
border-top: 4px solid #aabcfe;
border-bottom: 1px solid #fff;
color: #039;
}

td{
padding: 8px;
background: #e8edff; 
border-bottom: 1px solid #fff;
color: #669;
border-top: 1px solid transparent;
}

tr:hover td { background: #d0dafd; color: #339; }
