body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	background-color: #496093;
	background-image: url("https://mittemot.serveblog.net/media/img/deg.bmp");
	background-repeat: repeat-x;
}

header {
    background: #000;
    color: #fff;
    padding: 0px 0;
    text-align: center;
}

main {
    display: flex;
    padding: 0px;
}

.content {
    flex: 3;
    padding-right: 10px;
	
	
}

aside {
	max-width: 30%;
    flex: 1;
    padding: 10px;
	background-color: #ccddff;
	border-radius: 10px;
	margin-bottom: 18px;
   
}

footer {
    background: #ccddff;
    color: #000;
    padding: 5px 0;
    text-align: center;
	border-radius: 10px;
}

table {
	border-radius: 10px;


            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border-bottom: 1px solid black; /* Solo muestra la línea inferior */
            padding: 8px;
           
        }
        th {
            background-color: #f2f2f2;
        }

a {
	text-decoration: none;
	color: #0000FF;
}

a:link {
color: #0000AA;
}

a:visited {
color: #ff0000;
}

a:focus {
color: #ff0000;
}

a:hover {
color: #0066ff;
}

a:active {
color: #0066ff;
}