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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS resart */


body{
	overflow-y: hidden;
}

#menu ul{
	position: absolute;
	padding: 60px;
	top: -300px;
	left: 160px
	
	}

#menu ul li {
	display: inline-block;
	padding: 270px
	
}
#foto {
	
	position: absolute;
	width: 100%;
	margin: 0;
	top:80px;
	z-index: 1;	

}

#blanco{
	position: absolute;
	top:50px;
    width: 100%;
}

#frame{
	position: absolute;
	top:180px;
	width: 100%;
	
	
}

	
	

 h1 {
	position: absolute;
	 top:290px;
     width: 100%;
	 text-align: center;
	 z-index: 1;
	

}
#dato{
	position: absolute;
	top: 340px;
	z-index: 1;
	width: 100%;

}

footer{
	width: 100%;
	height: 100px;
	background: pink;
	position: relative;
	top:-300px;
	}

footer ul li{
	display: inline-block;
	padding: 50px;
	
}

@media screen and (max-width:1440px){
	
	footer{
		top: 722px;
		position: absolute;
	}
}

@media screen and (max-width:1430px){
	#menu ul li{
		
		padding: 250px;
		}
	footer{
		top: 670px;
		position: absolute;
	}

}

@media screen and (max-width:1350px){
	#menu ul li{
		
		padding: 260px 220px;
		
	}
}

@media screen and (max-width:1225px){
	#menu ul li{
		
		padding: 260px 120px;	
	}
	
}

@media screen and (max-width:1224px){
	footer{
		top: 670px;
		position: absolute;
	}
}

@media screen and (max-width:1224px){
	#menu ul li{
		
		padding: 260px 140px;	
	}
	footer{
		top: 680px;
		position: absolute;
	}
}
	
@media screen and (max-width:420px){
	#menu ul li{
	padding: 260px 1px;
	}

	footer{
		top: 560px;
		position: absolute;
	}
	
	footer ul a li {
		font-size:15px;
		width: 1px;
		padding:40px 30px 70px 30px;
	}
	
	#frame {
		margin-left: -400px;
		
	}
	#blanco {
		margin-left: -190px;
	}
	
}