@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

#columna1 {
	height: 500px;
}


#contenido {
	width: 580px;
	background-color: #979797;
	height: 400px;
	margin-top:40px 0 0 20px;
	padding-bottom: 0px;
	border-bottom-width: 0px;

}

#contenedor {
	margin: 10px auto 0 auto; 
}	
	
#contenido img{
	margin-left: 0px;
}
#columnapersonal {
	height: 297px;
	
}
#pie {
	height: 40px;
}

body{
	font-family:arial
}

.clear {
	clear:both;
}

#gallery {
	position:relative;
	height:420px;
	margin-top: -20px;
	overflow:hidden;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:1;
	}

	#gallery .caption {
		margin-top: -20px;
		z-index:2; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:20px;
	}
	
	#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#7BCA00;
	}
