body{
    background-color: #66b3ff;
}
section {
    text-align: center;
    background-color: white;
    margin-left: 180px;
    padding-left: 20px ;
    margin-right: 180px;
    padding-right: 20px ;
    padding-bottom: 20px;
    border-radius: 5px;
}
th {
    text-align: left;
}
.inactive{
    background-color: yellow;
}

title{
    color:#0000ff;
}
table, th, td {
    border: 1px solid black;
    
}
table, h3 {
    margin: 0 auto;
}
td.n1 {
    background-color: greenyellow;
    border-radius: 5px;
}
h3{
   text-shadow: 2px 2px 1px greenyellow; 
    
}
header h1 {text-align: center;
	font-family: Unlock;
	color:  #0080ff;
	background-color: #6699ff;
	text-shadow: 2px 2px 1px #FFFFFF;
}
/* CSS del Menu */
nav {background-color: #000099;}

nav ul  li {display: inline;}

nav ul li a {text-decoration: none;
	color: #006A55;
	background-color: gray;
	font-size: 1.3em;
	padding: 0px 36px 10px 36px;

	margin: 2px;
	position: relative;
	top: -2px;
	
	border-radius: 0px 0px 8px 8px;
	text-shadow: 2px 2px 1px #FFFFFF;
	text-align: center;
}

nav ul li a:hover {color: gray;
	background-color: #ff9900;
	text-shadow: 2px 2px 1px #FA2222;
	text-align: center;
	box-shadow: 2px 2px 4px #000000;
}
