
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
	font-weight: bold;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Roboto';
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
/*
img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 12px;
	/*font-size: 0.8125rem;*/
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text,
.wp-caption-text {
	margin: 0.8075em 0;
	text-align: right;
}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

/*----------------------------------------------------------------
// LAYOUT GENERAL
//--------------------------------------------------------------*/

body {
	font-family: 'Roboto';
	-webkit-font-smoothing: antialiased;
}
p {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
h1 {
	font-size: 24px;
	font-weight: 500;
}
h3 {
	font-size: 30px;
	width: 100%;
	color: #000;
	text-align: center;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 25px;
}
.wrapper {
	max-width: 960px;
	margin: auto;
}
.site-content {
    min-height: 710px;
}
.top_bar {
	background: #000;
	width: 100%;
	padding: 8px 0;
	float: left;
	margin-bottom: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.circle_btn {
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
	box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	font-size: 15px;
	text-align: center;
	line-height: 24px;
	padding-left: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.circle_btn.fa-envelope {
	font-size: 13px;
}
.circle_btn:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}
.link {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}
.link:hover {
	text-decoration: underline;
}
.top_bar .link {
	margin-left: 16px;
	line-height: 24px;
}
.site-header {
	max-width: 960px;
	margin: auto;
}
.logo img {
	height: 55px;
}
.item_number {
	border-radius: 100%;
	border: 2px solid #ccc;
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 7px;
	margin-right: 8px;
}
.cart_header {
	float: right;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.cart_header:hover {
	color: #333;
	text-decoration: none;
}
.cart_header .woocommerce-Price-amount {
	font-size: 17px;
	color: #333;
}
#shipping_method .woocommerce-Price-amount {
	display: inline;
}
.header_buscador {
	border-radius: 3px;
	background: #EEEEEE;
	float: right;
	padding: 7px 10px;
}
.header_buscador input {
	background: none;
	border: none;
	font-size: 16px;
	padding: 0;
	font-weight: 600;
	width: 170px;
	margin-bottom: 0;
}
.header_buscador input::-webkit-input-placeholder {
	color: #666;
}
.header_buscador input:-ms-input-placeholder {
	color: #666;
}
.header_buscador input::-ms-input-placeholder {
	color: #666;
}
.header_buscador input::placeholder {
	color: #666;
}
.header_buscador input.fa {
	width: auto;
	color: #666;
	font-size: 18px;
}
.menu {
	border-top: 1px solid #CCCCCC;
	border-bottom: 4px solid #CCCCCC;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 12px 0;
}
.menu ul li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	color: #333333;
	padding: 1px 0;
}
.menu ul li:first-child {
	border: none;
}
.menu ul li a {
	color: #333333;
}
.menu .fa-times-circle{
	position: absolute;
	right: 13px;
	top: 7px;
	color: #EF4023;
	font-size: 26px;
}
.not-found {
	text-align: center;
}
.content-area {
	width: 100%;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-area.has_sidebar {
	padding-right: 230px;
}
.content_left,
.single.single-product .content_left {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 728px;
	vertical-align: top;
}
.woocommerce-account .entry-content {
	width: 100%;
}
.modulo_home_main {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.modulo_home_main_top {
	  margin-top: 18px;
/*	      border-bottom: 5px solid black;
    padding-bottom: 14px;*/
}


.modulo_home_main_top.libros{
    float: none;
    overflow: auto;
}

.modulo_home_main_top.libros .bajada{
	font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 0;
    width: 100%;
}

.modulo_home_main_top.libros .autor{
	color: black;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}

.modulo_home_main_top.libros h3{
	margin-bottom: -2px;
}


.modulo_home_main_top p{
	 font-size: 18px;
    line-height: 24px;
}

.modulo_home_main_top .link_categoria{
	    font-weight: 600;
}

.modulo_home_main_top h3{
	font-family: "Spectral";
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
    text-align: left;
    margin-bottom: 5px;
}




.modulo_home_main.libros_content .bloque{
    margin-right: 0;
    width: 100%;
    border-right: 0;
    padding-right: 0;
}


.modulo_home_main.libros_content .bloque > img{
	width: 100%;
    max-width: 230px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    border-right: 1px solid #bfbfbf;
    padding-right: 20px;
    margin-right: 20px;
}
.modulo_home_main.libros_content  .desc {
	text-align: center;
}
.modulo_home_main.libros_content  .desc p {
	font-size: 16px;
	font-weight: 300;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: left;
}
.modulo_home_main.libros_content {
	margin-top: 10px;
}
.modulo_home_main.libros_content  .desc .btn{
    display: inline-block;
height: 28px;
    /* padding: 6px 60px; */
    border-radius: 3px;
    margin-top: 10px;
    width: 180px;
    line-height: 28px;
    padding: 0;
}

.modulo_home_main.libros_content  .desc p:last-child{
	margin-bottom: 0;
}

.modulo_home_main.dossier_content .bloque{
	width: 33.33%;
	padding-right: 0px;
	margin-right: 20px;
	border-right: none;
}

.modulo_home_main.dossier_content .bloque:last-child{
	margin-right: 0;
}

.modulo_home_main.nueva_edicion_content .edicion_cover {
	width: 100%;
	max-width: 230px;
	float: left;
}
.modulo_home_main.nueva_edicion_content .edicion_cover img {
	padding: 5px;
	box-sizing: border-box;
}
.modulo_home_main.nueva_edicion_content .title {
	display: inline-block;
	float: none;
	width: auto;
	font-size: 40px;
}
.modulo_home_main.nueva_edicion_content h3.title {
	margin-bottom: 0px;
	font-size: 36px;
	line-height: 36px;
	float: none;
	font-weight: 600;
	display: inline;
}
.modulo_home_main.nueva_edicion_content .bloque_left {
	width: 100%;
    max-width: 230px;
    float: left;
    margin-right: 25px;
}
.modulo_home_main.nueva_edicion_content .bloque_left .ultima_edicion_footer {
	display: block;
	float: left;
}
.modulo_home_main.nueva_edicion_content .bloque_left .ultima_edicion_footer a {
	display: block;
	width: 100%;
	margin: 0;
	margin-top: 9px;
}
.modulo_home_main.nueva_edicion_content h3.title a {
	color: #000;
}
.modulo_home_main.nueva_edicion_content .link_categoria {
	display: block;
}
.modulo_home_main.nueva_edicion_content .bloque {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.modulo_home_main.nueva_edicion_content ul {
	list-style: none;
	display: inline-block;
	padding-left: 0;
	margin-top: 0;
	border-top: 1px solid #bfbfbf;
	max-width: 450px;
}
.modulo_home_main.nueva_edicion_content ul li {
	border-bottom: 1px solid #bfbfbf;
	padding: 10px 0;
}
.modulo_home_main.nueva_edicion_content ul li a {
	color: #000;
}
.modulo_home_main.nueva_edicion_content .bajada {
	float: none;
}
.content_right {
	width: 210px;
	vertical-align: top;
	position: absolute;
    right: 0;
    top: 0;
}
.content-area.logged_in_ {
	min-height: 630px;
}
.bloque {
	width: 50%;
	/*max-width: 352px;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.modulo_home_main .bloque:first-child {
	margin-right: 20px;
}
.modulo_home_main .bloque {
	float: inherit;
}
.link_categoria {
	color: #ED3F21;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 7px;
}
.bloque_content {
	margin-top: 10px;
}
.title {
	font-family: "Spectral";
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 7px;
	float: left;
	width: 100%;
	color: #000000;
}
.autor {
	color: #858585;
	font-size: 14px;
	margin-bottom: 3px;
	float: left;
	width: 100%;
}
.bajada {
	font-size: 16px;
	line-height: 22px;
	float: left;
	width: 100%;
}
.bajada_editorial {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
}
.ingresar {
	width: 100%;
	border: 4px solid #EF4023;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 5px;
}
.ingresar span {
	font-weight: 500;
	padding-bottom: 10px;
	float: left;
}
.ingresar form {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
input, textarea {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	font-size: 14px;
	padding: 7px 10px;
	margin-bottom: 7px;
}
input::-webkit-input-placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}
input::-ms-input-placeholder {
	color: #000;
}
input::placeholder {
	color: #000;
}
.ingresar form input {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn, .button, .wpcf7-submit {
	background: #EF4023;
	color: #fff;
	width: 100%;
	text-align: center;
	border: 0;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 0;
	font-family:'Roboto';
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.woocommerce .subscription_details a.button {
	font-size: 16px;
    padding: 10px 0;
}
.woocommerce .subscription_details a.button.resubscribe {
	display: none;
}
.btn:hover, .button:hover, wpcf7-submit:hover {
	background: #FD823C;
	text-decoration: none;
}
.btn.outline {
	border: 2px solid #EF4023;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
}
.btn.outline:hover {
	background: #EF4023;
	color: #fff;
}
.btn.btn_gray {
	background: #CCCCCC;
	color: #333;
	margin-top: 5px;
	margin-bottom: 10px;
}
small {
	font-size: 12px;
	color: #383F46;
}
.ingresar small {
	clear: both;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.ingresar form .login-remember input {
	width: auto;
}
.login-remember label {
	font-size: 13px;
}
#customer_login .u-column1.col-1 {
	display: none;
}
#customer_login .u-column2.col-2 {
	width: 100%;
}
.user_name {
	width: 100%;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
}
a {
	color: #EF4023;
}
a:hover {
	text-decoration: underline;
}
.etiqueta {
	color: #EE3F22;
	font-weight: 600;
	float: left;
}
.edicion {
	float: right;
	font-weight: 500;
}
.banner_small {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
}
.line {
	background: #DDDDDD;
	height: 1px;
	width: 100%;
	margin: 25px 0;
	display: inline-block;
}
.banner_home_bottom{
	display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.banner_home_middle{
	display: flex;
	justify-content: flex-start;
	align-items:center;
	text-align: center;
    width: 100%;
    margin-top: 20px;
}

/* ULTIMA EDICION */

.ultima_edicion {
	border: 4px solid #000;
	padding: 20px;

	/*margin-right: 20px;*/
}
.ultima_edicion_wrapper {
	display: table;
	margin-bottom: 10px;
}
.ultima_edicion_footer {
	display: table;
	width: 100%;
}
.ultima_edicion_footer .btn_descargar {
	width: 200px;
	margin-right: 20px;
}
.ultima_edicion_footer .btn_sumario {
	display: table-cell;
}
.edicion_cover {
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin-right: 20px;
}
.ultima_edicion .edicion_cover {
	width: 200px;
}
.edicion_cover img {
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.edicion_cover:hover img {
	background: #EF4023;
}
.ultima_edicion_content {
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.ultima_edicion_mes {
	font-size: 24px;
	font-weight: 500;
}
.ultima_edicion .title {
	font-size: 28px;
	margin-top: 5px;
}
.ultima_edicion_content .bajada {
	line-height: 23px;
	display: inline;
	margin-bottom: 0;
}
.line_small {
	width: 100%;
	height: 1px;
	background: #DDDDDD;
	margin: 20px 0;
	display: inline-block;
}
.ultima_edicion .autor {
	font-size: 16px;
	margin-bottom: 7px;
}
.title.title_small {
	font-size: 22px;
	margin-top: 0;
}
.ultima_edicion_content .btn {
	margin-top: 11px;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.banner_suscripcion {
	background: #000;
	padding: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.banner_suscripcion img {
	margin-top: 20px;
}
.banner_suscripcion .btn {
	border-radius: 5px;
	padding: 16px 0;
	font-size: 16px;
	bottom: 0px;
	left: 0;
	position: absolute;
}
.content_ultima_edicion.hide_edicion {
	padding-right: 0;
}
.content_ultima_edicion.hide_edicion .content_left {
	display: none;
}
.content_ultima_edicion .content_right {
	height: 100%;
}
.banner_suscripcion p {
	text-align: left;
}
.wrapper_relative {
	position: relative;
	width: 100%;
	height: 100%;
}

/* ITEMS */
.items_wrapper {

}
.item {
	width: 25%;
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
}
.item:hover {
	text-decoration: none;
}
.nota_web .item {
	width: 33.33%;
	float: inherit;
	vertical-align: top;
}
.item img {
	width: auto;
	max-width: 100%;
	padding: 7px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.item:hover img {
	background: #EF4023;
}
.libros_home .item img {
	height: 214px;
}
.item span {
	width: 100%;
	display: block;
	max-width: 140px;
	margin: auto;
	font-size: 16px;
	margin-top: 8px;
	color: #000;
	font-weight: 500;
}
.ediciones_home .item span {
	max-width: 100% ;
}
.libros_home .item {
	float: inherit;
	vertical-align: top;
}
.libros_home .item span {
	font-size: 15px;
}
.item .bloque_img img {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.item .bloque_content {
	text-align: left;
	display: inline-block;
}
.item .title {
	font-size: 21px;
}
.item_bloque {
	border-right: 1px solid #DDDDDD;
}
.items_wrapper .item_bloque:last-child {
	border: none;
}
.bottom_link {
	margin: auto;
	display: inherit;
	margin-top: 30px;
	font-weight: 600;
	width: 100%;
	float: left;
	text-align: center;
}

/* SINGLE */
.single_header {
	float: left;
	width: 100%;
	margin-bottom: 17px;
	position: relative;
}
.single_header .edicion {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.single_header .edicion a {
	float: right;
}
.search-results .single_header {
	margin-bottom: 5px;
}
.search-results .single_header .edicion {
	margin-bottom: 10px;
}
.search-results .single_header .etiqueta {
	margin-bottom: 8px;
}
.single_header .etiqueta {
	width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.entry-title {
	font-family: 'Spectral';
	font-size: 40px;
	float: left;
	margin: 0;
	width: 100%;
	margin-bottom: 5px;
	line-height: 40px;
	font-weight: 600;
}
.single .content_left {
	max-width: 650px;
}
.single .autor {
	font-size: 18px;
	margin-top: 7px;
}
.bajada {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
	margin-top: 8px;
	margin-bottom: 15px;
}
.modulo_home_main .bajada {
	font-size: 16px;
	line-height: 22px;
}
.modulo_home_main .bajada .p:after {
	content: "&raquo;";
}

.nota_web {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nota_web .item .bajada {
	font-size: 16px;
	line-height: 23px;
}
.single .bloque_img {
	display: inline-block;
	margin-top: 20px;
}
.single .bloque_img:hover {
	text-decoration: none;
}
.entry-content {
	margin-top: 20px;
	display: block;
	width: 100%;
	display: inline-block;
}
.entry-content p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
	margin-bottom: 25px;

}
.entry-content h4 {
	font-size: 25px;
	font-weight: 500;
	margin: 0;
	margin-bottom: 9px;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	color: #F23E12;
}

.single .entry-content .main_article p:first-of-type::first-letter {
	font-size: 130px;
	width: auto;
	font-family: 'Georgia';
	font-weight: bold;
	padding: 0px 5px;
	margin-right: 5px;
	float: left;
	line-height: 108px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.single .entry-content .adquirir_suscripcion::first-letter {
	font-size: 18px;
	line-height: 27px;
}
.single .entry-content .adquirir_suscripcion {
	background: #f0f0f0;
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 27px;
	display: inline-block;
}
ol,ul {
	padding-left: 22px;
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
}
p.p6 span.s1 {
	/*font-size: 16px;
	font-weight: 300;
	line-height: 21px;*/
}
.entry-content h4 b {
	font-weight: 500;
}
.nota_pie {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}
.nota_pie p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.forma_parte {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	display: inline-block;
}
.forma_parte p {
	font-size: 16px;
	line-height: 23px;
}
.naranja {
	color: #EF4023;
}
p.copy {
	font-weight: normal;
	font-style: italic;
	color: #666666;
	margin-bottom: 10px;
}
.navigation  {
	width: 100%;
	border-top: 4px solid #EEEEEE;
	padding-top: 15px;
}
.nav-previous,
.prev {
	float: left;
}
.nav-next,
.next {
	float: right;
}
.nav-previous a,
.nav-next a,
.nav-links a,
span.current {
	font-size: 14px;
	color: #000;
	font-weight: 500;
}
.sidebar_edicion {
	border: 4px solid #000;
	padding: 10px;
	margin-top: 20px;
	position: relative;
}
.sidebar_edicion .edicion_cover {
	width: 100%;
	margin: 0;
	height: auto;
	margin-bottom: 20px;
}
.sidebar_edicion .ultima_edicion_mes {
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.sidebar_edicion .btn.outline {
	margin-top: 10px;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid #000;
	position: absolute;
	left: -14px;
}
.sidebar_nota_container .etiqueta {
	font-size: 13px;
}
.sidebar_nota_container .autor {
	font-size: 14px;
	margin-top: 0;
}
.sidebar_nota_container a.entry-title {
	font-size: 21px;
	line-height: 22px;
	margin-top: 5px;
	color: #333;
}
.sidebar_notas .btn {
	margin-top: 5px;
}
.sidebar_notas h2.entry-title {
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 10px;
}

.sidebar_nota_container {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	margin-top: 5px;
	display: inline-block;
}
address {
	background: #EF4023;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
}

/* ARCHIVO */
.listado_ediciones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-evenly;
}
.edicion_modulo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 210px;
	text-align: center;
	margin-bottom: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.edicion_modulo .edicion_cover {
	margin: 0;
	/*margin-bottom: 10px;*/

	width: 100%;

}
.edicion_modulo .edicion_cover img {
	/*float: left;*/
	height: 287px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.edicion_modulo .ultima_edicion_mes {
	font-size: 16px;
	margin: 5px 0;
}
.edicion_modulo .btn {
	border-radius: 3px;
	max-width: 180px;
	margin-top: auto;
}
.edicion_modulo p {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.search_bar {
	border: 4px solid #000;
	margin-bottom: 30px;
}
.header_buscador input.input_search_submit {
	width: 1px;
	height: 1px;
}
.header_buscador .fa-search {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.header_buscador .fa-search:hover {
	text-decoration: none;
	color: #000;
}
.search_bar form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	padding-left: 17px;
}
.search_bar label {
	padding-top: 8px;
	padding-right: 8px;
}
.search_bar input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 0;
}
.search_bar .btn {
	width: 100px;
	border-radius: 3px;
	margin-left: 10px;
	background: #000;
	line-height: 19px;
}
.search_bar .btn:hover {
	background: #EF4023;
}
.search_bar input.btn {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

/* RESULTADOS DE BUSQUEDA */

.resultado_busqueda {
	padding: 40px 0;
	border-bottom: 1px solid #dddddd;
}
.resultado_busqueda:last-child {
	border-bottom: 0;
}
.resultado_busqueda .title {
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
}
.resultado_busqueda .title a {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
}
.fa-unlock-alt {
	font-size: 18px !important;
	color: #ED3F21 !important;
	margin-left: 5px !important;
	font-style: normal !important;
	font-weight: 900 !important;
	display: inline-block !important;
	margin-top: 0 !important;
	width: auto;
}
.page-header h1 {
	margin-bottom: 0;
}
.nav-links {
	text-align: center;
}
span.current {
	color: #EE3F22;
}
.nav-links .page-numbers {
	margin: 0 5px;
}
.resultado_busqueda ..img_thumb {
	height: auto;
}

/* SUMARIO */

.sumario {
	margin-top: 20px;
}
.sumario .title {
	font-size: 18px;
	border-top: 1px solid #DDDDDD;
	padding: 18px 0;
	font-weight: 500;
	margin-bottom: 0;
}
.sumario .title:first-child {
	border: 0;
}
.sumario .title span {
	font-size: 15px;
	font-style: italic;
}
.dossier {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	display: inline-block;
	width: 100%;
	margin-top: -3px;
	margin-bottom: -1px;
}
.dossier h3 {
	color: #EF4023;
	font-size: 24px;
	text-align: left;
	margin: 18px 0 13px 0;
	font-family: 'Spectral';
	font-weight: bold;
}


/* BIBLIOTECA */

.biblioteca_modulo {
	text-align: center;
	width: 33%;
}
.biblioteca_modulo .edicion_cover img {
	height: 200px;
	width: auto;
	float: inherit;
}
.biblioteca_modulo .edicion_cover {
	width: auto;
	/*min-height: 200px;*/
    /*border: 1px solid #f0f0f0;*/
    /*min-width: 140px;*/
}
.flex_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}
.biblioteca_modulo .ultima_edicion_mes {
	overflow: hidden;
	max-width: 220px;
	margin: 5px auto;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.biblioteca_modulo .btn {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.libro_ficha {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	display: inline-block;
	padding-bottom: 20px;
	width: 100%;
}
.info {
	width: 60%;
	float: left;
}
.libro_ficha p {
	font-size: 16px;
	line-height: 22px;
}
.info .btn {
	max-width: 180px;
}
.libro_tapa {
	max-width: 145px;
	float: right;
	margin-top: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	padding: 5px;
}

/* NOTAS WEB */
.img_thumb {
	width: 200px;
	height: 150px;
	background: top center;
	background-size: cover;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	border: 5px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.img_thumb:hover {
	border-color: #EF4023;
}
.listado_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.listado_flex .single_header {
	margin-bottom: 10px;
}
.listado_flex .entry-summary {
	padding-top: 3px;
}


/* CONTACTO */

.wpcf7-form p {
	font-size: 16px;
	margin-bottom: 10px;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-submit {
	width: 100%;
	max-width: 300px;
}
.wpcf7-submit {
	padding: 7px 10px;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}


/* PRODUCTOS */
ul.products {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-evenly;
}
.woocommerce-products-header {
	text-align: center;
}
.woocommerce div.product.edicion_modulo {
	width: 33%;
	text-align: center;
	margin-top: 30px;
	min-height: 413px;
	display: -webkit-box;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce div.product.edicion_modulo .woocommerce-loop-product__title {
	font-size: 18px;
	margin-top: 5px;
}
.edicion_modulo.product .edicion_cover {
	width: 200px;
	position: relative;
}
.edicion_modulo a.item {
	width: auto;
	display: inline-block;
	clear: both;
}
.woocommerce .banner_small,
.woocommerce-page .banner_small {
	display: none;
}
.post-type-archive-product .edicion_cover img {
	background: none;
}
.post-type-archive-product .edicion_cover {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.post-type-archive-product .edicion_modulo:hover .btn {
	background: #FD823C;
}
.post-3291 .single_add_to_cart_button {
	display: none !important;
}
/*
.woocommerce .content_right {
	position: inherit;
	width: 100%;
}/*
.woocommerce .ingresar {
	display: flex;
	vertical-align: middle;
}*/
/*
.woocommerce .ingresar {
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: center;
}
.woocommerce .ingresar span {
	float: none;
	padding-right: 7px;
}
.woocommerce .ingresar form {
	display: inline-block;
	border: 0;
	padding: 0;
	margin: 0;
	flex-grow: 1;
}
.woocommerce .ingresar form input {
	width: auto;
}
.woocommerce .ingresar form input.btn {
	padding: 7px 10px;
}
.woocommerce .ingresar small {
	width: 160px;
	display: inline;
	margin-left: 10px;
}*/
.woocommerce-products-header {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 30px;
	/*padding-top: 15px;
	margin-bottom: 35px;*/
}
.woocommerce-products-header h1 {
	font-size: 30px;
	margin-bottom: 12px;
	margin-top: 0;
}
.woocommerce-products-header .page-description p {
	font-size: 16px;
}
.woocommerce-loop-product__title {
	line-height: 24px;
	font-family: 'Roboto';
	font-weight: normal;
}
.woocommerce div.product div.images img {
	width: auto;
}
.edicion_modulo.product .edicion_cover img {
	padding: 0;
}
.edicion_modulo.post-131 .edicion_cover img,
.edicion_modulo.post-32986 .edicion_cover img,
.edicion_modulo.post-32988 .edicion_cover img,
.edicion_modulo.post-32987 .edicion_cover img {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 7px;
}

.edicion_modulo.post-3293 .edicion_cover img {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.ipad_frame {
	position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product span.fa,
.product span.fas {
	width: 50px;
	height: 50px;
	background: #fff;
	border: 3px solid #F23E12;
	color: #000;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 100%;
	bottom: -5px;
    font-size: 28px;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: normal;
	z-index: 10;
}
.product span.fas {
	font-weight: bold;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: auto;
}
.woocommerce .site-content,
.woocommerce-cart .site-content {
	min-height: auto;
}
.product .quantity,
.woocommerce-ordering {
	display: none;
}
.woocommerce #content div.product div.summary {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 0;
}
.woocommerce #content div.product div.images {
	float: none;
	display: inline-block;
	margin-bottom: 0;
	border-right: 1px solid #ccc;
	padding-right: 30px;
	margin-right: 30px;

}
figure.woocommerce-product-gallery__wrapper {
	margin: 0;
	width: 200px;
}
.subscription-details {
	display: none;
}
.woocommerce div.product {
	text-align: center;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*float: left;*/
}
.product_title {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}
.product_title span {
	display: block;
	font-size: 24px;
}
.woocommerce-Price-amount {
	font-weight: bold;
	font-family: 'Spectral';
	color: #000;
	font-size: 32px;
	margin: 13px 0;
	display: inline-block;
}
.woocommerce div.product form.cart .button {
	float: none;
}
.first-payment-date {
	display: none;
}
.woocommerce div.product div.images img {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	padding: 5px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #EF4023;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 30px;
	float: none;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #ef6b23;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #000;
	border-radius: 5px;
	padding: 15px 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 30px;
	color: #fff;
}
.descripcion_producto {
	margin-top: 10px;
}
.descripcion_producto p {
	width: 100%;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin-top: 8px;
}
.descripcion_producto p label {
	display: inline-block;
	color: #333;
}
.woocommerce div.product form.cart {
	margin-bottom: 0;
}
.woocommerce-product-gallery__image {
	position: relative;
}

.woocommerce div#product-131.product div.images img,
.woocommerce div#product-32986.product div.images img,
.woocommerce div#product-32988.product div.images img,
.woocommerce div#product-32987.product div.images img {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product_meta {
	display: none;
}
.woocommerce div#product-131.product div.images img.ipad_frameproduct-131.product div.images img.ipad_frame,
.woocommerce div#product-32986.product div.images img.ipad_frameproduct-32986.product div.images img.ipad_frame,
.woocommerce div#product-32988.product div.images img.ipad_frameproduct-32988.product div.images img.ipad_frame,
.woocommerce div#product-32987.product div.images img.ipad_frameproduct-32987.product div.images img.ipad_frame {
	height: 287px;
}
.woocommerce-message::before,
.woocommerce-info::before {
	color: #ef6b23;
}
.woocommerce-message,
.woocommerce-info {
	border-top-color: #ef6b23;
}
.woocommerce-cart .woocommerce-message .button.wc-forward {
	display: none;
}
.woocommerce-cart-form .actions {
	/*display: none;*/
}
.woocommerce-cart-form .actions input {
width: auto;
    font-size: 12px;
    /* float: left; */
    padding: 10px 15px;
    background: orange;-moz-binding;
 }
.woocommerce-cart-form .woocommerce-Price-amount {
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: normal;
}
.woocommerce-page .entry-title {
	/*font-family: 'Roboto';*/
	text-align: center;
	font-weight: 600;
	/*text-transform: uppercase;*/
	font-size: 28px;
}
.woocommerce-cart-form,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border: 5px solid #DDDDDD;
	padding: 10px 20px;
	padding-bottom: 0;
}
.woocommerce-cart-form {
	border-bottom: 1px solid #dddddd;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	padding: 5px 10px;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount,
#shipping_method .woocommerce-Price-amount {
	font-size: 18px;
}
.cart_totals.calculated_shipping h2,
.cart_totals.calculated_shipping .wc-proceed-to-checkout {
	display: none;
}
.cart_totals.calculated_shipping .shop_table {
	border: 5px solid #DDDDDD;
	border-top: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal th {
	vertical-align: middle;
}
.cart_totals.calculated_shipping .cart-subtotal th,
.cart_totals.calculated_shipping .cart-subtotal td {
	border-bottom: 4px solid #DDDDDD;
}
.shipping-calculator-button {
	background: #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
    background: #EF4023;
    font-weight: bold;
    font-size: 14px;
}

.woocommerce table.shop_table {
	border-radius: 0;
	border: 0;
	margin: 0 auto 3em auto;
}
.woocommerce table.shop_table .order-total {
	line-height: 40px;
}
.woocommerce table.shop_table .order-total th {
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
}
.woocommerce table.shop_table .order-total .woocommerce-Price-amount {
	font-family: 'Spectral';
	font-weight: bold;
	font-size: 28px;
	line-height: 1em;
	margin: 0;
	vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}
.product-subtotal,
.product-quantity {
	text-align: center;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
	display: none;
}
.woocommerce-cart .entry-content {
	width: 100%;
}
.woocommerce table.shop_table .order-total th,
.woocommerce table.shop_table .order-total td {
	border-width: 5px;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	float: none;
	width: auto;
	max-width: 470px;
	margin: auto;
}
.woocommerce-checkout-review-order {
	/*max-width: 470px;*/
	margin: auto;
}
#order_sucursal_main {
	border: 5px solid #DDDDDD;
    padding: 10px 20px;
    margin-top: 10px;
}
#order_sucursal_main h3 {
	width: auto;
    margin-bottom: 5px;
}
#order_sucursal_main small {
	font-size: 17px;
}
#order_sucursal_main_result {
	margin-top: 10px;
}
#ship-to-different-address {
	/*text-align: left;	*/
	color: #EF4023;
	text-transform: uppercase;
}
.woocommerce-checkout.woocommerce-page .entry-title {
	font-family: 'Roboto';
	font-weight: 500;
	text-transform: uppercase;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	font-size: 18px;
	padding: 15px 30px;
	width: auto;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.wc-forward {
	float: right;
}
.woocommerce-billing-fields h3,
h3#ship-to-different-address span {
	font-size: 20px;
}
.woocommerce-billing-fields h3 {
	margin-bottom: 0px;
}
.woocommerce-billing-fields p {
	text-align: center;
	margin: 0;
	margin-bottom: 5px;
}
h3#ship-to-different-address span {
	font-size: 17px;
	line-height: 14px;
}
.woocommerce form .form-row select {
	height: 43px;
    background: #fff;
    border: 1px solid #ccc;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single ,
.select {
	font-weight: 300;
	font-size: 16px;
	padding: 11px 12px;
	border-radius: 4px;
	height: auto;
}
.select2-container--default .select2-selection--single {
	padding: 7px 7px;
	padding-bottom: 6px;
	color: #000;
	border-color: #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.woocommerce-checkout-payment {
	margin-top: 20px;
}
.woocommerce-checkout .entry-content {
	width: 100%;
}
#payu_latam_form {
	text-align: center;
}
#submit_payu_latam {
	font-size: 18px;
    font-weight: bold;
    background: #EF4023;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
#payu_table_response td {
	padding: 5px 10px;
	width: 50%;
}
#payu_table_response tr th {
	padding-bottom: 20px;
	font-size: 21px;
}
#payu_table_response td:first-child {
	font-weight: bold;
}
#payu_table_response td:last-child {
	text-align: left;
}

/* MI CUENTA */

.woocommerce-account .woocommerce-MyAccount-content {
	font-size:16px!important;
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount {
	font-size:16px!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.woocommerce table.my_account_orders .order-actions .button,
a.woocommerce-button.button {
	font-size: 14px;
	padding: 10px 5px;
	background: none;
	color: #333;
	border: 2px solid #EF4023;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.woocommerce table.my_account_orders {
	font-size: 14px;
}
.woocommerce table.shop_table.my_account_orders .order-total .woocommerce-Price-amount,
.woocommerce-MyAccount-orders .woocommerce-Price-amount {
	font-size: 18px;
}
.woocommerce-message a.woocommerce-Button.button,
.woocommerce-info a.woocommerce-Button.button,
.woocommerce-message a.button {
	width: auto;
	margin: 0;
	font-size: 15px;
}
mark {
	background: none;
	font-weight: bold;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3,
.woocommerce-Addresses .woocommerce-Address-title .edit {
	font-size: 21px;
	display: inline;
	float: none;
}

.woocommerce-Addresses address {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* FOTTER */
.footer_newsletter {
	background: #000;
	text-align: center;
	padding: 40px 10px;
	margin-top: 70px;
	width: 100%;
	/*float: left;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_newsletter .title {
	color: #fff;
	font-size: 28px;
	margin-bottom: 12px;
}
.footer_newsletter form {
	max-width: 460px;
	margin: auto;
}
.footer_newsletter input {
	background: #383F47;
	width: 100%;
	border: none;
	border-radius: 0;
	text-align: center;
	font-size: 16px;
	padding: 11px 0;
	clear: both;
	color: #fff;
	display: inline-block;
}
.footer_newsletter input::-webkit-input-placeholder {
	color: #fff;
}
.footer_newsletter input:-ms-input-placeholder {
	color: #fff;
}
.footer_newsletter input::-ms-input-placeholder {
	color: #fff;
}
.footer_newsletter input::placeholder {
	color: #fff;
}
.footer_newsletter .btn {
	display: inline-block;
	margin: auto;
	width: auto;
	clear: both;
	padding: 15px 25px;
	border-radius: 5px;
	font-size: 18px;
	margin-top: 8px;
}
#news_error {
	width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-block;
}
.footer_newsletter p {
	color: #fff;
	font-weight: bold;
}
.site-footer {
	background: #444444;
	display: inline-block;
	width: 100%;
	padding: 40px 0;
	position: relative;
}
.site-footer .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.site-footer .footer_col {
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #56616D;
	position: relative;
}
.site-footer .footer_col:first-child {
	border: none;
	padding-left: 0;
}
.site-footer .footer_col:last-child {
	padding-right: 0;
}
.site-footer .footer_col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-footer .footer_col ul li {
	margin-bottom: 6px;
}
.site-footer .footer_col ul li:last-child {
	margin-bottom: 0;
}

.site-footer .footer_col ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.footer_logo img {
	height: 42px;
	width: auto;
}
.ediciones_internacionales {
	font-size: 11px;
	color: #fff;
	background: #2c2c2c;
	padding: 8px 10px;
	position: relative;
}
.ediciones_internacionales a.link_arrow {
	position: absolute;
	width: 28px;
	height: 100%;
	right: 0;
	top: 0;
	background: #000;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
}
.ediciones_dropdown {
	height: 100px;
	overflow: auto;
	position: absolute;
	top: 27px;
	left: 0;
	background: #ccc;
	width: 100%;
	display: none;
}
.ediciones_dropdown a {
	color: #333;
	width: 100%;
    float: left;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border-bottom: 1px dotted #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ediciones_dropdown ul li {
	float: left;
	width: 100%;
}
img {
	/*image-rendering: -moz-crisp-edges;         /* Firefox */
	/*image-rendering:   -o-crisp-edges;         /* Opera */
	/*image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	/*image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.footer_col .social {
	margin-top: 20px;
}
.footer_col .social .circle_btn {
	border: 2px solid #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    vertical-align: top;
    margin-right: 7px;
}

/* NEWSLETTER*/
.registros_container td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}




/* 14/01 */


#daterange{
	    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 14px;
    transition: .3s;
    cursor: pointer;
}

#daterange:hover,
#daterange.active{
	background: #ed3f23;
	color: white;
}


.daterangepicker .drp-buttons{

    flex-wrap: wrap;
    justify-content: space-between;
        display: flex !important;
}

.daterangepicker .drp-buttons .drp-selected{
    width: 100%;
    height: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: -2px;
}

.daterangepicker .drp-buttons .btn{
	    width: 49%;
	        padding: 10px 8px !important ;
    text-transform: uppercase;
	    margin:0 !important;
}


#searchform {
	padding: 20px ;
	display: flex;
	flex-direction: column;
}

#searchform .top-form{
	    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#searchform .top-form label{
	padding: 0;
}


#searchform .top-form span{
	cursor: pointer;
	    color: #ed3f23;
    border-bottom: 1px solid;
    font-weight: 700;
}

#searchform .search-field{
	 margin-bottom: 10px;
}

#searchform select{
	height: 32px;
	    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 14px;
}

#searchform .content-select{
	display: flex;
	margin-bottom: 20px;
}

#searchform .content-select .select_wrapper {
	flex: 1;
	margin-right: 5px;
    /*padding-left: 5px;*/
    position: relative;
}

#searchform .content-select select {
	width: 100%;
}

#searchform .content-select .select_wrapper .fa-times {
	background: rgb(248, 248, 248);
    position: absolute;
    top: 8px;
    right: 4px;
}

#searchform .btn{
	    margin-left: auto;
}

/* 15/01 */

.error-content select,
.error-content input,
.error-content #daterange{
	border-color: #e45050 !important;
}


