/* CSS Document */
body {
	background-image: url("../images/fondo2.png");
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;	
	background-repeat: no-repeat;	
	background-size: cover
}

/*.intro-2 {
    background: url("https://mdbootstrap.com/img/Photos/Others/img (40).jpg")no-repeat center center;
    background-size: cover;
}*/

.navbar {
    /*background-color: transparent;*/
	background-color: #194b84;
	color: black;
}

.top-nav-collapse {
    background-color: #194b84;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #194b84;
    }
}
html,
body,
header,
.view {
    height: 100%;
}

#frameMision {
	width: 1250px;
	height: 600px;	
}

#mision {
	width: 1250px;
	position: relative;
	top: 15%;
	display: none;
}

#vision {
	width: 1250px;
	position: relative;
	top: 15%;
	display: none;
}

#valores {
	width: 1250px;
	position: relative;
	top: 15%;
	display: none;
}

