html{
height:100%;
}
body{
	height:100%;
	padding:10px;
}

.pink{
	color:#bb2283;
	
}

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


.bloque2{
	background-image:url("../img/fondoand.jpg");
	background-attachment:fixed;
	background-position:left;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	padding:30px 6%;
}

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


.fotos{
	padding:10px 5px 0px 5px;
	border:1px solid white;
	margin:0px 25px;
	
}

.fotos p{
	
	background-color:rgba(255,255,255,0.8);
	padding:10px;
	font-size:34px;
	
}

.col1and{
	background-image:url("../img/col1pag5.jpg");
	background-attachment:local;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	cursor:pointer;
	
	
	
}

.col2and{
	background-image:url("../img/col2pag5.jpg");
	background-attachment:local;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	cursor:pointer;
	
	
}


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

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%;
}

.cerrar{
	cursor:pointer;
}

.pop {
   z-index:2;
   position:fixed;
   left:42%;
   width:40%;
   background:rgba(255,255,255,0.9);
   box-shadow: -5px 3px 8px gray;
	padding:15px; 
	display:none;	

}

hr{
	height: 1px;
   border: 0;
   color: #666;
   background-color: gray;
	width:80%;
	margin-top:-7px;
}

/* 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:white;
}
nav.peque ul a{
	color:black;
}

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

.textpop{
	width:98%;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:25px;
	overflow-y:scroll;
	height:40vh;
	padding-left:50px;
}

.bloque2movil{
	height:92vh;
}

.bloque2movil p{
	
	padding:3px;
	font-weight:bold;
}



.col1andmovil{
	
	cursor:pointer;
	padding:10px;
	margin-bottom:15px;
	
	
	
}

.col2andmovil{
	
	cursor:pointer;
	padding:10px;
	margin-bottom:15px;
	
	
}

.fotosmovil{
	padding:10px 5px 0px 5px;
	border:1px solid white;
	margin:20px 30px;
	
}

.fotosmovil p{
	
	background-color:rgba(255,255,255,0.8);
	padding:10px;
	font-size:20px;
	
}

.popmovil {
   z-index:2;
   width:100%;
   height:100%;
   position:fixed;
   left:0px;
   background:rgba(255,255,255,1);
   box-shadow: -5px 3px 8px gray;
   padding:15px; 
   margin:auto;
   display:none;	

}

.textpopmovil{
	width:80%;
	padding-right:18px;
	 height:55vh;
	overflow-y:auto;
	margin:10px auto;
	margin-bottom:20px;
}