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

.pink{
	color:#bb2283;
	
}

h1{
	margin-bottom:30px;
}

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

}

.bloque2 img{
	width:280px;
	height:150px;
	margin-bottom:3px;
}

.bloque2 p{
	font-size:12px;
	
}

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

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


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