* { margin: 0 ; padding: 0;}
a{text-decoration: none}
html, body{
	height:100%;
	background: #009cca;
}
header{background-color: rgba(255,255,255,0.3); padding-top: 50px;}
/*.logo{
	background-image: url("imagenes/logoIBE.png");
	background-position: 50px;
	background-repeat: no-repeat;
	background-size: auto;
	color: transparent;
	display: block;
	padding: 10px;
	height: 140px;
}
.logo a{
		color: transparent;
}*/

h1{
	color: #009cca;
	padding: 50px 0;
	font-size: 3em;
}
.main{
	background-image: url('imagenes/breather-168766.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: #009cca;
	font-family: serif;
	height: 95%;
	text-align: center;
}

footer{
	background: #009cca;
	bottom: 0px;
	color: #fff;
	padding: 50px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}
footer a{color: #fff;}
footer p{
	font-family: serif;
	font-size: 2em;
	width: 100%;
}


@media screen and (max-width:450px){
	h1{font-size: 2em;}
	.main{padding: 0 0 10px 0}
}