@charset "utf-8";
/* CSS Document */
body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;	
}
#main{
	height: auto;
	display: -webbkit-flex;
	display: flex;
	flex-flow: row;
}
#main article{
	background: #CFC;
	flex: 3 1 60%;
	order: 2;
	height: auto;
	margin: 5px;
}
#main nav{
	background: #CCF;
	flex: 1 6 20%;
	order: 1;
	padding: 20px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#main aside{
	background: #CCF;
	flex: 1 6 20%;
	order: 3;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
header, footer {
	display: block;
	min-height: 10%;
	background: #FC6;
	margin: 10px;
	padding: 10px;
}
p {
	font-size : 12pt;
	font-family : arial,helvetica;
	font-weight : normal;
	text-align: left;
} 
h1 {
	font-size : 36pt;
	font-family : verdana,arial;
}
h22 {
	font-size : 20pt;
	font-family : verdana,arial;
	background-color: #CCC;
	text-align: center;
	font-weight: bold;
	display: block;
} 
body {
	background-color : #FFF;
	font-family : arial;
	color : #000;
}
.centrado {
	text-align:center;
}

#fecha {
	color: #00F;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	border: thick groove #06F;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 30px;
	width: 500px;
	text-align: center;
	padding: 15px;
}

#calculo 
  {
	color: #000;
	/* [disabled]background-color: #C4BEAB; */
	font-weight: lighter;
	font-size: 14px;
	padding: 15px;
	border-radius: 24px;
	-moz-box-shadow: inset 0 0 15px 5px #96C;
	-webkit-box-shadow: inset 0 0 15px 5px #96C;
	box-shadow: inset 0 0 15px 5px #96C;
	width: 400px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;

  }
