/*
    Estilo basico de los articulos
    para la Revista de Adminitraciónote
    perteneciente a la Universidad Estatal
    a Distancia (UNED)

    Creado por: José Andrés Parajeles Chavarria
    Contacto:  j.and.p.x6@gmail.com
*/

h1, h2 {
  color: #023e8aff;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3, h4, h5, h6 {
  color: #48cae4ff;
}

h3 {
  font-size: 18.72px;
}

.small {
  font-size: 13px;
}

p {
  font-size: 16.5px;
  word-wrap: break-word;
}

.authorArticle {
  color: #0077b6ff;
}

.textAlternative {
  color: #0096c7ff;
}

.textJustify {
  text-align: justify;
}

/* Imagenes */

.responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.imageCaption {
  text-align: center;
  font-size: 13px;
}

.creativeCommons {
  width: 160px;
  height: 56.12px;
}

.orcid {
  margin-right: 5px;
}

/* Tablas */

table, th, td {
  border: 1px solid #03045eff;
  border-collapse: collapse;
  font-size: 16.5px;
}

table {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

caption {
  text-align: left;
}

th {
  text-align: center;
  background-color: #dedede;
}

.table {
  overflow-x: auto;
}

.source {
  text-align: center;
}

/* Contenido extraido del plugin generico de ojs "htmlArticleGalley"
  creditos al autor */

@media (min-width: 992px) {
	body {
		max-width: 768px;
		margin: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		max-width: 600px;
		margin: auto;
	}
}

@media (max-width: 767px) {
	body {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/*
  Paleta de colores utilizada para articulos
*/

/*
 SCSS HEX
  $navy-blue: #03045eff;
  $dark-cornflower-blue: #023e8aff;
  $star-command-blue: #0077b6ff;
  $blue-green: #0096c7ff;
  $cerulean-crayola: #00b4d8ff;
  $sky-blue-crayola: #48cae4ff;
  $sky-blue-crayola-2: #90e0efff;
  $blizzard-blue: #ade8f4ff;
  $powder-blue: #caf0f8ff;

*/
