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

.pink{
	color:#bb2283;
	
}

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

.bloque2{
	background-image:url("../img/fondo.jpg");
	background-attachment:fixed;
	background-position:left;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	

}

.posicion{
	margin-top:20px;
}

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

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



.texto{
	text-align:justify;
	padding:10px 50px;
	margin-top:20px;
}

#caja{
	
	background-color:black;
	color:white;
	margin: 0px 50px;
	padding: 10px 10px;
	position:relative;
	bottom:0px;
	
}

#caja a{
	background-color:#bb2283;
	color:white;
	padding:5px;
	font-weight:bold;
	padding:3px 20px;
	
}

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

.textomovil{
	text-align:justify;
	padding:10px 0px;
}

#cajamovil{
	background-color:black;
	color:white;
	margin-bottom:10px;
	padding: 10px 10px;
	position:relative;
	bottom:0px;
	
}

#cajamovil a{
	background-color:#bb2283;
	color:white;
	padding:5px;
	font-weight:bold;
	padding:3px 20px;
	
}
