body {
	margin: 0;
	background: #f9f9f9;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#666666;
}

.txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#666666;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#006699;
	text-decoration:none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#006699;
	text-decoration:underline;
}

p {margin: 10px 0;}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

a.link{font-size: 14px; color: #ffffff; background-color: #03a6ff; padding: 6px 12px; border-radius: 20px;}
a.link:hover{text-decoration: none;}

/* The container */
.container {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Arial, Helvetica, sans-serif;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

@media (min-width:920px) { 

#topo {width:100%; height: 50px; background-color: #fff;}
    
#topocont {
    width: 980px;
    left: 50%;
    margin-left: -490px;
    position: relative;
    height: 50px;
    text-align: left;   
}

#topocont img {
    width: auto;
    height: 24px;
    margin-top:12px;
}
    
#logo{float:left;}
#menu{float: right; margin-top: 15px;}

#cont {
    width: 980px;
    left: 50%;
    margin-left: -490px;
    position: relative;
    margin-top: 40px;
}
    
#contesq {
    width: 650px;
    display: inline-block;
    margin-right: 25px;
}
    
#resultado {}
    
#contdir {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}
    
#texto{
	width: 600px;
	height: 460px;
	border: 1px solid #ccc;
	color: #666666;
	font-size: 14px;
	line-height:20px;
	padding: 8px;
	background-color: transparent;
}    
    
h1 { 
	font: 24px Arial, 'Helvetica', Verdana, sans-serif;
	color: #03a6ff;
    margin: 0 0 20px 0;
    font-weight: bold;
}
    
#ads {
    margin: 0 0 20px 0;
}
    
}

@media (min-width: 10px) and (max-width: 919px) { 

#topo {width:100%; height: 50px; background-color: #fff;}
    
#topocont {
    width: 100%;
    height: 50px;
    text-align: center;   
}

#topocont img {
    width: auto;
    height: 24px;
    margin-top:12px;
}
    
#logo{text-align: center;}
#menu{display: none;}

#cont {
    width: 90%;
    left: 50%;
    margin-left: -45%;
    position: relative;
    margin-top: 40px;
}
    
#contesq {
    width: 100%;
    margin: 0;
}
    
#resultado {
    text-align: center;
}
    
#contdir {
    width: 100%;
    vertical-align: top;
    margin: 20px 0;
}
    
#texto{
	width: 100%;
	height: 290px;
	border: 1px solid #ccc;
	color: #666666;
	font-size: 14px;
	line-height:20px;
	padding: 8px;
	background-color: transparent;
}    
    
h1 { 
	font: 18px Arial, 'Helvetica', Verdana, sans-serif;
	color: #03a6ff;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: bold;
}
    
#ads {
    margin: 0 0 40px 0;
    text-align: center;
}
    
}