html, body{
	width: 100%;
	height: 100%;
	padding: 0%;
	margin: 0%;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
			
body{
	background-color: #6EC5E9;
	text-align: center;
	font-size: 22px;
	margin-top: 20px;					
}

table{
	text-align: left;	
	margin: auto;
 }
 
.precio{
	text-align: right;
}
			
td{
	background-color:#DBD7D7;
}

th{
	background-color: gray;
}