@charset "utf-8";
/* CSS Document */

div.articulo {
	text-align: justify
}
div.autores {	
	text-align: center;	
	margin-bottom: 3em;
	
}
a:link{
	color:#3983C8
}
a:hover{
	background-color:#DDDDDD;
}
.columna {
	column-count: 3;
	
	column-gap: 1.5em;
	text-align: left;
	font-size: 100%;
}
div.refs {

	margin-left: 1em;
	color:#2B2B2B;
}
div {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
body {
	text-align: justify;
	
	color: #1F1F1F;/*letter-spacing: 1px !important;*/
}
p {
	font-size: 125%;
	margin-top: .1!important;
	margin-bottom: 0.1;
	line-height: 150%;
}
p.tit {
	font-size: 230% !important;
	color: #3983C8;	
	text-align: center;
	font-weight: bold;
}
p.tit2 {
	font-size: 130% !important;
	font-weight: bold;
	
}
h1, h2, h3, h5, h6 {
	margin-left: 0pt!important;

	color: #3983C8;	
	text-transform:none;	

}
h4{
	margin-left: 0pt!important;
	margin-bottom: 0.7pt!important;
	color: #3983C8;	
	text-transform: none!important;
	font-weight: normal!important;
	
}
h4.label{
	text-align: center;
}

.tabla{
	width: 100%;
	align-content: center!important;
	
}
.tablaV{
	width: 76%;
	align-content: center!important;
}
