* {
	border:0;
	border-collapse:separate;
	border-spacing:0;
	clear:both;
	margin:0;
	padding:0;
}

html,body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body{
	background-image:url("../img/site_background.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#0066cc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
	body :focus{
		outline:none;
	}
	
	#wrapper{
		width:1024px;
		height:768px;
		margin:0 auto 0 auto;
		padding:0px;
		background-image:url("../img/wrapper_background.jpg");
		background-repeat:no-repeat;
	}
	
		#header{
			width:1024px;
			height:400px;
			margin:0px;
			padding:0px;
			position:relative;
		}
	
			#title{
				width:780px;
				height:60px;
				position:absolute;
				top:130px;
				left:245px;
				text-align:center;
				font-size:13px;
				font-weight:bold;
				color:#fff;
				line-height:18px;
			}
			
			#menu{
				width:600px;
				height:103px;
				position:absolute;
				top:197px;
				left:400px;
			}
			
				.button_home{
					background-image:url("../img/buttons.png");
					height:103px;
					width:100px;
					display:inline-block;
					float:left;
					clear:none;
				}
				
					a.button_home:hover,a.button_home:active{
						background-position:0px -103px;
					}
					
				.button_historia{
					background-image:url("../img/buttons.png");
					height:103px;
					width:100px;
					display:inline-block;
					float:left;
					clear:none;
					background-position:-100px 0px;
				}
					a.button_historia:hover,a.button_historia:active{
						background-position:-100px -103px;
					}
					
				.button_involucrados{
					background-image:url("../img/buttons.png");
					height:103px;
					width:100px;
					display:inline-block;
					float:left;
					clear:none;
					background-position:-200px 0px;
				}
					a.button_involucrados:hover,a.button_involucrados:active{
						background-position:-200px -103px;
					}
					
				.button_galerias{
					background-image:url("../img/buttons.png");
					height:103px;
					width:100px;
					display:inline-block;
					float:left;
					clear:none;
					background-position:-300px 0px;
				}
					a.button_galerias:hover,a.button_galerias:active{
						background-position:-300px -103px;
					}
					
				.button_descargas{
					background-image:url("../img/buttons.png");
					height:103px;
					width:100px;
					display:inline-block;
					float:left;
					clear:none;
					background-position:-400px 0px;
				}
					a.button_descargas:hover,a.button_descargas:active{
						background-position:-400px -103px;
					}
					
				.button_contacto{
					background-image:url("../img/buttons.png");
					height:103px;
					width:100px;
					display:inline-block;
					float:left;
					clear:none;
					background-position:-500px 0px;
				}
					a.button_contacto:hover,a.button_contacto:active{
						background-position:-500px -103px;
					}
				
		#include{
			width:1024px;
			height:368px;
			margin:0px;
			padding:0px;
			position:relative;
		}
		
			#content{
				width:488px;
				height:280px;
				position:absolute;
				top:-12px;
				left:430px;
				padding-left:25px;
				padding-right:25px;
				margin:0px;
				overflow:auto;
				text-align:justify;
				line-height:14px;
			}
			
				#content a{
					color:#ff6600;
					font-weight:bold;
					text-decoration:none;
				}
				
					#content a:hover{
						text-decoration:underline;
					}
			
				#content h1,#content h4{
					font-size:12px;
					font-weight:bold;
					color:#0066cc;
				}
				
				#content h2{
					font-size:11px;
					font-weight:bold;
					color:#333;
				}
				
				#content h3{
					font-size:11px;
					font-weight:bold;
					color:#666;
				}
				
				#content img{
					opacity:0.8;
					filter:alpha(opacity=80);
				}
				
					#content img:hover{
						opacity:1;
						filter:alpha(opacity=100);
					}
					
				#content p{
					margin-bottom:10px;
				}
					
				#player{
					width:500px;
					height:250px;
					position:absolute;
					top:0px;
					left:18px;
					display:none;
					background-color:#fff;
					z-index: 9999;
				}
				
					#videoClose {
						color: #000;
						padding-top: 5px;
						text-align: right;
						width:100px;
						margin-left:385px;
						text-decoration:none;
					}
					
						#videoClose a {
							color: #000;
							padding-top: 5px;
							text-align: right;
							width:100px;
							text-decoration:none;
						}
						
					#player iframe{
						width:500px;
						height:250px;
						padding:0px;
						margin:0px;
					}
					
					#videoProblemas{
						width:500px;
						height:250px;
						margin:0px;
						padding:0px;
					}
					
					#videoEntremil{
						width:500px;
						height:250px;
						margin:0px;
						padding:0px;
					}
					
					#videoCampamento{
						width:500px;
						height:250px;
						margin:0px;
						padding:0px;
					}	
					
				#reconocimiento{
					width:116px;
					height:55px;
					padding:0px;
					margin:0px;
					position:absolute;
					top:0px;
					left:365px;
				}
				
				#gallery{
					width:495px;
				}
				
					#gallery .frame{
						clear:none;
						margin-left:2px;
						display:block;
						float:left;
						width:120px;
						overflow:hidden;
						height:80px;
					}
				
				#footer{
					width:513px;
					height:20px;
					padding-top:80px;
					padding-right:25px;
					position:absolute;
					top:268px;
					left:430px;
					font-size:9px;
					color:#333;
					text-align:center;
					background-image:url("../img/content_background.jpg");
					background-repeat:no-repeat;
					background-position:bottom;
				}
				
					#footer img{
						width:65px;
						height:20px;
						position:absolute;
						border:0px;
						right:100px;
						top:75px;
					}