@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;700&display=swap');
html {
  font-size: 100.01%;
}
body {
  font-family: 'Saira', 'Saira UNSAM', Lato, "Roboto Condensed", sans-serif;
  background-color: #FFFFFF;
}
a {
	color: #0056b3;
}
h1 {
	font-size: 26px;
	color: #666666;
	
}
h2 {
	font-size: 22px;
	color: #666666;
	
}
h3 {
	font-size: 20px;
	color: #666666;
	
}

.video-container {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.cajita {
    min-height: 100px;
    background-color: #eee;
    padding: 12px;
    margin-bottom: 10px;
}



#cuerpo_secundaria ul {
    list-style-image: url(/img/flechita_gris.png);
    margin-left: 20px;
}
#myTab {
	list-style-image: none !important;
	margin-left: 0 !important;
}

footer .nav-link {
    padding: 0;
}
footer a:hover {
	text-decoration: none;
}

.bg-oscuro {
    background-color: #CCCCCC !important;
}

footer {
    padding: 30px 0;
}

footer nav a {
    color: #000000;
}

.nota-foto {
	margin-bottom: 20px;
}
.nota-link a {
	color: #000000;
	font-weight: 500;
}
.nota-link a:hover {
	color: #444444;
	text-decoration: none;
}
#nota1 {
	line-height: 20px;
}

.separador h1 {
	font-size: 26px;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
}
.separador {
	box-shadow: 0px 0px 9px -2px #999999;
}

#main_nav {
	margin-top: 40px;
}

#menu nav {
	box-shadow: 0px 0px 9px -2px #000000;
	padding: 30px 0;
}

#navbarNav_top {
	position: absolute;
	right: 35px;
	top: 0px;
	font-size: 80%;
}

.navbar-light .navbar-nav .nav-link {
	color: #000000;
}

#navbarNav_top a{
	color: #000000;
}
#navbarNav_top a:hover{
    color: rgba(0,0,0,.7);
}
.navbar-nav .nav-item:not(:last-child) {
  border-right: 1px solid black;
}
#navbarNav_top .nav .nav-item:not(:last-child) {
  border-right: 1px solid black;
}
.nav-link {
display: block;
    padding: 0 1rem;
}

.dropdown-menu {
	font-size: 90%;
}


#cuerpo_principal {
  border-top: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
	
}
#cuerpo_principal .container {
  padding: 0;
}

#cuerpo_secundaria .container {
	min-height: 500px;
	padding: 40px 50px 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#cuerpo_secundaria .container h1, #cuerpo_secundaria .container h2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 50px;
    margin-left: -50px;
    margin-right: -50px;
	
}

#cuerpo_secundaria .container h1 {
	box-shadow: 0px 0px 9px -2px #bbbbbb;

}


.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #dee2e6;
    border-color: #dee2e6 #dee2e6 #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 10px;
    margin-right: 10px;
}
.nav-tabs .nav-link {
    border: 1px solid #e9ecef;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 10px;
    margin-right: 10px;
	
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    color: #495057;
    background-color: #dee2e6;
	
}

link.active {
    color: #495057;
    background-color: #dee2e6;
    border-color: #dee2e6 #dee2e6 #fff;
}



@media only screen and (max-width: 992px) {
  .container {
    padding: 0 10px;
    background-color: #ffffff;
  }
  .navbar-brand {
    display: block !important;
  }
  .navbar-nav .nav-item:not(:last-child) {
    border-right: none;
  }
  .logo-pie {
    text-align: left;
  }
  .stack-column,
  .stack-column-center {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      direction: ltr !important;

  }
	
	#navbarNav_top {
		display: none;
	}	
	
}