/**	CSS Document 
	------------------------------------- */
	
	* { margin: 0px; padding: 0px; }
	
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 62.5%;
		background: #fff;
		}
		
		body a {
			text-decoration: none;
			color: #333;
			}
		
		body a#btn_sim,
		body a#btn_nao {
			font-size: 2.5em;
			padding: 8px 20px;
			background: #f4f4f4;
			}
			
			body a#btn_sim:hover,
			body a#btn_nao:hover {
				background: #333;
				color: #fff;
				}
		
		.c { text-align: center }
		
		h1, h2 {
			font-family: "Franklin Gothic Medium", Arial, Verdana, sans-serif;
			}
		
		h1 {
			font-size: 3.2em;
			font-weight: 100;
			/* border-bottom: 3px solid #ddd; */
			color: #666666;
			letter-spacing: -2px;
			margin: 10px 0px;
			padding: 0 0 10px 0;
			}
			
		h2 {
			font-size: 2.2em;
			font-weight: normal;
			color: #666666;
			letter-spacing: -1px;
			margin: 10px 0px;
			}
		
		p, ol, ul {
			font-size: 1.2em !important;
			line-height: 1.8em;
			}
			
			ol { 
				margin: 20px 0px; 
				list-style-position: inside;
				margin-left: 20px;
				}
				
				ol li { border-bottom: 1px solid #ddd; }
				
			ul { 
				font-size: 1em !important;
				list-style-type: square;
				list-style-position: inside;
				margin-left: 20px;
				}
				
				ul li { border-bottom: none }
		
		pre {
			border-left: 3px solid #ddd;
			padding-left: 10px;
			margin: 10px 0 10px 20px;
			line-height: 1.2em;
			}
			
		pre span.var {
			color: red;
			font-weight: bold;
			}
			
		pre span.comment {
			color: green;
			font-weight: bold;
			}
		
		.box {
			margin: 0px 10px 10px 10px; 
			}
			
			#controller_box {
				font-size: 1.1em;
				padding: 30px;
				}


#popup-texto {
	position: fixed;
	_position: absolute;
	top: 20%;
	left: 35%;
	width: 400px;
	height: 250px;
	z-index: 999;
	cursor: pointer;
}
