@charset "utf-8";
/* CSS Document */


a{
	text-decoration: none;
}
.clr{
	clear: both;
}

img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		
	
		
		#page-wrap {max-width: 900px; margin-top: 50px; margin-left:20px; padding: 20px; background: white; filter:alpha(opacity=90)-moz-opacity:0.90; opacity: 0.90; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
		
		#header { 
	 width: 100%;
	}
	
	#logo {
		height: 100%;
width: 55%;
float: left;
margin: 1%;

	}
	
	#nav {
		height: 100%;
width: 41%;
float: right;
margin: 1%;

	}
	
	
	
	#left { 
height: 100%;
width: 73%;
float: left;
margin: 1%;

	}
	
	#right {
height: 100%;
width: 23%;
float: right;
margin: 1%;


}
	
	
	@media (max-width: 500px) {
		
		#left, #right, #logo, #nav { 
float: none;
}
		
	}




	body,td,th {
	font-family: 'Jura', Arial, sans-serif;
	font-size:14px;
	color: #000;
	background-color:#000000;
}

.logo {
	filter:alpha(opacity=125)-moz-opacity:1.25; opacity: 1.25; }
	
a:link {
	color: #783c12;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #783c12;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


.footeraki {
	 margin-top: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #783c12;
}



#navigation {
	margin-left:-40px;
	margin-top: 10px;
	width: 207px;
	display:block;
	list-style:none;
	z-index:3;
	background-image:url(../design/but1.png);
	background-repeat:no-repeat;
	font-weight: 400;
	font-size: 15px;
}
#navigation a{
	color: #ffffff;
	display: block;
	line-height: 29px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 18px;
	background-image:url(../plagos/design/but1.png);
	background-repeat:no-repeat;
}
#navigation a:hover {
	
	background-image:url(../plagos/design/but2.png);
	background-repeat:no-repeat;
}

h2{
	font-size: 24px;
	font-weight: 300;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding: 20px;
	background: #000;
}

h3{
	font-size: 24px;
	font-weight: 400;
	
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}