/* Tipografia */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Style General */
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #000;
	color: #FFF;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;	
}
img {
	border: 0;	
}
h1,h2,h3,h4,h5,h6,p{
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}

/* Barra Top */
.barra-top {
display: none;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: rgba(169,3,41,.7);
	z-index: 9999;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.barra-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: rgb(255,255,255);
	display: inline-block;
}
.barra-top a:hover {
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}
.barra-top span.right {
	float: right;
}
.barra-top span.right a {
	float: left;
	display: block;
}

/* Style Header */
header{
	margin:	20px;
	position: absolute;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	background: rgba(169,3,41, .7);
	border: 1px solid rgba(169,3,41,.7);
	display: inline-block;
	
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 10px 10px 4px 10px;
}
header h1 span{

}
header h2, p.info{
	background: rgba(0,0,0,.7);
	border: 1px solid rgba(0,0,0,.7);
	margin: 10px 0;
	padding: 10px;
	font-size: 16px;
	/*font-style: italic;*/
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

/* Style Botones */
p.codrops-demos{
	display: block;
	/*margin: 10px 0;*/
	position: absolute;
	padding: 10px 0;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	width: 100px;
    display: inline-block;	
	border: 1px solid rgba(169,3,41,.7);
	padding: 4px 10px 3px;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 7px 10px 0px;
	/*font-weight: 800;*/
	color:#fff;
	background: rgba(169,3,41,.7);
	text-align: center;
}
p.codrops-demos a:hover{
	background: rgba(109,0,25,.7);
}
p.codrops-demos a:active{
	background: rgba(109,0,25,.7);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #fff;
	background: rgba(0,0,0,.7);
	border: 1px solid;
}

/* Style footer */
#title {
	background: #000;
	background: rgba(169,3,41,.7);
	bottom: 0px;
	font-size: 11px;
	padding: 10px;
	position: fixed;
	right: 0px;	
	text-align: right;
	width: 100%;
}
	#title h1 {
		font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
		margin: 0;	
		padding: 0;
		font-size: 35px;
		line-height: 35px;
		font-weight: 400;
	}

#thumbnails {
	display: none;
	background: #000;
	background: rgba(0,0,0,.8);	
	height: 90px;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
}
	#thumbnails ul {
		margin: 0;
		padding: 0;
	}
		#thumbnails li {
			float: left;
			list-style: none;
			margin: 5px;
			padding: 0;
		}
		#thumbnails a {
			outline: none;
		}
		#thumbnails img {
			width: 112px;
		}

 
#pointer {
	border: 2px solid #F30;
	cursor: pointer;
	height: 75px;
	left: -100px;
	margin: 3px;
	position: absolute;
	width: 112px;
}

/*
#flash {
	background: #FFF;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
}

#pause {
	display: none;
	font: 100px 'Ultra', arial, serif;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 5px #000;
	width: 100%;
}
	#pause a {
		color: #FFF;
		height: 100px;
		left: 50%;
		margin: -50px 0 0 -250px;
		position: absolute;
		text-transform: uppercase;
		top: 50%;
		width: 500px;
	}
*/

#volume {
	background: rgba(0,0,0,.7);
	border: 1px solid rgba(0,0,0,.7);
	padding: 10px;
	margin-top: 6px;
	display: inline-block;
}
    #volume a {
    	background: transparent url(../img/icons.png) no-repeat;
    	display: block;
    	height: 30px;
    	text-indent: -9999px;
    	width: 30px;
    }
	#volume.all a {
		background-position: 0 0;
	}
	#volume.some a {
		background-position: -30px 0;
	}
	#volume.none a {
		background-position: -60px 0;
	}
				
.vegas-loading {
	top: auto;
	bottom: 40px;
	left: 40px;
}
.vegas-overlay {
	background-image: url(../js/vegas/overlays/02.png);
}

.jspHorizontalBar {
	height: 5px;	
}
	.jspHorizontalBar .jspTrack {
		background: #333;
	}
	.jspHorizontalBar .jspDrag {
		background: #666;
		cursor: ew-resize;
	}
	#thumbnails:hover .jspHorizontalBar .jspDrag {
		background: #F30;
    }      

/* Media Queries */
@media screen and (max-width: 767px) {
	header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
	.barra-top span.right{
		display: none;
	}
}	