/*CSS RESET*/
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 {
	margin: 0;
	background:#000;
	color:#FAC011;
	font: 100%/1.6 'Source Sans Pro', sans-serif;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape IPHONE*/
}

body.loading{
	background: #000;
}

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;
}
a:link{
	color: #131304;
	text-decoration:none;
	}
/**/

.clearB{
	clear:both;
	}
.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
	}
.clearfix:after{
	clear:both;
	}

#logo-umbralux{
	margin-top: 3.75em;
	text-align: center;
}

div>hr{
	border: solid #FAC011;
	border-width: 1px 0 0;
	margin-top: 3.563em;
	margin-bottom: 3.563em;
}

article p{
	font-size: 0.75em;
	font-weight: 400;
	margin-bottom: 0.75em;
}

article span{
	font-size: 0.68em;
	display: block;
}

.espText span{
	text-align: right;
}

.englishText span{
	/*position: fixed;
	bottom: 0;*/
}

.englishText p, .englishText span{
	color: #FFF;
}

.footCont{
	color: #000;
	background: #FAC011;
	position: fixed;
	bottom: 0;
}

.footCont ul{
	font-size: 0.75em;
	font-weight: 400;
	text-align: center;
}

.espText span a:link, .espText span a:visited{
	color: #FAC011;
}

.espText span a:hover, .espText span a:active{
	color: #FAC011;
	text-decoration: underline;
}

.englishText span a:link, .englishText span a:visited{
	color: #FFF;
}

.englishText span a:hover, .englishText span a:active{
	color: #FFF;
	text-decoration: underline;
}

.espText span a, .englishText span a{
	font-family: 'Verdana', sans-serif;
}

/*IE STYLES*/
.ie .conttext{
	position: absolute;
    top: 350px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
}

.ie .conttext .espText{
	float: left;
	width: 285px;
}

.ie .conttext .englishText{
	float: right;
	width: 285px;
}

.ie .conttext p{
	height: 114px;
}

.ie #logo-umbralux .cont-logo img{
	display: none;
}

.ie #logo-umbralux .cont-logo{
	background-image: url('imgs/logo-default.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	/* text-align: center; */
	height: 161px;
	margin: 0 auto;
}

.ie .footCont{
	width: 100%;
}

.ie .footCont ul li{
	display: inline-block;
	margin-left: 1.375em;
	
}


/* Smartphones (portrait and landscape) -----------*/
@media only screen and (min-width : 768px) {
  	.footCont{
  		min-height: 1.125em;
  	}
  	.footCont ul{
		margin-left: -1.375em;
		margin-right: 0;
		list-style: none;
		overflow: hidden;
		padding: 0.25em 0;
	}
  	.footCont ul li{
  		display: inline-block;
  		margin-left: 1.375em;
  	}

}
@media only screen and (max-width : 767px) {
.footCont ul{
		padding: 1em 0;
	}
}
@media only screen and (max-width : 640px) {
   /*.englishText{
		margin-top: 2.5em !important;
	}*/
	/*.englishText span{
		position: relative;
		bottom: 0;
	}*/
	/*.espText span{
		text-align: left;
	}*/
	.footCont{
		margin-top: 5em;
		position: relative;
		bottom: 0;
	}

	
}