/* 16/01 */
.single .content_left{
	   position: relative;
}

.single .export{
	position: absolute;
    right: 0;
    top: 27px;
}

.single .export a {
	margin-right: 10px;
}

.single .export a:last-child {
	margin-right: 0px;
}


.search_bar .ui-widget{
	    font-family: 'Roboto';
    font-size: 16px;
}

.search_bar .ui-widget select{
	font-size: 14px !important;
	    font-weight: unset;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 28px;
    width: 80px;
    padding-left: 2px;
        font-family: 'Roboto';
}

.search_bar .ui-datepicker table {
border-spacing: 4px;
    border-collapse: separate;
}

.search_bar .ui-widget-content .ui-state-default{
	border-radius: 2px;
    background: #cccccc;
    border: none;
    color: black;
    font-weight: 600;
    cursor: pointer !important;
    transition: .3s;
}

.search_bar .ui-widget-content .ui-state-default:hover{
    background: #ef4023;
    color: white;
}

.search_bar .ui-datepicker .ui-datepicker-header{
	    background: white;
    border: 0;
}

.search_bar .content-date {
    width: 170px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
        grid-gap: 5px;
}



#searchform .content-select > div:nth-child(1){
    display: flex;
    flex: 1;
        margin-right: 5px
}


.search_bar .content-date input{
	width: 100%;
}

