/********************************* S-Normalize */
article, aside, footer, header, hgroup, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
}
/* Impresion Papel */

html.papel body > section {
	display: none;
}
html.papel body > section.center {
	display: block !important;
}
html.papel body > section.center .most-viewed.module {
	display: none;
}
.page-list.module .v-box {
	overflow: hidden;
}
.page-list.module .v-box .p-box {
	float: left;
	width: 42%;
	position: relative;
	padding-top: 20px;
}
.page-list.module .v-box .p-box + .p-box {
	float: right;
}
.page-list.module .v-box .p-box a {
	display: block;
}
.page-list.module .v-box .p-box a img {
	width: 100%;
}
.page-list.module .v-box .p-box a .p-box-n {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
/* Impresion modo full */
html.full body > section {
	display: none !important;
}
html.full body > section.visor {
	display: block !important;
	position: static;
}
html.full body > section.visor .scroll-wrapper {
	width: auto !important;
	position: static;
}
html.full body > section.visor .scroll-wrapper .full-box {
	display: none;
}
html.full body > section.visor .scroll-wrapper .full-box.box-2 {
	display: block;
}
html.full body > section.visor .scroll-wrapper .full-box.box-2 {
	height: auto !important;
	position: static !important;
	width: auto !important;
	text-align: center !important;
}
html.full body > section.visor .scroll-wrapper .full-box.box-2 img {
	position: static !important;
	-webkit-transform: none !important;
	width: 90% !important;
}
html.papel .p-box-social-meta{
	display:none;
	}

/* Impresion modo Texto */
html.texto body > section {
	display: none !important;
}
html.texto body > section.text-version {
	display: block !important;
	position: static;
}
/********************************* TEXT VERSION */
.text-version.module {
	position: static;
	top: 47px;
	right: 60px;
	bottom: 0;
	left: 0;
	background: white;
	overflow: auto;
	font-family: Garamond, Georgia, serif;
	font-weight: 400;
}
.text-version-container .text-version-meta {
	overflow: hidden;
	padding: 13px 0;
	line-height: 18px;
}
.text-version-container .text-version-meta > * {
	display: block;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}
.text-version-container .text-version-meta h2 {
	padding: 0 5px 0 0;
}
.text-version-container .text-version-meta span {
	padding: 0 0 0 5px;
	border-left: 1px solid #666;
}
.text-version-container .text-version-meta h3 {
	float: right;
}
.text-version-nav {
	display: none;
}
.text-version-container header h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 110%;
	margin: 0;
}
.text-version-container header h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	padding-top: 10px;
}
.text-version-container header h2 span {
	text-transform: uppercase;
}
.text-version-social-meta {
	display: none;
}
.text-version-content p {
	padding: 10px 0;
	color: #333;
	line-height: 20px;
}
/* fontSizer steps */
.step-1 p {
	font-size: 15px;
}
.step-2 p {
	font-size: 16px;
}
.step-3 p {
	font-size: 17px;
}
.step-4 p {
	font-size: 18px;
}
.step-5 p {
	font-size: 19px;
}
.text-version-content p:first-child::first-letter {
	font-size: 70px;
	float: left;
	line-height: 65px;
	margin: 0 8px -5px 0;
	font-weight: bold;
}


