			.wrapper{
		height: 100%;
      display:grid;
	  grid-gap:0px;
      grid-template-columns: repeat(12, 1fr);
	  grid-template-rows: 90px auto auto;
	  grid-template-areas:
	  "h h h h h h h h h h h h"
	  "t c c c c c c c c c c c"
	  "t f f f f f f f f f f f";
       
    }
	
	.revista-header { font-family: 'Abril Fatface', cursive; font-size:1.4em; color: #a02121; line-height: 1.35em; margin:0em; padding:0em;	padding-top: -1em; height: auto; width: auto; display: inline-block;}


	.header {
	grid-area: h;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: sticky;
	position: -webkit-sticky; 
	padding-top: 1.5em;
	top: 0;
	z-index: 1000; 
	background-color: #ffffff;
	border-bottom: 3px solid #a02121;

}

	/*.header img {	  
	display: block;
	float:left;
	margin-top: 10px;
	width: auto;
	height: auto;
	max-width:210px;
	max-height:100px;
}*/

.logo-edita { 
margin-left: 15px;
	float:left;
	display:block;
	margin-top: 0px;


}
.logo-edita img { 
	max-height:80px;
}
  
.tapa {		
    grid-area: t;
	background-color: #dbd4d0;
	padding-top: -3em;
	padding-left: 1em;
	padding-right: 0.5em;
	margin-right:3em;

}
.sticky {position: -webkit-sticky;
  position: sticky;
  top: 90px;
  padding: 0px;}
	
  .tapa img	{	
  	display: block;
	margin-top: 30px;
	margin-right: 20px;
	width: auto;
	height: auto;
	max-width:400px;
	max-height:200px;
	}
  
	
	.footer {
	grid-area: f;
	border-top: 5px solid #a02121;
    margin-top: 20px;
	padding: 1.618em 0em 2.631em;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	line-height: 1.8em;
	}
		.content {
		grid-area: c;
			}
			
	.button {
		float: right;
		background-color: #a02121;
		font-family: 'Raleway', sans-serif;
		border: none;
		display:inline-block;
		color: white;
		padding: 8px 25px;
		text-align: center;
		text-decoration: none;
		font-size: 0.9em;
		cursor: pointer;
		margin-right: 0em;
		margin-top:0.5em;
		position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
a.button:visited, a.button2:visited  { 
 color: white !important;
}
a.button:hover, a.button2:hover  { 
 color: white !important;
 background-color: black;
}

		.button2 {
	
		float: left;
		background-color: #a02121;
		font-family: 'Raleway', sans-serif;
		border: none;
		color: white;
		padding: 10px 28px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 1em;
		cursor: pointer;
		margin-right: 0em;
		margin-top:-1.8em;
	
}




	@page {padding: 0pt; margin:0pt}		
		* {
    box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: white;
	}

article,
section {
	display:block;
}

img[src="http://www.unsam.edu.ar/revistasacademicas/public/journals/1/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}
img[src="http://www.unsam.edu.ar/ojs/public/journals/1/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}
img[src="http://www.unsam.edu.ar/revistasacademicas/public/journals/2/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}
img[src="http://www.unsam.edu.ar/ojs/public/journals/2/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}
img[src="http://www.unsam.edu.ar/revistasacademicas/public/journals/3/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}
img[src="http://www.unsam.edu.ar/ojs/public/journals/3/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}
img[src="http://www.unsam.edu.ar/revistasacademicas/public/journals/4/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}
img[src="http://www.unsam.edu.ar/ojs/public/journals/4/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}
img[src="http://www.unsam.edu.ar/revistasacademicas/public/journals/5/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}
img[src="http://www.unsam.edu.ar/ojs/public/journals/5/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}
img[src="http://www.unsam.edu.ar/revistasacademicas/public/journals/6/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}
img[src="http://www.unsam.edu.ar/ojs/public/journals/6/pageHeaderTitleImage_es_AR.jpg"] { display:none; visibility: hidden;}


.navbar-inner, .breadcrumb { display:none;}
img[src="http://www.unsam.edu.ar/revistasacademicas/plugins/themes/unsam/img/conceptos-bg.jpg"] { display:none;}
#rightSidebar { display:none;}

img[src="https://licensebuttons.net/l/by/4.0/88x31.png"] { display:none; visibility: hidden;}

body, .container {
  	padding: 1em;
  	padding-top: 0em;
	background-color:white;
	margin: 0 auto;
	max-width: 800px;
}

	
a{color: black !important;}

article, div#main.span9 {	
	/*float:left;*/
	text-align:left;
	line-height:25px;
	font-family:'Lato', sans-serif;
	margin: 0 auto;
    /*margin-left:10%;
    margin-right:10%;*/
    width: 100%;
	/*max-width: 580px;*/
}
.row-fluid {	margin: 0;
	padding: 0;}

p{	
    font-size: 15px;
	    color: #414549;
		margin-bottom: 0.9em;
}

.chapitre {
    margin-top: 5em;
}

/******* nav/tdm *******/

.tonote,
.noteNum {
	font-weight:bold;
	text-decoration:none;
	padding-left: 0.3ex;
	line-height:0.7em;
	font-size:0.8em;
}

sup { 	
	vertical-align: baseline !important; 
	font-size: 1em !important; 
	line-height: 0.8em !important;
	top: 0px;
	position:static;
}

.tonote::before { 
    content: "[";
}
.tonote::after { 
    content: "]";
}

.suite {
	font-weight:bold;
	text-decoration:none;
	font-size:80%;
}

.head2 {
	margin-left:7%;
	list-style-type:;
		text-decoration:none;
}

.head3 {
	margin-left:14%;
	list-style-type:square;
}

.head4 {
	margin-left:21%;
}

.head5 {
	margin-left:28%;
}

.head6 {
	margin-left:35%;
}

.note > p {
	display:inline;
}

/******* niveaux de titres *******/
h1{
	font-family: 'Raleway', sans-serif;
    font-size: 2em;
	padding-top: 0.7em;
	font-variant: normal;
    line-height: 1.2em;
    color: #414549;
    letter-spacing: 0.6px;
    margin-top: 0em; 
    margin-bottom: 5px;
    clear: both;
}

h2 {
	font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
	line-height: 25px !important;
	font-weight: 700;
	text-transform:none !important;
    color: black !important;
    letter-spacing: 0.5px;
    margin-top: 50px; 
	padding: 0em;
    margin-bottom: 25px;
	clear: both;
}

h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif !important;
    font-size: 14.4px !important;
    line-height: 25px !important;
	text-transform:none !important;
	font-weight: 700;
    color: black;
    letter-spacing: 0.5px;
    margin-top: 25px; 
	padding: 0em;
    margin-bottom: 25px;
    clear: both;
}


.T_SousTitre,
.T_0_Article_UK {
	font-size:120%;
}

.T_SousTitre {
	font-family: 'Raleway', sans-serif;
	/*font-variant:small-caps;*/
    font-size: 1.4em;
    line-height: 1.2em;
    color: #414549;
    letter-spacing: 0.6px;
    margin-top: 0em; 
    /*margin-bottom: 30px;*/
    clear: both;
}
/******* front data *******/
.resume_motscles,
.mainIndex {
	font-family: 'Raleway', sans-serif;
	font-size:90%;
	border-top:1px #704444 dotted;
	border-bottom:1px #704444 dotted;
	margin-top:2em;
	margin-bottom:2em;
}

.docAuthor,
.affiliation {
	font-size: 1.1em;
	line-height:1.5em;
	letter-spacing: 0.9px;
color: #414549; 
font-family: 'Lato', sans-serif;
   border-style: none;
   font-weight: normal;
   font-variant: normal;
    border-width: 0px;
	border-color: none;
	} 
	
.docAuthor { font-variant: 700;}
.affiliation {
	font-size:95%;
	display: inline-block;
	color: #414549;
	margin-top: 0em;
}

.affiliation + a{
	display: block;
	color: #a02121;
	margin-left: 0em;
	margin-top: 0em;
}

.docAuthor {
	margin-top:1em;
	

   
    display: inline-block;
}

.txt_resume_inv,
.txt_Motsclef_inv {
  direction: rtl;
}

blockquote{	
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom:1em;
	margin-top:0.5em;
	font-family: 'Raleway', sans-serif;
    margin-left: 1.5em;
	border-style: hidden;
	/*font-style: italic;*/
}


/******* notes *******/
.notes {
  margin-top:3em;
  border-top: 1px dotted #bababa;
  padding-top:1em;
}

/******* images *******/
figure {
  margin-top: 2em;
  text-align: left;
  	margin-left: 0em;
	padding-left: 0em;
}

img {
	width:100%;
	height: auto;
	max-width: 600px;
	float:left;
	margin-left: 0em;
	padding-left: 0em;
    border: none;
	margin-bottom: 1em;
     box-shadow: 0 2px 5px rgba(0,0,0,0.6);
      /*  -o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;*/
    }
   img:hover {
        position: relative; z-index: 999; -o-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2); transform: scale(1.2,1.2);-o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    }

figcaption {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	line-height:1.6em;
	margin-top: 1em;
	margin-bottom: 3em;
	position: left;
	text-align:left;
		margin-left: 0em;
	padding-left: 0em;

}


/******* table *******/
table {
	max-width:500px;
		 display: block;
        overflow-x: auto;
        white-space: nowrap;
   

}
th, td {
	padding: 0.5em !important;
    border-bottom: 1px solid #ddd !important;
	    border-top: 0px solid !important;
			    border-left: 0px solid !important;
					    border-right: 0px solid !important;
	
}
tr:hover {background-color: #f5f5f5 !important;}
tr:nth-child(even) {background-color: #f2f2f2 !important;}
table > caption {
  font-weight: bold;
  text-align:left;
}
/******* encadre *******/
.encadre {
	border:1px solid black;
	font-family: Roboto, sans-serif;
	background-color:#CCCCCC;
	font-size:75%;
	padding:2em;
}

.titreEncFocus {
	font-weight:bold;
	font-size:110%;
}

.encadre h1 {
	font-size:140%;
}

.titre_biblio {
  font-weight: bold;
  font-size: 110%;
}
/******* vers <pre> *******/
pre {
	margin-left:40px;
}

/******* théâtre *******/
.locuteur {
  display: inline;
}

.replique > p {
  display:inline;
}

.replique {
  margin-left: 3em;
}

.l {
  margin-left: 3em;
  font-family: inherit;
}

/******* typo *******/
.small-caps {
	font-variant:small-caps;
}

/******* typo *******/
.bibl {

}

/******* liens *******/
a:visited {
  color:#6b0b0b;
  text-decoration:none,
}

.hyperlink {
  color:rgb(0, 79, 127); 
}

.linkbiblio {
  color: rgb(0, 79, 127);
}

/******* index *******/
.index,
.lienIndex {
  color:#704444;
  text-decoration: none;
}

.index {
  display: inline-block;
  padding-right: 6px;
}

.lienIndex {
  font-size: 120%;
}

/******* footer *******/
footer {
	clear:both;
	text-align:left;
	padding-top:4ex;
	margin-bottom:1.7em;
	color:#6d6c6c;
	font-family: 'Lato', sans-serif;
	font-size: 0.85em;
}
  footer::before { content: "Conversión web: Javier Beramendi mediante método ";}
    nav, .manchette,
    .totdm {
        display:none;
    }
	.prelim { margin-top: 5em; margin-left:30%;}
	
	
html, body { background-color:white;}

.titulo-tapa{
	font-family: 'Lato', sans-serif;
	font-weight: regular;
	font-size: 0.85em;
	line-height:1.2em;
	margin-top: 0.6em;
	margin-bottom: 1em;
	position: left;
	background-color: #dbd4d0;

}
body {
   background-image: none;
   background-color: white;
}

/******* changement de la taille de l'écran *******/
@media only screen and (max-width:600px)    
{
    nav,
    .manchette,
    .totdm {
        display:none;
    }
	html {width:100%;}
	.container { margin: 0; padding:0;}
	div#main.span9 { margin: 0; padding:0;}
	  blockquote {hyphens: none;  overflow-wrap: normal;}
    article, body {width:100%; margin:0em; padding-left: 1em; padding-right:1em; font-size:90%;}
body{padding:0;}
	p {	-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;}
  .chapitre {font-size:0.9em;}
 img:hover {
        position: relative; z-index: 999; -o-transform: scale(1.03,1.03); -ms-transform: scale(1.03,1.03); -moz-transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); transform: scale(1.03,1.03);
    }
  

  h1 {font-size:2em; padding-top:0.5em;}
	.affiliation, .docAuthor {display: block; color: #414549; background-color: white; font-family: 'Lato', sans-serif;
   border-style: none;
   font-weight: normal;
   font-variant: normal;
    border-width: 0px;
	border-color: none;
	} 
	.affiliation {display: block; margin-top: -1em; font-variant: normal;font-size: 0.9em;}
	
.docAuthor { font-variant: 700;font-size: 1.1em;}

		
	table {
        display: block;
        overflow-x: auto;
		max-width: 300px;
        white-space: nowrap;
    }
	/******* footer *******/
footer {
	margin-left:1em;
	margin-right: 5em;
	line-height: 1.5em;
	}
	
		.header {
	height:90px;
  width: 100%;
}
	.header img {	  display: block;
	margin-top: 30px;
  max-width:150px;
  max-height:100%;
  width: auto;
  height: auto;
  	margin-top:15px;}
  
 
.button { margin-top:-3.2em; margin-right: 1em;}

	.wrapper{
	grid-template-columns: repeat(12, 1fr);
grid-template-rows: 90px auto auto auto;
	  grid-template-areas:
	  "h h h h h h h h h h h h"
	  "t t t t t t t t t t t t"
	  "c c c c c c c c c c c c"
	  "f f f f f f f f f f f f";
           }
		   .sticky {position: static; margin-top:10px; z-index: -1; 
}
.tapa img	{	
  	margin-top: 0em; position: static; z-index: -1;

	}
	.titulo-tapa {position: static; z-index: -1;}
	.tapa {width:100%;}
	
	.tapa img:hover {
        position: static; z-index: -1; -o-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2); transform: scale(1.2,1.2);-o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    }
	.revista-header {margin:0em; padding:0em; font-size:1.5em; line-height:1.2em; display:block; margin-left:0.5em;}

}
@media print { 
* {
overflow: visible !important;
}

#content, #page {
width: 100%; 
margin: 0; 
float: none;
}
    
div {
    display: block;
	float: none;
	overflow:visible;
}
@page {
    margin-top: 2cm;
    margin-bottom: 2cm;
    margin-left: 3cm;
    margin-right: 3cm;
}
 /* All your print styles go here */
 	blockquote {
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid !important; 
     page-break-inside:avoid; }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
table, pre { page-break-inside:avoid; }
ul, ol, dl  { page-break-before:avoid; }

	 
    article, body {display: block; float: none; width:auto; height:auto; position: static; margin:0em; padding:0em; font-size:1em; overflow:visible !important;}
	p {	-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all; font-size:12pt;}
figure {display:inline-block; width: 50%; max-height: 50%;}

div#main.span9 {display: block; overflow:visible !important;}
.tonote::before { 
    content: "";
}
.tonote::after { 
    content: "";
}
sup { 
    vertical-align: super;
    font-size: smaller;
}
	
 .header, div.tapa, #footer, #nav, footer { display: none !important; } 
 
 table {
	max-width:100%;
		 display: inline-block;
        font-size: 0.95em;

}
th, td {
	padding: 0.3em !important;
    border-bottom: 1px solid #ddd !important;
	    border-top: 0px solid !important;
			    border-left: 0px solid !important;
					    border-right: 0px solid !important;
	
}

table > caption {
  font-weight: bold;
  text-align:left;
  width: 600px;
}
	.wrapper{
		/*height: auto;*/
      display:block;
	  /*grid-gap:0px;
      grid-template-columns: repeat(12, 1fr);
	  grid-template-rows: auto;
	  grid-template-areas:
	  "c c c c c c c c c c c c";*/
       
    }
	.docAuthor {display: inline; font-size: 12pt; margin-right: 0em; padding-right: 0em;}
}