@charset "utf-8";
/* CSS Document */

body {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

p {
	font-size: 16px;
	text-align: justify;
}

.resumen {
	font-size: 16px;
	text-align: justify;
	text-align: center;
	color: #00b9f2;
	font-weight: bold;
}

li {
	font-size: 16px;
	text-align: justify;
}

p span {
	color: #00b9f2;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 span {
	color: #00b9f2;
	font-weight: bold;
}

ol, li {margin-bottom: 10px;}

.titulo-azul {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #00b9f2;
	font-size: 50px;
	font-weight: 900;
	line-height: 45px;
}

.sub-titulo-principal {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #06060c;
	font-size: 40px;
	font-weight: 200;
	line-height: 45px;
}

.sub-titulo-ingles {
	text-align: right;
	font-size: 30px;
}

.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-top: 14px;
}

.border-right {
    border-right: 6px solid #1b3257 !important;
    margin-top: 14px;
}

.navbar-default {
    background-color: #1b3257;
    border-color: #1b3257;
}
.bg-primary {
    background-color: #00b9f2 !important;
    border-color: #00b9f2 !important;
	color: white;
	font-size: 24px;
}