.search_bar .content-select * {
	 -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-datepicker table {
	font-size: 0.7em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 0.8em;
}



@media all and (max-width: 845px) {
	#searchform .top-form label{
		    flex: 1;
	    display: flex;
	    align-items: center;
	}
}

@media all and (max-width: 750px) {
	#searchform .content-select{
		    justify-content: space-between;
	}

	#searchform .content-select .select_wrapper {
		width: 49%;
	    flex: initial;
	    margin: 0;
	}

	#searchform .content-select > div:nth-child(1) {
		display: block;
		margin-right: 0;
	}

	.search_bar .content-date {
		width: 100%;
	}

	.ui-datepicker {
		left: 50% !important;
    	transform: translateX(-50%);
	}

	#searchform .content-select select{
		    /*width: 49%;
		    flex: initial;
		    margin: 0;*/
	}

	#searchform .content-select select#pais{
	    width: calc( 100% - 92px );
	    margin-top: 10px;
	}

	#searchform .content-select #daterange{

		margin-top: 10px;
	}


}

  @media all and (max-width: 400px) {
	#searchform{
		position: relative;
	}

	#searchform .top-form label{
		justify-content: center;
	}

	#searchform .top-form span{
		    font-size: 12px;
    position: absolute;
    bottom: 27px;
    text-transform: uppercase;
	}

	#searchform .content-select{
			flex-direction: column;
	}

		#searchform .content-select select#pais,
		#searchform .content-select #daterange{
			margin-top: 0;
		}

			#searchform .content-select .select_wrapper {
				width: 100% !important;
			}
			#searchform .content-select select{
				width: 100% !important;
				margin-bottom: 10px;
				font-size: 16px  !important;
			}

			#searchform .content-select #daterange{
				   padding-left: 9px;
			}
			#searchform .btn{
				    width: 90px !important;
			}



  }



