header{
	clear: both;
	background-color: #A1B8FF;
	text-align: center;
	font-size: 30px;
	font-family: cursive;
	min-height: 80px;
	padding: 10px;
	box-shadow: inset 0 0 5px 5px #FFA134;
}

h1{
	text-align: center;
	background-color: #A1B8FF;
}

div#divPropiedades{
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #5F77BF;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow-x: auto;
	overflow-y: auto;
}

footer{
	clear: both;
	background-color: #A1B8FF;
	text-align: center;
	min-height: 40px;
	padding: 10px;
	box-shadow: inset 0 0 5px 5px #FFA134;
}

table{
	border-style: solid;
	border-color: #800000;
	border-width: 1px;
	margin: 0 auto;
	width: 800px;
	border-collapse: collapse;
	box-shadow: -3px -3px 3px 3px #BDBDBD;
}

td, th{
	border-style: solid;
	border-color: #800000;
	border-width: 1px;
}

tr:hover{
	background-color: #BDBDBD
}