#colizq {
	float: left;
	width: 250px;
	margin: 20px 0 0 10px;
	padding: 5px;
	border-right: 1px #039 solid;
}

#colder {
	float: right;
	width: 685px;
	margin: 20px 0 0 5px;
}

#cuerpogal {
	width: 700px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}

#foto {
	width: 640px;
	overflow: auto;
	text-align: center;
	margin: 0 auto;
}

.miniatura {
	float: left;
	width: 170px;
	text-align: center;
	margin: 0 0 20px 0;
}

.busqueda {
	padding: 0 0 10px 5px;
	color:#666666;
}

.encabezadobusqueda {
	margin-bottom: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
}

.enlacesgal {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
}
/*
input {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: normal;
	margin: 0 0 3px 0;
}
*/
textarea {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: normal;
}

select {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: normal;
}

label {
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	width: 50px;
}

.pieimg {
	background: transparent url('http://www.club-caza.com/galeria/miniaturas1/transparente.png') repeat-x scroll 0 0;
	bottom: 22px;
	left: 0;
	position: relative;
	color: #fff;
	padding: 5px;
	margin:0;
}

.pieimg a {
	color:#FFFFFF;
	
}

/* Menu Pestañas */
#tabnav {
	height: 30px;
	margin: 0;
	padding-left: 10px;
	background: url(http://www.club-caza.com/usuario/images/tabbottom1.gif) repeat-x bottom;
	
}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #c9c3ba;
	font-size: 16px;
	line-height: 20px;
	font-family: Helvetica, sans-serif;
	padding: 4px 12px 4px 12px;
	margin-right: 6px;
	border: 1px solid #877c72;
	text-decoration: none;
	color: #fff;
	outline: none;
	-moz-border-radius-topleft: 5px; /* Firefox*/  
	-moz-border-radius-topright: 5px; /* Firefox*/  
	-webkit-border-top-left-radius: 5px; /* Safari,Chrome.*/  
	-webkit-border-top-right-radius: 5px; /* Safari,Chrome.*/  
	border-top-left-radius: 5px; /* El estándar.*/
	border-top-right-radius: 5px; /* El estándar.*/
}

#tabnav a:link.active, #tabnav a:visited.active {
	border-bottom:1px #c9c3ba solid;
	background: #867668;
	color: #fff;
}

#tabnav a:hover {
	background: #aca196;
}