@media all and (max-width: 768px) {

	.modulo_home_main_top.libros .bajada,
	.modulo_home_main_top.libros .autor{
		    font-size: 16px;
    line-height: 24px;
	}

	.modulo_home_main_top{
	    width: calc(100% - 30px);
	    margin-left: auto;
	    margin-right: auto;
	}


	.modulo_home_main_top h3{
		font-size: 28px;
    	line-height: 30px;
	}

	.modulo_home_main_top p{
		font-size: 16px;
    	line-height: 22px;
	}

	.modulo_home_main.dossier_content .bloque{
		width: 100%;
	    padding-right: 0;
	    margin-right: 0;
	}

	.hide_mobile {
		display: none !important;
	}
	h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	h1 {
		font-size: 21px;
	}
	#page {
		padding-top: 65px;
	}
	.site-header {
		padding: 10px;
		top: 0;
		width: 100%;
		border-bottom: 4px solid #CCCCCC;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #fff;
		z-index: 100;
	}
	.site-header .logo img {
		height: 37px;
	}
	.site-header .fa-bars {
		position: absolute;
		right: 13px;
		bottom: 16px;
		color: #000;
		font-size: 27px;
	}
	.menu {
		position: fixed;
		height: 100%;
		width: 190px;
		background: #000;
		right: 0;
		top: 0;
		margin: 0;
		padding: 20px;
		z-index: 100;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
		right: -190px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.menu.show {
		right: 0;
	}
	.menu ul {
		display: block;
		border-bottom: 1px solid #56616D;
		width: 100%;
		padding-left: 0;
		/*padding: 10px 0;*/
	}
	.menu ul:last-child {
		border-bottom: 0px;
	}
	.menu ul li {
		width: 100%;
		border: none;
		text-align: center;
		display: inline-block;
		margin-bottom: 8px;
	}
	.menu ul li a {
		width: 100%;
		color: #fff;
	}
	.menu .header_buscador {
		position: absolute;
		bottom: 20px;
		z-index: 101;
	}
	.menu .header_buscador input {
		width: 105px;
	}
	.menu .header_buscador input.input_search_submit {
		width: 1px;
	}
	.content-area,
	.content-area.has_sidebar {
		display: block;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.content-area.full_width {
		padding: 0;
	}
	.content_left,
	.single.single-product .content_left {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
		margin-top: 15px;
	}
	.content_right {
		position: inherit;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		padding-top: 15px;
	}
	.content-area.full_width .content_right {
		padding: 15px;
		padding-bottom: 0;
	}
	.ingresar_mobile {
		padding: 2px 10px 12px 10px;
	}
	.ingresar form {
		float: left;
		width: 100%;
	}
	.ingresar span {
		display: none;
	}
	.ingresar form input {
		width: 49%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		float: left;
	}
	.ingresar form input.btn {
		width: 100%;
	}
	.ingresar input:first-child {
		margin-right: 2%;
	}
	.ingresar form .login-submit input {
		width: 100%;
	}
	.ingresar form .login-remember input {
		margin-top: 2px;
	}
	.login-remember label {
		vertical-align: top;
	}
	.ingresar small {
		width: 49%;
		display: inline-block;
	}
	.banner_small {
		display: none;
	}
	.modulo_home_main {
		width: 100%;
		display: block;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 0;
	}
	.modulo_home_main .bloque,
	.modulo_home_main .bloque:first-child {
		width: 100%;
		padding-right: 0;
		max-width: 100%;
		border: none;
		margin: 0;
		margin-top: 15px;
	}
	.bloque_img img {
		width: 100%;
	}
	.banner_suscripcion {
		position: inherit;
		margin-bottom: 0px;
	}
	.banner_suscripcion .logo_blanco {
		height: 43px;
		display: block;
	}
	.banner_suscripcion .btn {
		position: inherit;
		margin-top: 10px;
		padding: 6px 0;
		border-radius: 3px;
	}
	.line {
		margin: 15px 0;
	}
	.line_small {
		margin: 10px 0;
	}
	.ultima_edicion {
		display: block;
		padding: 10px;
		margin: 0;
		padding-top: 20px;
	}
	.edicion_cover,
	.ultima_edicion .edicion_cover {
		width: 100%;
		text-align: center;
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: 10px;
		display: block;
	}
	.edicion_cover img {
		-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
		box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
	}
	.ultima_edicion_mes {
		font-size: 20px;
	}
	.ultima_edicion .title {
		font-size: 24px;
	}
	.ultima_edicion_footer .btn {
		width: 100%;
		display: block;
	}
	.bajada,
	.ultima_edicion_content .bajada {
		font-size: 14px;
		line-height: 21px;
	}
	.ultima_edicion .autor {
		font-size: 14px;
		margin-bottom: 3px;
	}
	.ultima_edicion .title {
		font-size: 20px;
	}
	.ultima_edicion_content .btn {
		position: inherit;
		margin-top: 0;
	}
	.ultima_edicion_content {
		padding-bottom: 0;
	}
	.ultima_edicion_wrapper {
		display: block;
	}
	.item {
		width: 50%;
		margin-bottom: 20px;
	}
	.item img {
		padding: 3px 1px;
	}
	.item.item_bloque {
		width: 100%;
		padding: 0;
		border: none;
	}
	.site-footer {
		padding: 20px 0;
	}
	.site-footer .wrapper {
		display: block;
		text-align: center;
	}
	.site-footer .footer_col {
		width: 100%;
		padding: 0 10px;
	}
	.site-footer .footer_col ul li,
	.site-footer .footer_col ul li:last-child {
		margin-bottom: 8px;
	}
	.ediciones_internacionales {
		max-width: 180px;
		text-align: left;
		margin: auto;
		margin-top: 20px;
	}
	.site-footer .footer_col.footer_logo {
		margin-top: 20px;
	}
	.footer_newsletter {
		margin-top: 30px;
	}
	.sidebar_edicion .arrow-left {
		display: none;
	}
	.sidebar_edicion .edicion_cover {
		margin: 10px 0 15px 0;
	}
	.edicion {
		float: left;
		margin-bottom: 10px;
	}
	.entry-content p {
		margin-bottom: 12px;
	}
	.entry-content p,
	.single .bajada {
		font-size: 15px;
		line-height: 23px;
	}
	.entry-content h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	h1.entry-title {
		font-size: 25px;
		line-height: 28px;
	}
	.single_header {
		margin-bottom: 5px;
	}
	.single_header .edicion {
		position: inherit;
	}
	.single_header .etiqueta {
		padding-right: 0;
	}
	.navigation  {
		margin-bottom: 10px;
	}
	.search_bar form {
		display: block;
		text-align: center;
	}
	.search_bar label {
		width: 100%;
		padding: 0;
		margin-bottom: 5px;
		float: left;
	}
	.search_bar .btn {
		margin-left: 5px;
	}
	.edicion_modulo {
		width: 49%;
		margin-bottom: 20px;
	}
	.edicion_modulo .edicion_cover {
		text-align: center;
	}
	.edicion_modulo .edicion_cover img {
		height: 230px;
		height: auto;
	}
	.resultado_busqueda {
		padding: 20px 0;
	}
	.resultado_busqueda .title {
		margin-top: 5px;
	}
	.sumario {
		margin-top: 5px;
	}
	.dossier h3 {
		font-size: 21px;
	}
	.woocommerce div.product {
		display: inline-block;
		text-align: center;
		padding: 5px;
	}
	.woocommerce #content div.product div.images {
		border: none;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.woocommerce div.product .product_title {
		font-size: 24px;
	}
	.product_title span {
		font-size: 21px;
	}
	.nota_web {
		display: block;
	}
	.edicion_modulo.product .edicion_cover {
		width: auto;
	}
	.woocommerce div.product.edicion_modulo .woocommerce-loop-product__title {
		font-size: 14px;
		line-height: 18px;
	}
	.post-type-archive-product .edicion_modulo .edicion_cover img {
		height: auto;
	}
	.libros_home .item img {
		height: auto;
	}
	.post-type-archive-biblio .edicion_modulo .edicion_cover img {
		height: auto;
	}
	.post-type-archive-product div.product.edicion_modulo {
		/*height: 240px;*/
		width: 49%;
	}
	.biblioteca_modulo .edicion_cover img {
		width: auto;
	}
	.edicion_modulo .btn {
		font-size: 12px;
	}
	.product span.fa, .product span.fas {
		width: 45px;
		height: 45px;
		font-size: 25px;
	}
	.woocommerce div.product.edicion_modulo .woocommerce-loop-product__title b {
		display: block;
	}
	.woocommerce-products-head {
		padding-bottom: 20px;
	}
	.post-type-archive-notas_web .listado_flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.post-type-archive-notas_web .img_thumb {
		width: 100%;
		height: 200px;
		margin-right: 0;
		border: none;
	}
	.resultado_busqueda .title a {
		font-size: 21px;
		line-height: 24px;
	}
	.ingresar .btn {
		width: 49%;
	}
	.user_name {
		text-align: center;
	}
	.cart_header {
		margin-right: 30px;
		margin-top: 5px;
	}
	.modulo_home_main.libros_content .bloque > img {
		border: none;
		padding: none;
		margin: none;
		max-width: inherit;
	}
	.modulo_home_main.libros_content,
	.modulo_home_main.libros_content .bloque {
		margin-top: 5px;
	}
	.modulo_home_main.nueva_edicion_content .bloque_left {
		margin-right: 0;
	    max-width: 100%;
	    margin-bottom: 20px;
	}
	.modulo_home_main.nueva_edicion_content .edicion_cover {
		max-width: 100%;
	}
}
@media all and (min-width: 768px) {
	.hide_desktop {
		display: none !important;
	}
	.content_ultima_edicion.hide_edicion .content_right {
		position: relative;
	    width: 100%;
	    height: 100px;
	}
	.content_ultima_edicion.hide_edicion .banner_suscripcion p {
		width: 150px;
	    display: inline-block;
	    vertical-align: middle;
	    margin: 0 20px;
	}
	.content_ultima_edicion.hide_edicion .banner_suscripcion img {
		margin-top: 0;
	    vertical-align: middle;
	    max-width: 70px;
	    margin-right: 20px;
	}
	.content_ultima_edicion.hide_edicion .banner_suscripcion .logo_blanco {
		max-width: 250px;
	    margin: 0 20px;
	}
	.content_ultima_edicion.hide_edicion .banner_suscripcion .btn {
		position: inherit;
	    width: 200px;
	    display: inline-block;
	    margin-top: 0;
	    bottom: auto;
	    top: auto;
	    float: none;
	    vertical-align: middle;
	    margin-left: 50px;
	}
}

@media print {
	.top_bar, .menu, .header_buscador, .content_right, .navigation, .footer_newsletter, .site-footer, .fa-bars, .single_header .edicion a {
		display: none;
	}
	.site-header {
		position: relative;
	}
	#page {
		padding-top: 0;
	}

	.single .content-area.has_sidebar{
		padding-right: 0;
	}

	.single .content_left{
		max-width: 100%;
	}
}
