/* -------------------
	Global Resets 
--------------------*/

body{  background: #3b2360; font-size: 24px; line-height: 200%; }

html, body{
   margin:0; margin-top: 0.5em; 
   padding:0;
}
.center { text-align: center; }
.clear { clear: both; } /*fixes container height*/ 

p, input, select, button { font-size: 24px; font-family: "Times New Roman", Times, serif; }
p { line-height: 200%;}
/* input, select { font-size: 100%; } */    
    

    #myestilo { font-weight: bold; text-align: center;  background: #FFFFFF;  }
    #container { position: static; width: 1010px; margin-left: auto; margin-right: auto; background: #FFFFFF; }
    #jeo_container { position: relative; height: 650px;}
    #canvas_BG {     position: absolute; height: auto; }
    #canvas_FG {      position: absolute; z-index:10; height: auto; }
    #instrucciones { position: relative; clear: both; }
    h1 { text-align: center; }
	
	.scorebutton { width: 80%; margin:  0 10% 0 10%; 
   text-align: center;
  text-decoration: none;
  }
	
input[type=option] {
    background-color: #999999;
    padding: 0.2em;
    margin-left: 0.5em; 
    margin-right: 0.5em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
   }	
input[type=button] {
    background-color: #4CAF50;
    color: white;
    padding: 0.2em;
    margin-left: 0.5em; 
    margin-right: 0.5em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}