@import url('reset.css');

body{
	background:#000;
	color:#fcfcfc;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform:uppercase;
}

.introtopbar{
	position: absolute;
	width:400px;
	bottom:0;
	right:50px;
	margin:0;
	padding:0;
	display:block;
	background: transparent;
	list-style:none;
	z-index:9999;
}
span.reference{
				position:fixed;
				left:0px;
				bottom:0px;
	            background:transparent url(../images/bg_menu.png) repeat top left;
				width:100%;
				font-size:10px;
				line-height:30px;
				text-align: center;
				height:30px;
				-moz-box-shadow:-1px 0px 10px #000;
				-webkit-box-shadow:-1px 0px 10px #000;
				box-shadow:-1px 0px 10px #000;
				z-index:9980;
			}
			span.reference a{
				color:#aaa;
				text-transform:uppercase;
				text-decoration:none;
				margin-right:10px;
				
			}
			span.reference a:hover{
				color:#ddd;
			}
			span.reference a.left{
				float:left;
				margin-left: 50px;
			}
.alc{
	color:#FFF;
	}	
a{
	color:#fff;
	text-decoration:none;
}
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	display:none;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat top left;
}
.ac_loading{
	position:fixed;
	top:50%;
	right:50%;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}
.ac_content{
	color:#fcfcfc;
	position:fixed;
	height:100px;
	width:100%;
	top:0;
	left:0px;
}
.ac_content h1{
	background:transparent url(../images/bg_menu.png) repeat top left;
	display:block;
	float:left;
	width:250px;
	height:100px;
	padding:0px;
	padding-left:10px;
	font-size:36px;
	font-weight:bold;
	line-height:20px;
	margin-right:1px;
	-moz-box-shadow:0px 0px 10px #222;
	-webkit-box-shadow:0px 0px 10px #222;
	box-shadow:0px 0px 10px #222;
}
.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
}
.ac_menu{
	background:transparent url(../images/bg_menu.png) repeat top left;
	float:left;
	position:relative;
	height:100px;
	width:0px; 
	-moz-box-shadow:0px 0px 10px #222;
	-webkit-box-shadow:0px 0px 10px #222;
	box-shadow:0px 0px 10px #222;
}
.ac_menu > ul{
	float:right;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:100px;
	overflow:hidden;
}
.ac_menu > ul > li > a{
	margin-top:60px;
	opacity:0;
	display:block;
	padding:0px 10px;
	text-align:center;
	line-height:100px;
	list-style:none;
	outline:none;
	font-size:16px;
	text-shadow:1px 1px 1px #000;
}
.ac_menu > ul > li a:hover{
	color:#fcfcfc;
	text-shadow:0px 0px 3px #fff;
}
.ac_subitem{
	width:700px;
	height:0px; /* animate to 550px */
	top:44%;
	right:0px;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../images/bg_menu.png) repeat top left;
	-moz-box-shadow:0px 0px 10px #222;
	-webkit-box-shadow:0px 0px 10px #222;
	box-shadow:0px 0px 10px #222;
}
.ac_subitem h2{
	font-size:20px;
	color:#fff;
	margin:20px 0px;
	padding:0px 20px;
	text-shadow:0px 0px 1px #000;
}
.ac_subitem ul{
	margin:0;
	padding:0px 20px;
}
.ac_subitem ul li{
	margin:0;
	padding:0;
	text-transform: none;
	font-size:14px;
	display:block;
}
.ac_subitem ul li a{
	margin:0;
	padding:0;
	border-bottom:none;
}
.ac_subitem ul li:first-child{
	font-size:14px;
	text-transform: uppercase;
	border-bottom:1px dotted #333;
	padding-bottom:5px;
	margin-bottom:5px;
}
.black{
	color:#000;
	font-size:12px;
	line-height:12px;
	padding:0;
	margin:0;
}
span.ac_close{
	float:right;
	margin:15px;
	width:70px;
	height:20px;
	cursor:pointer;
	background:transparent url(../images/cerrar.png) no-repeat top left;
	opacity:0.6;
	z-index:9999;
}
span.ac_close:hover{
	opacity:1.0;
}
.tf_content{
	position:absolute;
	bottom:150px;
	left:50px;
	z-index:10;
	display:none;
}
.tf_content h2{
	color:#fcfcfc;
	font-size:100px;
	padding:0;
	margin:0;
	text-transform:none;
	text-shadow:1px 1px 2px #000;
}
.tf_content p{
	color:#fcfcfc;
	padding:0;
	margin:0;
	background:transparent url(../images/bg_menu.png) repeat top left;
	padding:25px;
	width:400px;
	font-family: 'PT Sans Narrow', arial, serif;
	font-size:20px;
	line-height:25px;
	text-transform:none;
	text-shadow:2px 2px 1px #000;
	-moz-box-shadow:1px 1px 10px #202020;
	-webkit-box-shadow:1px 1px 10px #202020;
	box-shadow:1px 1px 10px #202020;
	border:2px solid #666;
}
.tf_contentslide{
	color:#fcfcfc;
	padding:0;
	margin:0;
	background:transparent url(../images/bg_menu.png) repeat top left;
	padding:25px;
	width:400px;
	font-family: 'PT Sans Narrow', arial, serif;
	font-size:14px;
	line-height:50px;
	text-transform:none;
	text-shadow:2px 2px 1px #000;
	-moz-box-shadow:1px 1px 10px #202020;
	-webkit-box-shadow:1px 1px 10px #202020;
	box-shadow:1px 1px 10px #202020;
	border:2px solid #666;
}
.mb_content{
	padding:30px;
}
.mb_content_inner{
	line-height:50px;
	height:468px;
	outline: none;
}
.mb_content_inner p{
	padding:5px 0px;
}

.submit {
	width:100px;
    color:#000;
    cursor:pointer;
}
.submit:hover{
	background-color:#666;
}
#error {
	color:red;
	font-size:10px;
	display:none;
}
.needsfilled {
	background:red;
	color:white;
}
ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 120px;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 70px;
}
ul#navigation li a {
    display: block;
    margin-left: -2px;
    width: 70px;
    height: 60px;    
    background-color: transparent;
    background-repeat:no-repeat;
    background-position:center center;
    border: none;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
ul#navigation .fb a{
    background-image: url(../images/fb.png);
}
ul#navigation .mail a      {
    background-image: url(../images/mail.png);
}
.pdflink {
	text-align:right;
	line-height:25px;
	text-decoration:none;
}
