body {
	padding:0;
	margin:0;
	background-color:rgb(243,244,247);
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 150%;
}
body.articulo {
	background-color:rgb(252,252,252);
}
html {
	padding:0;
	margin:0;
}
h1 {line-height: 140%}
a {
	text-decoration: none;
	color:rgb(226, 129, 129);
}
.logo {
	display:block;
	width:70px;
	margin:auto;
}

.description {
	display: block;
	text-align:center;
	line-height: 170%;
	color:rgb(158,158,158);
}
.cabecera {
	background-color: white;
	width:100%;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(240,240,240);
	margin-bottom:40px;
	padding-top:40px;

}
.issn {
	
	font-size: 90%;
}
.booknav {
	display: block;
	text-align: center;
}
.booknav span {
	display: inline-block;
	padding:20px;

}
.booknav span a {
	color:rgb(100,100,100);
	font-size: 16px;
	font-weight: bold;
}
ul.nav {
	display: block;
	max-width:950px;
	margin:auto;
	margin-top:60px;
	padding-left:0px;
	padding-right: 0px;
-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
ul.nav li {
	display: inline-block;
	padding-bottom: 10px;

	
}
ul.nav li a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color:rgb(100,100,100);
	padding-left:10px;
	padding-right:10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size:14px;
	min-width:110px;
	padding-bottom:10px;
	
	transition: all 0.2s ease-out;
}
ul.nav li a:hover {
	color:rgb(40,40,40);
	transition: all 0.2s ease-out;		
}
ul.nav li.seleccionada {
	border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: rgb(226, 129, 129);
}

ul.nav li.icn a {
	min-width: 50px;
}
ul.nav li.icn img {
	height:18px;
	vertical-align: middle;
}
.compartir {
	margin-top:30px;
	margin-bottom: 30px;
}
.compartir img {
	width:32px;
}
.compartir a {
	margin-right: 10px;
}

.cuerpo_portada {

}

.siguientes, .paginas {
	display: block;
	max-width:950px;
	margin:auto;
	background-color: white;
	padding:0px;
	
	box-shadow: 0px 1px 1px rgb(200,201,204);
	
	border-radius: 3px;
	margin-bottom: 30px;
	margin-top:0px;
	overflow: hidden;
	text-decoration: none;
	color:rgb(60,60,60);
	transition: all 0.2s ease-out;
}
.paginas {
	padding:40px;
	line-height: 170%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition:none;
}
a.siguientes:hover {
	color:rgb(10,10,10);
	box-shadow: 0px 3px 7px rgb(200,201,204);
	margin-top:-3px;
	margin-bottom: 33px;
	transition: all 0.2s ease-out;

}
.siguientes h1 {
	text-align: center;
	line-height: 140%;
	max-width: 700px;
	display: block;
	margin:auto;
	margin-top:40px;
	margin-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
}
.siguientes p {
	margin:40px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.siguientes .meta_autores {
	margin:40px;
	text-align: center;
margin-top:20px;
	margin-bottom: 20px;
}
.meta_fecha {
	color:rgb(130,130,130);
}
.siguientes .resumen_portada {
	margin:40px;
	margin-top:20px;
	
}

.pie {
	text-align:center;
	background-color: white;
	width:100%;
	display:block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(240,240,240);
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom: 20px;
	line-height: 170%;
}
#email{
margin-right: 5px;
padding: 10px;
border-radius: 2px;
border-width: 1px;
border-style: solid;
border-color: rgb(220,220,220);
font-family: 'Open Sans';
margin-bottom: 20px;
margin-top: 20px;
color:rgb(50,50,50);

 
}
#botonSuscripcion, .botonBuscar{
    background-color:rgb(226, 129, 129);
    color:#FFFFFF;
    padding-top:10px;
    padding-bottom:11px;
    padding-left:20px;
    padding-right:20px;
    border-style:solid;
    border-width:0px;
    border-color:rgb(102,204,255);
    border-radius:2px;
    margin:0;
    font-size:15px;
    font-family:'Open Sans';    
cursor: pointer; 
}
.paginas input {
	padding-top:10px !important;
	padding-bottom: 10px !important;
	padding-left:20px !important;
	padding-right:20px !important;
	 font-family:'Open Sans' !important;

}
#vermas {
	text-align: center;
}

.columna {
	width:1200px;
	margin:auto;
	overflow-y: auto;
}
h1.titulo_articulo {
	display: block;
	line-height: 134%;
	font-size: 53px;
	max-width: 1200px;
	margin-top:10px;
}

.texto {

	padding:28px;
	padding-left: 0px;
	width:816px;
	display: block;
	float:left;
	padding-top:0px;
	font-size: 19px;
	line-height: 140%;
	color:rgb(50,50,50);
	word-wrap: break-word;

}
.texto img {
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(239, 236, 236);
	padding:5px;
	display: block;
	margin:auto;
}
.texto img.inline {
	border-width: 0;
	display: inline;
	vertical-align: middle;
}
.texto h1, .texto h2, .texto h3, .texto h4, .texto h5, .texto h6 {
	line-height: 150%;
}
.texto h1 {
	font-size: 35px;
}
.texto h2 {
	font-size: 29px;
}
.texto h3 {
	font-size:24px;
}
.fecha_articulo {
	color:rgb(150,150,150);
	font-size:16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left:4px;

}
.de {
	padding:0px;
	padding-top:0px;
	padding-right: 0px;
	float:left;
	width:355px;
}

