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

.pink{
	color:#bb2283;
	
}


h1{
	margin-bottom:30px;
}

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

.bloque2 p{
	
	padding:3px;
	margin-top:45vh;
	border:1px solid gray;
	font-weight:bold;
}

.bloque2 span{
	background-color:rgba(255,255,255,0.8);
	padding:10px;
	display:block;
	height:60px;
}

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

.col1{
	background-image:url("../img/col1.jpg");
	background-attachment:local;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	border-left:10px solid white;
	border-right:10px solid white;
	cursor:pointer;
}




.col2{
	background-image:url("../img/col2.jpg");
	background-attachment:local;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	border-right:10px solid white;
	cursor:pointer;
}

.col3{
	background-image:url("../img/col3.jpg");
	background-attachment:local;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	border-right:10px solid white;
	cursor:pointer;
}

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


.col2-1{
	background-image:url("../img/cols2-1.jpg");
	background-attachment:local;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	border-left:10px solid white;
	border-right:10px solid white;
	cursor:pointer;
}

.col2-2{
	background-image:url("../img/cols2-2.jpg");
	background-attachment:local;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	border-right:10px solid white;
	cursor:pointer;
}

.col2-3{
	background-image:url("../img/cols2-3.jpg");
	background-attachment:local;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	border-right:10px solid white;
	cursor:pointer;
}

.col2-4{
	background-image:url("../img/cols2-4.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;
}


/* textos sin scroll*/
.textpop2{
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
	height:40vh;
	padding-left:50px;
	
}

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

/* 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;
}


/* antes tenian imagenes de fondo por eso una clase para cada*/
.col1movil{
	
	cursor:pointer;
}


.col2movil{
	
	cursor:pointer;
}

.col3movil{
	
	cursor:pointer;
}

.col4movil{
	
	cursor:pointer;
}

.col2-1movil{
	
	cursor:pointer;
}

.col2-2movil{
	
	cursor:pointer;
}

.col2-3movil{
	
	cursor:pointer;
}

.col2-4movil{

	cursor:pointer;
}

.bloque2movil{
	margin-top:80px;
	margin-bottom:40px;
}

.bloque2movil p{
	
	padding:3px;
	border:1px solid gray;
	font-weight:bold;
	margin:0px 40px;
}

.bloque2movil div div{
	margin-top:40px;
	
}

.bloque2movil span{
	background-color:rgba(255,255,255,0.8);
	padding:10px;
	display:block;
	font-size:18px;
}

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