body {
	background-color: #000000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

main {
	position: fixed;
	top: 100px;
	bottom: 30px;
	left: 10px;
	right: 0px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-position: left;
}

h1 {
	font-family: 'folkslightregular';
	font-size: 1.0em;
	color: #FFFFFF;
	line-height: 1.4em;
	background-position: left;
	z-index: 100;
	box-shadow: -20px -20px 30px #000000,
			    20px -20px 30px #000000;
	padding-left: 14px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
	left: 0px;
	right: 0px;
	font-weight: lighter;
	font-size: 1.1em;
}

h2 {
	font-family: 'folkslightregular';
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.1em;
	background-position: left;
	z-index: 100;
	box-shadow: -20px -20px 30px #000000,
			    20px -20px 30px #000000;
	padding-left: 14px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 2px;
	left: 0px;
	right: 0px;
	font-weight: lighter;
	font-size: 1.05em;
}

h3 {
	font-size: 0.9em;
	color: #FFA851;
	font-family: 'goodtimesrgregular';
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#datos {
	font-family: 'specialeliteregular';
	font-size: 1.0em;
	overflow:visible;
	visibility: visible;
	z-index: 10;
	text-align: justify;
	top: 100px;
	left: 10px;
	right: 0px;
	bottom: 30px;
}				



#footer {
	background-color: #222222;
	background-position: center center;
	position: fixed;
	bottom: 0px;
	z-index: 30;
	text-align: center;
	width: 100%;
	font-family: 'specialeliteregular';
	font-size: 1em;
	height: 35px;
	padding-top: 10px;
	-webkit-box-shadow:  0px -8px 10px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.8);
	box-shadow:  0px -8px 10px 0px rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
}



.containerText {
	position: relative;
	top: 0px;
	bottom:10px;
	left: 0px;
	right: 0px;
}

#ImgfondoCross {
	width: 100%;
	height:auto;
	z-index: -10;
	top: 100px;
	overflow: hidden;
}
#txtpresentacion {
	font-family: folkslightregular;
	font-size: 1.0em;
	color: #FFFFFF;
	line-height: 1.3em;
	background-position: left;
	z-index: 100;
	box-shadow: -20px -20px 30px #000000,
			    20px -20px 30px #000000;
	padding-left: 1.5em;
	padding-right: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	left: 10px;
	right: 10px;
	font-weight: lighter;
	font-size: 1.3em;
}
#txtdescripcion {
	font-family: 'folkslightregular';
	font-size: 1.05em;
	color: #FFFFFF;
	line-height: 1.25em;
	background-position: left;
	z-index: 100;
	box-shadow: -20px -20px 30px #000000,
			    20px -20px 30px #000000;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	left: 0px;
	right: 0px;
}


#TxtTit {
	font-size: 0.2em;
}

#tablaBig {
	font-size: 0.9em;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FF6600;
	left: 10px;
	padding-left: 10px;
}
#timerHor2 {
	font-size: 0.8em;
	border-left-style: none;
	background-image: url(../infaz/timelineHor2px.png);
	background-repeat:  repeat-x;
	background-position: center center;
}
#timerVert2 {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FF6600;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 1.2em;
	color: #FFFFFF;
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-bottom: 10px;
	
}
#timerVert22 {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FF6600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
}
#timerVert222 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6600;
}

