@charset "UTF-8";
* {
	padding: 0;
	text-indent: 0;
}


body{
	text-align: left;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	line-height: 120%;
	font-weight: normal;
}


.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: left;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	line-height: 120%;
	font-weight: normal;
}
.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: bold;
	font-size: 20px;
	text-align: left;
	line-height: 120%;
}
.revista_tituloarticulo {
	color: #2B3690;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-align: left;
	line-height: 28px;
}

	.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;
	}

@media (max-width: 469px) {
	.img_responsive{ 
		width:auto;
		height:auto;
		 }
	.revista_tituloarticulo 
		{
		font-size:20px;
		}
		
}	

@media (min-width:470px) and (max-width:777px) {

	

	.img_responsive{ 
		width:auto;
		height:auto;
		 }

		.revista_tituloarticulo {
		font-size:20px;
				}
}