Administrador de la clase de jakarta, un sistema de inventario
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
570 B

#top {
position: relative;
background-color: #043959;
color: white;
padding: 25px;
margin: 0px 0px 20px 0px;
}
.left_content {
background-color: #dddddd;
padding: 2px;
margin-left: 70px;
}
.right_content {
background-color: #dddddd;
padding: 5px;
margin: 0px 0px 0px 0px;
}
#top a:link, #top a:visited {
color: white;
font-weight : bold;
text-decoration: none;
}
#top a:link:hover, #top a:visited:hover {
color: black;
font-weight : bold;
text-decoration : underline;
}