﻿body {
    font-family: Arial;
    font-size: medium;
    margin: 0px;
    color:navy
}

h1, h2 {
    margin: 0px;
}

#topContent {
    background-color : white;
    text-align: left;
    color: black;
    font-size: xx-large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 5%;
}

#Menu {
    background-color : #AEB404;
    font-size: small;
    text-align: center;
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 8%;
}


#topContent a {
    text-decoration: none;
    color: #424242;
}


#mainContent 
{
    background-color:white;
    text-align: justify;
    margin-left: 0px;
    padding: 10px;
    width: 98%;
    height: auto;
    color:black;
}

#footerContent 
{
   background-color : #b0c4de;
    text-align: center;
    padding: 5px;
    margin-top:400px;
    color:navy;
}

#left {
				
    height   : 50px;
    min-width  : 20px;
    background-image:url(Fondo2.jpg);
	width:auto;
	color:navy;
}

#right {
    height : 50px;
    min-width   : 20px;
    background-image:url(Fondo2.jpg);
    color:navy
	width:auto;
}

#mid {
    width      : 90%;
    min-width  : 90%;
    height     : auto;
    
			
}