@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	}

body{
	background:#000 no-repeat center center;
	}

body,ul,h1,h2,h3,h4,h5,h6,p,figure{
	padding:0px;
	margin:0px;
	}

a,li{
	text-decoration:none;
	}	
	
ul{
	list-style:none;
	}

/*ESTILOS PORTADA*/

.portada{
	height:100%;
	width:100%;
	background:#0099FF;
	}

.image{
	position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15px; /* 50% of the line-height in a */
  text-align: center;
	}
