*{
	border: 0;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "BirdMachine";
	src: url("../fonts/BirdMachine.eot");
	src: url("../fonts/BirdMachine.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/BirdMachine.woff") format("woff"),
		 url("../fonts/BirdMachine.ttf") format("truetype"),
		 url("../fonts/BirdMachine.svg#Chalet") format("svg");
	font-weight: normal;
	font-style: normal;
}

header{
	background-image: url(textura2.jpg);
	background-color: #252525;
	max-width: 100%;
	text-align: center;
}

body{
	background-image: url(FondoNuevo.jpg);
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#141315), to(#3d3737));
	background: -moz-gradient(linear, 0% 0%, 0% 100%, from(#141315), to(#3d3737));
	background: -o-linear-gradient(#141315, #3d3737);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141315', endColorstr='#3d3737');
	background: -ms-gradient(linear, 0% 0%, 0% 100%, from(#141315), to(#3d3737));
	background: gradient(linear, 0% 0%, 0% 100%, from(#141315), to(#3d3737));*/
}

div#lib img{
	max-width: 25%;
	position: absolute;
	margin: 70px 80px;
   	left: 0;
   	right: 0;
	width: 30%;
}

div#foto img{
	position: absolute;
	margin: 100px 1000px;
   	left: 0;
   	right: 0;
	width: 20%;
}

section#ini{
	max-width: 20%;
	position: absolute;
	margin: 350px 550px;
   	left: 0;
   	right: 0;
}

div#logo img{
	max-width: 15%;
	position: absolute;
   	left: 590px;
   	top: 100px;
}

aside{
	display: inline-block;
	position: absolute;
   	left: 600px;
   	top: 520px;

}

div#ci, div#co{
	color: #ffffff;
	font-family: "BirdMachine", Helvetica, verdana;
	font-size: 40pt;
	position: relative;
	text-align: left;
}

div#y{
	color: #ff0000;
	font-family: "BirdMachine", Helvetica, verdana;
	font-size: 80pt;
	margin-left: 195px;
	position: absolute;
}

div#nombre{
	color: #bcb8b8;
	font-family: "BirdMachine", Helvetica, verdana;
	font-size: 15pt;
	margin-right: 16px;
	text-align: right;
}

a#esp, a#eng{
	display: inline;
	color: #ffffff;
	font-family: "BirdMachine", Helvetica, verdana;
	font-size: 13pt;
	padding: 10px;
	text-decoration: none;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s aese-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a#esp:hover, a#eng:hover{
	color: #ff0000;
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s aese-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

footer {
	background: #000000;
}
