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 {
	font-family: 'Lato', sans-serif;
	color: #999999;
	background: #d4d4d4;
	line-height: 1;
	font-size: 16px;
}

p{
	font-family: 'Lato', sans-serif;
	color: #999999;

}

ol, ul {
	list-style: none;
}

a{
	text-align: center;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
} 
table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1 {
	/*0text-align: center;*/
	color: #EF4E23;
	text-align: center;


}


#contenedor{
	padding: 10% 0 0 0;
	min-height:825px;
	background: url(../assets/fondo.jpg) center top;
	background-size: cover;
}

#wrapdiv{
	padding: 20px 0 20px 0;
	min-height:925px;
	background:#081424;
}

a.btn{
	padding: 100px 0 0 0;
	width:228px;
	height:230px;
	margin: 0 auto;
	background: url(../assets/btn-language.png) center top;
	color:#081424;
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
}

a:hover.btn{
	width:228px;
	height:230px;
	margin: 0 auto;
	background: url(../assets/btn-language.png) center bottom;
	color:#ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
}


@media only screen and (max-width: 800px) {

	#contenedor{
	padding:0;
	min-height:825px;
	background:#081424;
}

	#der{
		padding: 25% 0 0 0;
		margin: 0 0 70px 0;
		min-height:600px;
		background: url(../assets/index-html-engl.jpg) center top;
	}

	#izq{
	padding: 25% 0 0 0;
	min-height:600px;
	background: url(../assets/index-html-esp.jpg) center top;
	}



}