@charset "utf-8";
/* CSS Document */		   

		
			body, html {
				font-family: Arial, sans-serif;
				font-size: 20px;
				height: 100%;
				width: 100%;
				margin: 0px;
				padding: 0px;	
				background:#FFA07A; }

			#main {
			   height: 80%;
			   display: -webkit-flex;
			   display:  flex;
			   flex-flow: row;}

			#main section {								
				display: -webkit-flex;
			    display: flex;
			    flex-direction: column;
			    -webkit-flex-direction: column;
			    
				
				/* background:#9ee0fb;         ffcad2   */	
				color:#060683;
				margin: 5px;
				flex: 3 1 90%;
				order: 2;}
		
			nav a {
				
				color:#9ee0fb;
				margin-top: 1px;
				margin-bottom: 5px;
				flex: 1 6 5%;
				order: 1;}
			
			#main aside {
				background:#9ee0fb;
				color:#060683;
				margin-top: 10px;
				margin-bottom: 5px;
				flex: 1 6 5%;
				order: 3;}			
			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 {
				font-size:12px;
				color:#9ee0fb;
				display: block;
				padding:2px;				
				min-height: 6%;
				background:#060683;}
			button {
	            line-stacking: 10%;
	            height: 30px;
	            width: 150px;}			
            #main section #respuesta {
	            height: 25px;
	            width: 300px;}

	        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;}	    
      
	         a{
				 text-decoration:none}