@font-face {
    font-family: 'StrangeloveTextRegular';
    src: url('strangelovetext-webfont.eot');
    src: url('strangelovetext-webfont.eot?#iefix') format('embedded-opentype'),
         url('strangelovetext-webfont.woff') format('woff'),
         url('strangelovetext-webfont.ttf') format('truetype'),
         url('strangelovetext-webfont.svg#StrangeloveTextRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
	height: 100%;
	width: 100%;
	background: #dedede;
	position: absolute;
	
	overflow: hidden;
	
	font-family: StrangeloveTextRegular, Verdana, Arial, sans-serif;
	font-size: medium;
	color: black
}

#page {
	position: absolute;
	width: 950px;
	height: 600px;
	left: 50%;
	margin-left: -475px;
	top:  50%;
	margin-top: -300px;

	border: 0px solid #eee;
	background: #dedede url('../img/degradado.jpg') no-repeat 30px 0px;
	
}

.munyeco{
	width: 287px;
	height: 1772px;
	background: url('../img/munyeco.png');
	position: absolute;
	top: 1000px;
	right: 100px;
	opacity: 0;
}

.texto{
	font-size: 100px;
	width: 450px;
	position: absolute;
	top: 130px;
	left: 100px;
	text-shadow: 3px 3px 3px #acacac;
	
	text-align: center;
	opacity: 0;
}

.texto h1{
	font-size: 50px;
}

.texto h1 .gris{
	color: #777;
}

.texto h2{
	font-size: 89px;
	margin-top: 10px;
}

.texto .fotos{
	margin-top: -20px;
}

.texto img{
	margin: 0px 5px 0px 5px;
	padding: 1px 1px 1px 1px;
	width: 48px;
	height: 48px;
}

.texto img:hover{
	padding: 2px 0px 0px 2px;
}