/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	}
@font-face {
    font-family: 'delgada';
    src: url('../fuentes/delgada.woff2') format('woff2'),
         url('../fuentes/delgada.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#body{
	background-color:red;
	}
header{
	overflow:hidden;
	position:fixed;
	float:left;
	width:100%;
	height:12%;
  	max-height:1.6cm;
  	min-height:1cm;
	background-color: rgba(255,255,255,0.7);
	z-index:2;
	}
#logo{
	height:100%;
	width:150px;
	position: relative;
	margin: auto;
	background-color: rgba(255,255,255,0.0);
	}
#logo img{
	height:90%;
	}
#redes{
	height:100%;
	width:auto;
	float:right;
	margin-right:20px;
}
.red{
	height: 100%;
	width:auto;
	float:left;
}
.red img{
	height: 60%;
	margin: 30% 3px;
}
#contacto{
  position:fixed;
  left:15px;
  bottom:20px;
  z-index: 2;
  height:15%;
  max-height:2cm;
  min-height:1cm;
  width:auto;
	}
#contacto img{
  height:100%;
  width:auto;
	}
#contacto:hover img{
  height:105%;
	}
#contenido{
	margin-top:60px;
}
#loader{
	height:50px;
	width:50px;
	margin:100px auto;
}
#credito{
	font-size:11px;
	color:rgb(0,0,0);
	float:right;
	margin: 4px 20px;
}
