
@charset "utf-8";
/* CSS Document */		   

		
			body, html {
				font-family: Arial, sans-serif;
				font-size: 20px;
				height: 100%;
				width: 100%;
				margin: 0px;
				padding: 0px;	
				background:#C0C0C0; }

			#main {
			   height: 110%;
			   display: -webkit-flex;
			   display:  flex;
			   flex-flow: row;}

			#main section {								
				display: -webkit-flex;
			    display: flex;
			    flex-direction: column;
			    -webkit-flex-direction: column;				
				color:#060683;
				height: 90%;
				margin-top: 10px;
				margin-bottom: 5px;
				flex: 1 6 50%;
				order: 1;}

			#main aside {
				height: 90%;
				background:#fcfdfe;
				color:#060683;
				margin-top: 10px;
				margin-bottom: 5px;
				flex: 1 6 50%;
				order: 2;}			
			header {
				color:#9ee0fb;
				display: block;
				padding:2px;				
				min-height: 10%;
				background:  no-repeat -moz-linear-gradient(top, rgba(6,6,131,1) 0%,   rgba(78,122,183,1) 100%);}
			footer, a {
				
				font-size:12px;
				color:#9ee0fb;
				display: block;
				padding:2px;				
				min-height: 6%;
				background:#060683;}
			button {
	            line-stacking: 10%;
	            height: 30px;
	            width: 150px;}			
            

	        button {
				font-family:"Times New Roman", Times, serif;
				color:#9ee0fb;                                     /* color de letra del boton  */
				background:#060683;
				border-color:#060683;
				border-bottom-color:#060683;
	            line-stacking: 4%;
	            height: 25px;
	            width: 100px;}	    
      