.de img.bio {
   display: block;
    
    max-width: 200px;
    border-radius:2px;
}
table {
	border-spacing: 0px;
}
td {
border-bottom-width:1px;
border-bottom-color:#EBEBEB;
border-bottom-style:solid;
padding:5px;
margin:0px;
vertical-align: top;
}
th {
text-align:left;
border-bottom-width:1px;
border-bottom-color:rgb(180,180,180);
border-bottom-style:solid;
padding:7px;
}
.texto ul, .siguientes ul, .paginas ul {
    list-style: none;
    padding:0;
    margin:0;
}

.texto ul li, .siguientes ul li, .paginas ul li { 
    padding-left: 1em; 
    text-indent: -.7em;
    margin-top:1em;
    margin-bottom:1em;
}
.texto ul li p {
	text-indent: 0px;
}

.texto ul li:before, .siguientes ul li:before, .paginas ul li:before {
    content: "\002022";
    font-size:19px;
    font-weight: 600;
    padding-right:7px;
    color: rgb(100,100,100)
}
.citacion {
	font-size: 15px;
color: rgb(92, 92, 92);

padding-top: 20px;
padding-bottom: 20px;
}
hr {
	border:0;
	height:1px;
	width:80%;
	background-color: rgb(200,200,200);
}
code {
	display:inline-block;
	background-color: white;
	padding:5px;
	border-width:1px;
	border-color:#EBEBEB;
	border-style:solid;
	font-family:monospace;
	font-size:16px;
	max-width:800px;
	padding-left: 20px;
	padding-right: 20px;


}
code pre {padding:0; margin:0;}
blockquote {padding-left:30px; padding-right:10px; padding-top:0px; padding-bottom:0px; margin-left:0px; margin-bottom:20px;margin-top:20px;min-height:28px; quotes: "\00AB" "\00BB";transition: margin-top 0.1s, margin-bottom 0.1s;}
blockquote:before { content: open-quote; color:rgba(0,0,0,0.3); float: left; position: relative;left: -15px; width:0px; transition: color 0.5s; }
blockquote:after  { content: close-quote; color:rgba(0,0,0,0.3); margin-left:5px; transition: color 0.5s;}
blockquote p {display:inline;}

.cuadro, .cuadro2 {
	padding:15px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: rgb(236, 236, 236);
}
.port_libro {
	display: inline-block;
	float:left;
	box-shadow: 0px 2px 2px rgb(200,200,200);
	margin-right: 20px;
	margin-bottom: 10px;
}
#menu_boton {
	display: none;
	max-width:950px;
	margin:auto;
	margin-top:60px;
	padding-left:0px;
	padding-right: 0px;
	margin-bottom: 20px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
#menu_boton img {
	width:30px;
	vertical-align: middle;
	margin:10px;
	padding-left:10px;
}
.pub img {
	max-width:100%;

}
.pub a {
	display: block;
	max-width: 840px;
	margin:auto;
	margin-top:30px;

}
#cse-search-box input[type='text'] {
	width:300px;
	max-width:50%;
	margin-bottom:10px;

}
.book_link img, .pub_lateral img {
	display:block;
	margin-top:20px;
	max-width:210px;

}
.book_link img {
	
	box-shadow: 2px 2px 2px rgb(200,200,200);
}
.book_link {
	margin-top:60px;
	color:rgb(92,92,92);
	font-size: 16px;
	font-weight: bold;
}
p.eventos {
	background-color: rgb(243,243,243);
	font-size:18px;
	line-height: 150%;
    padding: 10px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 33px;
    display: block;
}
	

@media only screen and (min-width:1300px) {
	ul.nav {
	display: block !important;
	}
}


@media only screen and (max-width: 1300px) and (min-width:1000px) {
.columna {
	width:900px;
	margin:auto;
	overflow-y: auto;
}
.texto {
	width:591px;
	font-size:17px;
}
.de {
	padding:00px;
	padding-top:0px;
	padding-right: 0px;
	float:left;
	width:281px;
	
}
h1.titulo_articulo {
	max-width: 900px;
	font-size:45px;
}
.texto img, .texto table tbody {
	max-width: 591px;
	 box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.nav {
	display: block !important;
}
}

@media only screen and (max-width: 1000px) {
.columna {
	width:100%;
}
h1.titulo_articulo, .fecha_articulo {
	padding-left:20px;
	max-width:90%;
	padding-right:20px;
}
h1.titulo_articulo {
	font-size:40px;
}
.texto {
	padding-left: 28px;
	padding-right:20px;
	width:100%;
	font-size:16px;
	 box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.texto img, .texto table tbody {
	max-width: 100%;
	 box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.nav {
	display: none;
	padding-bottom:40px;
	margin-top:0px;

}
#menu_boton {
	display: block;
}
ul.nav li {
	display: block;
	padding-bottom: 0px;
}
ul.nav li a {
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-left:20px;
}
ul.nav li.seleccionada {
border:none;
background-color: rgb(226, 129, 129);

}
ul.nav li.seleccionada a {
	color:white;
}
.paginas, .siguientes {
	margin-left: 20px;
	margin-right: 20px;
}
.de {
	width:90%;
	border:none;
	padding:20px;
}
.icn {
	min-height: 44px;
}
.book_link img, .pub_lateral img {

	margin:auto;


}
}

@media print {
.compartir, ul.nav, #menu_boton, .pie, .pub, .pub_lateral, .booknav {
	display: none !important;
}
.columna, .de {
	display: inline;
}
.de {
	border:none;
	width:90%;
}
.texto img {
        display:block !important ;
        margin:auto !important ;
        width:auto !important ;
        max-width:100% !important;
        page-break-before: auto !important ; 
        page-break-after: auto !important ; 
        page-break-inside: avoid !important ; 
    }
}