html { font-family: Verdana; font-size: 16px; }

#central 
{
	text-align: center;
	margin-top: 10px auto 0;
	padding: 0 20px;
}

#central p a { color: #F7941E }

/* Botones de la portada */
a#logo {
    display: block;
	margin: 10px 10px 20px;
}
a#logo img { max-width: 100%; }
a.btn {
    border: 2px solid #3E477D; 
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	behavior: url(css/border-radius.htc);
	-webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.24);
	display: inline-block;
	margin: 10px;
	text-decoration: none;
	width: 350px;
} 
a.btn .btn-inner {
    background: transparent;
	border: 1px solid #ECECEA;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	behavior: url(css/border-radius.htc);
	-webkit-box-shadow: 0 -25px 25px -10px rgba(0, 0, 0, 0.24) inset, 0 25px 25px -12px rgba(128, 128, 128, 0.5) inset;
	box-shadow: 0 -25px 25px -10px rgba(0, 0, 0, 0.24) inset, 0 25px 25px -12px rgba(128, 128, 128, 0.5) inset;
	display: block;
	padding: 20px 100px 20px 50px;
	position: relative;
	text-align: left;
}
a.btn .btn-text {
    color: #FFF;
	font: normal 50px/1 Helvetica, Arial, sans-serif;
	text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.6);
}
a.btn .btn-icon {
    background: url(../images/launch_btn_icon.png) no-repeat top left;
	height: 56px;
	position: absolute;
	right: 16px;
	top: 17px;
	width: 76px;
}
a.btn:hover {
    border-color: #333;
	-webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.4);
}
a.btn:hover .btn-inner { border-color: #EEEEEC; }
a.btn:hover .btn-text { text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.6), -1px -1px 6px rgba(0, 0, 0, 0.6); }
/* fin Botones de la portada */

#help {
    margin: 0 auto 50px;
	overflow: hidden;
	text-align: left;
    max-width: 700px;
}
#help > div {
    background: #FFF;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	behavior: url(css/border-radius.htc);
	border-style: solid; 
    border-width: 3px; 
	float: left;
	/*height: 180px;*/
	padding: 12px;
	/*max-width: 600px;*/
}
#help .two_col { overflow: hidden; }
#help .two_col a.glchecker, #help .two_col div.ntrlink { float: left; }
#help .two_col h3 { float: right; }

#help > div h3 {
    font: normal 20px Arial, sans-serif; 
	font-weight: bold;
	margin: 0;
	/*text-decoration: underline;*/
	/*width: 140px;*/
}
#help > div h3.oneline { line-height: 2; }
#help > div ul { margin: 0 }
#help > div p {
	color: #343434;
	font: normal 18px Arial, sans-serif;
	line-height: 1.2;
	margin: 10px 0 0 0;
}
#help #glchecker { margin-right: 20px; }
#help #glchecker a.glchecker {
    background: url(../images/installation_help_box.png) no-repeat top left; 
	color: #FFF;
	font: bold 11px Arial, sans-serif;
	height: 40px; 
	padding: 9px 25px 0px 53px;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .6);
	width: 74px;
}

#help #ntrsupport { margin-left: 20px; }
#help #ntrsupport div.ntrlink {	height: 49px; width: 149px; }

@media (max-width: 710px)
{
	#help { width: 330px; }
	#help #glchecker { margin-right: 0px; margin-bottom: 20px; }
	#help #ntrsupport { margin-left: 0px; }
}