@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 16px;
	text-align: justify;
}

.logo {
	text-align: right;
}

.resumen {
	font-size: 16px;
	text-align: justify;
	text-align: center;
	color: #686a6b;
	font-weight: bold;
}

li {
	font-size: 16px;
	text-align: justify;
}

p span {
	font-weight: bold;
}

h1 {
	color: #686a6b;
	font-size: 30px;
	font-weight: 100;
}

h2 {
	color: #686a6b;
	font-size: 25px;
	font-weight: 100;
}

ol, li {margin-bottom: 10px;}

.titulo-azul {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #00b9f2;
	font-size: 35px;
	font-weight: 600;

	text-align: right;
}

.sub-titulo-principal {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #686a6b;
	font-size: 30px;
	font-weight: 100;
}

.sub-titulo-ingles {
	text-align: right;
	font-size: 26px;
	color: #686a6b;
}

.doi {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #00b9f2;
	color: #fff;
	font-size: 16px;
	padding-top:20px;
	padding-bottom:10px;
}

.doi a {
	color: #fff;
	font-size: 16px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    font-size: 16px;
}

.border-left {
    border-left: 6px solid #00b9f2 !important;
    margin: 14px 0 0 0;
	padding: 0 0 0 10px;
}

.border-right {
    border-right: 6px solid #1b3257 !important;
    margin-top: 14px;
}

.navbar-default {
    background-color: #1b3257;
    border-color: #1b3257;
}
.bg-primary {
    background-color: #686a6b !important;
    border-color: #686a6b !important;
	color: white;
	font-size: 24px;
}

hr {
    border-top: 1px solid #000000;
    width: 40%;
    margin: -10px 0 20px 0px;
}


