html{
	height:100%;
}
body{
	background-color:white;
	height:100%;
	padding:10px;
}

.pink{
	color:#bb2283;
	font-weight:bold;
}



.bloque1{
	background-color:black;
	height:100%;
	
}

.foto{
	background-image:url("../img/shutt2.jpg");
	background-attachment:local;
	background-position:right;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
}

.bloque2{
	background-color:white;
	height:100%;
	text-align:center;
}

.vertical-center{
  position: relative;
  top: 50%;
  transform: translateY(-50%);	
}

.logo{
	width:200px;
	margin-bottom:70px;
}

.simbol{
	width:70px;
	margin-bottom:40px;
}

#texto{
	overflow-y: auto;
	height:65vh;
	text-align:justify;
	padding-right:30px;
	margin:auto;
	
}

nav{
	margin-left:10%;
}

nav a{
	display:block;
	color:white;
	font-size:14px;
	line-height:40px;
	text-align:left;
}


nav a:hover{
	text-decoration:none;
	color:#bb2283;
}

.iconos{
	margin-top:80px;
	text-align:left;
	margin-left:10%;
}

/* estilos movil */


/* navegador movil */
nav.peque{
	width:100%;
	background-color:white;
	padding:0px;
	z-index:5;
}
nav.peque ul{
	width:100%;
	text-align:center;
	background-color:black;
}
nav.peque ul a{
	color:white;
}

.btn-menu{
	background-color:black;
	color:white;
	border-radius:0px;
}
.btn-menu:hover{
	color:white;
	font-weight:bold;
}
.btn-menu:focus{
	color:white;
	font-weight:bold;
}

.fotomovil img{
	width:100%;
	height:200px;
}

.simbolmovil{
	width:70px;
	margin:40px 0px;
}

#textomovil{
	text-align:justify;
	margin:auto;
	padding-bottom:20px;
	
}
