@charset "UTF-8";
/* CSS Document */
body {
	background-color: #DBE2E5;
}
#contenedor-principal{
	font-family: 'OpenSans-Regular', sans-serif;
	width: 80%;
	height: auto;padding: 5%;
    line-height: 150%;
	margin:0 auto;
	display: block;
	background: #FFFFFF;
	box-shadow: 1px 1px 10px 5px gray;
	min-width: 800px;
}
#direcciones{
	display: block;
	margin: 0 5% 1% 1%;
	padding-top:1%;
	padding-bottom:1%;
	border-top:solid thin cadetblue;
	border-bottom:solid thin cadetblue;
	margin-bottom: 50px;
}
/*Titulos H*/
h1.titulo{
	font-size:25px;
	text-align: center;
	line-height: 40px;
	margin-top:5%;
	margin-bottom: 5%;
}
.TitText{
	font-size: 20px;
	color: blue;
	margin-top: 8%;
	margin-bottom: 5px;
	font-weight: 700;
}
h4.SubtitTex{
	font-size: 15px;
	font-style: italic;
	margin-top: 5%;
	margin-bottom: 15px;
	margin-left: 100px;
	margin-right: 100px;
}
.titResumen{
	font-size: 15px;
	font-weight: 700;
	color: black;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 100px;
}
p{
 	font-size: 17px;
	text-align: justify;
	margin-left: 100px;
	margin-right: 100px;
}
p.doi{
	font-size: 14px;
	text-align: center;
	color: cadetblue;
	font-weight: 600;
}
p.autores{
	text-align: justify;
	font-size: 15px;
	dispaly: block;
	margin-top: 1px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1px;
	line-height: 20px;
}
p.adress{
	text-align: justify;
	font-size: 15px;
	dispaly: block;
	margin-top: 1px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1px;
	line-height: 20px;
	color:#898989; 
}
p.correspondencia{
	text-align: justify;
	font-size: 15px;
	dispaly: block;
	margin-top: 1px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1px;
	line-height: 20px;
}
p.historial{
	text-align: center;
	color: cadetblue;
}
p.indentado{
	text-indent: 2%;
	text-align: justify;
}
.small{
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	color:rgba(106,107,107,1.00);
	margin-left: 100px;
	margin-right: 100px;
	/*border: 2px solid rgba(9,45,147,1.00);*/
	/*background: rgba(104,101,101,1.00);*/
	margin-top:1px;
	}
.keywords{
    font-size: 12px;
	text-align: left;
	margin-right: 10%;
	margin-bottom: 5%;
}
.imag{
	width: auto;
	object-fit: cover;
	display:block;
	margin:0 auto;
	padding-top: 40px;
	border:10px blue;
	align-content: center;
}
.figtitle{
	font-size: 12px;
	text-align: center;
	padding-bottom: 40px;
}
.equa{
	display: inline-block;
	align-content:center;
	align-content: left;
	vertical-align: middle;
	padding-right: 10%; 
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Estilo de tabla */
table{
	font-size: 12px !important;
	width: 80%;
	margin:1% auto 10px auto;
	line-height:1.5em;
}
table, tr, td, th {
    text-align: center;
    border: 1px solid #1b3749;
	padding: auto;
    border-collapse: collapse;
}
table th{
	background:rgba(167,166,166,1.00);
	text-align: center;
	border: 1px thin #3333;
	margin:1% auto;
	border-collapse: collapse;
}
.tabtitle{
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
}
.tabpie{
	font-size: 12px;
	text-align: center;
	margin-bottom:40px;
}
/* Termina etilo de tabla */
a{
	color:cornflowerblue;
	font-size:1em;
	text-decoration:none;
	margin:0;
	word-wrap: break-word;
}
a:hover{
	color:cornflowerblue;
	font-size:1em;
	text-decoration:none;
	margin:0;
	word-wrap: break-word;
}
a:visited{
	color:cornflowerblue;
	font-size:1em;
	text-decoration:none;
	margin:0;
	word-wrap: break-word;
}