@charset "utf-8";
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.titlesection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E20B10;
	text-decoration: none;
}
.txtsection {

}
.titlesectionmini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E20B10;
	text-decoration: none;
}
*{
			margin:0;
			padding:0;
		}
		a{
			color:#8FC2FF;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			/*overflow:hidden;Needed to eliminate scrollbars*/
			background:#000;
			font-size:90%;
		}
		html {
			font-size:90%;
		}
		#content{
			width:100%;
			height:65px;
			z-index: 2;
			position:absolute;
		}
		#contentframe{
			overflow: hidden;
			border-top:solid 1px #4F4F4F;
			border-bottom:1px solid #000;
			height: 100%;
			text-align:left;
			z-index: 3;
		}
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:50px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:18px 20px;	
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;
			font:26px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:33px 0;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			background: url('images/navbg.gif') no-repeat;
			float: right;
			margin:22px 20px 0 0;
		}
		#loading {
			position: relative;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
			z-index: 0;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		#contenido {
			background-image:url("images/bg_trans.png");
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.8em;
			font-weight: normal;
			color: #FFFFFF;
			text-decoration: none;
			display:none;
			left:100px;
			position:absolute;
			top:65px;
			width:80%;
			z-index:0;
			/*background-color: #000000;*/
			background-image: url(images/bg_trans.png); 
			/*-moz-opacity: 0.6;
			KhtmlOpacity: .6;
			opacity: .6;*/
		}
.video {
	border: 1px solid #e20b10;
}

	#head {
	position:absolute;
	top:0px;
	width:100%;
	height:40px;
	z-index:1;
	}
	#footer {
	background-color:#e20b10;
	position:fixed;
	bottom:0px;
	width:100%;
	height:20px;
	z-index:0;
	}