#timerVertGradient100 { 
	border-top: 0px solid black;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FF6600), to(transparent));
	background-image: -webkit-linear-gradient(#FF6600, transparent);
	background-image:
		-moz-linear-gradient(#FF6600, #FF6600),
		-moz-linear-gradient(#FF6600, transparent);
	background-image:
		-o-linear-gradient(#FF6600, #FF6600),
		-o-linear-gradient(#FF6600, transparent);
	background-image: 
		linear-gradient(#FF6600, #FF6600),
		linear-gradient(#FF6600, transparent);
	-moz-background-size: 2px 100%;
	background-size: 2px 100%;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
}

#timerVertGradient10 { 
	border-top: 0px solid black;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FF6600), to(transparent));
	background-image: -webkit-linear-gradient(#FF6600, transparent);
	background-image:
		-moz-linear-gradient(#FF6600, transparent),
		-moz-linear-gradient(#FF6600, transparent);
	background-image:
		-o-linear-gradient(#FF6600, transparent),
		-o-linear-gradient(#FF6600, transparent);
	background-image: 
		linear-gradient(#FF6600, transparent),
		linear-gradient(#FF6600, transparent);
	-moz-background-size: 2px 100%;
	background-size: 2px 100%;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
}


#timerVertGradient11 { 
	border-top: 0px solid black;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#FF6600), to(#FF6600));
	background-image: -webkit-linear-gradient(#FF6600, #FF6600);
	background-image:
		-moz-linear-gradient(#FF6600, #FF6600),
		-moz-linear-gradient(#FF6600, #FF6600);
	background-image:
		-o-linear-gradient(#FF6600, #FF6600),
		-o-linear-gradient(#FF6600, #FF6600);
	background-image: 
		linear-gradient(#FF6600, #FF6600),
		linear-gradient(#FF6600, #FF6600);
	-moz-background-size: 2px 100%;
	background-size: 2px 100%;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
}
#timerVert02 {
	border-top: 0px solid black;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#transparent), to(transparent));
	background-image: -webkit-linear-gradient(#FF6600, transparent);
	background-image:
		-moz-linear-gradient(#transparent, transparent),
		-moz-linear-gradient(#FF6600, transparent);
	background-image:
		-o-linear-gradient(#transparent, transparent),
		-o-linear-gradient(#FF6600, transparent);
	background-image: 
		linear-gradient(#transparent, transparent),
		linear-gradient(#FF6600, transparent);
	-moz-background-size: 2px 100%;
	background-size: 2px 100%;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
}


#timerL2 {
	font-size: 0.4em;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}

#timerHor2Tit {
	font-size: 1.0em;
	color: #FFFFFF;
	border-radius: 6px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	background: -webkit-linear-gradient( #FF6600, #FF6600, #D75600); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FF6600, #FF6600, #D75600); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FF6600, #FF6600, #D75600); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FF6600, #FF6600, #D75600);
	font-family: 'goodtimesrgregular';
}
#timerHor2SubTit {
	font-size: 1.1em;
	color: #FFFFFF;
	border-top-left-radius:0em;
	border-top-right-radius:0.4em;
	border-bottom-right-radius:0.4em;
	border-bottom-left-radius:0em;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	background: -webkit-linear-gradient( #FF6600, #FF6600, #D75600); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FF6600, #FF6600, #D75600); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FF6600, #FF6600, #D75600);
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FF6600;
}


#timerHor2Txt {
	font-size: 1.15em;
	color: #FFFFFF;
	border-radius: 0px;
	padding-left: 16px;
	height: 0.8em;
	padding-top: 14px;
	padding-right: 20px;
	font-family: 'folkslightregular';
	padding-bottom: 0px;
}
#timerHor2TxtImg {
	font-size: 0.9em;
	color: #FF6600;
	border-radius: 0px;
	padding-left: 16px;
	height: 1em;
	padding-top: 8px;
	padding-right: 20px;
	font-family: 'specialeliteregular';
	padding-bottom: 10px;
}
#timerVertDescription {
	font-family: folkslightregular;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FF6600;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 1.2em;
	line-height: 1em;
	color: #FFFFFF;
	left: 20px;
	top: 20px;
	bottom: 20px;
	padding-bottom: 20px;
	text-align: left;
}
#instrucciones {
	font-size: 1.05em;
	color: #FFFFFF;
	border-top-left-radius:0em;
	border-top-right-radius:1.4em;
	border-bottom-right-radius:1.4em;
	border-bottom-left-radius:0em;
	padding-left: 20px;
	height: 0.8em;
	padding-top: 2px;
	padding-right: 2px;
	font-family: 'folkslightregular';
	padding-bottom: 2px;
	width: 90%;
	background-color: #141414;
}

#social {
	position: fixed;
	top: 6px;
	right: 0px;
	color: #FFFFFF;
	z-index: 500;
	font-family: 'modernpictogramsnormal';
	font-size: 1.05em;
	letter-spacing: 0.02em;
	text-align: left;
	background: rgba(0,0,0,0.6);
	line-height: 0.4em;
	border-top-left-radius: 0.5em 0.5em;
	border-top-right-radius: 0em 0em;
	border-bottom-right-radius: 0em 0em;
	border-bottom-left-radius: 0.5em 0.5em;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: 0.15em;
	border-bottom-width: 0.15em;
	border-left-width: 0.15em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(255,102,0,0.6);
	border-bottom-color: rgba(255,102,0,0.6);
	border-left-color: rgba(255,102,0,0.6);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#social a {
	color: #FF9900;
	font-size: 1.05em;
	letter-spacing: 0.02em;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	border-top-left-radius: 0.5em 0.5em;
	border-top-right-radius: 0em 0em;
	border-bottom-right-radius: 0em 0em;
	border-bottom-left-radius: 0.5em 0.5em;
	font-weight: normal;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#social a:hover {
	color: #FFFFFF;
	font-size: 1.05em;
	letter-spacing: 0.1em;
	-webkit-text-shadow: -2px 2px 2px rgba(0,0,0,0,1);
	-moz-text-shadow: -2px 2px 2px rgba(0,0,0,0,1);
	text-shadow: -2px 2px 2px rgba (0,0,0,0,1);
	border-top-left-radius: 0em 0em;
	border-top-right-radius: 0em 0em;
	border-bottom-right-radius: 0em 0em;
	border-bottom-left-radius: 0em 0em;
	border-top-color: rgba(255,102,0,0.9);
	border-bottom-color: rgba(255,102,0,0.9);
	border-left-color: rgba(255,102,0,0.9);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


#idiomas {
	position: fixed;
	top: 40px;
	right: 0px;
	color: #FFFFFF;
	z-index: 500;
	font-family: 'folksbold';
	font-size: 1em;
	letter-spacing: 0.02em;
	text-align: left;
	background: rgba(0,0,0,0.6);
	line-height: 0.4em;
	border-top-left-radius: 0.5em 0.5em;
	border-top-right-radius: 0em 0em;
	border-bottom-right-radius: 0em 0em;
	border-bottom-left-radius: 0.5em 0.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 0.15em;
	border-bottom-width: 0.15em;
	border-left-width: 0.15em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(255,102,0,0.6);
	border-bottom-color: rgba(255,102,0,0.6);
	border-left-color: rgba(255,102,0,0.6);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#idiomas a {
	color: #FF9900;
	font-size: 1.05em;
	letter-spacing: 0.02em;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	border-top-left-radius: 0.5em 0.5em;
	border-top-right-radius: 0em 0em;
	border-bottom-right-radius: 0em 0em;
	border-bottom-left-radius: 0.5em 0.5em;
	font-weight: normal;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#idiomas a:hover {
	color: #FFFFFF;
	font-size: 1.05em;
	letter-spacing: 0.08em;
	-webkit-text-shadow: -2px 2px 2px rgba(0,0,0,0,1);
	-moz-text-shadow: -2px 2px 2px rgba(0,0,0,0,1);
	text-shadow: -2px 2px 2px rgba (0,0,0,0,1);
	border-top-left-radius: 0em 0em;
	border-top-right-radius: 0em 0em;
	border-bottom-right-radius: 0em 0em;
	border-bottom-left-radius: 0em 0em;
	border-top-color: rgba(255,102,0,0.9);
	border-bottom-color: rgba(255,102,0,0.9);
	border-left-color: rgba(255,102,0,0.9);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


#inicio {
	position: absolute;
	top: 90px;
	left: 0px;
	color: #FFFFFF;
	z-index: 1;
	font-family: folksbold;
	font-size: 1.05em;
	letter-spacing: 0.02em;
	text-align: left;
	background: rgba(0,0,0,0.6);
	line-height: 0.4em;
	border-top-left-radius: 0em 0em;
	border-top-right-radius: 0.5em 0.5em;
	border-bottom-right-radius: 0.5em 0.5em;
	border-bottom-left-radius: 0em 0em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 0.15em;
	border-bottom-width: 0.15em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: rgba(255,102,0,0.6);
	border-bottom-color: rgba(255,102,0,0.6);
	border-right-color: rgba(255,102,0,0.6);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border-right-width: 0.15em;
	border-right-style: solid;
}
#inicio a {
	color: #FF9900;
	font-size: 1.05em;
	letter-spacing: 0.02em;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	border-top-left-radius: 0.5em 0.5em;
	border-top-right-radius: 0em 0em;
	border-bottom-right-radius: 0em 0em;
	border-bottom-left-radius: 0.5em 0.5em;
	font-weight: normal;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#inicio a:hover {
	color: #FFFFFF;
	font-size: 1.05em;
	letter-spacing: 0.06em;
	-webkit-text-shadow: -2px 2px 2px rgba(0,0,0,0,1);
	-moz-text-shadow: -2px 2px 2px rgba(0,0,0,0,1);
	text-shadow: -2px 2px 2px rgba (0,0,0,0,1);
	border-top-left-radius: 0em 0em;
	border-top-right-radius: 0em 0em;
	border-bottom-right-radius: 0em 0em;
	border-bottom-left-radius: 0em 0em;
	border-top-color: rgba(255,102,0,0.9);
	border-bottom-color: rgba(255,102,0,0.9);
	border-left-color: rgba(255,102,0,0.9);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
