@charset "UTF-8";
* {
	padding: 0;
	text-indent: 0;
}

ul >li {
	list-style-type: circle;
}
.revista_titulo1 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #030303;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	line-height: 120%;
}
.revista_contenido {
	text-align: justify;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	line-height: 120%;
	font-weight: normal;
}

.revista_DOI{
    text-align: justify;
    color: #000000;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    line-height: 120%;
    font-weight: bold;
}

.revista_referncias{
    text-align: justify;
    color: #000000;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}

.revista_figura_leyenda{
	text-align: center;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
}

.revista_palabrasClave{
	text-align: justify;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	line-height: 120%;
	font-weight: bold;
}

.revista_piefototabla {
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.revista_titulo2 {
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}
.revista_titulo3 {
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	line-height: 120%;
}

.revista_imagen-centrar {
	text-align: center;
	display: block;
	width: 100%;
}
.revista_encabezadotabla {
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.revista_autores {
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	line-height: 120%;
		font-style: italic;
}
.revista_tituloArticulo{
	color: #2B3690;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 28px;
}

.revista_tituloArticulo_sub{
    color: #2B3690;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    border-bottom: 2px solid #868686;
    padding-bottom: 20px;
}



.demo {
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	padding: 5px;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	line-height: 120%;
	font-weight: normal;
	}

	.demo tr:first-child{
		background:#F0F0F0;
	}

	.demo th {
		border:1px solid #C0C0C0;
		padding:5px;
		background:#F0F0F0;
	}
	.demo td {
		border:1px solid #C0C0C0;
		padding:5px;
	}

	.img_responsive{
		width:100%;
		height:auto;
		}

@media(max-width:469px){ 
		.img_responsive { 
		width:100%;
		height:auto;
		 }
	
		.revista_tituloarticulo {
		font-size:15px;
				}
}	

@media(min-width:470px) and (max-width:777px){
		.img_responsive { 
		width:90%;
		height:auto;
		 }
		.revista_tituloarticulo {
		font-size:15px;
				}
	}

@media(min-width:778px) {
		.img_responsive { 
		width:auto;
		height:auto;
		 }
		.revista_tituloarticulo {
		font-size:15px;
				}
	}
