.slider{
	background: url("img/panoramicachile.jpg");
	height:     74vh;
	background-size: cover;				/*permite que el fondo quepa en el area destinada, sea grande o chica ocupa todo*/
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color:white;
}
.slider-nosotros{
	background: url('img/panoramicachile.jpg');
	height:  100%;
	background-size: cover;
	background-repeat: repeat-y;

}
.icono{
	background: url('img/iconocyj.jpg');
	background-size: cover;
	border-radius: 100%;
	width: 10px;
	height: 10px;
}
.cajaz{
	z-index: 2;
	background-color: rgba(0,0,0, 0.8);
	box-shadow:2px 2px rgba(0,0,0, 0.4);
}
.cajaz-nosotros{
	z-index: 3;
}
.img_vision_mision{
	border-color: black;
	box-shadow: 4px 10px 14px #000000;
}
.bienvenidotexto{
	width: 60%;
	height: 60%;
}
.bienvenido{
	background: url("img/admc1.jpg");
	background-position: center;
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 100%;
}	
.bienvenidosm{
	background: url("img/admc1.jpg");
	width: auto;
	height: 55vh;
	background-repeat: no-repeat;
	background-size: 100%;
}
.barraMenu{
	background:#77dd77;
	font-size: 8vh;
	width: 100%; 
	height: 10vh;
}
#home{

	float: left;
	left: 20px;
	width: 100px;
	height: 9vh;
	z-index: 1000;
}
#homeImg{
	width: 100%;
	height: 100%;
	border-radius: 90%;
}
nav ul{
	position: relative;
	/*justify-content: flex-end;*/
	z-index: 1000;
}	

.padding{
	border:solid;
	border-color:#77dd77;

}
.titulo{
	background:#3a3d3a;
	border:solid;
	border-color: #3a3d3a;
	color: white;
	height: 11vh;
}
.colortextnav{
	color:#1c1a19;
	float:left;
	font-size: 20px
}
.margen{
	padding-top:100px;	
}
.lema{
	font-style: italic;
}
body{
	overflow-x: hidden;
	position: absolute;
}
.nosotros-texto{
	color: white;
	font-family:times; 
	font-size: 20px;
}
.imgObjetivo{
	background:url("img/manos1.png");
	width: auto;
	height: 55vh;
	background-size:cover;
	border-radius: 100%;
}
.imgMision{
	background: url("img/edificios.png");
	width: auto;
	height: 55vh;
	background-size:cover;
	border-radius: 100%;
}
.menu-fixed {
	color: white;
	position:fixed;
	z-index:1000;
	top:0;
	max-width:100%;
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);

	background-color: rgba(0,0,0, 0.8);
	border:solid;
	border-color: rgba(0,0,0, 0.8);
}
.footer-email{
	color: white;
	font-family: times;
}
.border-email{
	border: solid 2px #77dd77;
	/*border-bottom-left-radius: 15px;*/
	height: 25px;
	width: 350px;
}
.boton-email{
	height: 30px;
	border: solid #77dd77;
	border-bottom-left-radius:  5px;
	border-bottom-right-radius: 5px; 
	border-top-left-radius:     5px;
	border-top-right-radius:    5px;
	margin-left: 195px;
}
footer h6{
	text-align:  right;
	font-family: times;
	font-size: 16px;
}
footer button p{
	color:#1c1a19;
}
footer{

	font-family: times;
	height: auto;
	background-color: #1c1a19;
}