@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0 none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#575757;
}
ul, ol {
	list-style:none;
}
.header {
	background-color:#F9F9F9;
	border-bottom:1px solid #0092BB;
}
.header-content {
	position:relative;
	height:96px;
	line-height:96px;
}
.wrapper {
	margin-bottom:160px;
}
.header-content, .wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}
.header-content .logo {
	vertical-align:middle;
	height:53px;
}
.header-content .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.header-button {
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-18px;
	line-height:36px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#0092BB;
	color:#FFF;
	text-decoration:none;
	padding:0 20px;
	border-radius:3px;
}
.wrapper > h1 {
	margin-top:48px;
	margin-bottom:32px;
	font-size:32px;
	line-height:42px;
	color:#0092BB;
	font-weight:bold;
}
.wrapper p {
	font-size:16px;
	line-height:24px;
}
p + h2, div + h2 {
	margin-top:32px;
}
.wrapper > h2 {
	font-size:20px;
	font-weight:bold;
	line-height:1;
	padding-bottom:16px;
	border-bottom:1px solid #0092BB;
	margin-bottom:32px;
}
.wrapper > h3 {
	font-size:20px;
	font-weight:normal;
	line-height:1;
	margin-top:46px;
	margin-bottom:30px;
}
h3 .opcion {
	font-weight:bold;
	color:#0092BA;
}
.tools-container {
	overflow:hidden;
	margin-bottom:32px;
}
.separador-tools-container {
	border-bottom:1px solid #D2D2D2;
	padding-top:16px;
	margin-bottom:16px;
}
.tools-container .tool {
	float:left;
	margin-right:32px;
	border:1px solid #D2D2D2;
}
.tool.no-margin, .info-box-tool.no-margin {
	margin-right:0;
}
.tool.small {
	width:304px;
}
.tool.big {
	width:608px;
}
.tool.margin {
	margin-top:32px;
}
.tool-img, .tool-info {
	padding:16px;
}
.tool-img {
	height:270px;
	text-align:center;
	border-bottom:1px solid #D2D2D2;
}
.tool-img img {
	max-width:100%;
	height:auto;
}
.tool-info {
	min-height:48px;
}
.tool-info h3, .tool-info li {
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#0092BB;
}
.tool-info ul {
	margin-top:8px;
	overflow:hidden;
}
.tool-info li {
	width:50%;
	float:left;
}
.instructions li {
	margin-bottom:32px;
}
.instructions p {
	line-height:48px;
}
.title-step .num {
	display:inline-block;
	width:47px;
	text-align:center;
	margin-right:24px;
	background-color:#F9F9F9;
	border-left:1px solid #0092BB;
	font-size:20px;
	font-weight:bold;
}
.screenshot {
	background-color:#F9F9F9;
	margin-top:32px;
	padding:32px 0;
	text-align:center;
}
.screenshot img.single {
	width:470px;
}
.screenshot img.double {
	width:430px;
}
.double:first-child {
	margin-right:32px;
}
p + .screenshot {
	margin-top:16px;
}
.alert, .info-box {
	border-style:solid;
	border-width:1px;
	padding:32px;
	margin-top:32px;
}
.alert {
	border-color:#EF1D1D;
}
.alert h3, .alert p {
	color:#EF1D1D;
}
.alert h3, .info-box h3 {
	margin-bottom:16px;
}
.alert h3, .info-box h3 {
	line-height:1;
}
.info-box, .info-box-tool {
	border:1px solid #0092BB;
	overflow:hidden;
}
.info-box h3, .info-box p, .info-box-tool h3, .info-box-tool p {
	color:#0092BB;
}
.info-box-tool {
	padding: 32px;
}
.info-box-tool h3 {
	line-height:32px;
	margin-bottom:6px;
}
.info-box-tool p {
	font-size:16px;
	line-height:24px;
}
.sub-steps {
	list-style-type: square;
	list-style-position:inside;
	margin-bottom:48px;
}
.sub-steps li {
	line-height:24px;
}
.sub-steps li:last-child {
	margin-bottom:0;
}
.title-step {
	line-height:48px;
}
.title-step, .sub-steps li {
	margin-bottom:32px;
}
.region-boton-box {
	float:right;
	margin-top:32px;

}
.region-boton-box img, .region-boton-box a {
	vertical-align:middle;
}
.boton-box {
	display:inline-block;
	margin-left:15px;
	line-height:36px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#0092BB;
	color:#FFF;
	text-decoration:none;
	padding:0 20px;
	border-radius:3px;
}