*{
margin:0px;
padding:0px;
}

body {
width: 90%;
margin:auto;
background-color:#EECD61;
}

header{
background-color:rgb(198, 245, 243);
height:140px;
width: 90%;
display:block;
margin: auto;
float: left;
border-top:solid 5px rgb(198, 245, 243);
}

#logo23{
display: block;
float:left;
}


/*navegacion*/
nav ul {
list-style:none;

}

nav ul li{
line-height:0px;
float:left;
}

nav ul li a{
display:block;
padding:20px 21px 10px 21px;
color:rgba(0, 26, 63, 0.74);
font-size:15px;
text-decoration:none;
}

nav ul li a:hover{
color:rgb(229, 5, 135);
border-bottom:solid 1px rgb(229, 5, 135);
}

/*fin de navegacion*/



main{
background-color: #001A3F;
width:90%;
height:auto;
float:left;
font-size:14px;
margin-bottom: 20px;
}


aside{
background-color:#ce63ab;
color:white;
float:right;
width:18%;
padding:23px 32px 0px 32px;
height:auto;
text-align:left;
font-size:12px;
margin-top: -3747px
}
h3{
color:white;
margin: 10px;
}
#tp{
color:red;
}
#tp:hover{
background-color: white;
border-color: black;
}
#foto{
width: 80px;
height: 75px;
background-color:rgb(220, 80, 240);
float: right;
padding: 10px;
}

footer{
clear:both;
margin:auto;
margin-bottom:50px;
display: block;
width:600px;
color: #020E27;
font-size: 10px;
line-height: 140%;
text-align: center;
}
